Skip logging for DNSSEC responses [BZ 14841]
[glibc.git] / ChangeLog
blob2501fa5cc9576b9572617c5c7398f290d1e346c1
1 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3         [BZ #14841]
4         * resolv/gethnamaddr.c (getanswer): Skip logging if
5         RES_USE_DNSSEC is set.
6         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
8 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
10         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
12 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
14         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
15         201304L, for Unicode 7.
17 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
19         [BZ #17836]
20         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
21         shared library.  Add gmon-start.os otherwise.
22         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
23         $(objpfx)gmon-start.os if builing shared library.
24         ($(objpfx)g$(static-start-installed-name)): Likewise.
26 2015-02-23  Andreas Schwab  <schwab@suse.de>
28         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
30 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
32         [BZ #17269]
33         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
34         (enlarge_userbuf): Likewise.
36 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
38         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
39         * math/atest-exp.c (TIMEOUT): Adjust to 200.
40         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
41         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
43 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
45         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
46         expression inside statement expression.
48 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
50         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
51         <sysdeps/nptl/lowlevellock.h> and remove macros and
52         functions that are now defined there.
53         (SYS_futex): Remove.
54         (lll_compare_and_swap): Remove.
55         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
57 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
59         [BZ #17999]
60         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
61         instead of scandirat.
62         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
63         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
64         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
65         __scandirat.
66         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
67         (__scandirat): Declare.  Use libc_hidden_proto.
68         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
69         Remove variable.
70         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
72 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
74         [BZ #15319]
75         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
76         (MO): New macro.
77         (__ieee754_atan2): For results with small absolute value, force
78         underflow exception and remove excess range and precision from
79         return value.
80         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
81         (MO): New macro.
82         (__ieee754_atan2f): For results with small absolute value, force
83         underflow exception and remove excess range and precision from
84         return value.
85         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
86         (MO): New macro.
87         (__atan): For results with small absolute value, force underflow
88         exception and remove excess range and precision from return value.
89         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
90         (MO): New macro.
91         (__atanf): For results with small absolute value, force underflow
92         exception and remove excess range and precision from return value.
93         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
94         <math.h>.
95         (__ieee754_atan2): Force underflow exception for results with
96         small absolute value.
97         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
98         <math_private.h>.
99         (atan): Force underflow exception for results with small absolute
100         value.
101         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
102         (__atanf): Force underflow exception for results with small
103         absolute value.
104         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
105         <math.h>.
106         (__atanl): Force underflow exception for results with small
107         absolute value.
108         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
109         (__atanl): Force underflow exception for results with small
110         absolute value.
111         * sysdeps/x86/fpu/bits/mathinline.h
112         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
113         (__ieee754_atan2): Only define inline for long double.
114         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
115         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
116         * math/auto-libm-test-in: Do not mark underflow exceptions as
117         possibly missing for bug 15319.  Add more tests of atan2.
118         * math/auto-libm-test-out: Regenerated.
119         * math/libm-test.inc (casin_test_data): Do not mark underflow
120         exceptions as possibly missing for bug 15319.
121         (casinh_test_data): Likewise.
122         * sysdeps/i386/fpu/libm-test-ulps: Update.
124 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
126         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
127         * sysdeps/mips/bits/endian.h: Fix comments.
129 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
131         [BZ #17996]
132         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
133         (hdestroy_r): Likewise.
134         (hsearch_r): Likewise.
135         (__hcreate_r): Declare and use libc_hidden_proto.
136         (__hdestroy_r): Likewise.
137         (__hsearch_r): Likewise.
138         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
139         (hcreate): Call __hcreate_r instead of hcreate_r.
140         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
141         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
142         as weak alias of __hcreate_r.
143         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
144         __hdestroy_r.
145         (hsearch_r): Rename to __hsearch_r and define as weak alias of
146         __hsearch_r.
147         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
148         Remove variable.
149         (test-xfail-XPG4/search.h/linknamespace): Likewise.
150         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
151         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
152         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
154 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
156         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
157         arena_lock into a single arena_get.
159 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
161         * dl-reloc.c: Inlucde libc-internal.h.
162         (_dl_try_allocate_static_tls): Call ALIGN_UP.
163         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
164         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
165         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
166         (grow_heap): Likewise.
167         * malloc/malloc.c: Include libc-internal.h.
168         (do_check_malloc): Call powerof2.
169         (sysmalloc): Use pagesize. Call ALIGN_UP.
170         (systrim): Use pagesize.
171         (mremap_chunk): Use pagesize. Call ALIGN_UP.
172         (__libc_valloc): Use pagesize.
173         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
175 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
177         [BZ #17991]
178         * include/sys/resource.h (__getrlimit64): Declare.  Use
179         libc_hidden_proto.
180         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
181         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
182         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
183         getrlimit64.
184         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
185         __getrlimit64.
186         [!getrlimit64] (getrlimit64): Define as weak alias of
187         __getrlimit64.  Use libc_hidden_weak.
188         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
189         using __getrlimit64 not __new_getrlimit64.
190         (__GI_getrlimit64): Likewise.
191         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
192         Likewise.
193         (__GI_getrlimit64): Likewise.
194         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
196         (getrlimit): Add __getrlimit64 alias.
197         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
198         Likewise.
199         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
200         Remove variable.
201         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
202         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
204 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
206         * libio/fileops.c: Add missing sys/mman.h
207         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
209 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
211         * manual/math.texi (Errors in Math Functions): Clarify goals
212         regarding inexact and underflow exceptions.
214 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
216         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
217         * sysdeps/mips/memset.S: Ditto.
219 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
221         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
223 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
225         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
226         (__v1longjmp): Remove versioned symbol.
227         (__v1siglongjmp): Remove alias and versioned symbol.
228         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
229         (__v2siglongjmp): Likewise.
231 2015-02-16  Torvald Riegel  <triegel@redhat.com>
233         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
235 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
237         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
239 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
241         [BZ #17987]
242         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
243         zero result does not depend on the sign resulting from
244         subtraction.
245         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
246         Likewise.
247         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
248         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
249         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
250         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
251         * math/libm-test.inc (remquo_test_data): Add more tests.
253 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
255         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
256         Problem reported by J William Piggott.
258 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
260         [BZ #17978]
261         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
262         products 4 * y and 2 * y where those would overflow.
263         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
264         Likewise.
265         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
266         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
267         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
268         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
269         * math/libm-test.inc (remquo_test_data): Add more tests.
271         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
273         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
274         [defined _COMPILING_NEWLIB].
275         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
276         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
278         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
279         [!defined __mips_isa_rev || __mips_isa_rev < 6].
281 2015-02-16  Torvald Riegel  <triegel@redhat.com>
283         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
284         acquired.
286 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
288         [BZ #17792]
289         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
290         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
291         HOST_STACK_END_ADDR): Likewise.
293 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
295         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
296         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
297         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
299 2015-02-13  Roland McGrath  <roland@hack.frob.com>
301         * sysdeps/generic/c++-types.data: New file.
302         * sysdeps/generic/ld.abilist: New file.
303         * sysdeps/generic/libBrokenLocale.abilist: New file.
304         * sysdeps/generic/libanl.abilist: New file.
305         * sysdeps/generic/libc.abilist: New file.
306         * sysdeps/generic/libcrypt.abilist: New file.
307         * sysdeps/generic/libdl.abilist: New file.
308         * sysdeps/generic/libm.abilist: New file.
309         * sysdeps/generic/libpthread.abilist: New file.
310         * sysdeps/generic/libresolv.abilist: New file.
311         * sysdeps/generic/librt.abilist: New file.
313 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
315         [BZ #17569]
316         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
317         Compute absolute value of x as modified by fmod, not original
318         value of x.
319         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
320         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
321         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
322         RUN_TEST_ffI_f1_mod8.
323         (remquo_test_data): Add more tests.
325 2015-02-13  Roland McGrath  <roland@hack.frob.com>
327         * sysdeps/init_array/pt-crti.S: New file.
329 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
331         [BZ #17967]
332         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
333         __builtin_fmaf instead of relying on contraction of a * b + c.
335 2015-02-12  J William Piggott  <elseifthen@gmx.com>
337         [BZ #17969]
338         * manual/time.texi: correct the zoneinfo path in the TZ Variable
339         node.
341 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
343         [BZ #17964]
344         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
345         __builtin_fma instead of relying on contraction of a * b + c.
347 2015-02-12  Roland McGrath  <roland@hack.frob.com>
349         * Makeconfig (ASFLAGS): Add -Werror=undef.
350         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
351         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
352         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
354         * Makeconfig (after-link): New variable.
355         (+link-pie, +link-pie-tests): Use it.
356         (+link-static, +link-static-tests): Likewise.
357         (+link, +link-tests): Likewise.
358         * Makerules (build-module, build-module-asneeded): Likewise.
359         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
360         Likewise.
361         * elf/Makefile ($(objpfx)ld.so): Likewise.
363 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
365         [BZ #17965]
366         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
367         both struct timeval and struct timespec.
369 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
371         [BZ #16560]
372         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
373         and redefine.
374         (__ieee754_exp2l): Do not multiply small fractional parts by
375         M_LN2l.
376         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
377         small argument.
378         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
379         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
380         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
381         * math/auto-libm-test-in: Add more tests of exp2.
382         * math/auto-libm-test-out: Regenerated.
384 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
386         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
387         unaligned path.
389 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
391         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
392         little endian.
394 2015-02-12  Andreas Schwab  <schwab@suse.de>
396         [BZ #15790]
397         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
398         Filter out elision flags from value returned in kind.
399         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
400         * nptl/tst-pthread-mutexattr.c: New file.
402 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
404         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
405         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
406         into gnu-gnu, and update comment to refer to abi-tags.
408 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
410         [BZ #15467]
411         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
412         (__sincos): Set errno to EDOM for infinite argument.
413         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
414         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
415         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
416         (__sincosl): Set errno to EDOM for infinite argument.
417         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
418         (__sincosl): Set errno to EDOM for infinite argument.
419         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
420         (__sincosl): Set errno to EDOM for infinite argument.
421         * math/libm-test.inc (sincos_test_data): Test errno setting.
423 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
425         * string/strxfrm_l.c: Remove #define STRCMP.
426         * string/strcoll_l.c: Remove #define STRLEN.
427         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
428         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
430 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
432         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
433         * sysdeps/mips/mips32/sfp-machine.h: ... here.
434         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
435         * sysdeps/mips/mips64/Makefile: ... here.
436         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
437         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
438         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
439         * sysdeps/mips/mips64/sfp-machine.h: ... here.
440         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
441         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
442         * sysdeps/mips/mips64/n64/Implies: Likewise.
444 2015-02-10  Roland McGrath  <roland@hack.frob.com>
446         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
447         <sys/time.h>, <string.h>, and <errno.h>.
448         (dest_offset, dest_address, value, zero): Remove unused variables.
449         (ldouble): Remove typedef.
450         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
451         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
452         1).  Fix code style.
453         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
454         (check): Function removed.
455         (CHECK): New macro.
456         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
457         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
458         Don't call set_sigaction_FP and remove_sigaction_FP here.
459         (ldouble_test): Just use 'long double' as macro argument, no need for
460         the 'ldouble' typedef.
461         (do_test): Set up SIGFPE handler at start, using plain signal rather
462         than sigaction.  Fix code style.
464 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
466         [BZ #17949]
467         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
468         jump label.
470 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
472         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
473         * sysdeps/powerpc/powerpc32/configure: Regenerated.
475         * sysdeps/powerpc/configure.ac: Remove file.
476         * sysdeps/powerpc/configure: Likewise.
478         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
479         [sysdep_routines]: Remove wordcopy-power6 object.
480         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
481         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
482         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
483         (__memmove_ppc32): Likewise.
484         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
485         file.
486         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
487         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
488         Remove preprocessor.
490         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
491         [sysdep_routines]: Remove wide chars objects.
492         [wcsmbs]: New rule for wide char objects.
494         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
495         Remove wordcopy-power6 obejct.
496         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
497         Use local call for wordcopy and memcpy symbols.
498         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
499         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
500         implementation for loader.
501         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
503         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
504         Remove wordcopy-power7 object.
505         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
506         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
507         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
508         (_wordcopy_fwd_dest_aligned): Likewise.
509         (_wordcopy_bwd_aligned): Likewise.
510         (_wordcopy_bwd_dest_aligned): Likewise.
512         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
513         Rewrite to call __memmove_ppc instead of include default
514         implementation.
516         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
517         Remove wide chars objects.
518         [wcsmbs]: New rule for wide char objects.
520 2015-02-09  Andreas Schwab  <schwab@suse.de>
522         [BZ #17912]
523         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
524         in terms of __O_DIRECTORY.
526 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
528         * time/getdate.c: Include <stdbool.h>.
529         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
530         call PTR_MANGLE.
531         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
532         PTR_DEMANGLE.
534 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
536         Add ersatz _Static_assert on older C hosts
537         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
538         pre-C11 C platform that is not known to support _Static_assert.
540 2015-02-07  Richard Braun  <rbraun@sceen.net>
542         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
543         sigstate.
544         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
546 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
548         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
549         priority against unexistent AIO_PRIO_DELTA_MAX.
550         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
551         instead of int.
552         * misc/fchflags.c (fchflags): Likewise.
553         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
554         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
555         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
556         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
557         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
558         Declare macros.
559         [__USE_MISC] (chflags, fchflags): Declare functions.
560         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
561         EINVAL when nfds is greater than FD_SETSIZE.
562         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
563         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
564         45.
565         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
566         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
567         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
568         MACH_RCV_TIMED_OUT.
569         * hurd/hurd/signal.h (_hurd_self_sigstate,
570         _hurd_critical_section_lock, _hurd_critical_section_unlock):
571         Explicit casts from void *.
572         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
573         * abi-tags: Rename gnu-gnu os into gnu.
575         [BZ #4719]
576         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
577         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
578         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
579         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
580         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
581         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
583         [BZ #17944]
584         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
585         duplicates ADDR->sun_path with sockaddr LEN limitation.
586         * sysdeps/mach/hurd/connect.c: Include <string.h>
587         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
588         * sysdeps/mach/hurd/sendmsg.c: Likewise.
589         * sysdeps/mach/hurd/sendto.c: Likewise.
590         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
591         implementing it by hand.
593 2015-02-06  Roland McGrath  <roland@hack.frob.com>
595         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
596         Use sfi_breg on ldr.
597         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
598         Likewise.
600         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
601         it's defined.
602         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
603         Test SIGSETXID only if it's defined.
605         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
607         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
608         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
610         * nptl/tst-align2.c: Moved ...
611         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
612         * nptl/Makefile (tests): Remove tst-align2.
613         * sysdeps/unix/sysv/linux/Makefile
614         [$(subdir) = nptl] (tests): Add tst-align-clone.
615         * nptl/tst-getpid1.c: Moved ...
616         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
617         * nptl/tst-getpid2.c: Moved ...
618         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
619         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
620         * sysdeps/unix/sysv/linux/Makefile
621         [$(subdir) = nptl] (tests): ... here.
622         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
623         * sysdeps/unix/sysv/linux/Makefile
624         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
626         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
627         Drop trailing \n from perror argument.  Use return rather than exit.
629         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
630         on [SA_SIGINFO].
631         * nptl/tst-cancel21.c (do_test): Likewise.
632         * debug/tst-backtrace6.c: Include <signal.h> first thing.
633         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
634         [!SA_SIGINFO]: Make it a stub test.
636         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
637         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
639         * posix/tst-getlogin.c: Move to ...
640         * login/tst-getlogin.c: ... here.
641         * posix/Makefile (tests): Move tst-getlogin to ...
642         * login/Makefile (tests): ... here.
644         * libio/tst-atime.c (do_test): Move local variables SV and E
645         inside [ST_NOATIME] conditional.
647         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
649         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
651         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
652         (wait_code): New function replaces macro.
653         Call nanosleep rather than syscall.
655         * nptl/pt-system.c: Rewritten.  Put everything under
656         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
657         Use IFUNC to redirect when possible.
659         * nptl/pt-longjmp.c: Rewritten.  Put everything under
660         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
661         Use IFUNC to redirect when possible.
663         * nptl/pt-fork.c: Rewritten.  Put everything under
664         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
665         Use IFUNC to redirect when possible.
666         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
668         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
669         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
670         unconditionally nowadays.  This included the only reference to
671         __vdso_clock_gettime that appears outside libc proper.
672         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
673         Remove version set (containing only __vdso_clock_gettime).
674         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
675         Add attribute_hidden.
676         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
677         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
678         libc_hidden_data_def.
679         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
680         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
682         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
683         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
684         setrpcent, and getrpcport to ...
685         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
686         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
687         getrpcbynumber_r, and getrpcent_r to ...
688         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
689         * inet/getrpcbyname.c: Moved ...
690         * sunrpc/getrpcbyname.c: ... here.
691         * inet/getrpcbyname_r.c: Moved ...
692         * sunrpc/getrpcbyname_r.c: ... here.
693         * inet/getrpcbynumber.c: Moved ...
694         * sunrpc/getrpcbynumber.c: ... here.
695         * inet/getrpcbynumber_r.c: Moved ...
696         * sunrpc/getrpcbynumber_r.c: ... here.
697         * inet/getrpcent.c: Moved ...
698         * sunrpc/getrpcent.c: ... here.
699         * inet/getrpcent_r.c: Moved ...
700         * sunrpc/getrpcent_r.c: ... here.
701         * inet/Makefile (routines): Move those to ...
702         * sunrpc/Makefile (routines): ... here.
703         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
704         the $(subdirs) list.
705         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
706         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
707         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
708         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
710         * elf/Makefile (routines): Include $(all-dl-routines), not just
711         $(dl-routines).
712         (rtld-routines): Likewise.  Use = rather than :=.
713         * sysdeps/aarch64/Makefile [$(subdir) = elf]
714         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
715         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
716         * sysdeps/arm/Makefile: Likewise.
717         * sysdeps/i386/Makefile: Likewise.
718         * sysdeps/x86_64/Makefile: Likewise.
719         * sysdeps/hppa/Makefile [$(subdir) = elf]
720         (sysdep_routines, sysdep-rtld-routines): Don't add
721         $(sysdep-dl-routines) to these.
722         * sysdeps/ia64/Makefile: Likewise.
723         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
724         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
725         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
726         Don't add dl-static to these; sysdep-dl-routines alone is enough.
727         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
728         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
729         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
730         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
731         * sysdeps/powerpc/Makefile [$(subdir) = elf]
732         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
733         these; sysdep-dl-routines alone is enough.
735 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
737         [BZ #17932]
738         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
739         where multiplication results in zero and third argument is finite
740         and nonzero.
741         * math/auto-libm-test-in: Add more tests of fma.
742         * math/auto-libm-test-out: Regenerated.
744         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
745         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
746         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
747         (_FP_CMP_EQ): Likewise.
748         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
750         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
751         extra argument CHECK_NAN.  Redefine as wrapper around
752         _FP_EXTEND_CNAN.
754 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
756         * version.h (RELEASE): Set to "stable".
757         (VERSION): Set to "2.21"
758         * include/features.h (__GLIBC_MINOR__): Set to 21.
760         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
762 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
763             Paul Eggert  <eggert@cs.ucla.edu>
765         [BZ #16618]
766         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
767         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
768         size in bytes. Store needed elements in wpmax. Use needed size
769         in bytes for extend_alloca.
771 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
773         * manual/install.texi: Latest tested versions are GCC 4.9.2,
774         binutls 2.25, and texinfo 5.2.
775         * INSTALL: Regenerate.
776         * sysdeps/nios2/configure: Regenerate.
777         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
778         * manual/contrib.texi: Update.
779         * po/be.po: Update.
780         * po/bg.po: Update.
781         * po/ca.po: Update.
782         * po/cs.po: Update.
783         * po/da.po: Update.
784         * po/de.po: Update.
785         * po/el.po: Update.
786         * po/eo.po: Update.
787         * po/es.po: Update.
788         * po/fi.po: Update.
789         * po/fr.po: Update.
790         * po/gl.po: Update.
791         * po/hr.po: Update.
792         * po/hu.po: Update.
793         * po/ia.po: Update.
794         * po/id.po: Update.
795         * po/it.po: Update.
796         * po/ja.po: Update.
797         * po/ko.po: Update.
798         * po/lt.po: Update.
799         * po/nb.po: Update.
800         * po/nl.po: Update.
801         * po/pl.po: Update.
802         * po/pt_BR.po: Update.
803         * po/ru.po: Update.
804         * po/rw.po: Update.
805         * po/sk.po: Update.
806         * po/sl.po: Update.
807         * po/sv.po: Update.
808         * po/tr.po: Update.
809         * po/uk.po: Update.
810         * po/vi.po: Update.
811         * po/zh_CN.po: Update.
812         * po/zh_TW.po: Update.
814         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
815         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
816         * sysdeps/hppa/dl-irel.h: Remove #warning.
817         * sysdeps/hppa/entry.h: Provide prototype for
818         __canonicalize_funcptr_for_compare and cast argument.
819         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
820         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
821         * sysdeps/hppa/sotruss-lib.c: New file.
822         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
823         (atomic_compare_and_exchange_val_acq): Use __typeof__.
824         (atomic_compare_and_exchange_bool_acq): Likewise.
825         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
826         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
828         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
829         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
830         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
832 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
834         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
835         called function in non-PIC case.
837 2015-01-31  David S. Miller  <davem@davemloft.net>
839         * sysdeps/sparc/sparc32/bits/atomic.h
840         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
841         unlock not after it.
842         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
843         volatile register usage warnings from the compiler.
845         * sysdeps/sparc/nptl/sem_init.c: Delete.
846         * sysdeps/sparc/nptl/sem_post.c: Delete.
847         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
848         * sysdeps/sparc/nptl/sem_wait.c: Delete.
849         * sysdeps/sparc/sparc32/sem_init.c: New file.
850         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
851         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
852         padding explicitly initialized.
853         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
854         padding for in-semaphore spinlock.
855         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
856         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
857         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
858         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
859         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
860         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
861         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
862         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
863         version.
864         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
865         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
867 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
869         [BZ #17801]
870         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
871         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
872         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
873         New.
874         (index_AVX_Fast_Unaligned_Load): Likewise.
875         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
876         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
877         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
878         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
879         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
880         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
881         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
882         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
883         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
885 2015-01-29  Andreas Schwab  <schwab@suse.de>
887         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
889 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
891         [BZ #17892]
892         * nscd/nscd_stat.c (send_stats): Initialize DATA.
894 2015-01-28  Martin Sebor  <msebor@redhat.com>
896         * math/README.libm-test: Clarify. Add "How to read the test output."
898 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
900         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
901         Define to 0.
903 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
905         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
906         (__HAVE_64B_ATOMICS): Define to 0.
908 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
910         [BZ #17885]
911         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
912         value to set as new flag.
914         [BZ #16576]
915         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
916         and use _ARCH_PPCSQ instead.
917         (__ieee754_sqrt): Likewise.
918         (__ieee754_sqrtf): Likewise.
919         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
920         _ARCH_PPCSQ is defined.
921         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
922         fsqrt instruction.
923         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
924         _ARCH_PPCSQ is defined.
925         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
926         fsqrts instruction.
927         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
929 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
931         * iconv/loop.c: Suppress array out of bound warning caused by GCC
932         bug (GCC BZ #64739).
934 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
936         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
937         Mark _retval as used.
938         (lll_futex_wake_unlock): Likewise.
939         (lll_futex_timed_wait_requeue_pi): Likewise.
941         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
942         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
943         register variables.
945         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
946         libm_hidden_def.
948         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
949         (__bswap_64): Mark as __always_inline.
951 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
953         [BZ #15378]
954         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
955         when none of the search directories exist.
957 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
959         [BZ #17869]
960         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
961         power8 in .machine directive.
963         [BZ #17868]
964         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
965         set dependency from opd value.
967 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
969         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
970         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
971         architecture.
973 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
975         [BZ #17870]
976         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
977         with uint64_t.
978         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
979         (uint64_t) 1.
980         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
981         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
982         Replace 1UL with (uint64_t) 1.
983         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
984         int with uint64_t.
986 2015-01-23  Roland McGrath  <roland@hack.frob.com>
988         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
989         (if_freenameindex): Likewise.
991         * resource/getrlimit64.c: Add missing libc_hidden_def.
993 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
995         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
996         __label__.
997         (_FP_FMA): Likewise.
998         (_FP_TO_INT_ROUND): Likewise.
999         (_FP_FROM_INT): Likewise.
1001 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1003         [BZ #16418]
1004         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1005         Make code racy and cancel safe.
1007 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1009         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1010         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1011         attribution.
1013         * pwd/tst-getpw.c: Rewrite.
1015         [BZ #17702]
1016         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1017         (modules-names): Add moddummy1 and moddummy2.
1018         ($(objpfx)tst-rec-dlopen): Define.
1019         * dlfcn/moddummy1.c: New file.
1020         * dlfcn/moddummy2.c: New file.
1021         * dlfcn/tst-rec-dlopen.c: New file.
1022         * elf/dl-cache.c (_dl_load_cache_lookup):
1023         Return char*. Copy result with alloca/strcpy/strdup.
1024         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1025         returns char*. Free cached. If not saving realname
1026         free cached.
1027         * elf/dl-open.c (dl_open_worker): Do not assert that
1028         _r_debug->r_state is RT_CONSISTENT.
1029         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1030         returns char*.
1032 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1033             Carlos O'Donell  <carlos@redhat.com>
1035         [BZ #12674]
1036         * nptl/sem_waitcommon.c: New file.
1037         * nptl/sem_wait.c: Include sem_waitcommon.c.
1038         (__sem_wait_cleanup, do_futex_wait): Remove.
1039         (__new_sem_wait): Adapt.
1040         (__new_sem_trywait): New function.
1041         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1042         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1043         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1044         (sem_timedwait): Adapt.
1045         * nptl/sem_post.c (__new_sem_post): Adapt.
1046         (futex_wake): New function.
1047         (__old_sem_post): Add release MO fence.
1048         * nptl/sem_open.c (sem_open): Adapt.
1049         * nptl/sem_init.c (__new_sem_init): Adapt.
1050         (futex_private_if_supported): New function.
1051         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1052         (__old_sem_getvalue): Add using previous code.
1053         * sysdeps/nptl/internaltypes.h: Adapt.
1054         * nptl/tst-sem13.c (do_test): Adapt.
1055         * nptl/tst-sem11.c (main): Adapt.
1056         * nptl/sem_trywait.c: Remove.
1057         * nptl/DESIGN-sem.txt: Remove.
1058         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1059         (gen-as-const-headers): Remove structsem.sym.
1060         * nptl/structsem.sym: Remove.
1061         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1062         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1063         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1064         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1065         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1066         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1067         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1068         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1069         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1070         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1071         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1072         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1073         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1074         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1075         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1076         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1077         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1078         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1079         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1080         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1081         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1082         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1084 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1086         * INSTALL: Regenerated.
1088         * po/libc.pot: Regenerated.
1090 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1091             Sandra Loosemore  <sandra@codesourcery.com>
1092             Andrew Jenner  <andrew@codesourcery.com>
1093             Joseph Myers  <joseph@codesourcery.com>
1094             Nathan Sidwell  <nathan@codesourcery.com>
1096         * NEWS: Mention new Nios II port.
1097         * sysdeps/nios2/Implies: New file.
1098         * sysdeps/nios2/Makefile: New file.
1099         * sysdeps/nios2/Subdirs: New file.
1100         * sysdeps/nios2/Versions: New file.
1101         * sysdeps/nios2/__longjmp.S: New file.
1102         * sysdeps/nios2/abort-instr.h: New file.
1103         * sysdeps/nios2/backtrace.c: New file.
1104         * sysdeps/nios2/bits/endian.h: New file.
1105         * sysdeps/nios2/bits/fenv.h: New file.
1106         * sysdeps/nios2/bits/link.h: New file.
1107         * sysdeps/nios2/bits/setjmp.h: New file.
1108         * sysdeps/nios2/bsd-_setjmp.S: New file.
1109         * sysdeps/nios2/bsd-setjmp.S: New file.
1110         * sysdeps/nios2/configure: New generated file.
1111         * sysdeps/nios2/configure.ac: New file.
1112         * sysdeps/nios2/crti.S: New file.
1113         * sysdeps/nios2/crtn.S: New file.
1114         * sysdeps/nios2/dl-init.c: New file.
1115         * sysdeps/nios2/dl-machine.h: New file.
1116         * sysdeps/nios2/dl-sysdep.h: New file.
1117         * sysdeps/nios2/dl-tls.h: New file.
1118         * sysdeps/nios2/dl-trampoline.S: New file.
1119         * sysdeps/nios2/gccframe.h: New file.
1120         * sysdeps/nios2/gmp-mparam.h: New file.
1121         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1122         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1123         * sysdeps/nios2/ldsodefs.h: New file.
1124         * sysdeps/nios2/libc-tls.c: New file.
1125         * sysdeps/nios2/libm-test-ulps: New file.
1126         * sysdeps/nios2/machine-gmon.h: New file.
1127         * sysdeps/nios2/math-tests.h: New file.
1128         * sysdeps/nios2/math_private.h: New file.
1129         * sysdeps/nios2/memusage.h: New file.
1130         * sysdeps/nios2/nptl/Makefile: New file.
1131         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1132         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1133         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1134         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1135         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1136         * sysdeps/nios2/nptl/tls.h: New file.
1137         * sysdeps/nios2/preconfigure: New file.
1138         * sysdeps/nios2/s_fma.c: New file.
1139         * sysdeps/nios2/s_fmaf.c: New file.
1140         * sysdeps/nios2/setjmp.S: New file.
1141         * sysdeps/nios2/sfp-machine.h: New file.
1142         * sysdeps/nios2/sotruss-lib.c: New file.
1143         * sysdeps/nios2/stackguard-macros.h: New file.
1144         * sysdeps/nios2/stackinfo.h: New file.
1145         * sysdeps/nios2/start.S: New file.
1146         * sysdeps/nios2/sysdep.h: New file.
1147         * sysdeps/nios2/tls-macros.h: New file.
1148         * sysdeps/nios2/tst-audit.h: New file.
1149         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1150         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1151         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1152         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1153         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1154         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1155         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1156         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1157         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1158         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1159         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1160         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1161         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1162         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1163         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1164         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1165         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1166         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1167         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1168         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1169         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1170         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1171         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1172         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1173         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1174         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1175         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1176         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1177         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1178         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1179         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1180         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1181         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1182         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1183         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1184         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1185         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1186         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1187         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1188         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1189         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1190         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1191         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1192         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1194 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1196         [BZ #17844]
1197         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1198         (getutent): Use weak_alias in non SHARED case
1199         and default_symbol_version in SHARED case.
1200         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1201         (getutent_r, pututline): Likewise.
1202         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1203         (getutid): Likewise.
1204         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1205         (getutid_r): Likewise.
1206         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1207         (getutline): Likewise.
1208         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1209         (getutline_r): Likewise.
1210         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1211         (updwtmp): Likewise.
1213 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1215         [BZ #17848]
1216         * sysdeps/s390/s390-32/memcmp.S
1217         (memcmp_g5): Rename to __memcmp_g5.
1218         * sysdeps/s390/s390-32/memcpy.S
1219         (memcpy_g5): Rename to __memcpy_g5.
1220         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1221         (memcpy_mvcle) Rename to __memcpy_mvcle.
1222         * sysdeps/s390/s390-32/memset.S
1223         (memset_g5): Rename to __memset_g5.
1224         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1225         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1226         and use prefixed functions.
1227         * sysdeps/s390/s390-32/multiarch/memcmp.S
1228         (memcmp_z196): Rename to __memcmp_z196.
1229         (memcmp_z10): Rename to __memcmp_z10.
1230         (memcmp): Set alias to __memcmp_g5.
1231         (bcmp): Set alias to __memcmp_g5.
1232         * sysdeps/s390/s390-32/multiarch/memcpy.S
1233         (memcpy_z196): Rename to __memcpy_z196.
1234         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1235         (memcpy_z10): Rename to __memcpy_z10.
1236         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1237         (memcpy): Set alias to __memcpy_g5.
1238         * sysdeps/s390/s390-32/multiarch/memset.S
1239         (memset_z196): Rename to __memset_z196.
1240         Jump to __memset_mvcle instead of memset_mvcle.
1241         (memset_z10): Rename to __memset_z10.
1242         Jump to __memset_mvcle instead of memset_mvcle.
1243         (memset_mvcle) Rename to __memset_mvcle.
1244         (memset): Set alias to __memset_g5.
1245         * sysdeps/s390/s390-64/memcmp.S
1246         (memcmp_z900): Rename to __memcmp_z900.
1247         * sysdeps/s390/s390-64/memcpy.S
1248         (memcpy_z900): Rename to __memcpy_z900.
1249         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1250         (memcpy_mvcle) Rename to __memcpy_mvcle.
1251         * sysdeps/s390/s390-64/memset.S
1252         (memset_z900): Rename to __memset_z900.
1253         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1254         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1255         and use prefixed functions.
1256         * sysdeps/s390/s390-64/multiarch/memcmp.S
1257         (memcmp_z196): Rename to __memcmp_z196.
1258         (memcmp_z10): Rename to __memcmp_z10.
1259         (memcmp): Set alias to __memcmp_z900.
1260         (bcmp): Set alias to __memcmp_z900.
1261         * sysdeps/s390/s390-64/multiarch/memcpy.S
1262         (memcpy_z196): Rename to __memcpy_z196.
1263         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1264         (memcpy_z10): Rename to __memcpy_z10.
1265         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1266         (memcpy): Set alias to __memcpy_z900.
1267         * sysdeps/s390/s390-64/multiarch/memset.S
1268         (memset_z196): Rename to __memset_z196.
1269         Jump to __memset_mvcle instead of memset_mvcle.
1270         (memset_z10): Rename to __memset_z10.
1271         Jump to __memset_mvcle instead of memset_mvcle.
1272         (memset_mvcle) Rename to __memset_mvcle.
1273         (memset): Set alias to __memset_z900.
1275 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1277         [BZ #17748]
1278         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1279         __fesetenv instead of fesetenv.
1281 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1283         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1284         macro.
1286 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1288         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1289         regression on LE.
1291         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1292         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1293         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1294         strncmp-power8 object.
1295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1296         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1297         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1298         * NEWS: Update.
1300 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1301             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1303         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1304         trailing byte check.
1306 2015-01-13  David S. Miller  <davem@davemloft.net>
1308         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1310 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1312         * login/logout.c (logout): Use memset rather than bzero.
1313         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1314         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1315         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1316         (_gethtbyaddr): Likewise.
1317         * locale/programs/simple-hash.c (bcopy): Macro removed.
1319 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1321         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1322         Add strcmp-power8 object.
1323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1324         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1325         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1326         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1327         __strcmp_power8 implementation.
1328         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1329         * NEWS: Update.
1331         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1332         Add strncpy-power8 and stpncpy-power8 objects.
1333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1334         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1335         implementations.
1336         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1337         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1338         __stpncpy_power8 implementation.
1339         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1340         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1341         __strncpy_power8 implementation.
1342         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1343         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1344         * NEWS: Update.
1346         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1347         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1348         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1350         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1351         strncat-power8 object.
1352         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1353         __strcat_power8 implementation.
1354         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1355         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1356         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1357         optimized strcat for power8.
1359         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1360         strcpy-power8 and stpcpy-power8 objects.
1361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1362         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1363         implementations.
1364         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1365         multiarch stpcpy implementation for POWER8.
1366         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1367         multiarch strcpy implementation for POWER8.
1368         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1369         __strcpy_power8 function.
1370         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1371         stpcpy for POWER8.
1372         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1373         strcpy for POWER8.
1374         * NEWS: Update.
1376 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1378         [BZ #16009]
1379         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1380         weights and rules. Use do_xfrm_cached if data fits in cache,
1381         do_xfrm otherwise.  Moved former main loop to...
1382         * (do_xfrm_cached): New function.
1383         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1384         find_idx, find_position and stack_push.
1385         * (find_idx): New function.
1386         * (find_position): Likewise.
1387         * localedata/sort-test.sh: Added test run for do_xfrm.
1388         * localedata/xfrm-test.c (main): Added command line option
1389         -nocache to run the test with strings that are too large for
1390         the STRXFRM cache.
1392 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1394         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1395         variable to lll_futex_wake call, not the value itself.
1397 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1399         [BZ #17803]
1400         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1401         twom64.  Adjust value to 0x1p-64L.
1402         (__scalblnl): Only return standard underflowing result for K <=
1403         -64 not K <= -63; adjust exponent for underflowing result by 64
1404         not 63.
1405         * math/libm-test.inc (scalbn_test_data): Add more tests.
1406         (scalbln_test_data): Likewise.
1408         [BZ #17834]
1409         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1410         0x1p63L.
1411         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1412         not HX.
1413         * math/libm-test.inc (scalbn_test_data): Add more tests.
1414         (scalbln_test_data): Likewise.
1416 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1417             Stefani Seibold  <stefani@seibold.net>
1419         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1420         (sysdep_routines): Add dl-vdso here, ...
1421         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1422         (sysdep_routines): ... not here.
1423         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1424         fallback when vDSO is not presented.
1425         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1426         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1427         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1428         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1429         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1430         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1431         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1432         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1433         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1434         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1435         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1436         fallback configurable symbol when vDSO is not available.
1437         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1438         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1439         be able to redefine fallback symbol when vDSO is not available.
1440         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1441         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1443 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1445         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1446         (TLS_INIT_TP): Add tm_capable initialization.
1447         (TLS_DEFINE_INIT_TP): Likewise.
1448         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1449         TCB.
1450         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1451         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1452         calculation.
1453         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1454         transactoion is lock elision is built and TCB tm_capable is set.
1455         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1457         (INTERNAL_SYSCALL_NCS): Likewise.
1458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1459         (INTERNAL_SYSCALL_NCS): Likewise.
1460         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1462         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1463         for powerpc.
1464         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1465         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1466         and remove it for 32 bits case.
1467         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1468         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1469         initialization.
1470         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1471         Disable lock elision with rdlocks if elision is not available.
1473         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1474         (sysdep_routines): Add lock elision objects.
1475         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1476         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1477         [pthread_mutex_t] (__elision): Add field.
1478         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1479         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1480         elision definitions for powerpc.
1481         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1482         implementation of lock elision for powerpc.
1483         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1484         implementation of timed lock elision for powerpc.
1485         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1486         implementation of trylock with lock elision for powerpc.
1487         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1488         implementaion of unlock for lock elision for powerpc.
1489         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1490         automatic enable lock elision for mutexes.
1491         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1492         transaction execution definitions for powerpc.
1493         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1494         definitions.
1495         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1496         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1497         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1498         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1499         * NEWS: Update.
1501 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1503         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1504         for #include of <shm-directory.h>.
1506 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1508         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1509         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1511 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1513         [BZ #17791]
1514         * NEWS: Mention bug fix.
1515         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1516         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1517         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1519 2015-01-09  Torvald Riegel <triegel@redhat.com>
1521         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1523 2015-01-09  Torvald Riegel <triegel@redhat.com>
1525         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1527 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1529         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1530         pointer and cast to uintptr_t.
1532 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1534         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1535         removed.
1536         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1538 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1540         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1541         of 0.
1543 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1545         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1546         <nptl/pthreadP.h> instead.
1547         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1549         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1550         already defined.
1551         [__SIGRTMIN] (init): Function removed.
1552         [__SIGRTMIN] (initialized): Variable removed.
1553         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1554         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1555         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1556         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1557         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1558         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1559         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1560         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1561         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1562         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1563         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1564         * sysdeps/nptl/allocrtsig.c: New file.
1565         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1566         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1567         * sysdeps/generic/testrtsig.h: File removed.
1569         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1570         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1572         * nptl/nptl-init.c (pthread_functions): Conditionalize
1573         .ptr__nptl_setxid initialization on [SIGSETXID].
1575         * sysdeps/nptl/sys/procfs.h: New file.
1576         * nptl_db/Makefile (headers): Add it.
1577         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1579         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1580         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1581         * nptl/pthread_attr_setaffinity.c: Include it.
1582         * nptl/pthread_setattr_default_np.c: Likewise.
1583         * nptl/check-cpuset.h: New file.
1585 2015-01-08  Richard Henderson  <rth@redhat.com>
1587         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1588         (CFLAGS-tst-execstack-prog.c): Likewise.
1589         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1591 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1592             Sandra Loosemore  <sandra@codesourcery.com>
1593             Andrew Jenner  <andrew@codesourcery.com>
1594             Joseph Myers  <joseph@codesourcery.com>
1595             Nathan Sidwell  <nathan@codesourcery.com>
1597         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1598         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1599         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1600         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1601         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1602         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1603         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1604         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1605         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1606         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1607         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1608         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1609         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1610         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1611         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1612         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1613         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1615 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1617         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1618         timespec struct member in syscall macro.
1619         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1620         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1621         first timeval struct member in syscall macro.
1622         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1624 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1626         [BZ #17748]
1627         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1628         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1629         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1630         __feupdateenv and define as weak alias of __feupdateenv.  Use
1631         libm_hidden_weak.
1632         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1633         libm_hidden_def.
1634         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1635         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1636         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1637         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1638         libm_hidden_def.
1639         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1640         __feupdateenv and define as weak alias of __feupdateenv.  Use
1641         libm_hidden_weak.
1642         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1643         libm_hidden_def.
1644         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1645         __feupdateenv and define as weak alias of __feupdateenv.  Use
1646         libm_hidden_weak.
1647         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1648         libm_hidden_def.
1649         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1650         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1651         (__feupdateenv): Likewise.
1652         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1653         __feupdateenv and define as weak alias of __feupdateenv.  Use
1654         libm_hidden_weak.
1655         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1656         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1657         libm_hidden_def.
1658         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1659         function.
1660         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1661         libm_hidden_def.
1662         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1663         __feupdateenv instead of feupdateenv.
1664         (default_libc_feupdateenv_test): Likewise.
1665         (libc_feresetround_ctx): Likewise.
1667 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1669         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1670         prototype.
1672 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1674         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1675         COLL_SYM in a couple of places to avoid uninitialized variable
1676         wanings on tilegx gcc 4.8.2.
1678 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1680         * sysdeps/aarch64/strcpy.S: New file.
1681         * sysdeps/aarch64/stpcpy.S: New file.
1682         * NEWS: Updated.
1684 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1686         * sysdeps/aarch64/strrchr.S: New file.
1687         * NEWS: Updated.
1689 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1691         [BZ #17658]
1692         * stdlib/setenv.c: Fix memory leak when setting large,
1693         duplicate string.
1695 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1697         [BZ #17273]
1698         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1699         and tabs from buffer before parsing fstab entry.
1700         * misc/tst-mntent.c (main): Add test for mount entry with
1701         trailing spaces and tabs.
1703 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1705         [BZ #17748]
1706         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1707         * math/fesetround.c (fesetround): Rename to __fesetround and
1708         define as weak alias of __fesetround.  Use libm_hidden_weak.
1709         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1710         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1711         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1712         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1713         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1714         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1715         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1716         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1717         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1718         __fesetround_inline.
1719         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1720         __fesetround_inline instead of __fesetround.
1721         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1722         __fesetround and define as weak alias of __fesetround.  Use
1723         libm_hidden_weak.  Call __fesetround_inline instead of
1724         __fesetround.
1725         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1726         __fesetround and define as weak alias of __fesetround.  Use
1727         libm_hidden_weak.
1728         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1729         Likewise.
1730         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1731         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1732         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1733         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1734         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1735         __fesetround and define as weak alias of __fesetround.  Use
1736         libm_hidden_weak.
1737         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1738         __fesetround instead of fesetround.
1739         (default_libc_feholdexcept_setround): Likewise.
1740         (libc_feholdsetround_ctx): Likewise.
1741         (libc_feholdsetround_noex_ctx): Likewise.
1743         [BZ #17748]
1744         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1745         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1746         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1747         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1748         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1749         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1750         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1751         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1752         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1753         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1754         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1755         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1756         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1757         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1758         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1759         libm_hidden_def.
1760         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1761         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1762         Likewise.
1763         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1764         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1765         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1766         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1767         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1768         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1769         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1770         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1771         __fesetenv instead of fesetenv.
1772         (libc_feresetround_noex_ctx): Likewise.
1773         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1774         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1775         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1776         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1777         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1778         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1779         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1780         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1781         (__feupdateenv): Likewise.
1782         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1783         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1784         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1785         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1787 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1789         [BZ #17806]
1790         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1791         addresses have been freed.
1793 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1795         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1796         and nservall.
1798 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1800         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1801         Clean up check_pf allocation pattern. addresses
1803 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1805         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1806         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1807         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1808         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1809         * nptl/pthread_join.c (pthread_join): Likewise.
1810         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1811         * sysdeps/posix/waitid.c (__waitid): Likewise.
1812         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1813         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1814         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1815         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1816         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1817         Likewise.
1818         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1819         (__libc_pread64): Likewise.
1820         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1821         (__libc_pwrite): Likewise.
1822         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1823         (__libc_pwrite64): Likewsie.
1824         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1825         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1826         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1827         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1828         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1829         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1830         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1832         Likewise.
1833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1834         (__libc_pread64): Likewise.
1835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1836         Likewise.
1837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1838         (__libc_pwrite64): Likewise.
1839         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1840         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1841         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1842         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1843         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1844         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1845         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1846         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1847         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1848         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1849         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1850         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1851         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1852         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1853         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1854         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1855         Likewise.
1857 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1859         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1860         (CFLAGS-test-double.c): Likewise.
1861         (CFLAGS-test-ldouble.c): Likewise.
1862         (CPPFLAGS-test-ifloat.c): Likewise.
1863         (CPPFLAGS-test-idouble.c): Likewise.
1864         (CPPFLAGS-test-ildoubl.c): Likewise.
1865         (CFLAGS-test-test-fenv.c): Remove variable.
1866         (CFLAGS-test-misc.c): Likewise.
1868 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1870         [BZ #17797]
1871         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1872         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1873         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1874         CLOCKS_PER_SEC == 1000000.
1875         * time/clocktest.c (main): Replace %ld with %jd and cast to
1876         intmax_t.
1878 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1880         * sysdeps/generic/unwind-resume.h: New file.
1881         * sysdeps/gnu/unwind-resume.c: Include it.
1882         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1883         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1884         argument list.
1885         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1886         global rather than static.
1887         (_Unwind_Resume): Update user.
1888         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1889         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1890         rather than static.  Add __attribute__ ((cold)).
1891         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1892         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1893         * sysdeps/arm/arm-unwind-resume.S: New file.
1894         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1895         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1896         * sysdeps/arm/Makefile [$(subdir) = csu]
1897         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1898         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1899         Add rt-arm-unwind-resume.
1900         [$(subdir) = nptl]
1901         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1902         Add pt-arm-unwind-resume.
1903         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1904         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1906 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1908         [BZ #17748]
1909         * include/fenv.h (__feholdexcept): Declare.  Use
1910         libm_hidden_proto.
1911         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1912         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1913         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1914         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1915         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1916         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1917         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1918         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1919         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1920         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1921         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1922         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1923         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1924         (feholdexcept): Likewise.
1925         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1926         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1927         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1928         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1929         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1930         __feholdexcept instead of feholdexcept.
1931         (default_libc_feholdexcept_setround): Likewise.
1933 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1935         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1936         to avoid using stl/str to align destination.
1938 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1940         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1942 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1944         [BZ #17796]
1945         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1946         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1947         Define as weak alias not strong alias.
1949 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1951         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1952         bltzal with addiupc.
1953         (RTLD_START): Ditto.
1955 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1957         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1958         for __vdso_* functions in declarations.
1959         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1960         definitions.
1961         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1962         INTERNAL_VSYSCALL): Use struct return types to check for error.
1964         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1965         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1966         function with cast from llround().
1967         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1968         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1969         Define.
1971 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1973         [BZ #17793]
1974         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1975         Define as weak alias not strong alias.
1977         [BZ #17635]
1978         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1979         ...
1980         * ctype/ctype-extn.c: ... here.
1981         (__isblank_l): Move to ...
1982         * ctype/ctype-c99_l.c: ... here.  New file.
1983         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1984         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1985         Remove variable.
1986         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1987         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1988         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1989         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1990         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1992         [BZ #17777]
1993         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1994         (posix_fadvise64): Define as weak alias not strong alias.
1995         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1996         (posix_fallocate64): Likewise.
1997         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1998         Remove variable.
1999         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2000         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2001         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2002         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2003         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2005 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2007         [BZ #16191]
2008         * NEWS: Mention bug fix.
2009         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2010         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2011         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2012         (HOST_STACK_END_ADDR): Likewise.
2014 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2016         [BZ #17748]
2017         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2018         * math/fegetround.c (fegetround): Rename to __fegetround and
2019         define as weak alias of __fegetround.  Use libm_hidden_weak.
2020         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2021         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2022         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2023         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2024         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2025         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2026         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2027         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2028         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2029         Undefine after rather than before function definition; use
2030         parentheses around function name in definition.
2031         (__fegetround): Also undefine macro after function definition.
2032         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2033         __fegetround and define as weak alias of __fegetround.  Use
2034         libm_hidden_weak.  Do not undefine as macro.
2035         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2036         Likewise.
2037         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2038         __fegetround and define as weak alias of __fegetround.  Use
2039         libm_hidden_weak.
2040         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2041         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2042         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2043         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2044         __fegetround and define as weak alias of __fegetround.  Use
2045         libm_hidden_weak.
2046         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2047         __fegetround instead of fegetround.
2049         [BZ #17782]
2050         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2051         Condition macro definition on [__USE_MISC].
2053         [BZ #17781]
2054         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2055         (struct sigaction): Change type of sa_flags field to int.
2057         [BZ #17780]
2058         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2059         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2060         __glibc_reserved0.
2062         * nptl/version.c (banner): Use single year in copyright notice.
2064         * NEWS: Update copyright dates.
2065         * catgets/gencat.c (print_version): Likewise.
2066         * csu/version.c (banner): Likewise.
2067         * debug/catchsegv.sh: Likewise.
2068         * debug/pcprofiledump.c (print_version): Likewise.
2069         * debug/xtrace.sh (do_version): Likewise.
2070         * elf/ldconfig.c (print_version): Likewise.
2071         * elf/ldd.bash.in: Likewise.
2072         * elf/pldd.c (print_version): Likewise.
2073         * elf/sotruss.sh: Likewise.
2074         * elf/sprof.c (print_version): Likewise.
2075         * iconv/iconv_prog.c (print_version): Likewise.
2076         * iconv/iconvconfig.c (print_version): Likewise.
2077         * locale/programs/locale.c (print_version): Likewise.
2078         * locale/programs/localedef.c (print_version): Likewise.
2079         * login/programs/pt_chown.c (print_version): Likewise.
2080         * malloc/memusage.sh (do_version): Likewise.
2081         * malloc/memusagestat.c (print_version): Likewise.
2082         * malloc/mtrace.pl: Likewise.
2083         * manual/libc.texinfo: Likewise.
2084         * nptl/version.c (banner): Likewise.
2085         * nscd/nscd.c (print_version): Likewise.
2086         * nss/getent.c (print_version): Likewise.
2087         * nss/makedb.c (print_version): Likewise.
2088         * posix/getconf.c (main): Likewise.
2089         * scripts/test-installation.pl: Likewise.
2090         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2092 2015-01-02  Will Newton  <will.newton@linaro.org>
2094         * sysdeps/arm/armv7/configure: Removed.
2095         * sysdeps/arm/armv7/configure.ac: Likewise.
2097 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2099         * All files with FSF copyright notices: Update copyright dates
2100         using scripts/update-copyrights.
2101         * intl/plural.c: Regenerated.
2102         * locale/programs/charmap-kw.h: Likewise.
2103         * locale/programs/locfile-kw.h: Likewise.
2105 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2107         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2109 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2111         [BZ #17748]
2112         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2113         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2114         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2115         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2116         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2117         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2118         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2119         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2120         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2121         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2122         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2123         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2124         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2125         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2126         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2127         libm_hidden_def.
2128         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2129         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2130         Likewise.
2131         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2132         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2133         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2134         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2135         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2136         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2137         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2138         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2139         __fegetenv instead of fegetenv.
2140         (libc_feholdsetround_noex_ctx): Likewise.
2142 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2144         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2145         (Elf_MIPS_ABIFlags_v0): New structure.
2146         (EF_MIPS_FP64): Define.
2147         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2148         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2149         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2150         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2151         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2152         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2153         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2154         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2155         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2156         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2157         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2158         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2159         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2160         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2161         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2162         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2163         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2164         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2165         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2166         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2167         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2168         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2169         field.
2170         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2171         EF_MIPS_FP64.
2172         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2173         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2174         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2175         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2176         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2177         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2178         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2179         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2180         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2181         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2182         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2183         record the current FP ABI extension.
2184         (mips-mode-switch): Define to show if kernel headers support mode
2185         switching.
2186         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2187         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2188         supported SYSV ABI version to 3.
2189         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2190         feature.
2192 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2193             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2195         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2196         path.
2197         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2199 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2201         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2202         __fegetround and redefine to call __fegetround.  Remove condition
2203         on [!__NO_MATH_INLINES].
2204         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2205         function.
2206         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2207         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2208         Remove macro.
2209         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2210         instead of <fenv_libc.h>.
2211         (__llrintl): Call fegetround instead of __fegetround.
2212         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2213         instead of <fenv_libc.h>.
2214         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2215         (__lrintl): Call fegetround instead of __fegetround.
2216         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2217         instead of <fenv_libc.h>.
2218         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2219         (__rintl): Call fegetround instead of __fegetround.
2221 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2223         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2224         arrays.
2226 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2228         [BZ #17775]
2229         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2230         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2231         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2233 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2235         * sysdeps/i386/tls-macros.h: Include <features.h>.
2236         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2237         (TLS_IE): Likewise.
2238         (TLS_LD): Likewise.
2239         (TLS_GD): Likewise.
2240         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2241         define for GCC >= 5.0.
2243 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2245         * math/test-fenv.c (test_single_exception, set_single_exc,
2246         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2247         feexcp_mask_test, feenable_test, fe_single_test): Add
2248         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2249         case where they are not used.
2250         * math/libm-test.inc: Likewise.
2251         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2252         unused in the absence of FP rounding/exception support.
2253         * stdio-common/tst-printf-round.c: Likewise.
2254         * stdlib/tst-strtod-round.c: Likewise.
2255         * stdlib/tst-strtod-underflow.c: Likewise.
2257 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2259         [BZ #17723]
2260         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2261         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2262         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2263         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2264         libm_hidden_weak.
2265         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2266         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2267         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2268         libm_hidden_def.
2269         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2270         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2271         libm_hidden_weak.
2272         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2273         Likewise.
2274         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2275         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2276         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2277         libm_hidden_weak.
2278         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2279         libm_hidden_def.
2280         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2281         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2282         (__feraiseexcept): Likewise.
2283         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2284         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2285         libm_hidden_weak.
2286         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2287         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2288         libm_hidden_def.
2289         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2290         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2291         Use libm_hidden_def.
2292         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2293         libm_hidden_def.
2294         (feraiseexcept): Define as weak not strong alias.  Use
2295         libm_hidden_weak.
2296         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2297         New inline function.  Factored out of ...
2298         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2299         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2300         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2301         feraiseexcept.
2302         * math/w_acos.c (__acos): Likewise.
2303         * math/w_asin.c (__asin): Likewise.
2304         * math/w_ilogb.c (__ilogb): Likewise.
2305         * math/w_j0.c (y0): Likewise.
2306         * math/w_j1.c (y1): Likewise.
2307         * math/w_jn.c (yn): Likewise.
2308         * math/w_log.c (__log): Likewise.
2309         * math/w_log10.c (__log10): Likewise.
2310         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2311         * sysdeps/aarch64/fpu/math_private.h
2312         (libc_feupdateenv_test_aarch64): Likewise.
2313         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2314         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2315         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2316         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2317         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2318         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2319         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2320         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2321         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2322         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2324 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2326         [BZ #17732]
2327         * io/test-utime.c (main): Replace %ld with %jd and cast to
2328         intmax_t.
2329         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2330         * nptl/tst-mutex5.c: Include <stdint.h>.
2331         (do_test): Replace %ld with %jd and cast to intmax_t.
2332         * posix/tst-regex.c (run_test): Likewise.
2333         (run_test_backwards): Likewise.
2334         * rt/tst-clock.c: Include <stdint.h>.
2335         (clock_test): Replace %ld with %jd and cast to intmax_t.
2336         * rt/tst-cpuclock1.c: Include <stdint.h>.
2337         (do_test): Replace %lu with %ju and cast to uintmax_t.
2338         * rt/tst-cpuclock2.c: Include <stdint.h>.
2339         (do_test): Replace %lu with %ju and cast to uintmax_t.
2340         * rt/tst-mqueue1.c: Include <stdint.h>.
2341         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2342         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2343         intmax_t.
2344         * rt/tst-mqueue4.c (do_test): Likewise.
2345         * rt/tst-timer4.c: Include <stdint.h>.
2346         (check_ts): Replace %ld with %jd and cast to intmax_t.
2347         (do_test): Likewise.
2348         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2349         and cast to intmax_t.
2350         * sysdeps/pthread/tst-timer.c (main): Likewise.
2351         * time/clocktest.c (main): Likewise.
2352         * time/tst-posixtz.c (do_test): Likewise.
2353         * timezone/tst-timezone.c (main): Likewise.
2355 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2356             H.J. Lu  <hongjiu.lu@intel.com>
2358         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2359         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2360         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2361         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2362         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2363         version if bit_Fast_Unaligned_Load is set.
2364         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2365         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2366         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2367         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2368         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2369         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2370         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2371         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2372         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2373         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2374         to 4.
2375         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2376         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2377         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2378         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2380 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2382         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2383         instead of #if to avoid a Wundef warning.
2384         * stdlib/tst-limits.c (do_test): Likewise.
2386         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2387         parallel other exception macros.
2388         (fegetenv): Convert from macro to extern inline so that it applies
2389         retroactively to inline functions already seen by the compiler.
2390         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2392         * posix/Makefile (before-compile): Use $(objpfx) for
2393         posix-conf-vars-def.h.
2395 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2397         * posix/getconf.c (main): Use size_t for type of I.
2398         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2399         NSPEC.
2401         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2402         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2403         * posix/posix-envs.def: Likewise.
2404         * sysdeps/posix/sysconf.c: Likewise.
2405         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2406         (specs): Remove array.
2407         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2408         array.
2410         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2411         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2412         (__sysconf): Use CONF_IS_* macros.
2414         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2415         ($(objpfx)posix-conf-vars-def.h): New target.
2416         * posix/posix-conf-vars.list: New file.
2417         * posix/posix-conf-vars.h: New file.
2418         * posix/confstr.c: Include posix-conf-vars.h.
2419         (confstr): Use CONF_IS_* macros.
2420         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2421         CONF_IS_* macros.
2422         * scripts/gen-posix-conf-vars.awk: New file.
2424 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2426         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2427         fegetround): Add no-op macros to avoid linknamespace issues.
2429         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2430         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2432         * sysdeps/unix/sysv/linux/tile/sysdep.h
2433         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2434         assembly-specific section to avoid a redefinition warning.
2436         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2437         long before casting to pointer to avoid a cast warning.
2439 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2441         * sysdeps/tile/tilegx/Implies: New file.
2443 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2445         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2447 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2449         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2451 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2453         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2454         not define.
2455         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2456         <kernel-features.h>.
2457         (__utimes) [__NR_utimes]: Make code unconditional.
2458         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2459         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2460         (__ASSUME_UTIMES): Do not undefine.
2461         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2462         (__ASSUME_UTIMES): Likewise.
2463         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2464         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2465         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2466         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2468 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2470         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2472 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2474         [BZ #17747]
2475         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2476         alias to weak alias for j0l, y0l.
2477         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2478         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2480         [BZ #17746]
2481         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2482         conversion.
2484 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2486         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2487         to zero if not already defined.
2489 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2491         [BZ #17724]
2492         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2493         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2494         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2495         (char *) casts added.
2496         * sysdeps/ieee754/k_standardf.c: New file.
2497         * sysdeps/ieee754/k_standardl.c: Likewise.
2498         * math/Makefile (libm-support): Remove k_standard.
2499         (libm-calls): Add k_standard.
2501 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2503         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2504         Optimize to avoid an unnecessary FPCR read.
2506 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2508         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2509         Optimize to reduce FPCR/FPSR accesses.
2511 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2513         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2514         Call libc_fetestexcept_aarch64.
2516 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2518         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2519         Call libc_fesetround_aarch64.
2521 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2523         [BZ #17733]
2524         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2525         (__bind): Do not define as weak alias.
2526         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2527         define.
2528         (__getsockname): Do not define as weak alias.
2530 2014-12-22  Will Newton  <will.newton@linaro.org>
2532         * manual/install.texi: Document that we require bison 2.7
2533         or above.
2534         * INSTALL: Regenerate.
2535         * configure.ac: Use AC_CHECK_PROG_VER instead of
2536         AC_PATH_PROG when checking for bison and check for
2537         version 2.7 or above.
2538         * configure: Regenerate.
2540 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2542         [BZ #17745]
2543         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2544         * sysdeps/tile/ffsll.c (ffsll): To here.
2546         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2548 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2550         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2551         if not defined.
2552         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2553         definition.
2554         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2555         hidden ___tls_get_addr.
2556         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2557         hidden __tls_get_addr.
2558         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2559         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2560         Likewise.
2562 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2564         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2565         _dl_init call.
2567 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2569         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2570         from "call _dl_init@PLT".
2571         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2573 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2575         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2576         guarantees.
2578 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2580         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2582 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2584         [BZ #17744]
2585         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2586         strnlen.
2588 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2590         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2591         of multu on MIPSr6.
2592         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2593         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2594         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2595         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2596         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2598 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2600         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2601         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2602         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2603         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2604         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2605         mips32r6/mips64r6.
2606         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2608 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2610         * string/strncat.c (STRNCAT): Simplify implementation.
2612 2014-12-19  David S. Miller  <davem@davemloft.net>
2614         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2615         access the quad as both a long double and as a series of 4 words.
2617         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2618         link_map->l_info array access.
2620 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2622         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2624         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2625         * math/atest-exp2.c (TIMEOUT): Likewise.
2626         * math/atest-sincos.c (TIMEOUT): Likewise.
2628 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2630         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2631         -Wno-error with -fno-builtin-lround.
2633 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2635         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2636         Contains futex constants and functions moved over from ...
2637         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2638         <lowlevellock-futex.h>.
2639         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2640         (lll_timedwait_tid): Add comments and parentheses around macro
2641         arguments.
2643 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2645         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2646         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2647         (__lll_private_flag): Remove.
2648         (lll_futex_wait): Likewise.
2649         (lll_futex_timed_wait): Likewise.
2650         (lll_futex_wake): Likewise.
2651         (lll_futex_requeue): Likewise.
2652         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2653         (__lll_timedwait_tid): Spell out argument names.
2654         (lll_timedwait_tid): Add comments and parentheses around macro
2655         arguments.
2656         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2657         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2659 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2661         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2662         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2663         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2664         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2665         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2666         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2667         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2668         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2669         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2670         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2671         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2672         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2673         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2674         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2675         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2676         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2677         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2678         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2679         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2681 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2683         * sysdeps/x86_64/x32/Makefile: New file.
2685 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2687         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2688         1L with (mp_limb_t) 1.
2690 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2692         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2693         * nptl/libc_pthread_init.c: ... here.
2694         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2695         * nptl/register-atfork.c: ... here.
2697         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2698         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2699         Use assert_perror to check its return value.
2700         (__gai_create_helper_thread): Likewise.
2702         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2704         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2706 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2708         [BZ #17725]
2709         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2710         __profil_counter.
2711         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2712         Likewise.
2713         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2714         Likewise.
2715         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2716         Likewise.
2717         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2718         (profil_counter): Likewise.
2719         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2720         (profil_counter): Likewise.
2721         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2722         Likewise.
2723         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2724         Likewise.
2725         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2726         (profil_counter): Likewise.
2727         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2728         Likewise.
2729         [!__profil_counter] (profil_counter): Define as weak alias of
2730         __profil_counter.
2731         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2732         (profil_counter): Rename to __profil_counter.
2733         [!__profil_counter] (profil_counter): Define as weak alias of
2734         __profil_counter.
2735         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2736         (profil_counter): Rename to __profil_counter.
2737         [!__profil_counter] (profil_counter): Define as weak alias of
2738         __profil_counter.
2739         * sysdeps/posix/profil.c: Update comment referring to
2740         profil_counter.
2741         (__profil): Use __profil_counter instead of profil_counter.
2742         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2743         __profil_counter.  Use __profil_counter_ushort and
2744         __profil_counter_uint in definitions.
2745         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2746         instead of profil_counter_uint and profil_counter_ushort.
2748         [BZ #17722]
2749         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2750         define as weak alias of __inet_makeaddr.
2751         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2752         as weak alias of __inet_addr.
2753         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2754         as weak alias of __inet_pton.  Use libc_hidden_weak.
2755         * include/arpa/inet.h (__inet_pton): Declare.  Use
2756         libc_hidden_proto.
2757         (inet_makeaddr): Don't use libc_hidden_proto.
2758         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2759         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2760         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2761         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2762         Remove variable.
2763         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2764         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2766 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2768         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2770 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2772         * stdio-common/bug-vfprintf-nargs.c (do_test):
2773         Cast value to intptr_t to avoid format warning
2774         for usage with PRIdPTR printing macro.
2776 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2778         * libio/tst-widetext.c (do_test):
2779         Use format type %td instead of %Zd for ptrdiff_t
2780         in order to avoid format warning.
2782 2014-12-17  Andreas Schwab  <schwab@suse.de>
2784         * nscd/mem.c (gc): Add size_t cast to match printf format.
2786 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2788         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2789         (init): Apply PTR_MANGLE to pointers before storing them.
2790         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2791         before using them.
2793 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2795         [BZ #17719]
2796         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2797         define as weak alias of __memrchr.
2798         (__memrchr): Do not define as strong alias of memrchr.
2799         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2800         Remove variable.
2801         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2802         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2803         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2805         [BZ #17717]
2806         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2807         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2808         (if_indextoname): Rename to __if_indextoname and define as weak
2809         alias of __if_indextoname.  Use libc_hidden_weak.
2810         (if_freenameindex): Rename to __if_freenameindex and define as
2811         weak alias of __if_freenameindex.
2812         (if_nameindex): Rename to __if_nameindex and define as weak alias
2813         of __if_nameindex.
2814         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2815         __if_nametoindex and define as weak alias of __if_nametoindex.
2816         Use libc_hidden_weak.
2817         (if_freenameindex): Rename to __if_freenameindex and define as
2818         weak alias of __if_freenameindex.
2819         (if_nameindex): Rename to __if_nameindex and define as weak alias
2820         of __if_nameindex.
2821         (if_indextoname): Rename to __if_indextoname and define as weak
2822         alias of __if_indextoname.  Use libc_hidden_weak.
2823         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2824         __if_nametoindex and define as weak alias of __if_nametoindex.
2825         Use libc_hidden_weak.
2826         (if_freenameindex): Rename to __if_freenameindex and define as
2827         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2828         (if_nameindex_netlink): Use __if_freenameindex instead of
2829         if_freenameindex.
2830         (if_nameindex): Rename to __if_nameindex and define as weak alias
2831         of __if_nameindex.  Use libc_hidden_weak.
2832         (if_indextoname): Rename to __if_indextoname and define as weak
2833         alias of __if_indextoname.  Use libc_hidden_weak.
2834         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2835         libc_hidden_proto.
2836         [!_ISOMAC] (__if_freenameindex): Likewise.
2837         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2838         if_nametoindex.
2839         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2840         variable.
2841         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2842         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2843         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2844         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2845         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2846         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2847         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2849         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2850         Remove variable.
2851         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2852         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2854 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2856         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2857         subscript above bounds'
2859         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2860         bounds.
2862 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2864         * libio/tst-fopenloc.c: Use test-skeleton.c.
2866         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2867         (entry): Rename to ITEM.
2868         (do_test, comp): Adjust.
2870         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2872 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2874         * string/tester.c: Include <libc-internal.h>.
2875         (test_memset): Ignore -Wmemset-transposed-args.
2877 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2879         * misc/tst-mntent2.c (do_test): Fix warning.
2881 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2883         * elf/tst-unique4lib.cc(a): Mark as used.
2885 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2887         [BZ #17630]
2888         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2889         names.
2891 2014-12-16  Allan McRae  <allan@archlinux.org>
2893         * stdio-common/Makefile (tests): Re-add bug26.
2895 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2897         [BZ #17657]
2898         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2899         static array.
2901 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2903         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2904         (__lll_lock_wait): Likewise.
2905         (__lll_timedlock_wait): Likewise.
2906         (__lll_timedwait_tid): Likewise.
2907         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2908         (__lll_robust_timedlock_wait): Likewise.
2909         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2910         (lll_cond_trylock): Likewise.
2911         (__lll_lock): Likewise.
2912         (__lll_robust_lock): Likewise.
2913         (__lll_cond_lock): Likewise.
2914         (lll_robust_cond_lock): Likewise.
2915         (__lll_timedlock): Likewise.
2916         (__lll_robust_timedlock): Likewise.
2917         (__lll_unlock): Likewise.
2918         (__lll_robust_unlock): Likewise.
2919         (lll_wait_tid): Likewise.
2920         (lll_timedwait_tid): Likewise.
2922 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2924         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2926 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2928         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2930 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2932         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2933         * stdio-common/tst-sprintf.c: Likewise.
2935 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2937         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2939 2014-12-15  Jeff Law  <law@redhat.com>
2941         [BZ #16617]
2942         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2943         on the heap.  (CVE-2012-3406)
2944         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2945         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2946         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2948 2014-12-15  Will Newton  <will.newton@linaro.org>
2950         * manual/install.texi: Bump required version of texinfo
2951         to 4.7 from 4.5.
2952         * INSTALL: Regenerated.
2953         * configure.ac: Check for makeinfo version 4.7 and above.
2954         * configure: Regenerated.
2956 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2958         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2959         PREFIX, string constant to insert between directory and name.
2960         * sysdeps/posix/shm_open.c: Update caller.
2961         * sysdeps/posix/shm_unlink.c: Likewise.
2962         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2963         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2964         (SEM_SHM_PREFIX): New macro.
2965         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2966         [$(have-thread-library) = no].
2967         * nptl/Makefile (libpthread-routines): Add shm-directory.
2968         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2969         * sysdeps/nptl/shm-directory.h: New file.
2970         * sysdeps/posix/shm-directory.c
2971         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2972         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2973         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2974         INTERNAL_SYSCALL.
2975         (__where_is_shmfs): Function removed.
2976         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2977         Variables removed.
2978         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2979         Use SHM_GET_NAME.
2980         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2982         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2983         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2984         unconditional for use inside libpthread.
2985         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2987 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2989         * nptl/pthread_getaffinity.c: New file.
2990         * nptl/pthread_setaffinity.c: New file.
2991         * nptl/pthread_getname.c: New file.
2992         * nptl/pthread_setname.c: New file.
2994         * nptl/pthread_create.c (START_THREAD_DEFN)
2995         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2997 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2998             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3000         * resolv/res_send.c (send_vc): Disable warning resplen may
3001         be used uninitialized.
3003 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3005         * nptl/tst-mutex6.c
3006         (ATTR_NULL): New define checks ATTR against NULL.
3007         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3008         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3010 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3012         [BZ #17581]
3013         * malloc/hooks.c
3014         (mem2mem_check): Revert my previous change.
3015         (malloc_check_get_size): Revert my previous change.
3016         (mem2chunk_check): Revert my previous change.
3018 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3020         * sysdeps/posix/shm-directory.c: New file.
3021         * sysdeps/posix/shm-directory.h: New file.
3022         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3023         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3024         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3025         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3026         Transmute EPERM to EACCES.
3027         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3028         from ...
3029         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3030         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3032 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3034         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3035         pointer and cast to uintptr_t.
3036         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3037         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3038         Add cast to avoid warning.
3039         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3041 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3043         * nptl/semaphore.h: Move to ...
3044         * sysdeps/pthread/semaphore.h: ... here.
3045         * Makefile (installed-headers): Change nptl/semaphore.h to
3046         sysdeps/pthread/semaphore.h.
3048 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3050         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3051         generated error format strings.
3053         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3054         -Wformat-extra-args warnings for scanf formats.
3055         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3056         test of zero-length format (duh).
3057         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3058         corner-case scanf format test.
3059         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3060         generated fprintf format string.
3061         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3062         corner-case sprintf format tests.
3063         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3064         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3065         -Wformat-extra-args warnings throughout.
3066         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3067         (CFLAGS-scanf4.c): Likewise.
3068         (CFLAGS-scanf7.c): Likewise.
3069         (CFLAGS-tst-sprintf.c): Likewise.
3070         (CFLAGS-tst-printf.c): Likewise.
3071         (CFLAGS-tst-printfsz.c): Likewise.
3073 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3075         * include/cpio.h: New file.
3076         * include/fmtmsg.h: Likewise.
3078         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3079         corresponding format argument to size_t.
3080         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3081         arguments.
3082         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3083         corresponding format argument to size_t.
3084         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3085         arguments.
3086         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3087         corresponding format argument to size_t.
3088         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3089         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3090         (CFLAGS-tst-mbswcs2.c): Likewise.
3091         (CFLAGS-tst-mbswcs3.c): Likewise.
3092         (CFLAGS-tst-mbswcs4.c): Likewise.
3093         (CFLAGS-tst-mbswcs5.c): Likewise.
3094         (CFLAGS-tst-trans.c): Likewise
3096 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3098         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3099         rather than assuming they won't contain any '%'s.
3101 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3103         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3104         inhibit_loop_to_libcall to avoid recursive calls.
3105         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3106         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3108 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3110         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3111         prototype.
3113 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3115         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3116         integer value instead of boolean.
3118 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3120         * malloc/malloc.c: Fix powerof2 check.
3122 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3124         * locale/programs/locfile.h (maybe_swap_uint32):
3125         Remove inline and add unused attribute.
3127 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3129         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3130         Truncating assembler expression to a .long expression.
3132 2014-12-11  Andreas Schwab  <schwab@suse.de>
3134         * elf/rtld.c (struct map_args): Constify str member.
3135         (do_preload): Constify fname argument.
3137 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3139         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3140         constants definition.
3142 2014-12-11  Andreas Schwab  <schwab@suse.de>
3144         [BZ #16657]
3145         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3146         FORCE_ELISION instead of DO_ELISION.
3147         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3148         Remove.
3149         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3150         Likewise.
3152         * iconvdata/gconv-modules: Remove duplicate entry.
3154 2014-12-11  Will Newton  <will.newton@linaro.org>
3156         Merge gettext 0.19.3 into intl/.
3158         This involves a number of cosmetic changes to comments
3159         and ANSI function definitions and prototypes throughout
3160         all the files. The gettext copyright header is used but
3161         with the date ranges taken from the glibc copy.
3163         * NEWS: Add gettext merge to 2.21.
3164         * intl/bindtextdom.c: Switch to gettext copyright.
3165         Use ANSI definitions and prototypes.
3166         Use gl_* locking primitives rather than __libc_* ones.
3167         Use __builtin_expect rather than __glibc_likely/unlikely.
3168         * intl/dcgettext.c: Switch to gettext copyright.
3169         Use ANSI definitions and prototypes.
3170         * intl/dcigettext.c: Switch to gettext copyright.
3171         Use ANSI definitions and prototypes.
3172         (INTDIV0_RAISES_SIGFPE): New define.
3173         Use gl_* locking primitives rather than __libc_* ones.
3174         Include eval-plural.h instead of plural-eval.c.
3175         Use __builtin_expect rather than __glibc_likely/unlikely.
3176         * intl/dcngettext.c: Switch to gettext copyright.
3177         Use ANSI definitions and prototypes.
3178         * intl/dgettext.c: Likewise.
3179         * intl/dngettext.c: Likewise.
3180         * intl/plural-eval.c: Renamed to...
3181         * intl/eval-plural.h: ...this.
3182         * intl/explodename.c: Switch to gettext copyright.
3183         Use ANSI definitions and prototypes.
3184         (_nl_explode_name): Use strchr instead of __rawmemchr.
3185         * intl/finddomain.c: Switch to gettext copyright.
3186         Use ANSI definitions and prototypes.
3187         Use gl_* locking primitives rather than __libc_* ones.
3188         (_nl_find_domain): Use malloc rather than alloca for
3189         allocation of temporary locale name.
3190         * intl/gettext.c: Switch to gettext copyright.
3191         Use ANSI definitions and prototypes.
3192         * intl/gettextP.h: Switch to gettext copyright.
3193         Use ANSI definitions and prototypes.
3194         Use gl_* locking primitives rather than __libc_* ones.
3195         * intl/gmo.h: Switch to gettext copyright.
3196         (struct sysdep_string): Move struct segment_pair outside of
3197         struct definition.
3198         * intl/hash-string.c: Use ANSI definitions and prototypes.
3199         * intl/hash-string.h: Switch to gettext copyright.
3200         Use ANSI definitions and prototypes.
3201         * intl/l10nflist.c: Switch to gettext copyright.
3202         Use ANSI definitions and prototypes.
3203         (_nl_normalize_codeset): Avoid integer overflow.
3204         * intl/loadinfo.h: Switch to gettext copyright.
3205         Use ANSI definitions and prototypes.
3206         (LIBINTL_DLL_EXPORTED): New define.
3207         (PATH_SEPARATOR): New define.
3208         * intl/loadmsgcat.c: Switch to gettext copyright.
3209         * intl/localealias.c: Switch to gettext copyright.
3210         Use ANSI definitions and prototypes.
3211         (_nl_expand_alias): Use PATH_SEPARATOR.
3212         * intl/ngettext.c: Switch to gettext copyright.
3213         Use ANSI definitions and prototypes.
3214         * intl/plural-exp.c: Likewise.
3215         * intl/plural-exp.h: Switch to gettext copyright.
3216         Use ANSI definitions and prototypes.
3217         (struct expression): Move definition of enum operator outside
3218         of struct definition.
3219         * intl/plural.c: Regenerate.
3220         * intl/plural.y: Switch to gettext copyright.
3221         Use ANSI definitions and prototypes.
3222         Port to bison 3.0.
3223         * intl/textdomain.c: Switch to gettext copyright.
3224         Use ANSI definitions and prototypes.
3225         Use gl_* locking primitives rather than __libc_* ones.
3227 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3229         * debug/warning-nop.c: Add used atrribute.
3231 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3233         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3235         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3236         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3237         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3239 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3240             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3242         [BZ #17634]
3243         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3244         Undefine after defining function.  Define as weak alias of
3245         __wcschr.  Use libc_hidden_weak.
3246         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3247         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3248         (libc_hidden_def): Also define __GI___wcschr alias.
3249         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3250         __wcschr and define as weak alias of __wcschr.
3251         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3252         __wcschr.
3253         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3254         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3255         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3256         libc_hidden_weak.  Do not use libc_hidden_def.
3257         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3258         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3259         __GI___wcschr alias.
3260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3261         [IS_IN (libc)] (wcschr): Define as macro expanding to
3262         __redirect_wcschr.
3263         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3264         [IS_IN (libc)] (__wcschr_power6): Likewise.
3265         [IS_IN (libc)] (__wcschr_power7): Likewise.
3266         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3267         instead of wcschr.
3268         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3269         __libc_wcschr.
3270         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3271         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3272         __wcschr and define as weak alias of __wcschr.  Use
3273         libc_hidden_builtin_def.
3274         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3275         as weak alias of __wcschr.  Use libc_hidden_weak.
3276         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3277         wcschr.
3278         * time/era.c (_nl_init_era_entries): Likewise.
3279         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3280         variable.
3281         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3282         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3284 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3286         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3287         format for long int variable.
3289 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3291         [BZ #10672]
3292         * manual/search.texi: (Array Sort Function): Remove claim how to make
3293         qsort stable.
3295 2014-12-10  Andreas Schwab  <schwab@suse.de>
3297         [BZ #12847]
3298         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3299         user-controlled locks.
3301 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3303         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3304         register.
3306 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3308         * configure.ac (--disable-werror): New configure option.
3309         (enable_werror): New AC_SUBST.
3310         * configure: Regenerated.
3311         * config.make.in (enable-werror): New variable.
3312         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3313         -Wno-error=undef.
3314         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3315         * manual/install.texi (Configuring and compiling): Document
3316         --disable-werror.
3317         * INSTALL: Regenerated.
3318         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3319         (CFLAGS-tst-chk2.c): Likewise.
3320         (CFLAGS-tst-chk3.c): Likewise.
3321         (CFLAGS-tst-chk4.cc): Likewise.
3322         (CFLAGS-tst-chk5.cc): Likewise.
3323         (CFLAGS-tst-chk6.cc): Likewise.
3324         (CFLAGS-tst-lfschk1.c): Likewise.
3325         (CFLAGS-tst-lfschk2.c): Likewise.
3326         (CFLAGS-tst-lfschk3.c): Likewise.
3327         (CFLAGS-tst-lfschk4.cc): Likewise.
3328         (CFLAGS-tst-lfschk5.cc): Likewise.
3329         (CFLAGS-tst-lfschk6.cc): Likewise.
3331         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3332         (main): Disable -Wdeprecated-declarations around calls to
3333         register_printf_function.
3335         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3336         (do_test): Disable -Wdiv-by-zero around some calls to
3337         fwrite_unlocked and fread_unlocked.
3339         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3340         (DIAG_POP_NEEDS_COMMENT): Likewise.
3341         (_DIAG_STR1): Likewise.
3342         (_DIAG_STR): Likewise.
3343         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3344         * stdio-common/bug21.c: Include <libc-internal.h>.
3345         (do_test): Disable -Wformat around call to sscanf.
3346         * stdio-common/scanf14.c: Include <libc-internal.h>.
3347         (main): Disable -Wformat around some calls to scanf functions.
3349 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3351         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3353 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3355         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3356         stack variable alignment.
3358 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3360         [BZ #17682]
3361         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3362         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3363         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3364         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3365         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3366         __getrlimit instead of getrlimit.
3367         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3368         __gettimeofday instead of gettimeofday.
3369         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3370         Likewise.
3371         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3372         Likewise.
3373         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3374         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3375         Remove variable.
3376         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3377         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3379 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3381         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3382         for wide-character tests.
3384 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3386         * io/openat64.c: #include <libc-internal.h>
3387         (__openat64): Prototypify.  Use ignore_value on MODE.
3388         * io/openat.c: Likewise.
3389         * misc/reboot.c: #include <libc-internal.h>
3390         (reboot): Prototypify.  Use ignore_value on HOWTO.
3391         * misc/ptrace.c: #include <libc-internal.h>
3392         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3394 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3396         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3397         XPG4, UNIX98 and XOPEN2K.
3398         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3399         Remove variable.
3400         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3402 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3404         * libio/fileops.c: Use ISO C style for function definitions.
3405         * libio/iofopen.c: Likewise.
3406         * libio/wfileops.c: Likewise.
3408         [BZ #17653]
3409         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3410         offset on EOF.
3411         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3412         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3413         (fgets_func): Function pointer to fgets and fgetws.
3414         (do_ftell_test): Add test to verify ftell value after read
3415         EOF.
3416         (do_test): Set fgets_func.
3418         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3419         O_TRUNC flag for w and w+ modes.
3420         (do_rewind_test): Likewise.
3421         (do_ftell_test): Likewise.
3422         (do_write_test): Likewise.
3424         [BZ #17647]
3425         * libio/fileops.c (do_ftell): Seek only when there are
3426         unflushed writes.
3427         * libio/wfileops.c (do_ftell_wide): Likewise.
3428         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3429         test case.
3430         (do_one_test): Call it.
3432 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3434         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3435         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3436         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3437         Remove variable.
3438         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3439         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3440         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3442 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3444         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3445         Remove variable.
3446         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3448         [BZ #17668]
3449         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3450         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3451         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3452         __freeifaddrs.  Use libc_hidden_weak.
3453         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3454         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3455         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3456         __freeifaddrs.  Use libc_hidden_weak.
3457         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3458         __getifaddrs and define as weak alias of __getifaddrs.  Use
3459         libc_hidden_weak.
3460         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3461         __freeifaddrs.  Use libc_hidden_weak.
3462         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3463         Remove variable.
3464         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3465         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3467 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3469         [BZ #17601]
3470         * sysdeps/mips/start.S (__start): Use indirect jump to call
3471         __libc_start_main.
3473 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3475         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3477         * nptl/tst-mutex1.c: Include <stdbool.h>.
3478         [!ATTR] (ATTR_NULL): New macro.
3479         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3480         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3481         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3483         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3484         to char *.
3486         [BZ #17665]
3487         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3488         Change conditional to [__USE_MISC].
3490         [BZ #17664]
3491         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3492         fgets_unlocked.
3493         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3494         __fgets_unlocked.
3495         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3496         fgets_unlocked.
3497         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3498         Remove variable.
3499         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3500         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3501         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3502         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3503         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3504         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3505         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3506         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3507         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3509         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3511 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3513         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3514         Remove strpbrk objects.
3515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3516         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3517         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3518         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3519         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3520         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3522         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3523         Remove strcspn objects.
3524         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3525         (__libc_ifunc_impl_list): Remove strcspn implementation.
3526         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3527         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3528         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3529         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3531         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3532         Remove strspn objetcs.
3533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3534         (__libc_ifunc_impl_list): Remove strspn implementation.
3535         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3536         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3537         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3538         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3540 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3542         [BZ #17581]
3543         * malloc/hooks.c
3544         (mem2mem_check): Add a terminator to the chain of checking blocks.
3545         (malloc_check_get_size): Use it here.
3546         (mem2chunk_check): Ditto.
3548 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3550         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3551         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3553 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3555         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3557         * nptl/nptl-init.c: Include libc-internal.h.
3558         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3560         * elf/ldconfig.c (search_dir): Expand comment.
3562 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3564         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3565         variable.
3566         (linknamespace-symlist-stdlibs-tests): Likewise.
3567         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3568         instead of $(objpfx)symlist-stdlibs.
3569         (linknamespace-libs-isoc): New variable.
3570         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3571         (linknamespace-libs-ISO): New variable.
3572         (linknamespace-libs-ISO99): Likewise.
3573         (linknamespace-libs-ISO11): Likewise.
3574         (linknamespace-libs-XPG3): Likewise.
3575         (linknamespace-libs-XPG4): Likewise.
3576         (linknamespace-libs-POSIX): Likewise.
3577         (linknamespace-libs-UNIX98): Likewise.
3578         (linknamespace-libs-XOPEN2K): Likewise.
3579         (linknamespace-libs-POSIX2008): Likewise.
3580         (linknamespace-libs-XOPEN2K8): Likewise.
3581         ($(objpfx)symlist-stdlibs): Replace by
3582         $(linknamespace-symlist-stdlibs-tests).  Use
3583         $(linknamespace-libs-$*) as set of libraries.
3584         ($(linknamespace-header-tests)): Update dependencies.  Use
3585         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3586         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3587         * conform/linknamespace.pl: Remove comment about considering
3588         definitions of symbols from irrelevant libraries.
3590 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3592         [BZ #13862]
3593         * elf/dl-tls.c: Include <atomic.h>.
3594         (oom): Remove #ifdef SHARED/#endif.
3595         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3596         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3597         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3598         big enough.
3599         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3600         * nptl/Makefile (tests): Add tst-stack4.
3601         (modules-names): Add tst-stack4mod.
3602         ($(objpfx)tst-stack4): New.
3603         (tst-stack4mod.sos): Likewise.
3604         ($(objpfx)tst-stack4.out): Likewise.
3605         ($(tst-stack4mod.sos)): Likewise.
3606         (clean): Likewise.
3607         * nptl/tst-stack4.c: New file.
3608         * nptl/tst-stack4mod.c: Likewise.
3610 2014-11-27  J. Brown  <jb999@gmx.de>
3612         * sysdeps/x86/bits/string.h: Add recent CPUs.
3614 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3616         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3617         sigblock.
3619         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3620         feof.
3622         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3623         variable.
3625 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3627         * nscd/connections.c: Include libc-internal.h because of macro
3628         usage ignore_value.
3630 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3632         * string/bits/string3.h (__warn_memset_zero_len): Don't
3633         declare for gcc newer than 5.0.
3634         (memset): Don't test for zero-length __LEN for gcc newer than
3635         5.0.
3637 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3639         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3640         size_t for %zu format.
3642         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3643         difference, not %ju.
3645 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3647         * include/libc-internal.h (ignore_value): New macro.
3648         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3649         with ignore_value.
3651         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3652         definition.
3654         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3655         pthread_cleanup_push to void *.
3657         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3658         Undefine.
3660         [BZ #16619]
3661         [BZ #16740]
3662         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3663         instead of 1L << 52.
3665         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3666         * libio/bug-rewind2.c (do_test): Likewise.
3668         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3669         * debug/test-strcpy_chk-ifunc.c: Likewise.
3670         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3671         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3672         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3673         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3674         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3675         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3676         * Rules [$(multi-arch) = no] (tests): Do not filter out
3677         $(tests-ifunc).
3678         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3679         * debug/Makefile (tests-ifunc): Remove variable.
3680         (tests): Do not add $(tests-ifunc).
3681         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3682         (tests): Do not add $(tests-ifunc).
3683         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3684         [TEST_IFUNC]: Remove conditionals.
3685         * string/test-string.h (TEST_IFUNC): Remove macro.
3686         [TEST_IFUNC]: Remove conditionals.
3688         * string/test-strchr.c [!WIDE] (L): New macro.
3689         [WIDE] (L): Likewise.
3690         (check1): Use CHAR instead of char.  Use L on string and character
3691         constants.
3693 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3695         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3696         tests.
3697         * sysdeps/powerpc/bits/atomic.h
3698         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3699         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3700         (atomic_exchange_and_add_acq): Likewise.
3701         (atomic_exchange_and_add_rel): Likewise.
3702         * sysdeps/powerpc/powerpc32/bits/atomic.h
3703         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3704         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3705         * sysdeps/powerpc/powerpc64/bits/atomic.h
3706         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3707         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3709 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3711         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3712         Change synchronization of __sched_fifo_min_prio and
3713         __sched_fifo_max_prio.
3714         * nptl/pthread_mutexattr_getprioceiling.c
3715         (pthread_mutexattr_getprioceiling): Likewise.
3716         * nptl/pthread_mutexattr_setprioceiling.c
3717         (pthread_mutexattr_setprioceiling): Likewise.
3718         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3719         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3720         Likewise.
3722 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3724         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3725         void.
3727 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3729         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3730         third argument const.
3732 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3734         fnmatch: work around GCC compiler warning bug with uninit var
3735         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3736         This works around a bug with x86-64 GCC 4.9.2 and earlier
3737         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3738         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3739         used uninitialized in this function [-Wmaybe-uninitialized]".
3741 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3743         * posix/bug-regex31.c (main): Return RES not 0.
3745 2014-11-25  Anton Blanchard <anton@samba.org>
3747         * sysdeps/powerpc/bits/atomic.h
3748         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3750 2014-11-24  Sterling Augustine  <saugustine@google.com>
3752         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3754 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3756         [BZ #17608]
3757         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3759 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3761         [BZ #17633]
3762         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3763         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3764         variable.
3765         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3766         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3768 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3770         * string/strncpy.c (strncpy): Improve performance by using memset.
3772 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3774         * string/strcpy.c (strcpy):
3775         Improve performance by using strlen and memcpy.
3777 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3779         * string/strcoll_l.c (get_next_seq): __always_inline.
3780         * string/strcoll_l.c (do_compare): __always_inline.
3782 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3784         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3785         defined.
3786         * include/mqueue.h: Likewise.
3787         * include/stdlib.h: Likewise.
3789         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3790         (get_null_defines): Adjust.
3791         * sunrpc/Makefile: Adjust comment.
3792         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3793         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3794         (CFLAGS-interp.c): Likewise.
3795         (CFLAGS-ldconfig.c): Likewise.
3796         (CPPFLAGS-.os): Likewise.
3797         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3798         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3799         * extra-modules.mk (extra-modules.mk): Likewise.
3800         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3801         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3802         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3803         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3804         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3805         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3806         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3807         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3808         * iconvdata/Makefile (CPPFLAGS): Likewise.
3809         (cpp-srcs-left): Add libof for all iconvdata routines.
3810         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3811         * include/assert.h: Likewise.
3812         * include/ctype.h: Likewise.
3813         * include/errno.h: Likewise.
3814         * include/libc-symbols.h: Likewise.
3815         * include/math.h: Likewise.
3816         * include/netdb.h: Likewise.
3817         * include/resolv.h: Likewise.
3818         * include/stdio.h: Likewise.
3819         * include/stdlib.h: Likewise.
3820         * include/string.h: Likewise.
3821         * include/sys/stat.h: Likewise.
3822         * include/wctype.h: Likewise.
3823         * intl/l10nflist.c: Likewise.
3824         * libidn/idn-stub.c: Likewise.
3825         * libio/libioP.h: Likewise.
3826         * nptl/libc_multiple_threads.c: Likewise.
3827         * nptl/pthreadP.h: Likewise.
3828         * posix/regex_internal.h: Likewise.
3829         * resolv/res_hconf.c: Likewise.
3830         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3831         * sysdeps/arm/memmove.S: Likewise.
3832         * sysdeps/arm/sysdep.h: Likewise.
3833         * sysdeps/generic/_itoa.h: Likewise.
3834         * sysdeps/generic/symbol-hacks.h: Likewise.
3835         * sysdeps/gnu/errlist.awk: Likewise.
3836         * sysdeps/gnu/errlist.c: Likewise.
3837         * sysdeps/i386/i586/memcpy.S: Likewise.
3838         * sysdeps/i386/i586/memset.S: Likewise.
3839         * sysdeps/i386/i686/memcpy.S: Likewise.
3840         * sysdeps/i386/i686/memmove.S: Likewise.
3841         * sysdeps/i386/i686/mempcpy.S: Likewise.
3842         * sysdeps/i386/i686/memset.S: Likewise.
3843         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3844         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3845         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3846         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3847         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3848         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3849         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3850         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3851         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3852         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3853         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3854         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3855         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3856         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3857         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3858         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3859         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3860         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3861         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3862         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3863         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3864         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3865         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3866         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3867         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3868         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3869         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3870         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3871         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3872         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3873         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3874         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3875         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3876         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3877         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3878         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3879         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3880         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3881         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3882         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3883         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3884         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3885         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3886         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3887         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3888         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3889         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3890         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3891         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3892         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3893         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3894         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3895         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3896         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3897         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3898         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3899         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3900         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3901         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3902         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3903         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3904         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3905         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3906         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3907         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3908         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3909         * sysdeps/posix/closedir.c: Likewise.
3910         * sysdeps/posix/opendir.c: Likewise.
3911         * sysdeps/posix/readdir.c: Likewise.
3912         * sysdeps/posix/rewinddir.c: Likewise.
3913         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3914         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3915         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3916         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3917         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3918         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3919         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3920         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3921         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3922         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3923         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3924         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3925         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3926         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3927         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3928         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3929         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3930         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3931         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3932         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3933         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3934         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3935         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3936         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3937         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3938         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3939         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3940         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3941         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3942         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3943         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3944         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3945         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3946         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3947         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3948         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3949         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3950         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3951         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3952         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3953         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3954         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3955         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3956         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3957         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3958         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3959         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3960         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3961         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3962         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3963         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3964         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3965         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3966         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3967         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3968         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3969         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3970         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3971         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3972         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3973         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3974         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3975         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3976         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3977         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3978         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3979         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3980         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3981         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3982         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3983         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3984         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3985         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3986         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3987         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3988         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3989         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3990         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3991         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3992         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3993         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3994         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3995         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3996         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3997         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3998         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3999         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4000         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4001         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4002         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4003         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4004         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4005         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4006         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4007         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4008         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4009         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4010         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4011         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4012         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4013         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4014         * sysdeps/unix/alpha/sysdep.S: Likewise.
4015         * sysdeps/unix/alpha/sysdep.h: Likewise.
4016         * sysdeps/unix/make-syscalls.sh: Likewise.
4017         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4018         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4019         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4020         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4021         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4022         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4023         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4024         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4025         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4026         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4027         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4028         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4029         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4030         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4031         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4032         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4033         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4034         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4035         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4036         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4037         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4038         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4039         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4040         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4041         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4042         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4043         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4046         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4047         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4048         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4049         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4050         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4051         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4052         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4053         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4054         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4055         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4056         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4057         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4058         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4059         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4060         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4061         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4062         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4063         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4064         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4065         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4066         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4067         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4068         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4069         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4070         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4071         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4072         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4073         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4074         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4075         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4076         * sysdeps/x86_64/memcpy.S: Likewise.
4077         * sysdeps/x86_64/memmove.c: Likewise.
4078         * sysdeps/x86_64/memset.S: Likewise.
4079         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4080         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4081         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4082         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4083         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4084         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4085         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4086         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4087         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4088         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4089         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4090         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4091         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4092         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4093         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4094         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4095         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4096         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4097         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4098         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4099         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4100         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4101         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4102         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4103         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4104         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4105         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4106         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4107         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4108         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4109         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4110         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4111         * sysdeps/x86_64/strcmp.S: Likewise.
4113         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4115         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4116         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4117         * elf/rtld-Rules: Likewise.
4118         * elf/setup-vdso.h: Likewise.
4119         * include/assert.h: Likewise.
4120         * include/bits/stdlib-float.h: Likewise.
4121         * include/errno.h: Likewise.
4122         * include/sys/stat.h: Likewise.
4123         * include/unistd.h: Likewise.
4124         * sysdeps/aarch64/setjmp.S: Likewise.
4125         * sysdeps/alpha/setjmp.S: Likewise.
4126         * sysdeps/arm/__longjmp.S: Likewise.
4127         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4128         * sysdeps/arm/setjmp.S: Likewise.
4129         * sysdeps/arm/sysdep.h: Likewise.
4130         * sysdeps/generic/_itoa.h: Likewise.
4131         * sysdeps/generic/dl-sysdep.h: Likewise.
4132         * sysdeps/generic/ldsodefs.h: Likewise.
4133         * sysdeps/i386/dl-tls.h: Likewise.
4134         * sysdeps/i386/setjmp.S: Likewise.
4135         * sysdeps/m68k/setjmp.c: Likewise.
4136         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4137         * sysdeps/mach/hurd/opendir.c: Likewise.
4138         * sysdeps/posix/getcwd.c: Likewise.
4139         * sysdeps/posix/opendir.c: Likewise.
4140         * sysdeps/posix/profil.c: Likewise.
4141         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4142         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4143         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4144         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4145         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4146         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4147         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4148         * sysdeps/s390/dl-tls.h: Likewise.
4149         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4150         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4151         * sysdeps/sh/sh3/setjmp.S: Likewise.
4152         * sysdeps/sh/sh4/setjmp.S: Likewise.
4153         * sysdeps/unix/alpha/sysdep.h: Likewise.
4154         * sysdeps/unix/arm/sysdep.S: Likewise.
4155         * sysdeps/unix/i386/sysdep.S: Likewise.
4156         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4157         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4158         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4159         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4160         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4161         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4162         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4163         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4164         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4165         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4166         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4167         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4168         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4171         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4172         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4173         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4174         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4175         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4176         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4177         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4178         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4179         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4180         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4181         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4182         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4183         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4184         * sysdeps/x86_64/setjmp.S: Likewise.
4186         * include/math.h: Use IS_IN instead of IS_IN_libm.
4187         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4188         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4189         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4190         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4191         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4192         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4193         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4194         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4195         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4196         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4197         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4198         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4199         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4200         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4201         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4202         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4203         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4204         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4205         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4206         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4207         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4208         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4209         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4210         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4211         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4212         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4213         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4214         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4215         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4216         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4217         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4218         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4219         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4221         Likewise.
4222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4223         Likewise.
4224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4225         Likewise.
4226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4227         Likewise.
4228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4229         Likewise.
4230         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4231         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4232         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4233         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4234         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4235         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4241         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4242         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4243         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4244         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4245         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4246         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4247         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4248         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4249         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4250         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4251         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4252         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4253         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4254         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4255         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4256         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4258         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4259         * nptl/pthreadP.h: Likewise.
4260         * nptl_db/structs.def: Likewise.
4261         * sysdeps/arm/sysdep.h: Likewise.
4262         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4263         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4264         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4265         * sysdeps/unix/alpha/sysdep.h: Likewise.
4266         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4267         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4268         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4269         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4270         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4271         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4272         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4273         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4274         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4275         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4276         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4277         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4278         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4279         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4282         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4283         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4284         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4285         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4286         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4287         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4288         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4289         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4290         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4291         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4293         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4294         * nptl/pthreadP.h: Likewise.
4295         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4296         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4297         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4298         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4299         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4300         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4301         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4302         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4303         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4304         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4305         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4306         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4308         Likewise.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4310         Likewise.
4311         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4312         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4313         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4314         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4315         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4316         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4317         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4318         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4320         * dlfcn/dladdr.c: Use IS_IN.
4321         * dlfcn/dladdr1.c: Likewise.
4322         * dlfcn/dlclose.c: Likewise.
4323         * dlfcn/dlerror.c: Likewise.
4324         * dlfcn/dlinfo.c: Likewise.
4325         * dlfcn/dlmopen.c: Likewise.
4326         * dlfcn/dlopen.c: Likewise.
4327         * dlfcn/dlsym.c: Likewise.
4328         * dlfcn/dlvsym.c: Likewise.
4330         * include/ifaddrs.h: Use IS_IN.
4331         * inet/check_pf.c: Likewise.
4332         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4333         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4335         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4336         IS_IN_ldconfig.
4337         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4338         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4340         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4341         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4342         IS_IN (libc).
4344         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4346         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4347         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4348         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4349         * include/libc-symbols.h (IS_IN_LIB): New macro.
4350         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4351         * include/netdb.h: Likewise.
4352         * include/stap-probe.h: Remove all uses of IN_LIB.
4354         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4355         instead of IN_MODULE.
4356         * include/libc-symbols.h (IN_MODULE): Define using
4357         MODULE_NAME.
4358         (PASTE_NAME, PASTE_NAME1): New macros.
4359         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4360         of IN_LIB.
4361         (STAP_PROBE_ASM): Likewise.
4363 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4365         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4366         __mach_init in dlopened libc.
4368 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4370         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4371         * sysdeps/arm/preconfigure: Regenerate.
4373 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4375         * nptl/pthread_create.c (__pthread_create_2_1): Set
4376         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4377         when copying values from IATTR into PD.
4379 2014-11-21  Will Newton  <will.newton@linaro.org>
4380             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4382         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4383         Refactor inline-asm.  Also add comment.
4385         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4386         ElfW macro instead of hardcoded Elf64 types.
4387         (la_aarch64_gnu_pltenter): Likewise.
4388         * sysdeps/aarch64/dl-machine.h
4389         (elf_machine_runtime_setup): Use ElfW(Addr).
4391         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4392         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4393         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4394         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4395         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4396         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4397         (R_AARCH64_TLS_DTPMOD): This.
4398         (R_AARCH64_TLS_DTPREL64): Rename to ...
4399         (R_AARCH64_TLS_DTPREL): This.
4400         (R_AARCH64_TLS_TPREL64): Rename to ...
4401         (R_AARCH64_TLS_TPREL): This.
4402         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4403         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4404         R_AARCH64_TLS_TPREL64.
4405         (elf_machine_rela): Likewise.
4407 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4409         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4410         by setting it to 0.  64b atomics are not supported currently.
4412 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4414         [BZ #16469]
4415         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4416         search domain names.
4418 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4420         [BZ #16469]
4421         * NEWS: Update.
4422         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4423         trailing dot.
4424         * posix/tst-getaddrinfo5.c: New.
4425         * posix/Makefile (tests): Add it.
4427 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4429         [BZ #14498]
4430         * NEWS: Fixed.
4431         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4432         after parsing line but before break_if_match.
4433         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4434         if there is a protocol mismatch.
4436 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4438         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4439         because the potential race is on the user-supplied stream.
4441 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4443         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4444         string literal if not passed a buffer.
4445         * manual/job.texi (ctermid): Update reasoning, note deviation
4446         from posix, suggest mtasurace when not passed a buffer, for
4447         future non-preliminary safety notes.
4449 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4451         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4452         of not passing it a buffer.
4453         Reported by Peng Haitao.
4455 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4457         * manual/Makefile ($(objpfx)stamp-summary): Require
4458         check-safety.sh to pass.
4459         * manual/check-safety.sh: Wish for verification that every
4460         @deftypefn and @deftypefun is followed by a @safety remark.
4462 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4464         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4466         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4467         PTHREAD_CANCEL_ASYNCHRONOUS.
4468         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4469         send SIGCANCEL.
4471         * nptl/default-sched.h: New file.
4472         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4473         * nptl/pthread_create.c: Include it.
4474         (__pthread_create_2_1): Use collect_default_sched instead of making
4475         Linux syscalls here directly.
4477 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4479         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4480         __pthread_once): Use C11 atomics.
4482 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4484         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4486 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4488         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4489         atomic_thread_fence_acquire, atomic_thread_fence_release,
4490         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4491         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4492         atomic_compare_exchange_weak_relaxed,
4493         atomic_compare_exchange_weak_acquire,
4494         atomic_compare_exchange_weak_release,
4495         atomic_exchange_acquire, atomic_exchange_release,
4496         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4497         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4498         atomic_fetch_and_acquire,
4499         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4501 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4503         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4504         USE_ATOMIC_COMPILER_BUILTINS): Define.
4505         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4506         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4507         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4508         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4509         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4510         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4511         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4512         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4513         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4514         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4515         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4516         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4517         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4518         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4519         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4520         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4521         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4522         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4523         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4524         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4525         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4526         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4527         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4528         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4529         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4530         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4531         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4532         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4533         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4534         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4535         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4536         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4537         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4538         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4539         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4540         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4541         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4542         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4543         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4544         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4546 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4548         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4549         the sched_priority value here.  It was already checked when the user
4550         called pthread_attr_setschedparam.
4552         * nptl/tst-bad-schedattr.c: New file.
4553         * nptl/Makefile (tests): Add it.
4555 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4556             Florian Weimer  <fweimer@redhat.com>
4557             Joseph Myers  <joseph@codesourcery.com>
4558             Adam Conrad  <adconrad@0c3.net>
4559             Andreas Schwab  <schwab@suse.de>
4560             Brooks  <bmoses@google.com>
4562         [BZ #17625]
4563         * wordexp-test.c (__dso_handle): Add prototype.
4564         (__register_atfork): Likewise.
4565         (__app_register_atfork): New function.
4566         (registered_forks): New global.
4567         (register_fork): New function.
4568         (test_case): Add 3 new tests for WRDE_CMDSUB.
4569         (main): Call __app_register_atfork.
4570         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4571         fork count is non-zero fail the test.
4572         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4573         is set.
4574         (parse_dollars): Remove check for WRDE_NOCMD.
4575         (parse_dquote): Likewise.
4577 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4579         * Makeconfig (built-modules): List non-library modules to be
4580         built.
4581         (module-cppflags): Include libc-modules.h for
4582         everything except shlib-versions.v.i.
4583         (CPPFLAGS): Use it.
4584         (before-compile): Add libc-modules.h.
4585         ($(common-objpfx)libc-modules.h,
4586         $(common-objpfx)libc-modules.stmp): New targets.
4587         (common-generated): Add libc-modules.h and libc-modules.stmp.
4588         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4589         * include/libc-symbols.h: Don't include libc-modules.h.
4590         * include/libc-modules.h: Remove file.
4591         * scripts/gen-libc-modules.awk: New script to generate
4592         libc-modules.h.
4593         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4594         Depend on libc-modules.stmp.
4596         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4598         * Makeconfig (in-module): Get value of libof set for the
4599         translation unit.
4600         (CPPFLAGS): Use $(in-module).
4601         * Makerules: Don't suffix routine names for nonlib.
4602         * include/libc-modules.h: New file.
4603         * include/libc-symbols.h: Include libc-modules.h
4604         (IS_IN): New macro to replace IS_IN_* macros.
4605         * elf/Makefile: Set libof-* for each routine.
4606         * elf/rtld-Rules: Likewise.
4607         * extra-modules.mk: Likewise.
4608         * iconv/Makefile: Likewise.
4609         * iconvdata/Makefile: Likewise.
4610         * locale/Makefile: Likewise.
4611         * malloc/Makefile: Likewise.
4612         * nss/Makefile: Likewise.
4613         * sysdeps/gnu/Makefile: Likewise.
4614         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4615         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4616         * sysdeps/s390/s390-64/Makefile: Likewise.
4617         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4618         CPPFLAGS for nscd instead of nonlib.
4620 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4622         * nptl/createthread.c: New file.
4624         * nptl/createthread.c: Moved ...
4625         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4627         * nptl/createthread.c: Add proper top-line comment.
4628         (do_clone): Folded into ...
4629         (create_thread): ... here.  Take new arguments STOPPED_START and
4630         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4631         increment __nptl_threads, do event-reporting logic, do
4632         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4633         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4634         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4635         just send SIGCANCEL.
4636         * nptl/pthread_create.c: Forward-declare create_thread before
4637         including createthread.c.
4638         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4639         declaration, and new macro START_THREAD_SELF to replace argument.
4640         Remove return statement.
4641         (report_thread_creation): New function.
4642         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4643         synchronization logic, and __nptl_nthreads increment here, around
4644         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4645         PD->parent_cancelhandling here, before create_thread.  When
4646         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4647         __deallocate_stack, and ENOMEM translation here.
4649 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4651         [BZ #17616]
4652         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4653         (mptwo): Rename to __mptwo.
4654         (__inv): Use __mptwo instead of mptwo.
4655         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4656         (mptwo): Rename to __mptwo.
4657         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4658         of mpone and __mptwo instead of mptwo.
4659         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4660         instead of mpone.
4661         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4662         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4663         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4664         of mpone and __mptwo instead of mptwo.
4665         (__mpranred): Use __mpone instead of mpone.
4666         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4667         variable.
4668         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4669         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4670         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4671         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4672         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4673         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4674         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4675         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4676         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4677         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4678         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4679         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4680         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4681         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4682         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4683         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4684         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4685         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4686         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4688 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4690         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4691         replace BSD Handler xref with BSD Signal Handling.
4693 2014-11-17  Richard Henderson  <rth@redhat.com>
4695         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4696         (_FP_PACK_RAW_2): Remove.
4697         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4698         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4699         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4700         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4701         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4702         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4703         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4704         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4705         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4706         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4707         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4708         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4709         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4710         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4711         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4712         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4714 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4716         * signal/signal.h [__USE_MISC]
4717         (struct sigvec): Remove type.
4718         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4719         (sigvec): Remove declaration.
4720         * sysdeps/posix/sigvec.c: Moved ...
4721         * signal/sigvec.c: ... here, replacing old file.
4722         (struct sigvec): New type, copied from old signal.h definition.
4723         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4724         (__sigvec): Convert definition to prototype.
4725         (sigvec): Replace weak_alias with compat_symbol.
4726         * signal/Versions (libc: GLIBC_2.21): New version set.
4727         * include/signal.h: Remove __sigvec declaration.
4728         * sysdeps/unix/bsd/sigvec.c: Remove file.
4729         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4730         * manual/signal.texi (BSD Handler): Remove subsection.
4731         Move siginterrupt up to ...
4732         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4733         (Blocking in BSD): Fold subsection into its parent.
4734         * NEWS: Mention sigvec removal.
4736 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4738         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4739         (DLA_FMS): Make definition conditional only on [__FMA4__].
4740         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4741         definition.
4743         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4744         Make definition conditional only on [PROF].
4745         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4746         definition.
4747         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4748         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4750         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4751         !__GNUC__].
4752         * include/signal.h (__sigpause): Move declaration above call to
4753         libc_hidden_proto.
4754         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4755         variable.
4756         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4757         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4759 2014-11-14  David S. Miller  <davem@davemloft.net>
4761         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4762         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4764 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4766         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4767         * configure: Regenerated.
4768         * manual/install.texi (Tools for Compilation): Document a
4769         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4770         compiler verified to work.
4771         * INSTALL: Regenerated.
4773         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4774         redeclare with asm name.
4775         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4776         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4777         including <string.h>.
4778         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4779         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4780         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4781         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4782         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4783         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4784         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4786 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4788         * stdlib/strtol.c (__strtol): Use prototype definition.
4790         [BZ #17594]
4791         * stdlib/strtol.c (SYM__): New macro.
4792         (SYM__1): Likewise.
4793         (__strtol): Likewise.
4794         (strtol): Rename to __strtol and define as weak alias of
4795         __strtol.  Use libc_hidden_weak.
4797 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4799         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4800         Use numbered labels in inline assembly.
4802 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4804         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4805         Add setjmp LIBC_PROBE.
4806         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4807         Likewise.
4808         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4809         Add longjmp, longjmp_target LIBC_PROBE.
4810         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4811         Likewise.
4813 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4815         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4816         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4817         to get rid of unused variable warning.
4819 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4821         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4822         Check for unwind_backtrace ==  NULL only in SHARED case.
4823         (__backchain_backtrace): Compile only in SHARED case.
4824         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4825         Likewise.
4826         (__backchain_backtrace): Declare as static.
4828 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4830         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4831         (__libc_multiple_threads_ptr): Variable moved ...
4832         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4834 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4836         * conform/GlibcConform.pm: New file.
4837         * conform/conformtest.pl: Use GlibcConform module.
4838         * conform/linknamespace.pl: New file.
4839         * conform/list-header-symbols.pl: Likewise.
4840         * conform/Makefile (linknamespace-symlists-base): New variable.
4841         (linknamespace-symlists-tests): Likewise.
4842         (linknamespace-header-base): Likewise.
4843         (linknamespace-header-tests): Likewise.
4844         (tests-special): Add new tests.
4845         ($(linknamespace-symlists-tests)): New rule.
4846         (linknamespace-libs): New variable.
4847         ($(objpfx)symlist-stdlibs): New rule.
4848         ($(linknamespace-header-tests)): Likewise.
4849         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4850         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4851         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4852         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4853         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4854         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4855         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4856         (test-xfail-ISO/math.h/linknamespace): Likewise.
4857         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4858         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4859         (test-xfail-ISO/time.h/linknamespace): Likewise.
4860         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4861         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4862         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4863         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4864         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4865         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4866         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4867         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4868         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4869         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4870         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4871         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4872         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4873         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4874         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4875         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4876         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4877         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4878         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4879         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4880         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4881         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4882         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4883         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4884         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4885         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4886         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4887         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4888         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4889         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4890         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4891         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4892         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4893         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4894         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4895         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4896         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4897         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4898         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4899         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4900         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4901         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4902         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4903         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4904         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4905         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4906         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4907         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4908         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4909         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4910         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4911         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4912         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4913         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4914         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4915         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4916         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4917         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4918         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4919         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4920         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4921         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4922         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4923         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4924         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4925         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4926         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4927         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4928         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4929         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4930         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4931         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4932         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4933         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4934         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4935         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4936         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4937         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4938         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4939         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4940         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4941         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4942         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4943         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4944         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4945         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4946         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4947         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4948         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4949         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4950         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4951         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4952         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4953         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4954         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4955         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4956         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4957         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4958         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4959         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4960         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4961         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4962         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4963         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4964         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4965         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4966         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4967         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4968         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4969         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4970         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4971         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4972         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4973         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4974         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4975         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4976         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4977         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4978         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4979         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4980         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4981         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4982         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4983         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4984         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4985         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4986         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4987         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4988         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4989         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4990         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4991         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4992         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4993         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4994         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4995         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4996         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4997         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4998         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4999         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5000         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5001         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5002         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5003         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5004         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5005         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5006         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5007         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5008         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5009         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5011         [BZ #17589]
5012         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5013         of fgets_unlocked.
5015         [BZ #17585]
5016         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5017         (memmem): Rename to __memmem and define as weak alias of
5018         __memmem.  Use libc_hidden_weak.
5019         (__memmem): Use libc_hidden_def.
5020         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5021         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5022         memmem.
5024         [BZ #17582]
5025         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5026         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5027         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5028         and define as weak alias of __fgets_unlocked.  Use
5029         libc_hidden_weak.
5030         (__fgets_unlocked): Use libc_hidden_def.
5031         * include/stdio.h (__fgets_unlocked): Declare.  Use
5032         libc_hidden_proto.
5033         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5034         __fgets_unlocked instead of fgets_unlocked.
5035         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5036         (GET_NPROCS_CONF_PARSER): Likewise.
5037         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5038         (GET_NPROCS_CONF_PARSER): Likewise.
5040         [BZ #17574]
5041         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5042         weak alias of __wmemset.  Use libc_hidden_weak.
5043         (__wmemset): Use libc_hidden_def.
5044         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5045         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5046         of wmemset.
5048         [BZ #17573]
5049         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5050         with asm name __mempcpy.
5051         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5053         [BZ #17572]
5054         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5055         and define as weak alias of __rawmemchr.
5056         (__rawmemchr): Do not define as strong alias of rawmemchr.
5058         [BZ #17571]
5059         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5060         alias of __qsort_r.
5061         (qsort): Call __qsort_r instead of qsort_r.
5062         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5063         (__qsort_r): Declare.  Call libc_hidden_proto.
5064         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5065         instead of qsort_r.
5066         * nscd/gai.c (__qsort_r): Define to qsort_r.
5067         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5068         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5069         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5071         [BZ #17570]
5072         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5073         define as weak alias of __malloc_info.
5075         [BZ #17584]
5076         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5077         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5078         (__rewinddir): Use libc_hidden_def.
5079         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5080         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5081         (__rewinddir): Use libc_hidden_def.
5082         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5083         weak alias of __rewinddir.  Don't use libc_hidden_def.
5084         (__rewinddir): Use libc_hidden_def.
5085         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5086         (__rewinddir): Use libc_hidden_proto.
5087         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5088         rewinddir.
5089         (__getcwd): Use __rewinddir instead of rewinddir.
5091         [BZ #17583]
5092         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5093         alias of __fileno.  Use libc_hidden_weak.
5094         (__fileno): Use libc_hidden_def.
5095         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5096         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5097         alias of __ftello.
5098         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5099         __ftello.
5100         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5101         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5102         libc_hidden_def.
5103         (fread_unlocked): Don't use libc_hidden_ver.
5104         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5105         and define as weak alias of __fread_unlocked.  Don't use
5106         libc_hidden_def.
5107         (__fread_unlocked): Use libc_hidden_def.
5108         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5109         (ftello): Don't use libc_hidden_proto.
5110         (__ftello): Declare.  Use libc_hidden_proto.
5111         (fread_unlocked): Don't use libc_hidden_proto.
5112         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5113         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5114         and __ftello instead of fileno, fread_unlocked and ftello.
5116 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5118         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5119         GOT12.
5120         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5121         Likewise.
5122         (_dl_start_user): Likewise.
5123         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5125 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5126             Siddhesh Poyarekar  <siddhesh@redhat.com>
5128         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5129         Move argv and envp down instead of moving argc up.
5130         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5132 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5134         [BZ #17506]
5135         * test-skeleton.c (main): Return successful if one of
5136         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5137         * string/tst-strcoll-overflow.c: Define expected status.
5139 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5141         [BZ #17475]
5142         * locale/iso-639.def: Define Bhili and Tulu language codes.
5144 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5146         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5148 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5150         [BZ #17555]
5151         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5153 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5155         * configure.ac: Updated check of minimal required version to
5156         2.22.
5157         * manual/install.texi (Tools for Compilation): Updated version
5158         number.
5159         * configure: Regenerated.
5160         * INSTALL: Likewise.
5162 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5164         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5165         __tls_get_addr.
5167 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5169         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5170         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5171         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5172         libc_hidden_weak.
5173         (waitpid): Define as alias of __waitpid.
5174         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5175         __waitpid.
5176         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5177         libc_hidden_weak.
5178         (waitpid): Define as alias of __waitpid.
5179         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5180         __libc_waitpid alias.
5181         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5182         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5183         Likewise.
5184         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5185         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5186         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5187         alias.
5188         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5189         __waitpid.
5190         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5191         libc_hidden_weak.
5192         (waitpid): Define as alias of __waitpid.
5194 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5196         * manual/llio.texi: Add comment that write safety has been
5197         fixed in Linux.
5199         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5200         (localplt-build-dso): Add elf/ld.so.
5201         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5202         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5203         and free for ld.so.
5204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5205         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5207         Likewise.
5208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5209         Likewise.
5210         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5211         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5212         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5213         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5214         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5215         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5216         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5217         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5218         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5219         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5220         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5222 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5224         [BZ #14132]
5225         * include/libc-symbols.h (INTUSE): Remove macro.
5226         (INTDEF): Likewise.
5227         (INTVARDEF): Likewise.
5228         (_INTVARDEF): Likewise.
5229         (INTDEF2): Likewise.
5230         (INTVARDEF2): Likewise.
5231         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5232         rtld_hidden_def instead of INTVARDEF.
5233         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5234         (_dl_starting_up_internal): Remove declaration.
5235         (_dl_starting_up): Use rtld_hidden_proto.
5236         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5237         declaration.
5238         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5239         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5240         _dl_starting_up.
5241         * elf/dl-writev.h (_dl_writev): Likewise.
5242         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5243         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5244         _dl_starting_up_internal.
5246 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5248         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5249         test-skeleton.c.
5251 2014-11-05  Will Newton  <will.newton@linaro.org>
5253         * benchtests/Makefile: (bench-malloc): Add malloc thread
5254         scalability benchmark.
5255         * benchtests/bench-malloc-threads.c: New file.
5257 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5259         * sysdeps/aarch64/strchrnul.S: New file.
5261 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5263         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5264         definition.
5265         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5266         Likwise.
5267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5268         Likewise.
5269         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5270         Likewise.
5271         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5272         Likewise.
5273         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5274         Likewise.
5276 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5278         * catgets/test-gencat.c: Use test-skeleton.c.
5279         * catgets/tst-catgets.c: Likewise.
5280         * csu/tst-empty.c: Likewise.
5281         * elf/tst-audit2.c: Likewise.
5282         * elf/tst-global1.c: Likewise.
5283         * elf/tst-pathopt.c: Likewise.
5284         * elf/tst-piemod1.c: Likewise.
5285         * elf/tst-tls10.c: Likewise.
5286         * elf/tst-tls11.c: Likewise.
5287         * elf/tst-tls12.c: Likewise.
5288         * gnulib/tst-gcc.c: Likewise.
5289         * iconvdata/tst-e2big.c: Likewise.
5290         * iconvdata/tst-loading.c: Likewise.
5291         * iconv/tst-iconv1.c: Likewise.
5292         * iconv/tst-iconv2.c: Likewise.
5293         * inet/test-inet6_opt.c: Likewise.
5294         * inet/tst-gethnm.c: Likewise.
5295         * inet/tst-network.c: Likewise.
5296         * inet/tst-ntoa.c: Likewise.
5297         * intl/tst-codeset.c: Likewise.
5298         * intl/tst-gettext2.c: Likewise.
5299         * intl/tst-gettext3.c: Likewise.
5300         * intl/tst-ngettext.c: Likewise.
5301         * intl/tst-translit.c: Likewise.
5302         * io/test-stat.c: Likewise.
5303         * libio/test-fmemopen.c: Likewise.
5304         * libio/tst-freopen.c: Likewise.
5305         * libio/tst-sscanf.c: Likewise.
5306         * libio/tst-ungetwc1.c: Likewise.
5307         * libio/tst-ungetwc2.c: Likewise.
5308         * libio/tst-widetext.c: Likewise.
5309         * localedata/tst-ctype.c: Likewise.
5310         * localedata/tst-digits.c: Likewise.
5311         * localedata/tst-leaks.c: Likewise.
5312         * localedata/tst-mbswcs1.c: Likewise.
5313         * localedata/tst-mbswcs2.c: Likewise.
5314         * localedata/tst-mbswcs3.c: Likewise.
5315         * localedata/tst-mbswcs4.c: Likewise.
5316         * localedata/tst-mbswcs5.c: Likewise.
5317         * localedata/tst-setlocale.c: Likewise.
5318         * localedata/tst-trans.c: Likewise.
5319         * localedata/tst-wctype.c: Likewise.
5320         * localedata/tst-xlocale1.c: Likewise.
5321         * login/tst-grantpt.c: Likewise.
5322         * malloc/tst-calloc.c: Likewise.
5323         * malloc/tst-malloc.c: Likewise.
5324         * malloc/tst-mallocstate.c: Likewise.
5325         * malloc/tst-mcheck.c: Likewise.
5326         * malloc/tst-mtrace.c: Likewise.
5327         * malloc/tst-obstack.c: Likewise.
5328         * math/atest-exp2.c: Likewise.
5329         * math/atest-exp.c: Likewise.
5330         * math/atest-sincos.c: Likewise.
5331         * math/test-matherr.c: Likewise.
5332         * math/test-misc.c: Likewise.
5333         * math/test-powl.c: Likewise.
5334         * math/tst-definitions.c: Likewise.
5335         * misc/tst-dirname.c: Likewise.
5336         * misc/tst-efgcvt.c: Likewise.
5337         * misc/tst-fdset.c: Likewise.
5338         * misc/tst-hsearch.c: Likewise.
5339         * misc/tst-mntent2.c: Likewise.
5340         * nptl/tst-sem7.c: Likewise.
5341         * nptl/tst-sem8.c: Likewise.
5342         * nptl/tst-sem9.c: Likewise.
5343         * nss/test-netdb.c: Likewise.
5344         * posix/tst-fnmatch.c: Likewise.
5345         * posix/tst-getlogin.c: Likewise.
5346         * posix/tst-gnuglob.c: Likewise.
5347         * posix/tst-mmap.c: Likewise.
5348         * pwd/tst-getpw.c: Likewise.
5349         * resolv/tst-inet_ntop.c: Likewise.
5350         * rt/tst-timer.c: Likewise.
5351         * stdio-common/test-fseek.c: Likewise.
5352         * stdio-common/test-popen.c: Likewise.
5353         * stdio-common/test-vfprintf.c: Likewise.
5354         * stdio-common/tst-cookie.c: Likewise.
5355         * stdio-common/tst-fileno.c: Likewise.
5356         * stdio-common/tst-gets.c: Likewise.
5357         * stdio-common/tst-obprintf.c: Likewise.
5358         * stdio-common/tst-perror.c: Likewise.
5359         * stdio-common/tst-sprintf2.c: Likewise.
5360         * stdio-common/tst-sprintf3.c: Likewise.
5361         * stdio-common/tst-sprintf.c: Likewise.
5362         * stdio-common/tst-swprintf.c: Likewise.
5363         * stdio-common/tst-tmpnam.c: Likewise.
5364         * stdio-common/tst-unbputc.c: Likewise.
5365         * stdio-common/tst-wc-printf.c: Likewise.
5366         * stdlib/tst-environ.c: Likewise.
5367         * stdlib/tst-fmtmsg.c: Likewise.
5368         * stdlib/tst-limits.c: Likewise.
5369         * stdlib/tst-rand48-2.c: Likewise.
5370         * stdlib/tst-rand48.c: Likewise.
5371         * stdlib/tst-random2.c: Likewise.
5372         * stdlib/tst-random.c: Likewise.
5373         * stdlib/tst-strtol.c: Likewise.
5374         * stdlib/tst-strtoll.c: Likewise.
5375         * stdlib/tst-tls-atexit.c: Likewise.
5376         * stdlib/tst-xpg-basename.c: Likewise.
5377         * string/test-ffs.c: Likewise.
5378         * string/tst-bswap.c: Likewise.
5379         * string/tst-inlcall.c: Likewise.
5380         * string/tst-strtok.c: Likewise.
5381         * string/tst-strxfrm.c: Likewise.
5382         * sysdeps/x86_64/tst-audit10.c: Likewise.
5383         * sysdeps/x86_64/tst-audit3.c: Likewise.
5384         * sysdeps/x86_64/tst-audit4.c: Likewise.
5385         * sysdeps/x86_64/tst-audit5.c: Likewise.
5386         * time/tst-ftime_l.c: Likewise.
5387         * time/tst-getdate.c: Likewise.
5388         * time/tst-mktime3.c: Likewise.
5389         * time/tst-mktime.c: Likewise.
5390         * time/tst-posixtz.c: Likewise.
5391         * time/tst-strptime2.c: Likewise.
5392         * time/tst-strptime3.c: Likewise.
5393         * wcsmbs/tst-btowc.c: Likewise.
5394         * wcsmbs/tst-mbrtowc.c: Likewise.
5395         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5396         * wcsmbs/tst-wchar-h.c: Likewise.
5397         * wcsmbs/tst-wcpncpy.c: Likewise.
5398         * wcsmbs/tst-wcrtomb.c: Likewise.
5399         * wcsmbs/tst-wcsnlen.c: Likewise.
5400         * wcsmbs/tst-wcstof.c: Likewise.
5402 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5404         [BZ #14132]
5405         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5406         INTDEF.
5407         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5408         declaration.
5409         (_dl_mcount): Use rtld_hidden_proto.
5410         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5411         _dl_mcount.
5412         * elf/rtld.c (_rtld_global_ro): Likewise.
5414         [BZ #14132]
5415         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5416         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5417         of _dl_init_internal.
5418         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5419         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5420         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5421         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5422         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5423         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5424         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5425         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5426         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5427         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5428         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5429         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5430         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5431         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5432         * sysdeps/tile/dl-start.S (_start): Likewise.
5433         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5434         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5436         [BZ #14132]
5437         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5438         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5439         (rtld_progname): Make macro definition unconditional.
5440         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5441         INTDEF.
5442         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5443         (dl_main): Likewise.
5444         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5445         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5446         instead of _dl_argv_internal.
5447         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5448         __GI__dl_argv instead of INTUSE(_dl_argv).
5449         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5450         __GI__dl_argv instead of _dl_argv_internal.
5452         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5453         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5454         macro.
5455         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5456         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5457         New macro.
5458         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5459         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5460         macro.
5461         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5462         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5464 2014-11-04  Andreas Schwab  <schwab@suse.de>
5466         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5468 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5470         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5471         mtvsrd instruction in binary form.
5473 2014-11-03  Andreas Schwab  <schwab@suse.de>
5475         [BZ #17522]
5476         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5477         for less than MB_LEN_MAX use a local buffer of that size.
5478         * libio/tst-fputws.c: New file.
5479         * libio/Makefile (tests): Add tst-fputws.
5481 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5483         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5484         the size of the fpu_fr.fpu_dregs[] array.
5486 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5488         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5489         (__nanosleep): Do not define as alias.
5490         (nanosleep): Define as alias of __nanosleep.
5491         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5492         __libc_nanosleep name.
5494 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5496         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5497         install.texi in comment.
5499 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5501         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5502         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5503         ... add here and use lwsync or sync ...
5504         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5505         ... and add here using lwsync.
5507 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5509         * elf/dl-machine-reject-phdr.h: New file.
5510         * elf/dl-load.c: #include that.
5511         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5512         if that returned true.
5514 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5516         [BZ #17496]
5517         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5518         gen-as-const-headers chunk.  Add a big scare comment after the last
5519         safe place to touch before-compile.
5521 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5523         * manual/install.texi (Tools for Compilation): Update autoconf
5524         version requirements.
5525         * INSTALL: Regenerated.
5527         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5528         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5529         (__libc_pselect): Likewise.
5531         [BZ #14138]
5532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5537 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5539         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5540         correct barrier instruction.
5541         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5542         Likewise.
5543         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5544         Likewise.
5546 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5548         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5549         after defining inlines.  Instead, just use parens to defeat macro
5550         expansion of __isctype in its declaration.
5552 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5554         * include/sys/uio.h (__libc_readv): Remove declaration.
5555         (__libc_writev): Likewise.
5556         * misc/readv.c (__libc_readv): Rename to __readv.
5557         (__readv): Do not define as alias.
5558         (readv): Define as alias of __readv.
5559         * misc/writev.c (__libc_writev): Rename to __writev.
5560         (__writev): Do not define as alias.
5561         (writev): Define as alias of __writev.
5562         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5563         (__readv): Do not define as alias.
5564         (readv): Define unconditionally as alias of __readv.
5565         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5566         (__writev): Do not define as alias.
5567         (writev): Define unconditionally as alias of __writev.
5568         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5569         name.
5570         (writev): Do not define __libc_writev name.
5572 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5574         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5575         (convert_charseq): New function, broken out of ...
5576         (use_from_charmap): ... here.  Call it.
5577         (use_to_charmap): Use convert_charseq and free instead of duplicating
5578         its code with a variable-length stack struct.
5580 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5582         * include/fcntl.h (__libc_creat): Remove declaration.
5583         * io/creat.c (__libc_creat): Rename to creat.
5584         (creat): Do not define as alias.
5585         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5586         of creat instead of __libc_creat.
5587         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5588         to creat.
5589         (creat): Do not define as alias.
5590         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5591         __libc_creat.
5592         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5593         __libc_creat name.
5594         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5595         Likewise.
5597 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5599         * manual/llio.texi: Add comments discussing why write() may be
5600         considered MT-unsafe on Linux.
5602 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5604         * dl-load.c (local_strdup): Remove.
5605         (expand_dynamic_string_token): Use __strdup.
5606         (decompose_rpath): Likewise.
5607         (_dl_map_object): Likewise.
5609 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5611         [BZ #14132]
5612         * sysdeps/generic/unwind-dw2-fde.c
5613         (__register_frame_info_bases_internal): Do not declare.
5614         (__register_frame_info_table_bases_internal): Likewise.
5615         (__deregister_frame_info_bases_internal): Likewise.
5616         (__register_frame_info_bases): Declare and use hidden_proto before
5617         definition.  Use hidden_def instead of INTDEF.
5618         (__register_frame_info_table_bases): Likewise.
5619         (__deregister_frame_info_bases): Likewise.
5620         (__register_frame_info): Do not use INTUSE.
5621         (__register_frame): Likewise.
5622         (__register_frame_info_table): Likewise.
5623         (__register_frame_table): Likewise.
5624         (__deregister_frame_info): Likewise.
5625         (__deregister_frame): Likewise.
5627 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5629         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5630         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5631         not undefine.
5632         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5633         Likewise.
5634         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5635         Likewise.
5637 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5639         [BZ #14138]
5640         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5641         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5642         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5643         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5644         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5645         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5646         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5647         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5648         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5649         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5650         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5651         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5652         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5653         syscall.
5654         (setfsuid): Likewise.
5655         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5656         (setfsuid): Likewise.
5657         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5658         (setfsuid): Likewise.
5659         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5660         Likewise.
5661         (setfsuid): Likewise.
5662         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5663         (setfsuid): Likewise.
5664         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5665         Likewise.
5666         (setfsuid): Likewise.
5668 2014-10-27  Andreas Schwab  <schwab@suse.de>
5670         [BZ #17501]
5671         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5672         check for Slow_SSE4_2 feature bit.
5673         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5674         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5675         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5676         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5678 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5680         * configure.ac: Validate compiler version with a empirical test of
5681         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5682         $CC -v output.
5683         * configure: Regenerated.
5685         * inet/htons.c (htons): Prototypify.
5686         * inet/htonl.c (htonl): Likewise.
5688 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5690         * string/strncat.c (strncat): Improve performance by using strlen.
5692 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5694         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5696 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5698         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5699         Call libc_fetestexcept_aarch64.
5701 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5703         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5704         Call libc_feholdexcept_aarch64.
5706 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5708         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5709         Call get_rounding_mode.
5711 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5713         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5714         Simplify logic.
5716 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5718         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5719         Simplify logic.
5721 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5723         [BZ #14138]
5724         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5725         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5726         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5727         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5728         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5729         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5730         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5731         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5732         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5733         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5734         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5735         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5736         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5737         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5738         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5739         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5740         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5741         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5742         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5743         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5744         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5745         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5746         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5747         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5748         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5749         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5750         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5751         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5752         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5753         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5754         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5755         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5756         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5757         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5758         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5759         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5760         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5761         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5762         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5763         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5764         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5765         syscall.
5766         (geteuid): Likewise.
5767         (getgid): Likewise.
5768         (getuid): Likewise.
5769         (getresgid): Likewise.
5770         (getresuid): Likewise.
5771         (getgroups): Likewise.
5772         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5773         (geteuid): Likewise.
5774         (getgid): Likewise.
5775         (getuid): Likewise.
5776         (getresgid): Likewise.
5777         (getresuid): Likewise.
5778         (getgroups): Likewise.
5779         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5780         (geteuid): Likewise.
5781         (getgid): Likewise.
5782         (getuid): Likewise.
5783         (getresgid): Likewise.
5784         (getresuid): Likewise.
5785         (getgroups): Likewise.
5786         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5787         Likewise.
5788         (geteuid): Likewise.
5789         (getgid): Likewise.
5790         (getuid): Likewise.
5791         (getresgid): Likewise.
5792         (getresuid): Likewise.
5793         (getgroups): Likewise.
5794         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5795         (geteuid): Likewise.
5796         (getgid): Likewise.
5797         (getuid): Likewise.
5798         (getresgid): Likewise.
5799         (getresuid): Likewise.
5800         (getgroups): Likewise.
5801         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5802         Likewise.
5803         (geteuid): Likewise.
5804         (getgid): Likewise.
5805         (getuid): Likewise.
5806         (getgroups): Likewise.
5808         [BZ #14138]
5809         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5810         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5811         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5812         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5813         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5814         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5815         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5816         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5817         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5818         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5819         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5820         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5821         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5822         __chown.
5823         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5824         (lchown): Likewise.
5825         (fchown): Likewise.
5826         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5827         Likewise.
5828         (lchown): Likewise.
5829         (fchown): Likewise.
5830         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5831         (lchown): Likewise.
5832         (fchown): Likewise.
5833         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5834         Likewise.
5835         (lchown): Likewise.
5836         (fchown): Likewise.
5838 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5840         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5841         Simplify logic.
5843 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5845         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5846         Cleanup logic.
5848 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5850         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5851         Remove unused include.
5853 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5855         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5856         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5857         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5858         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5860 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5861             Helge Deller <deller@gmx.de>
5863         [BZ #17508]
5864         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5865         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5866         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5868 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5870         [BZ #14132]
5871         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5872         Remove macro definition.
5873         (__ashrdi3_v_glibc20): Likewise.
5874         (__lshrdi3_v_glibc20): Likewise.
5875         (__cmpdi2_v_glibc20): Likewise.
5876         (__ucmpdi2_v_glibc20): Likewise.
5877         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5878         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5879         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5880         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5881         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5882         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5884 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5886         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5887         old GNU extension [0] syntax.
5888         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5889         alloca rather than an array member with variable length.
5890         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5891         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5892         (parse_opt): ... here.  Likewise use alloca there.
5893         Validate the -i argument before checking for rootness.
5894         (send_shutdown): New function, broken out of ...
5895         (parse_opt): ... here.
5897 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5899         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5900         macro to get at the _rt_local_ro field.
5901         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5902         ([PIC] case) or _dl_hwcap ([!PIC] case).
5903         * sysdeps/arm/setjmp.S: Likewise.
5905         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5906         * sysdeps/arm/configure.ac: New check to define it.
5907         * sysdeps/arm/configure: Regenerated.
5908         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5909         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5910         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5911         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5912         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5913         Use move/movt pair instead of a load.
5914         (LDST_GLOBAL): Macro removed.
5915         (LDR_GLOBAL): New macro replaces it.
5916         (LDR_HIDDEN): New macro.
5917         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5918         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5920         * setjmp/tst-setjmp-static.c: New file.
5921         * setjmp/Makefile (tests): Add it.
5922         (tests-static): New variable.
5924 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5926         [BZ #17485]
5927         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5929 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5931         [BZ #14132]
5932         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5934 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5936         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5938 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5940         * io/fts.c (dirent_not_directory): New function.
5941         (fts_build): Call it.
5943 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5945         * nptl/version.c (__nptl_main): Use normal __write rather than
5946         INTERNAL_SYSCALL.
5947         (banner): Update copyright years.
5949         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5950         gettimeofday.
5951         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5952         * nptl/pthread_cond_timedwait.c: Likewise.
5953         * nptl/pthread_mutex_timedlock.c: Likewise.
5954         * nptl/sem_timedwait.c: Likewise.
5956         * sysdeps/nptl/bits/libc-lock.h
5957         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5958         (__libc_lock_init_recursive): Return void, not 0.
5959         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5960         (__libc_rwlock_init): Likewise.
5961         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5963 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5965         [BZ #15215]
5966         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5967         (__pthread_once_slow): ... here.
5968         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5969         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5971 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5973         [BZ #15215]
5974         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5975         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5976         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5977         * nptl/pthread_once.c (__pthread_once): Likewise.
5978         Update comments.
5980 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5982         [BZ #14138]
5983         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5984         name.
5985         (writev): Use __libc_writev as strong name.
5986         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5987         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5989 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5991         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5993         * sysdeps/i386/nptl/tls.h
5994         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5995         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5996         New macros.
5997         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5998         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5999         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6000         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6001         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6002         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6004         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6005         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6006         on [__NR_futex].
6007         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6008         broken out of ...
6009         (__pthread_mutex_init): ... here.  Call it.
6010         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6011         Conditionalize PI cases on [__NR_futex].
6012         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6013         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6014         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6016         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6017         conditional on [SIGSETXID].
6018         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6019         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6020         is defined.  Likewise for SIGSETXID.
6021         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6022         Conditionalize definitions on [SIGSETXID].
6023         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6024         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6025         unblocking on [SIGCANCEL].
6027         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6028         [__NR_set_robust_list].
6030 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6032         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6033         (do_compare): Likewise.
6035 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6037         [BZ #15884]
6038         * string/strcoll_l.c: Don't include stdio.h.
6039         (coll_seq): Remove members idxarr and rulearr.
6040         (get_next_seq_cached): Remove function.
6041         (get_next_seq): Likewise.
6042         (get_next_seq_nocache): Rename to get_next_seq.
6043         (do_compare): Remove function.
6044         (do_compare_nocache): Rename to do_compare.
6045         (STRCOLL): Remove weight and rules cache.
6047 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6049         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6050         * sysdeps/arm/sfp-machine.h: ... to here.
6051         * sysdeps/arm/Implies: Remove arm/soft-fp.
6053 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6055         * conform/data/sys/utsname.h-data (*_t): Allow.
6056         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6057         [POSIX] (WEXITED): Do not expect constant.
6058         [POSIX] (WSTOPPED): Likewise.
6059         [POSIX] (WNOHANG): Likewise.
6060         [POSIX] (WNOWAIT): Likewise.
6061         [POSIX] (siginfo_t): Do not expect type or elements.
6062         [POSIX] (pid_t): Do not expect type.
6063         [POSIX] (signal.h): Do not allow header.
6064         [POSIX] (sys/resource.h): Likewise.
6065         [POSIX] (si_*): Do not allow pattern.
6066         [POSIX] (W*): Likewise.
6067         [POSIX] (P_*): Likewise.
6068         [POSIX] (BUS_*): Likewise.
6069         [POSIX] (CLD_*): Likewise.
6070         [POSIX] (FPE_*): Likewise.
6071         [POSIX] (ILL_*): Likewise.
6072         [POSIX] (POLL_*): Likewise.
6073         [POSIX] (SEGV_*): Likewise.
6074         [POSIX] (SI_*): Likewise.
6075         [POSIX] (TRAP_*): Likewise.
6076         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6077         variable.
6079 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6081         [BZ #12926]
6082         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6083         infinite loop when __recvmsg returns 0.
6085 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6087         * CANCEL-FCT-WAIVE: Remove file.
6088         * CANCEL-FILE-WAIVE: Likewise.
6090         [BZ #14132]
6091         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6092         instead of INTVARDEF.
6093         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6094         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6095         rtld_hidden_data_def instead of INTVARDEF.
6096         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6097         * elf/dl-deps.c (expand_dst): Likewise.
6098         * elf/dl-load.c (_dl_dst_count): Likewise.
6099         (_dl_dst_substitute): Likewise.
6100         (decompose_rpath): Likewise.
6101         (_dl_init_paths): Likewise.
6102         (open_path): Likewise.
6103         (_dl_map_object): Likewise.
6104         * elf/rtld.c (dl_main): Likewise.
6105         (process_dl_audit): Likewise.
6106         (process_envvars): Likewise.
6107         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6108         Remove declaration.
6109         (__libc_enable_secure): Use rtld_hidden_proto.
6111 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6113         * elf/dl-load.c
6114         (add_path): New function broken out of _dl_rtld_di_serinfo.
6115         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6117 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6119         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6120         parentheses around macro arguments.
6121         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6122         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6123         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6124         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6125         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6126         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6127         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6128         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6129         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6130         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6131         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6132         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6133         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6134         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6135         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6136         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6137         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6138         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6139         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6140         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6141         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6142         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6143         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6144         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6145         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6146         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6147         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6148         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6149         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6150         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6151         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6152         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6153         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6154         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6155         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6156         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6157         Likewise.
6158         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6159         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6160         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6161         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6162         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6163         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6164         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6165         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6166         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6167         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6168         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6169         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6170         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6171         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6172         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6173         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6174         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6175         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6176         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6177         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6178         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6179         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6180         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6181         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6182         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6183         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6184         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6185         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6186         (_FP_FRAC_SRS_1): Likewise.
6187         (_FP_FRAC_CLZ_1): Likewise.
6188         (_FP_MUL_MEAT_1_imm): Likewise.
6189         (_FP_MUL_MEAT_1_wide): Likewise.
6190         (_FP_MUL_MEAT_1_hard): Likewise.
6191         (_FP_SQRT_MEAT_1): Likewise.
6192         (_FP_FRAC_ASSEMBLE_1): Likewise.
6193         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6194         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6195         (__FP_CLZ_2): Likewise.
6196         (_FP_MUL_MEAT_2_wide): Likewise.
6197         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6198         (_FP_MUL_MEAT_2_gmp): Likewise.
6199         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6200         (_FP_SQRT_MEAT_2): Likewise.
6201         (_FP_FRAC_ASSEMBLE_2): Likewise.
6202         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6203         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6204         (_FP_FRAC_CLZ_4): Likewise.
6205         (_FP_MUL_MEAT_4_wide): Likewise.
6206         (_FP_MUL_MEAT_4_gmp): Likewise.
6207         (_FP_SQRT_MEAT_4): Likewise.
6208         (_FP_FRAC_ASSEMBLE_4): Likewise.
6209         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6210         * soft-fp/op-common.h (_FP_CMP): Likewise.
6211         (_FP_CMP_EQ): Likewise.
6212         (_FP_CMP_UNORD): Likewise.
6213         (_FP_TO_INT): Likewise.
6214         (_FP_FROM_INT): Likewise.
6215         [!__FP_CLZ] (__FP_CLZ): Likewise.
6216         (_FP_DIV_HELP_imm): Likewise.
6217         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6218         Likewise.
6219         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6220         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6221         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6222         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6223         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6224         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6226         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6227         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6230         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6231         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6232         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6233         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6234         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6235         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6236         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6237         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6238         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6239         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6240         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6241         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6242         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6243         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6244         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6245         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6246         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6248         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6249         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6250         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6251         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6252         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6253         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6254         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6255         (FP_UNPACK_RAW_SP): Likewise.
6256         (FP_PACK_RAW_S): Likewise.
6257         (FP_PACK_RAW_SP): Likewise.
6258         (FP_UNPACK_S): Likewise.
6259         (FP_UNPACK_SP): Likewise.
6260         (FP_UNPACK_SEMIRAW_S): Likewise.
6261         (FP_UNPACK_SEMIRAW_SP): Likewise.
6262         (FP_PACK_S): Likewise.
6263         (FP_PACK_SP): Likewise.
6264         (FP_PACK_SEMIRAW_S): Likewise.
6265         (FP_PACK_SEMIRAW_SP): Likewise.
6266         (_FP_SQRT_MEAT_S): Likewise.
6267         (FP_CMP_S): Likewise.
6268         (FP_CMP_EQ_S): Likewise.
6269         (FP_CMP_UNORD_S): Likewise.
6270         (FP_TO_INT_S): Likewise.
6271         (FP_FROM_INT_S): Likewise.
6273         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6275         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6276         (FP_EX_INVALID_IMZ): Likewise.
6277         (FP_EX_INVALID_IMZ_FMA): Likewise.
6278         (FP_EX_INVALID_ISI): Likewise.
6279         (FP_EX_INVALID_ZDZ): Likewise.
6280         (FP_EX_INVALID_IDI): Likewise.
6281         (FP_EX_INVALID_SQRT): Likewise.
6282         (FP_EX_INVALID_CVI): Likewise.
6283         (FP_EX_INVALID_VC): Likewise.
6284         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6285         "invalid" exceptions.
6286         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6287         (_FP_ADD_INTERNAL): Likewise.
6288         (_FP_MUL): Likewise.
6289         (_FP_FMA): Likewise.
6290         (_FP_DIV): Likewise.
6291         (_FP_CMP_CHECK_NAN): Likewise.
6292         (_FP_SQRT): Likewise.
6293         (_FP_TO_INT): Likewise.
6294         (FP_EXTEND): Likewise.
6296 2014-10-09  Allan McRae  <allan@archlinux.org>
6298         * po/fr.po: Update French translation from translation project.
6300 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6302         [BZ #14132]
6303         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6304         of INTDEF.
6305         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6306         (__cxa_atexit): Use libc_hidden_proto.
6307         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6309         [BZ #14132]
6310         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6311         declaration.
6312         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6313         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6314         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6315         [!_ISOMAC] (__iswctype_internal): Likewise.
6316         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6317         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6318         alias.
6319         (fcntl): Remove __fcntl_internal alias.
6320         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6321         __connect_internal alias.
6322         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6323         Likewise.
6325         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6326         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6327         FP_DENORM_ZERO.
6328         (_FP_CHECK_FLUSH_ZERO): New macro.
6329         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6330         (_FP_CMP): Likewise.
6331         (_FP_CMP_EQ): Likewise.
6332         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6333         FP_DENORM_ZERO.
6334         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6335         (FP_TRUNC): Likewise.
6337         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6338         treated as invalid conversion, not as normal exponent.
6340         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6341         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6342         (_FP_CMP_EQ): Likewise.
6343         (_FP_CMP_UNORD): Likewise.
6344         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6345         (FP_CMP_EQ_D): Likewise.
6346         (FP_CMP_UNORD_D): Likewise.
6347         * soft-fp/extended.h (FP_CMP_E): Likewise.
6348         (FP_CMP_EQ_E): Likewise.
6349         (FP_CMP_UNORD_E): Likewise.
6350         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6351         (FP_CMP_EQ_Q): Likewise.
6352         (FP_CMP_UNORD_Q): Likewise.
6353         * soft-fp/single.h (FP_CMP_S): Likewise.
6354         (FP_CMP_EQ_S): Likewise.
6355         (FP_CMP_UNORD_S): Likewise.
6356         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6357         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6358         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6359         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6360         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6361         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6362         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6363         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6364         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6365         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6366         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6367         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6368         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6369         to FP_CMP_Q.
6370         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6371         FP_CMP_Q.
6372         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6373         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6374         FP_CMP_EQ_Q.
6375         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6376         FP_CMP_Q.
6377         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6378         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6379         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6380         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6381         FP_CMP_EQ_Q.
6382         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6383         FP_CMP_Q.
6384         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6385         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6386         FP_CMP_EQ_Q.
6387         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6388         FP_CMP_Q.
6389         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6390         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6391         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6392         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6393         FP_CMP_EQ_Q.
6395         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6396         a subnormal result, set the underflow exception if trapping on
6397         underflow is enabled.
6398         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6399         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6400         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6401         redefine to 0.
6402         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6403         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6404         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6405         * soft-fp/extendxftf2.c (__extendxftf2): Use
6406         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6408         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6409         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6410         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6411         FP_HANDLE_EXCEPTIONS.
6412         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6413         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6414         FP_HANDLE_EXCEPTIONS.
6415         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6416         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6417         FP_HANDLE_EXCEPTIONS.
6418         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6419         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6420         FP_HANDLE_EXCEPTIONS.
6422 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6424         [BZ #14132]
6425         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6426         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6427         use INTUSE.
6428         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6429         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6430         Remove alias.
6431         (__adjtimex): Define using libc_hidden_ver.
6432         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6433         Remove declaration.
6434         (ntp_gettime): Call __adjtimex directly.
6435         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6436         Remove declaration.
6437         (ntp_gettimex): Call __adjtimex directly.
6438         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6439         __adjtimex_internal alias.
6441 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6443         [BZ #17460]
6444         * nscd/nscd.c (more_help): Rewrite list of tables collection
6445         using xstrdup and asprintf.
6447         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6449 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6450             Roland McGrath  <roland@hack.frob.com>
6452         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6453         (do_lookup_unique): ... local function 'enter' here; update callers.
6455 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6457         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6458         compat_symbol calls on [SHARED].
6459         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6460         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6461         Remove.
6462         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6463         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6464         (oldsetrlimit): Remove.
6465         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6467         (lchown): New syscall entry.
6468         (oldsetrlimit): Remove.
6469         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6470         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6471         (oldsetrlimit): Remove.
6472         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6474         [BZ #14138]
6475         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6476         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6477         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6478         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6479         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6480         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6481         (fchown): Likewise.
6482         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6483         (fchown): Likewise.
6484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6485         Likewise.
6487 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6489         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6490         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6491         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6492         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6493         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6494         Likewise.
6495         (__old_sem_post): Likewise.
6497 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6499         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6500         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6501         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6502         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6503         Use INLINE_VSYSCALL macro.
6504         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6505         __vdso_clock_gettime.
6506         * sysdeps/unix/sysv/linux/tile/init-first.c
6507         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6508         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6509         __vdso_clock_gettime.
6511         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6512         to set up frame more cleanly.
6514         * sysdeps/tile/memcmp.c: New file.
6516         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6518         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6519         * sysdeps/tile/tilegx/strcasestr.c: New file.
6520         * sysdeps/tile/tilegx/strnlen.c: New file.
6521         * sysdeps/tile/tilegx/strstr.c: New file.
6523         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6525 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6527         * nptl/tst-setuid3.c: Write errors to stdout.
6529 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6531         * elf/dl-deps.c
6532         (preload): New functions broken out of _dl_map_object_deps.
6533         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6535 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6537         [BZ #14138]
6538         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6539         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6541 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6543         * sysdeps/mips/strcmp.S: New.
6545 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6547         [BZ #14138]
6548         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6549         (linkat): Likewise.
6550         (mkdirat): Likewise.
6551         (readlinkat): Likewise.
6552         (renameat): Likewise.
6553         (symlinkat): Likewise.
6554         (unlinkat): Likewise.
6555         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6556         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6557         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6558         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6559         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6560         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6561         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6563 2014-09-30  Will Newton  <will.newton@linaro.org>
6565         * math/math.h: Define long double math functions if
6566         _LIBC_TEST is defined.
6567         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6569         * localedata/Makefile: Move assignment to tests-special
6570         into an ifdef testing run-built-tests.
6571         * timezone/Makefile: Likewise.
6573 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6575         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6576         with $(BASH) not $(SHELL).
6578 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6579             Matthew LeGendre  <legendre1@llnl.gov>
6581         [BZ #17411]
6582         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6583         l_reloc_result.
6585 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6587         * stdio-common/printf_fp.c
6588         (hack_digit): New function, broken out of ...
6589         (__printf_fp): ... local function here.  Update call sites.
6590         hack_digit now takes an additional parameter that is a pointer
6591         to a struct of the referenced locals.  Those locals moved inside
6592         the struct and references updated.
6594 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6596         * aclocal.m4: Require autoconf 2.69.
6597         * configure: Regenerated.
6598         * sysdeps/aarch64/configure: Likewise.
6599         * sysdeps/alpha/configure: Likewise.
6600         * sysdeps/arm/armv7/configure: Likewise.
6601         * sysdeps/arm/configure: Likewise.
6602         * sysdeps/ia64/configure: Likewise.
6603         * sysdeps/mach/configure: Likewise.
6604         * sysdeps/mips/configure: Likewise.
6605         * sysdeps/s390/configure: Likewise.
6606         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6609         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6610         file.
6611         * sysdeps/ia64/configure.ac: Likewise.
6613 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6616         specify symbol version for ld.so.  Do not include entry for
6617         libpthread.
6618         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6619         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6620         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6622         [BZ #14171]
6623         * Makeconfig [$(build-shared) = yes]
6624         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6625         makefiles.
6626         [$(build-shared) = yes && $(soversions.mk-done) = t]
6627         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6628         [$(build-shared) = yes && $(soversions.mk-done) = t]
6629         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6630         to Makerules.
6631         [$(build-shared) = yes && $(soversions.mk-done) = t]
6632         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6633         here.
6634         [$(build-shared) = yes && $(soversions.mk-done) = t]
6635         (common-generated): Don't append gnu/lib-names.h and
6636         gnu/lib-names.stmp here.
6637         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6638         (lib-names-h-abi): New variable.
6639         [$(build-shared) = yes && $(soversions.mk-done) = t]
6640         (lib-names-stmp-abi): Likewise.
6641         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6642         abi-variants] (before-compile): Append
6643         $(common-objpfx)$(lib-names-h-abi).
6644         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6645         abi-variants] (common-generated): Append gnu/lib-names.h.
6646         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6647         abi-variants] (install-others-nosubdir): Depend on
6648         $(inst_includedir)/$(lib-names-h-abi).
6649         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6650         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6651         [$(build-shared) = yes && $(soversions.mk-done) = t]
6652         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6653         [$(build-shared) = yes && $(soversions.mk-done) = t]
6654         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6655         [$(build-shared) = yes && $(soversions.mk-done) = t]
6656         (common-generated): Append $(lib-names-h-abi) and
6657         $(lib-names-stmp-abi).
6658         * scripts/lib-names.awk: Do not handle multi being set.
6659         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6660         Remove variable.
6661         (abi-lp64_be-ld-soname): Likewise.
6662         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6663         Likewise.
6664         (abi-hard-ld-soname): Likewise.
6665         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6666         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6667         Remove variable.
6668         (abi-o32_hard-ld-soname): Likewise.
6669         (abi-o32_soft_2008-ld-soname): Likewise.
6670         (abi-o32_hard_2008-ld-soname): Likewise.
6671         (abi-n32_soft-ld-soname): Likewise.
6672         (abi-n32_hard-ld-soname): Likewise.
6673         (abi-n32_soft_2008-ld-soname): Likewise.
6674         (abi-n32_hard_2008-ld-soname): Likewise.
6675         (abi-n64_soft-ld-soname): Likewise.
6676         (abi-n64_hard-ld-soname): Likewise.
6677         (abi-n64_soft_2008-ld-soname): Likewise.
6678         (abi-n64_hard_2008-ld-soname): Likewise.
6679         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6680         Likewise.
6681         (abi-64-v2-ld-soname): Likewise.
6682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6683         ld.so entries.
6684         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6685         variable.
6686         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6687         entry.
6688         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6689         variable.
6690         (abi-64-ld-soname): Likewise.
6691         (abi-x32-ld-soname): Likewise.
6692         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6693         entry.
6694         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6696 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6698         [BZ #14138]
6699         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6700         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6701         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6703         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6704         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6705         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6706         syscall entry for GLIBC_2.2 symbol version.
6707         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6708         Likewise.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6710         (setrlimit): Likewise.
6711         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6712         Likewise.
6714 2014-09-23  Will Newton  <will.newton@linaro.org>
6716         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6717         _LINUX_ARM_SYSDEP_H include guard too.
6718         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6719         define.
6721 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6723         * sysdeps/unix/sysv/linux/eventfd.c:
6724         Make first argument unsigned.
6725         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6726         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6728 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6730         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6731         * socket/sys/socket.h: Likewise
6732         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6734 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6736         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6738 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6740         * time/tst-ftime.c: New test.
6741         * time/Makefile (tests): Add tst-ftime.
6743 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6745         * soft-fp/extended.h: Fix comment formatting.
6746         * soft-fp/op-1.h: Likewise.
6747         * soft-fp/op-2.h: Likewise.
6748         * soft-fp/op-4.h: Likewise.
6749         * soft-fp/op-8.h: Likewise.
6750         * soft-fp/op-common.h: Likewise.
6751         * soft-fp/soft-fp.h: Likewise.
6753         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6755 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6757         [BZ #6652]
6758         * Makeconfig (soversions-default-setname): Remove variable.
6759         ($(common-objpfx)soversions.i): Don't pass default_setname to
6760         soversions.awk.
6761         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6762         oldest_abi to abi-versions.awk.
6763         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6764         * config.make.in (oldest-abi): Remove variable.
6765         * configure.ac (--enable-oldest-abi): Remove configure option.
6766         * configure: Regenerated.
6767         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6768         text.
6769         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6770         * scripts/soversions.awk: Do not handle default_setname variable.
6771         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6772         variable.
6773         * sysdeps/mach/hurd/configure: Regenerated.
6774         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6775         variable.
6776         * sysdeps/unix/sysv/linux/configure: Regenerated.
6778 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6780         * elf/Makefile (CFLAGS-interp.c): Remove.
6781         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6782         path string.
6783         * elf/interp.c: Include generated runtime-linker.h
6785         * Makerules (lib%.so): Don't include $(+interp) in
6786         prerequisites.
6787         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6788         * dlfcn/eval.c: Remove file.
6790         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6791         macros.
6793         [BZ #17266]
6794         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6795         4.2 and newer.
6797         [BZ #17370]
6798         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6800 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6801             Jakub Jelinek  <jakub@redhat.com>
6803         [BZ #17266]
6804         * libio/stdio.h: Check definition of __fortify_function
6805         instead of __extern_always_inline to include bits/stdio2.h.
6806         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6807         check if __extern_always_inline is defined.
6808         [__USE_MISC || __USE_XOPEN]: Likewise.
6809         [__USE_ISOC99] Likewise.
6810         * misc/sys/cdefs.h (__fortify_function): Define only if
6811         __extern_always_inline is defined.
6812         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6813         __extern_always_inline and __extern_inline only for g++-4.3
6814         and newer or a compatible gcc.
6816 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6818         [BZ #17371]
6819         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6820         last change to handle zero prefix length.
6822 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6824         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6825         _SC_REGEX_VERSION.
6827         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6828         _POSIX_RAW_SOCKETS.
6830 2014-09-13  Allan McRae  <allan@archlinux.org>
6832         * po/ru.po: Update Russian translation from translation project.
6834 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6836         * locale/programs/locale.c (show_locale_vars): Inline local function
6837         into its sole call site.  Clean up some style nits.
6838         (print_item): New function, broken out of ...
6839         (show_info): ... local function here.  Clean up style nits.
6841         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6842         out of ...
6843         (set_class_defaults): ... local function set_default here.
6844         Define set_default as a macro locally to pass constant parameters.
6845         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6846         rather than a shared local.
6848         * stdlib/rpmatch.c (try): New function, broken out of ...
6849         (rpmatch): ... local function here.  Also, prototypify definition.
6851 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6853         * scripts/soversions.awk: Do not handle configuration names.
6854         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6855         vendor and os variables to soversions.awk.
6856         * configure.ac: Do not modify gnu-* host_os.
6857         * configure: Regenerated
6858         * shlib-versions: Remove first column with configuration names.
6859         * nptl/shlib-versions: Likewise.
6860         * nptl_db/shlib-versions: Likewise.
6861         * sysdeps/hppa/shlib-versions: Likewise.
6862         * sysdeps/m68k/shlib-versions: Likewise.
6863         * sysdeps/mach/hurd/shlib-versions: Likewise.
6864         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6865         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6866         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6867         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6868         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6869         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6870         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6871         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6873         Likewise.
6874         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6875         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6876         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6877         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6878         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6879         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6880         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6881         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6884         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6886         Regenerated.
6887         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6889         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6891         * shlib-versions: Remove OS-specific entries.  Moved to files in
6892         sysdeps.
6893         * sysdeps/mach/hurd/shlib-versions: New file.
6894         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6896         * nptl/shlib-versions: Remove architecture-specific entries.
6897         Moved to files in sysdeps.
6898         * shlib-versions: Likewise.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6900         file.
6901         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6902         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6903         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6904         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6906         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6907         (UDP_NO_CHECK6_RX): Likewise.
6909 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6911         * sysdeps/posix/sysconf.c (__sysconf): Spell
6912         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6914 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6916         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6917         loading.
6918         * iconv/Versions (__gconv_transliterate): Export for use from
6919         gconv modules.
6920         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6921         (struct __gconv_trans_data, __gconv_trans_fct,
6922         __gconv_trans_context_fct, __gconv_trans_query_fct,
6923         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6924         definitions.
6925         (struct __gconv_step_data): Remove __trans member.
6926         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6927         longer hidden.  Remove unused trans_data argument.
6928         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6929         (__gconv_translit_find): Remove declaration.
6930         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6931         prototype.
6932         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6933         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6934         trans_data argument.  Add hidden definition.
6935         (__gconv_translit_find): Remove.
6936         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6937         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6938         * iconv/skeleton.c: Remove transliteration initialization.
6939         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6940         __gconv_step_data initialization.
6941         * libio/iofwide.c (__libio_translit_): Remove.
6942         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6943         * wcsmbs/btowc.c (__btowc): Likewise.
6944         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6945         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6946         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6947         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6948         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6949         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6950         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6951         * wcsmbs/wctob.c (wctob): Likewise.
6953 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6955         [BZ #16194]
6956         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6957         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6958         register usage.
6959         * sysdeps/x86/Makefile: Adjust.
6961 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6962             Roland McGrath  <roland@hack.frob.com>
6964         * locale/weight.h: Add include guard.
6965         (findidx): Make static rather than auto; take new parameters
6966         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6967         * locale/weightwc.h: Likewise.
6968         * posix/fnmatch_loop.c
6969         (FCT): Change type of EXTRA from int32_t to wint_t.
6970         Don't include either header inside the function.
6971         Call FINDIDX rather than findidx, and pass new arguments.
6972         #undef FINDIDX at the end of the file.
6973         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6974         FINDIDX before including fnmatch_loop.c for the non-wide version.
6975         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6976         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6977         for the wide version.
6978         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6979         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6980         Pass new arguments to findidx.
6981         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6982         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6983         Don't #include it inside the function.  Pass new arguments to findidx.
6984         * posix/regex_internal.h
6985         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6986         (re_string_elem_size_at): Don't #include it inside the function.
6987         Pass new arguments to findidx.
6988         * string/strcoll_l.c: #include WEIGHT_H at top level.
6989         (get_next_seq): Don't #include it inside the function.
6990         Pass new arguments to findidx.
6991         (get_next_seq_nocache): Likewise.
6992         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6993         (STRXFRM): Don't #include it inside the function.
6994         Pass new arguments to findidx.
6996 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6998         [BZ #17344]
6999         * malloc/malloc.c (unlink): Turn asserts into a call to
7000         malloc_printerr.
7002 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7004         [BZ #17370]
7005         * libio/wfileops (do_ftell_wide): Free OUT.
7007 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7009         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7011 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7013         [BZ #17363]
7014         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7015         group if the current group is empty.
7017 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7019         * benchtests/bench-memset.c (test_main): Add more test from size
7020         from 32 to 512 bytes.
7021         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7022         Add POWER8 memset object.
7023         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7024         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7025         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7026         implementation.
7027         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7028         Likewise.
7029         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7030         multiarch POWER8 memset optimization.
7031         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7032         POWER8 memset optimization.
7034         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7035         Remove bzero multiarch objects.
7036         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7037         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7038         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7039         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7040         Remove define.
7041         [__bzero]: Redefine to specific name.
7042         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7043         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7044         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7045         define.
7046         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7047         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7049 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7051         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7052         warnings into errors.
7054         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7055         __cxa_thread_atexit_impl prototype.
7057 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7059         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7060         Fix capitalization of error message.
7062 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7064         * sysdeps/mips/preconfigure: Modify ABI tests.
7066 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7068         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7070 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7071             Carlos O'Donell  <carlos@systemhalted.org>
7073         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7074         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7075         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7076         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7077         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7078         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7079         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7080         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7081         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7082         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7083         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7084         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7085         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7086         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7087         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7088         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7089         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7090         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7091         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7092         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7093         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7094         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7095         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7096         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7097         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7098         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7099         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7100         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7101         Deconditionalize the code that was previously under [RESET_PID].
7102         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7103         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7104         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7105         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7106         include sysdep.h.
7108 2014-09-08  Allan McRae  <allan@archlinux.org>
7110         * version.h (RELEASE): Set to "development".
7111         (VERSION): Set to "2.20.90"
7113 2014-09-07  Allan McRae  <allan@archlinux.org
7115         * version.h (RELEASE): Set to "stable".
7116         (VERSION): Set to "2.20"
7117         * include/features.h (__GLIBC_MINOR__): Set to 20.
7119         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7120         Liebler.
7122         * po/ko.po: Update Korean translation from translation project.
7124 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7126         [BZ #17354]
7127         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7128         macro for handling signed relocations.
7130 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7132         [BZ #17325]
7133         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7134         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7135         assert.
7136         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7137         * iconvdata/ibm935.c (BODY): Likewise.
7138         * iconvdata/ibm937.c (BODY): Likewise.
7139         * iconvdata/ibm939.c (BODY): Likewise.
7140         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7141         assert.
7142         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7143         script.
7144         * iconvdata/run-iconv-test.sh: New test loop for checking for
7145         decoder crashers.
7147 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7149         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7150         libm_hidden_ver.
7152 2014-09-01  Allan McRae  <allan@archlinux.org>
7154         * po/eo.po: Update Esperanto translation from translation project.
7156         * po/ca.po: Update Catalan translation from translation project.
7158 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7160         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7161         __proc_dostop call.
7163 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7165         [BZ #17319]
7166         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7167         to call set_thread_area instead of hand written asm.
7168         (__NR_set_thread_area): Removed define.
7169         (TLS_FLAG_WRITABLE): Likewise.
7170         (__ASSUME_SET_THREAD_AREA): Remove check.
7171         (TLS_EBX_ARG): Remove define.
7172         (TLS_LOAD_EBX): Likewise.
7174 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7176         Simplify atomicity of socket creation in bind.
7178         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7179         looking up the name after linking the file.
7181 2014-08-27  Allan McRae  <allan@archlinux.org>
7183         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7185 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7187         [BZ #17187]
7188         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7189         trans_compare, open_translit, __gconv_translit_find):
7190         Remove module loading code.
7192 2014-08-26  Allan McRae  <allan@archlinux.org>
7194         * po/vi.po: Update Vietnamese translation from translation project.
7196         * po/uk.po: Update Ukrainian translation from translation project.
7198         * po/fr.po: Update French translation from translation project.
7200         * po/ru.po: Update Russian translation from translation project.
7202         * po/pl.po: Update Polish translation from translation project.
7204         * po/cs.po: Update Czech translation from translation project.
7206         * po/de.po: Update German translation from translation project.
7208         * po/bg.po: Update Bulgarian translation from translation project.
7210         * po/sv.po: Update Sweedish translation from translation project.
7212         * po/nl.po: Update Dutch translation from translation project.
7214         * po/es.po: Update Spanish translation from translation project.
7216 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7218         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7220         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7221         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7222         (CPPFLAGS-iconvconfig): Likewise.
7223         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7225         * include/libc-symbols.h: Remove unnecessary check for
7226         NOT_IN_libc.
7227         * nptl/pthreadP.h: Likewise.
7228         * sysdeps/aarch64/setjmp.S: Likewise.
7229         * sysdeps/alpha/setjmp.S: Likewise.
7230         * sysdeps/arm/sysdep.h: Likewise.
7231         * sysdeps/i386/setjmp.S: Likewise.
7232         * sysdeps/m68k/setjmp.c: Likewise.
7233         * sysdeps/posix/getcwd.c: Likewise.
7234         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7235         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7236         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7237         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7238         * sysdeps/sh/sh3/setjmp.S: Likewise.
7239         * sysdeps/sh/sh4/setjmp.S: Likewise.
7240         * sysdeps/unix/alpha/sysdep.h: Likewise.
7241         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7242         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7243         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7244         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7247         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7248         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7249         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7250         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7251         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7252         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7253         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7254         * sysdeps/x86_64/setjmp.S: Likewise.
7256 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7258         [BZ #17263]
7259         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7260         <stdint.h>.
7261         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7262         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7264 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7266         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7268         [BZ #17262]
7269         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7270         and __x86_64__ when disabling x87 inline functions.
7272 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7274         [BZ #17259]
7275         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7276         asm statement with __cpuid_count.
7278 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7280         * configure.ac: Change __ehdr_start code to dereference the struct.
7281         Run readelf on the output to look for relocations.
7282         * configure: Regenerated.
7284 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7286         [BZ #17261]
7287         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7288         value to 0.
7289         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7291 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7293         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7295 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7297         [BZ #16892]
7298         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7299         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7301 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7303         * malloc/malloc.c: Fix typo in comment.
7305 2014-08-09  Allan McRae  <allan@archlinux.org>
7307         * Regenerate libc.po.
7309 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7311         * intl/tst-gettext2.sh: Check every lang file for creation.
7313 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7315         * sysdeps/aarch64/fpu/math_private.h
7316         (libc_feholdsetround_noex_aarch64_ctx): New function.
7318 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7320         * sysdeps/arm/armv6/strcpy.S (strcpy):
7321         Fix performance issue in misaligned cases.
7323 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7325         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7326         Move definition from termios.h.
7327         (struct termio): Likewise.
7328         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7329         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7330         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7331         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7332         Likewise.
7333         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7334         Move definition to ioctl-types.h
7335         (struct termio): Likewise.
7336         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7337         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7338         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7339         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7340         Likewise.
7342 2014-08-05  Richard Henderson  <rth@redhat.com>
7344         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7345         exceptions.
7346         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7347         Add fraiseexcpt.
7348         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7349         Use __feraiseexcept.
7350         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7351         Protect libm symbols with IS_IN_libm.
7353         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7355 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7357         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7359 2014-08-04  Will Newton  <will.newton@linaro.org>
7361         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7362         file.
7364 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7366         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7367         variants for each function.
7369 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7371         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7372         appended ...
7373         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7374         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7375         appended ...
7376         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7377         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7378         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7379         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7380         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7381         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7382         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7383         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7384         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7385         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7386         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7387         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7388         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7390         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7391         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7392         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7393         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7394         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7395         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7396         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7397         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7398         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7400         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7402         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7403         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7404         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7405         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7406         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7407         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7408         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7409         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7410         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7411         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7412         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7413         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7414         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7415         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7416         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7417         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7418         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7419         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7420         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7421         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7422         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7423         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7424         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7425         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7426         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7427         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7428         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7429         Update #include.
7430         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7431         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7433 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7435         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7436         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7437         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7438         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7439         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7440         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7442 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7444         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7445         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7446         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7447         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7449 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7451         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7452         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7453         (__libc_vfork): Define function under this name.
7454         (__vfork): Define as an alias.
7455         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7456         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7458 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7460         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7461         that was previously under [RESET_PID].
7462         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7464 2014-08-04  Andreas Schwab  <schwab@suse.de>
7466         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7468 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7470         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7471         (main): Likewise.
7473 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7475         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7477 2014-08-01  Richard Henderon  <rth@redhat.com>
7479         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7480         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7481         typo in exact zero test.
7482         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7483         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7484         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7486 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7488         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7489         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7490         * sysdeps/arm/sysdep.h: ... here.
7491         [!__ASSEMBLER__]: Include <stdint.h>.
7493 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7495         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7496         (HAVE_WCTYPE_H): Likewise.
7497         (HAVE_ISWCTYPE): Likewise.
7498         (ENABLE_NLS): Likewise.
7499         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7500         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7502         * posix/regex_internal.c: Check if DEBUG is defined and is
7503         set.
7505         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7506         (HAVE_MBSRTOWCS): Likewise.
7507         * posix/fnmatch.c: Include string.h unconditionally.
7509 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7511         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7512         reversal.
7514 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7516         * sysdeps/generic/safe-fatal.h: New file.
7517         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7518         * nptl/forward.c: Include it.
7519         (__pthread_unwind): Use __safe_fatal as default action, rather
7520         than a bogus use of INTERNAL_SYSCALL that could never work.
7522         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7523         * configure.ac (libc_cv_builtin_trap): New test.
7524         * configure: Regenerated.
7525         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7526         (ABORT_INSTRUCTION): Define using __builtin_trap.
7528         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7529         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7530         * sysdeps/nptl/nptl-signals.h: New file.
7531         * nptl/pthreadP.h: Include <nptl-signals.h>.
7533 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7535         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7536         (ONE_DIRECTION): Define.
7537         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7538         (ONE_DIRECTION): Define.
7539         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7540         (ONE_DIRECTION): Define.
7542 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7544         * sysdeps/s390/Makefile: Delete file.
7545         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7546         * sysdeps/s390/__longjmp.c: Delete file.
7547         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7548         Remove fields __flags and __reserved.
7549         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7550         and add versioning.
7551         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7552         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7553         * sysdeps/s390/rtld-setjmp.S: Likewise.
7554         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7555         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7556         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7557         * sysdeps/s390/s390-32/setjmp.S: ... here.
7558         Add versioning.
7559         (__sigsetjmp): Remove setting __flags field.
7560         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7561         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7562         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7563         * sysdeps/s390/s390-64/setjmp.S: ... here.
7564         Add versioning.
7565         (__sigsetjmp): Remove setting __flags field.
7566         * sysdeps/s390/setjmp.S: Delete file.
7567         * sysdeps/s390/sigjmp.c: Likewise.
7568         * sysdeps/s390/v1-longjmp.c: Likewise.
7569         * sysdeps/s390/v1-setjmp.h: Likewise.
7570         * sysdeps/s390/v1-sigjmp.c: Likewise.
7571         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7572         Remove v1-longjmp_chk.
7573         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7574         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7575         Include debug/longjmp_chk.c and add versioning.
7576         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7577         Include nptl/pt-longjmp.c and add versioning.
7578         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7579         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7580         Include __longjmp.c.
7581         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7582         Move to ...
7583         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7584         (__getcontext): Remove setting __flags field.
7585         Add versioning.
7586         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7587         Don't restore upper high grps.
7588         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7589         Likewise.
7590         (__swapcontext): Remove setting uc_flags field.
7591         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7592         Delete file.
7593         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7594         Include __longjmp.c.
7595         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7596         Move to ...
7597         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7598         (__getcontext): Remove setting __flags field.
7599         Add versioning.
7600         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7601         (__swapcontext): Remove setting uc_flags field.
7602         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7603         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7604         Remove fields uc_high_gprs and __reserved.
7605         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7606         New file with reverted content.
7607         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7608         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7609         Regenerated.
7610         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7611         Regenerated.
7613 2014-07-31  Andreas Schwab  <schwab@suse.de>
7615         * config.h.in (HAVE_IFUNC): Define to 0.
7616         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7617         definedness.
7619 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7621         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7622         memmove-avx-unaligned, memcpy-avx-unaligned and
7623         mempcpy-avx-unaligned.
7624         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7625         Add tests for AVX memcpy functions.
7626         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7627         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7628         memcpy_chk.
7629         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7630         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7631         memmove_chk.
7632         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7633         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7634         mempcpy_chk.
7635         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7636         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7637         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7639 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7641         [BZ #17213]
7642         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7643         powerpc64le.
7645 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7647         [BZ #16839]
7648         * manual/llio.texi: Add section about open file description locks.
7649         * manual/examples/ofdlocks.c: Example of open file description
7650         lock usage.
7651         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7652         F_OFD_SETLK, and F_OFD_SETLKW.
7654 2014-07-23  Allan McRae  <allan@archlinux.org>
7656         * po/es.po: Update Spanish translation from translation project.
7658 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7660         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7662 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7664         [BZ #17078]
7665         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7666         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7667         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7669 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7671         [BZ #17088]
7672         * math/fesetenv.c (__fesetenv)
7673         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7674         * math/feupdateenv.c (__feupdateenv)
7675         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7677         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7678         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7679         (__ASSUME_SOCKETCALL): Do not define.
7681         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7682         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7683         (__ASSUME_SOCKETCALL): Do not define.
7684         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7685         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7686         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7687         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7688         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7689         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7690         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7691         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7693         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7694         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7695         (__ASSUME_SOCKETCALL): Do not define.
7696         (__ASSUME_IPC64): Define unconditionally.
7697         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7698         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7699         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7700         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7701         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7702         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7703         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7704         Likewise.
7706         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7707         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7708         (__ASSUME_SOCKETCALL): Do not define.
7709         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7710         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7711         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7712         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7713         (__ASSUME_REQUEUE_PI): Define unconditionally.
7714         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7715         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7716         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7717         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7718         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7719         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7721         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7722         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7723         (__ASSUME_SOCKETCALL): Do not define.
7724         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7725         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7726         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7727         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7728         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7729         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7731         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7732         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7733         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7734         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7735         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7736         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7737         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7738         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7739         (__ASSUME_GETCPU_SYSCALL): Likewise.
7741         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7742         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7743         cases for individual architectures.
7744         * sysdeps/gnu/configure: Regenerated.
7745         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7746         LIBC_SLIBDIR_RTLDDIR.
7747         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7748         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7749         LIBC_SLIBDIR_RTLDDIR.
7750         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7752         LIBC_SLIBDIR_RTLDDIR.
7753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7754         Regenerated.
7755         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7756         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7757         file.
7758         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7759         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7760         file.
7761         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7762         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7763         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7764         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7766         * sysdeps/aarch64/shlib-versions: Move to ...
7767         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7768         * sysdeps/alpha/shlib-versions: Move to ...
7769         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7770         * sysdeps/arm/shlib-versions: Move to ...
7771         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7772         * sysdeps/hppa/shlib-versions: Move all contents except for
7773         libgcc_s entry to ...
7774         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7775         entry from ...
7776         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7777         * sysdeps/ia64/shlib-versions: Move to ...
7778         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7779         entry from ...
7780         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7781         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7782         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7783         * sysdeps/microblaze/shlib-versions: Move to ...
7784         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7785         * sysdeps/mips/shlib-versions: Move to ...
7786         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7787         entry from ...
7788         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7789         * sysdeps/tile/shlib-versions: Move to ...
7790         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7791         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7792         from ...
7793         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7794         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7795         entry from ...
7796         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7798 2014-07-17  Will Newton  <will.newton@linaro.org>
7800         * sysdeps/arm/bits/atomic.h
7801         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7802         (__arch_compare_and_exchange_bool_16_int): Likewise.
7803         (__arch_compare_and_exchange_bool_64_int): Likewise.
7805         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7806         into an #else block.
7808 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7810         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7811         just Linux configurations.  Test empirically that the compiler sets
7812         __ARM_EABI__, rather than using the tuple to decide.
7813         * sysdeps/arm/preconfigure: Regenerated.
7814         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7815         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7816         contents appended ...
7817         * sysdeps/arm/configure.ac: ... here.
7818         * sysdeps/arm/configure: Regenerated.
7820 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7822         * nptl/pthread_kill.c: New file.
7823         * nptl/pthread_sigmask.c: New file.
7824         * nptl/pthread_sigqueue.c: New file.
7826         * sysdeps/nptl/lowlevellock.h: New file.
7827         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7828         * sysdeps/nptl/lowlevellock-futex.h: New file.
7830         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7831         Remove dead declarations.
7833 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7835         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7836         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7837         config-cflags-avx2.
7838         * sysdeps/x86_64/configure.ac: Likewise.
7839         * sysdeps/i386/configure: Regenerated.
7840         * sysdeps/x86_64/configure: Likewise.
7841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7842         memset-avx2 only if config-cflags-avx2 is yes.
7843         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7844         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7845         defined.
7846         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7847         only if HAVE_AVX2_SUPPORT is defined.
7848         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7850 2014-07-14  Alan Modra  <amodra@gmail.com>
7852         [BZ #17153]
7853         * elf/elf.h (DT_PPC64_NUM): Correct value.
7854         * NEWS: Add to fixed bug list.
7856 2014-07-13  Jim Meyering  <meyering@fb.com>
7858         [BZ 17150]
7859         regex: don't deref NULL upon heap allocation failure
7860         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7861         failure in one more place.
7862         To trigger the segfault, configure grep -with-included-regex,
7863         build it, and run these commands:
7864         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7866 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7868         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7870 2014-07-11  Richard Henderson  <rth@redhat.com>
7872         * sysdeps/aarch64/libm-test-ulps: Update.
7874 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7876         [BZ #17135]
7877         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7878         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7879         (__nptl_setxid): Initialize error member.  Call
7880         __nptl_setxid_error.
7881         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7882         * nptl/descr.h (struct xid_command): Add error member.
7883         * nptl/tst-setuid3.c: New file.
7884         * nptl/Makefile (tests): Add it.
7886 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7888         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7889         New define.
7890         (__lll_trylock): Use __lll_base_trylock.
7891         (__lll_cond_trylock): Likewise.
7893 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7895         * nptl/pthread_create.c (start_thread): Use atomic_or and
7896         lll_futex_wake directly rather than lll_robust_dead.
7897         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7898         (lll_robust_dead): Macro removed.
7899         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7900         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7901         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7902         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7903         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7904         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7905         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7906         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7907         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7908         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7909         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7910         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7911         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7912         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7913         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7915         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7916         Use atomic_compare_and_exchange_val_acq directly rather than
7917         lll_robust_trylock.
7918         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7919         (__lll_robust_trylock, lll_robust_trylock): Removed.
7920         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7921         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7922         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7923         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7924         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7925         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7926         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7927         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7928         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7929         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7930         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7931         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7932         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7933         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7935 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7937         * manual/locale.texi (Locale Names): New section documenting
7938         locale name syntax.  Adjust menu and node chaining accordingly.
7939         (Choosing Locale): Reference Locale Names, Locale Categories.
7940         Mention setting LC_ALL=C.  Reflect that name syntax is now
7941         documented.
7942         (Locale Categories): New section title.  Reference Locale Names.
7943         LC_ALL is an environment variable, but not a category.
7944         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7945         description, now in Locale Name.  Reference that section.  Locale
7946         name syntax is now documented.
7948 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7950         [BZ #17137]
7951         * locale/findlocale.c (name_present, valid_locale_name): New
7952         functions.
7953         (_nl_find_locale): Use the loc_name variable to store name
7954         candidates.  Call name_present and valid_locale_name to check and
7955         validate locale names.  Return an error if the locale is invalid.
7957 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7959         * locale/setlocale.c (setlocale): Use strdup for allocating
7960         composite name copy.
7962 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7964         Sync up with gnulib.
7965         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7966         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7967         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7968         and _GL_ARG_NONNULL.
7969         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7970         [!_LIBC]: Include code for Windows and Cygwin.
7971         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7972         Include prototype for int strerror_r.
7973         [!_LIBC] (is_open): New function.
7974         (flush_stdout): New function.
7975         (print_errno_message): Use it.
7976         (error): Likewise.
7977         (error_at_line): Likewise.
7978         (error_tail) Add function attribute macros.  Use
7979         __builtin_expect.
7981         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7983         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7985         * io/ftw.c: Include sys/param.h unconditionally.
7987         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7989         [BZ #17125]
7990         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7991         libc_freeres_ptr.
7992         (freecache): New function to free CACHE on exit.
7994         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7995         initialization.
7997 2014-07-09  David S. Miller  <davem@davemloft.net>
7999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8001         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8002         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8003         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8004         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8005         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8006         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8007         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8008         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8009         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8010         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8011         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8012         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8013         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8015 2014-07-09  Andreas Schwab  <schwab@suse.de>
8017         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8018         output.
8019         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8020         (do_test): Likewise.
8022         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8024 2014-07-09  Will Newton  <will.newton@linaro.org>
8026         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8027         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8028         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8029         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8030         * sysdeps/hppa/start.S (_start): Likewise.
8032 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8034         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8036         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8037         defined.
8039 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8041         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8042         after checking that it is non-NULL.
8044         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8046 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8048         * sysdeps/powerpc/memmove.c: Remove file.
8049         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8050         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8051         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8052         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8053         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8054         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8055         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8056         string memmove instead of removed powerpc one.
8058         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8059         [weak_alias]: Fix compiler warning due trailing data.
8060         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8061         [weak_alias]: Likewise.
8062         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8063         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8065         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8066         (__libc_ifunc_impl_list): Add memmove functions.
8068 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8070         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8071         Remove code.
8072         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8073         Likewise
8074         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8075         Likewise
8076         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8077         Likewise
8078         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8079         Likewise
8080         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8081         Likewise
8082         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8083         Likewise
8084         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8085         Likewise
8086         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8087         Likewise
8088         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8089         Likewise
8090         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8091         Likewise
8092         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8093         Likewise
8094         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8095         Likewise
8096         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8097         Likewise
8098         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8099         Likewise
8100         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8101         Likewise
8102         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8103         Likewise
8105 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8107         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8108         to avoid alignment traps in non-cacheable memory.
8109         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8111         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8112         multiarch objects.
8113         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8114         file: multiarch power7 memmove.
8115         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8116         multiarch default memmove.
8117         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8118         multiarch memove for powerpc32/power4.
8120         * string/bcopy.c: Use full path to include memmove.c.
8121         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8122         multiarch objects.
8123         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8124         bcopy for powerpc64.
8125         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8126         bcopy for powerpc64.
8127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8128         and memmove implementations.
8129         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8130         optimized multiarch memmove for POWER7/powerpc64.
8131         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8132         default multiarch memmove for powerpc64.
8133         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8134         multiarch for powerpc64.
8135         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8136         for POWER7/powerpc64.
8137         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8138         memmove for POWER7/powerpc64.
8140         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8141         glibc default one.
8143         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8144         __ELF_NATIVE_CLASS equal to 64.
8146 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8148         * sysdeps/nptl/lowlevellock.h: File removed.
8150         * NEWS: NPTL is no longer an add-on!
8151         * nptl/internaltypes.h: Moved ...
8152         * sysdeps/nptl/internaltypes.h: ... here.
8153         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8154         * sysdeps/nptl/fork.c: Likewise.
8155         * sysdeps/nptl/gai_misc.h: Likewise.
8156         * sysdeps/nptl/librt-cancellation.c: Likewise.
8157         * sysdeps/nptl/jmp-unwind.c: Likewise.
8158         * sysdeps/nptl/setxid.h: Likewise.
8159         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8160         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8161         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8162         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8163         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8164         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8165         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8166         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8167         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8168         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8169         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8170         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8171         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8172         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8173         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8174         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8175         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8176         * nptl/Makeconfig: Moved ...
8177         * sysdeps/nptl/Makeconfig: ... here.
8178         * nptl/configure: File removed.
8179         * nptl/ANNOUNCE: File removed.
8180         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8181         * sysdeps/unix/sysv/linux/configure: Regenerated.
8183         * nptl/Makefile (routines): Add libc_pthread_init,
8184         libc_multiple_threads, register-atfork and unregister-atfork.
8185         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8186         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8187         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8188         pthread-pi-defines.sym, structsem.sym.
8189         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8190         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8191         [$(subdir) = nptl] (tests): Add tst-setgetname.
8192         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8193         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8194         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8195         [!LIBC_SIGACTION]: Remove aliases.
8196         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8197         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8198         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8199         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8200         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8201         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8202         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8203         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8204         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8205         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8206         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8207         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8208         __libc_allocate_rtsig_private.
8209         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8210         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8211         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8212         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8213         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8214         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8215         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8216         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8217         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8218         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8219         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8220         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8221         * nptl/internaltypes.h: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8223         * sysdeps/nptl/jmp-unwind.c: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8225         * nptl/libc-lowlevellock.c: ... here.
8226         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8227         * nptl/libc_multiple_threads.c: ... here.
8228         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8229         * nptl/libc_pthread_init.c: ... here.
8230         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8231         * nptl/lowlevelbarrier.sym: ... here.
8232         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8233         * nptl/lowlevelcond.sym: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8235         * nptl/lowlevellock.c: ... here.
8236         * nptl/lowlevellock.h: Moved ...
8237         * sysdeps/nptl/lowlevellock.h: ... here.
8238         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8239         * nptl/lowlevelrobustlock.c: ... here.
8240         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8241         * nptl/lowlevelrobustlock.sym: ... here.
8242         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8243         * nptl/lowlevelrwlock.sym: ... here.
8244         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8245         * nptl/pt-fork.c: ... here.
8246         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8247         * nptl/pthread-pi-defines.sym: ... here.
8248         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8249         * nptl/pthread_attr_getaffinity.c: ... here.
8250         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8251         * nptl/pthread_attr_setaffinity.c: ... here.
8252         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8253         * nptl/pthread_mutex_cond_lock.c: ... here.
8254         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8255         Update #include.
8256         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8257         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8258         * nptl/pthread_once.c: ... here, replacing old file.
8259         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8260         * nptl/pthread_yield.c: ... here.
8261         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8262         * nptl/register-atfork.c: ... here.
8263         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8264         * nptl/sem_post.c: ... here.
8265         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8266         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8267         * nptl/sem_timedwait.c: ... here.
8268         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8269         * nptl/sem_trywait.c: ... here.
8270         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8271         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8272         * nptl/sem_wait.c: ... here.
8273         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8274         * nptl/structsem.sym: ... here.
8275         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8276         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8277         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8278         * nptl/unregister-atfork.c: ... here.
8279         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8280         * nptl/unwindbuf.sym: ... here.
8281         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8282         * sysdeps/nptl/fork.c: ... here.
8283         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8284         * sysdeps/nptl/fork.h: ... here.
8285         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8286         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8287         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8288         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8289         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8290         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8291         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8292         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8293         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8294         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8295         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8296         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8297         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8298         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8299         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8300         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8301         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8302         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8303         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8304         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8305         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8306         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8307         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8308         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8309         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8310         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8311         * sysdeps/unix/sysv/linux/raise.c: ... here.
8312         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8313         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8314         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8315         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8316         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8317         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8318         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8319         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8320         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8321         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8322         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8323         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8324         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8325         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8326         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8328 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8330         * sysdeps/generic/memcopy.h: Add comment for
8331         MEMCPY_OK_FOR_FWD_MEMMOVE.
8333 2014-07-04  Will Newton  <will.newton@linaro.org>
8335         * string/memchr.c: Merge from gnulib.
8336         [_LIBC]: Remove conditionals.
8337         (__ptr_t): Remove define.
8338         (LONG_MAX_32_BITS): Likewise.
8339         (LONG_MAX): Likewise.
8340         (MEMCHR): Use ANSI prototype and optimize algorithm.
8342         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8344 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8346         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8347         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8349         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8350         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8351         in a bare environment with no <stdlib.h> installed.
8352         * sysdeps/nptl/configure: Regenerated.
8354         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8356         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8357         AC_EGREP_CPP for kernel header checks, so they only succeed if
8358         including <linux/version.h> actually works right.
8359         * sysdeps/unix/sysv/linux/configure: Regenerated.
8361         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8362         value so it's not diagnosed as unused.
8364         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8365         thing) with "ifeq ($(subdir),rt)".
8367 2014-07-03  Richard Henderson  <rth@redhat.com>
8369         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8370         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8371         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8373         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8374         (math_force_eval): New.
8376         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8377         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8379         * sysdeps/alpha/fpu/s_round.c: Remove file.
8380         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8382         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8383         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8384         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8385         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8386         (_dl_start, print_statistics): Likewise.
8387         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8388         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8390         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8391         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8392         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8393         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8394         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8395         (HP_SMALL_TIMING_AVAIL): Define.
8396         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8397         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8398         (HP_SMALL_TIMING_AVAIL): Define.
8399         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8400         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8402         * sysdeps/aarch64/hp-timing.h: New file.
8404         * sysdeps/generic/hp-timing.h: Remove dead comment.
8405         * sysdeps/generic/hp-timing-common.h: New file.
8406         * sysdeps/alpha/hp-timing.h: Include it.
8407         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8408         * sysdeps/i386/i686/hp-timing.h: Likewise.
8409         * sysdeps/ia64/hp-timing.h: Likewise.
8410         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8411         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8412         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8413         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8414         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8415         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8416         (hp_timing_t): New.
8418         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8419         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8420         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8421         * elf/rtld.c (_dl_start_final): Likewise.
8422         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8423         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8424         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8425         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8426         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8427         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8428         (HP_TIMING_DIFF_INIT): Remove.
8429         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8430         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8431         (HP_TIMING_DIFF_INIT): Remove.
8432         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8433         * sysdeps/i386/i686/hp-timing.c: Remove file.
8434         * sysdeps/x86_64/hp-timing.c: Remove file.
8435         * sysdeps/ia64/hp-timing.c: Remove file.
8436         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8437         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8439         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8441         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8442         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8443         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8444         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8445         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8446         (HP_TIMING_ACCUM): Remove.
8447         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8448         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8449         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8451         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8452         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8453         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8454         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8455         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8456         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8457         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8458         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8460         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8462 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8464         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8466 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8468         Sync up with gettext.
8469         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8470         [_MSC_VER]: Include malloc.h
8471         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8472         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8473         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8474         TEMP_FAILURE_RETRY.  Cast return of alloca.
8475         [!_LIBC] Call gl_rwlock_init.
8476         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8478 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8480         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8481         before checking its value.
8483 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8485         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8487         * debug/memcpy_chk.c: Don't include pagecopy.h.
8488         * debug/mempcpy_chk.c: Likewise.
8489         * string/memcpy.c: Likewise.
8490         * string/memmove.c: Likewise.
8491         * sysdeps/powerpc/memmove.c: Likewise.
8492         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8493         definition of PAGE_COPY_FWD_MAYBE here...
8494         * sysdeps/generic/pagecopy.h: ... from here.
8495         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8497 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8498             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8500         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8502         optimizations.
8503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8504         (__libc_ifunc_impl_list): Likewise.
8505         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8506         multiarch strcat for PPC64.
8507         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8508         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8510 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8512         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8514 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8516         * intl/loadmsgcat.c: Remove declaration of
8517         get_sysdep_segment_value.
8518         (get_sysdep_segment_value): Use ISO C style.
8519         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8520         semicolon.  Fix typo and formatting in comment.
8521         (_nl_unload_domain): Use ISO C style.
8523         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8525 2014-07-02  Will Newton  <will.newton@linaro.org>
8527         * malloc/obstack.c: Merge from gnulib master.
8528         [HAVE_CONFIG_H]: Remove conditional code.
8529         [!_LIBC]: Include config.h.
8530         [!ELIDE_CODE]: Don't include inttypes.h, include
8531         stdint.h unconditionally.
8532         (print_and_abort): Mark as _Noreturn.
8533         (_obstack_allocated_p): Mark as __attribute_pure__.
8534         (obstack_free): Rename to __obstack_free.
8535         [!__attribute__]: Remove conditional code.
8536         * malloc/obstack.h: Merge from gnulib master.
8537         [__cplusplus]: Move conditional down.
8538         [!__attribute_pure__]: Define __attribute_pure__ here
8539         if it is not already defined.
8540         (_obstack_memory_used): Mark as __attribute_pure__.
8541         [!__obstack_free]: Define as obstack_free.
8542         [__GNUC__]: Remove check for ancient NeXT gcc.
8544 2014-07-02  Will Newton  <will.newton@linaro.org>
8545             Paul Eggert  <eggert@cs.ucla.edu>
8547         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8549 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8551         * resolv/gethnamaddr.c: Add comment warning that the file is
8552         not maintained.
8554 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8556         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8557         entries.
8559         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8560         entry for aio_cancel and aio_cancel64.
8561         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8562         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8563         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8564         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8565         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8566         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8567         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8568         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8569         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8570         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8571         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8572         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8573         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8575 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8577         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8578         * nptl/pthread_mutex_lock.c: Likewise.
8579         * nptl/pthread_mutex_timedlock.c: Likewise.
8580         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8582 2014-07-01  Richard henderson  <rth@redhat.com>
8584         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8585         (__isnan, __isnanl): Remove.
8586         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8588         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8590 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8592         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8594 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8596         * resolv/nss_dns/dns-host.c (getanswer_r)
8597         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8599 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8601         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8602         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8603         undefine.
8604         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8605         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8607 2014-07-01  Roland McGrath <roland@hack.frob.com>
8609         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8610         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8612         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8613         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8615         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8616         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8617         ... here.
8618         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8619         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8621         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8622         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8623         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8624         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8626         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8627         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8628         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8629         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8630         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8631         Moved ...
8632         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8633         ... here.
8634         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8635         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8636         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8637         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8638         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8639         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8640         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8641         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8642         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8643         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8644         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8645         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8646         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8647         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8648         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8649         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8650         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8651         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8652         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8653         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8654         ... here.
8655         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8656         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8657         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8658         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8659         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8660         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8661         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8662         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8664 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8666         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8667         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8668         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8669         Add sysdep.
8671 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8675 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8677         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8678         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8680         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8682         * sysdeps/arm/libm-test-ulps: Regenerated.
8684 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8685             Roland McGrath <roland@hack.frob.com>
8687         * test-skeleton.c (signal_handler): Kill the whole process group
8688         before killing the child individually.
8689         (main): Report any failure on `setpgid'.
8691 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8693         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8694         from _TLS_H to _ARM_NPTL_TLS_H.
8695         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8696         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8698 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8700         [BZ #16539]
8701         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8702         (__expm1l): Return argument unchanged when small but not
8703         subnormal.
8705         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8706         include macro name.
8707         (_FP_UNPACK_RAW_1_P): Likewise.
8708         (_FP_PACK_RAW_1): Likewise.
8709         (_FP_PACK_RAW_1_P): Likewise.
8710         (_FP_MUL_MEAT_1_wide): Likewise.
8711         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8712         (_FP_MUL_MEAT_1_hard): Likewise.
8713         (_FP_DIV_MEAT_1_imm): Likewise.
8714         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8715         (_FP_DIV_MEAT_1_udiv): Likewise.
8716         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8717         (_FP_UNPACK_RAW_2): Likewise.
8718         (_FP_UNPACK_RAW_2_P): Likewise.
8719         (_FP_PACK_RAW_2): Likewise.
8720         (_FP_PACK_RAW_2_P): Likewise.
8721         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8722         (_FP_MUL_MEAT_2_wide): Likewise.
8723         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8724         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8725         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8726         (_FP_MUL_MEAT_2_gmp): Likewise.
8727         (_FP_DIV_MEAT_2_udiv): Likewise.
8728         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8729         (_FP_FRAC_SRL_4): Likewise.
8730         (_FP_FRAC_SRST_4): Likewise.
8731         (_FP_FRAC_SRS_4): Likewise.
8732         (_FP_UNPACK_RAW_4): Likewise.
8733         (_FP_UNPACK_RAW_4_P): Likewise.
8734         (_FP_PACK_RAW_4): Likewise.
8735         (_FP_PACK_RAW_4_P): Likewise.
8736         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8737         (_FP_MUL_MEAT_4_wide): Likewise.
8738         (_FP_MUL_MEAT_4_gmp): Likewise.
8739         (umul_ppppmnnn): Likewise.
8740         (_FP_DIV_MEAT_4_udiv): Likewise.
8741         (__FP_FRAC_ADD_4): Likewise.
8742         (__FP_FRAC_SUB_3): Likewise.
8743         (__FP_FRAC_SUB_4): Likewise.
8744         (__FP_FRAC_DEC_3): Likewise.
8745         (__FP_FRAC_DEC_4): Likewise.
8746         (__FP_FRAC_ADDI_4): Likewise.
8747         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8748         (_FP_FRAC_SRL_8): Likewise.
8749         (_FP_FRAC_SRS_8): Likewise.
8751         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8752         include macro name.
8753         (FP_UNPACK_RAW_EP): Likewise.
8754         (FP_PACK_RAW_E): Likewise.
8755         (FP_PACK_RAW_EP): Likewise.
8756         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8757         (_FP_ISSIGNAN): Likewise.
8758         (_FP_ADD_INTERNAL): Likewise.
8759         (_FP_FMA): Likewise.
8760         (_FP_CMP): Likewise.
8761         (_FP_SQRT): Likewise.
8762         (_FP_TO_INT): Likewise.
8763         (_FP_FROM_INT): Likewise.
8764         (FP_EXTEND): Likewise.
8765         (_FP_DIV_MEAT_N_loop): Likewise.
8767 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8769         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8770         throughout.
8772 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8774         [BZ #17097]
8775         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8776         result with correct sign in case of exponents that produce
8777         overflow except for X very close to 1.
8779 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8781         mktime: merge #if/#ifdef usage from glibc
8782         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8783         as that works with both Glibc's and Gnulib's style.
8784         See thread starting at Siddhesh Poyarekar's bug report at:
8785         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8787 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8789         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8790         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8791         * sysdeps/tile/tilegx/memmove.c: Remove file.
8793 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8795         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8796         abi-name definition.
8797         * scripts/soversions.awk: Do not handle or generate ABI lines.
8798         * shlib-versions: Remove ABI entries.
8799         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8800         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8802 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8804         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8805         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8806         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8807         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8809         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8811         Moved ...
8812         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8813         ... here.
8814         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8815         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8817         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8819         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8821         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8823         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8824         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8825         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8827         Moved ...
8828         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8830         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8831         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8832         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8833         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8834         Moved ...
8835         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8836         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8837         Moved ...
8838         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8840         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8841         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8842         Moved ...
8843         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8844         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8845         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8846         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8847         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8848         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8849         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8850         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8851         Moved ...
8852         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8853         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8854         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8856         Moved ...
8857         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8858         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8859         Moved ...
8860         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8861         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8862         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8863         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8864         Moved ...
8865         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8866         ... here.
8867         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8868         Identical file removed.
8869         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8870         Moved ...
8871         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8872         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8873         Identical file removed.
8874         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8875         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8876         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8877         Moved ...
8878         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8879         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8880         Identical file removed.
8881         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8882         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8883         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8884         Identical file removed.
8885         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8886         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8887         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8888         Identical file removed.
8889         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8890         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8891         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8892         Identical file removed.
8893         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8894         Moved ...
8895         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8896         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8897         Identical file removed.
8898         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8899         Moved ...
8900         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8901         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8902         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8903         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8904         Identical file removed.
8905         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8906         Moved ...
8907         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8908         ... here.
8909         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8910         Identical file removed.
8911         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8915         Identical file removed.
8916         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8917         Moved ...
8918         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8919         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8920         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8921         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8922         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8924         Moved ...
8925         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8926         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8927         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8929         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8930         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8931         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8932         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8933         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8935 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8937         [BZ #17092]
8938         * nscd/nscd.c (monitor_child): Return exit status of child
8939         instead of return value from wait syscall.
8941 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8943         * configure.ac (libc_commonpagesize): Remove variable.
8944         (libc_relro_required): Likewise.
8945         (libc_cv_z_relro): Remove configure test.
8946         * configure: Regenerated.
8947         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8948         variable.
8949         (libc_relro_required): Likewise.
8950         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8951         (libc_relro_required): Likewise.
8952         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8953         (libc_relro_required): Likewise.
8954         * sysdeps/arm/preconfigure: Regenerated.
8955         * sysdeps/ia64/preconfigure: Remove file.
8956         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8957         variable.
8958         (libc_relro_required): Likewise.
8960         [BZ #16561]
8961         [BZ #16562]
8962         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8963         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8964         recompute overflowing results in original rounding mode.
8965         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8966         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8967         recompute overflowing results in original rounding mode.
8968         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8969         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8970         recompute overflowing results in original rounding mode.
8971         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8972         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8973         recompute overflowing results in original rounding mode.
8974         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8975         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8976         recompute overflowing results in original rounding mode.
8977         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8978         (libc_feholdsetround_ctx): New macro.
8979         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8980         * sysdeps/i386/fpu/libm-test-ulps: Update.
8981         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8983 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8985         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8986         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8987         corresponding .cpsetup call.
8989 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8991         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8992         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8993         * sysdeps/arm/Makefile [$(subdir) = csu]
8994         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8995         (static-only-routines): Add aeabi_read_tp here.
8996         (shared-only-routines): Add libc-aeabi_read_tp here.
8997         (CFLAGS-libc-start.c): Add -fexceptions here.
8998         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8999         (sysdep_routines, static-only-routines, shared-only-routines):
9000         Don't add to these here.
9001         (CFLAGS-libc-start.c): Likewise.
9003         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9004         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9005         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9006         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9007         * sysdeps/arm/Makefile [$(subdir) = rt]
9008         (librt-sysdep_routines, librt-shared-only-routines):
9009         Append rt-aeabi_unwind_cpp_pr1 here.
9010         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9011         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9012         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9013         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9014         Append nptl-aeabi_unwind_cpp_pr1 here.
9015         (tests): Filter out tst-cleanupx4 here.
9016         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9017         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9018         Don't do those here.
9020 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9022         * scripts/list-sources.sh: Do not handle ports specially.
9024 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9026         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9027         * sysdeps/arm/feupdateenv.c: Likewise.
9029         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9031 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9033         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9034         trailing whitespace removed.
9035         * scripts/config.guess: Update to version 2014-03-23.
9036         * scripts/config.sub: Update to version 2014-05-01
9037         * scripts/install-sh: Update to version 2013-12-25.23.
9038         * scripts/move-if-change: Update from gnulib.
9040 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9042         * debug/memmove_chk.c: Remove pagecopy.h include.
9044 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9046         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9047         identical to gnulib mktime.
9049 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9051         * configure.ac: Do not test for machine being rs6000.  Do not test
9052         for powerpc*-*soft.
9053         * configure: Regenerated.
9055         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9056         test.
9057         * configure: Regenerated.
9058         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9059         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9060         Remove configure test.
9061         * sysdeps/arm/configure: Regenerated.
9062         * sysdeps/nptl/configure.ac: Do not check
9063         libc_cv_asm_cfi_directives.
9064         * sysdeps/nptl/configure: Regenerated.
9065         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9066         * sysdeps/x86_64/nptl/configure: Remove generated file.
9067         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9068         unconditional.
9069         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9071 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9073         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9074         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9075         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9076         it is defined.
9078         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9079         instead of whether it is defined.
9080         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9081         * sysdeps/hppa/dl-machine.h: Likewise.
9082         * sysdeps/ia64/dl-machine.h: Likewise.
9083         * sysdeps/m68k/dl-machine.h: Likewise.
9084         * sysdeps/microblaze/dl-machine.h: Likewise.
9085         * sysdeps/mips/dl-machine.: Likewise.
9086         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9087         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9088         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9089         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9090         * sysdeps/sh/dl-machine.h: Likewise.
9091         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9092         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9093         * sysdeps/tile/dl-machine.h: Likewise.
9094         * sysdeps/x86_64/dl-machine.h: Likewise.
9096         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9097         code.
9098         (verify_persistent_db): Likewise.
9100 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9103         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9105         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9107         Moved ...
9108         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9109         ... here.
9110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9111         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9113         Identical file removed.
9114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9115         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9117         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9119         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9121         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9125         Moved ...
9126         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9128         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9130         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9132         Moved ...
9133         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9134         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9135         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9136         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9137         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9139         Identical file removed.
9140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9141         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9145         Moved ...
9146         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9147         ... here.
9148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9149         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9151         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9153         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9155         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9157         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9159         Moved ...
9160         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9162         Moved ...
9163         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9167         Moved ...
9168         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9169         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9170         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9172         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9173         folded into ...
9174         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9175         * sysdeps/unix/sysv/linux/s390/Versions
9176         (libpthread: GLIBC_2.19): New version set.
9177         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9178         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9179         (librt: GLIBC_2.3.3): New version set.
9180         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9181         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9182         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9183         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9184         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9185         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9186         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9187         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9188         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9189         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9190         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9191         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9192         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9193         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9194         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9195         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9196         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9197         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9198         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9199         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9200         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9201         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9202         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9203         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9204         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9205         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9206         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9207         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9208         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9209         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9210         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9211         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9212         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9213         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9214         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9215         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9216         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9217         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9218         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9219         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9220         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9221         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9222         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9223         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9224         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9226         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9227         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9228         (__libc_vfork): Define the function under this name.
9229         [!NOT_IN_libc] (__vfork): Make this an alias.
9230         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9231         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9232         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9233         (__libc_vfork): Define the function under this name.
9234         [!NOT_IN_libc] (__vfork): Make this an alias.
9235         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9236         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9237         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9238         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9239         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9240         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9242         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9243         code that was previously under [RESET_PID].
9244         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9245         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9246         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9248         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9249         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9250         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9251         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9252         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9253         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9254         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9255         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9256         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9257         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9258         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9259         Moved ...
9260         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9264         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9268         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9270         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9272         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9273         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9276         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9277         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9278         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9282         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9283         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9284         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9285         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9286         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9287         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9288         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9290 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9292         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9293         that was previously under [RESET_PID].
9294         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9296 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9298         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9299         not undefine and redefine.
9300         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9301         [O_CLOEXEC]: Make code unconditional.
9302         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9303         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9304         <kernel-features.h>.
9305         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9306         conditional variable definition.
9307         (shm_open) [O_CLOEXEC]: Make code unconditional.
9308         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9309         code.
9311         * configure.ac (USE_REGPARMS): Don't define here.
9312         * configure: Regenerated.
9313         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9314         * sysdeps/i386/configure: Regenerated.
9316         * nptl/createthread.c: Don't include kernel-features.h.
9317         * nptl/pthread_cancel.c: Likewise.
9318         * nptl/pthread_condattr_setclock.c: Likewise.
9319         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9320         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9321         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9322         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9323         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9324         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9325         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9326         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9327         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9328         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9329         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9330         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9331         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9332         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9333         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9334         * nscd/gai.c: Likewise.
9335         * nss/nss_db/db-open.c: Likewise.
9336         * sysdeps/generic/ldsodefs.h: Likewise.
9337         * sysdeps/sh/nptl/tls.h: Likewise.
9338         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9339         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9340         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9341         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9342         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9343         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9344         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9345         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9346         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9347         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9348         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9349         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9350         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9351         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9352         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9353         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9354         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9355         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9356         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9357         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9358         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9359         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9360         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9361         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9362         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9363         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9364         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9365         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9366         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9367         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9368         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9369         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9370         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9371         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9372         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9373         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9374         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9375         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9376         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9377         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9378         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9379         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9380         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9381         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9382         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9383         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9384         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9385         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9386         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9387         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9388         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9389         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9390         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9391         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9392         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9393         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9394         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9395         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9418         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9419         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9420         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9421         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9422         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9423         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9424         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9425         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9426         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9427         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9428         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9429         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9430         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9431         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9432         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9433         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9434         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9435         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9436         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9437         * sysdeps/unix/sysv/linux/system.c: Likewise.
9438         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9439         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9440         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9441         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9442         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9443         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9444         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9446         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9447         * configure: Regenerated.
9448         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9450         * configure.ac (base_machine): Do not set specially for particular
9451         machines here.
9452         * configure: Regenerated.
9453         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9454         settings from configure.ac.
9455         * sysdeps/i386/preconfigure: New file.
9456         * sysdeps/s390/preconfigure: Likewise.
9457         * sysdeps/sh/preconfigure: Likewise.
9458         * sysdeps/sparc/preconfigure: Likewise.
9460 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9462         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9463         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9464         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9465         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9466         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9467         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9468         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9469         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9470         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9471         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9472         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9473         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9474         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9475         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9476         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9477         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9478         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9479         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9480         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9482         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9483         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9484         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9485         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9486         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9487         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9488         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9489         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9490         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9491         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9492         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9493         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9494         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9495         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9496         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9497         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9498         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9499         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9500         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9501         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9502         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9503         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9504         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9505         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9506         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9507         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9508         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9509         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9510         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9511         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9512         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9513         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9514         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9515         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9516         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9517         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9518         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9519         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9522         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9523         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9524         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9525         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9526         Moved ...
9527         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9528         ... here.
9529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9530         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9532         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9534         Moved ...
9535         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9539         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9541         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9543         Moved ...
9544         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9546         Moved ...
9547         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9556         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9557         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9558         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9559         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9562         Moved ...
9563         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9564         ... here.
9565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9570         Moved ...
9571         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9573         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9574         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9575         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9577         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9579         Moved ...
9580         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9585         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9587         Moved ...
9588         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9590         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9591         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9592         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9594 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9596         * timezone/checktab.awk: Update from tzcode 2014e.
9597         * timezone/private.h: Likewise.
9598         * timezone/tzfile.h: Likewise.
9599         * timezone/zdump.c: Likewise.
9600         * timezone/zic.c: Likewise.
9602         * sysdeps/unix/sysv/linux/kernel-features.h
9603         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9604         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9605         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9606         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9607         Remove conditional code.
9609 2014-06-25  Will Newton  <will.newton@linaro.org>
9611         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9612         (_dl_arm_cap_flags): Add HWCAP2 values.
9613         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9614         (_DL_HWCAP_COUNT): Increase to 37.
9615         (_DL_HWCAP_LAST): New define.
9616         (_DL_HWCAP2_LAST): New define.
9617         (_dl_procinfo): Add support for printing
9618         AT_HWCAP2 entries.
9619         (_dl_string_hwcap): Use _dl_hwcap_string.
9621 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9625 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9627         * README: Do not mention ports directory.
9629         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9630         Remove macro.
9631         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9632         <kernel-features.h>.
9633         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9634         conditional variable definition.
9635         (__futimes): Update comment.
9636         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9637         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9639         [BZ #16560]
9640         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9641         arguments close to 0.
9642         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9643         Likewise.
9644         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9645         Likewise.
9646         * math/auto-libm-test-in: Add more tests of exp10.
9647         * math/auto-libm-test-out: Regenerated.
9648         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9650         * sysdeps/unix/sysv/linux/kernel-features.h
9651         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9652         * sysdeps/unix/sysv/linux/readv.c: Do not include
9653         <kernel-features.h>.
9654         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9655         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9656         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9657         unconditional.
9658         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9659         conditional code.
9660         * sysdeps/unix/sysv/linux/writev.c: Do not include
9661         <kernel-features.h>.
9662         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9663         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9664         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9665         unconditional.
9666         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9667         conditional code.
9669 2014-06-25  Will Newton  <will.newton@linaro.org>
9671         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9672         comment changes throughout the file.  Remove checks
9673         for HAVE_*_H definitions that are not required.
9674         (__gen_tempname): Call abort if an unknown kind value is
9675         passed.
9677 2014-06-25  Andreas Schwab  <schwab@suse.de>
9679         [BZ #17086]
9680         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9681         scalbln, scalblnf, scalblnl in libc.
9683 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9685         [BZ #17086]
9686         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9687         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9688         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9690 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9692         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9693         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9694         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9695         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9696         Update #include.
9697         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9698         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9699         Update #include.
9700         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9701         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9702         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9703         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9704         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9705         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9706         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9707         * sysdeps/x86/bits/semaphore.h: ... here.
9708         * sysdeps/x86/nptl/elide.h: Moved ...
9709         * sysdeps/x86/elide.h: ... here.
9710         * sysdeps/x86_64/nptl/Implies: File removed.
9711         * sysdeps/i386/nptl/Implies: File removed.
9713 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9715         [BZ #16539]
9716         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9717         return the argument for normal arguments with exponent below -64.
9718         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9719         Likewise.
9720         * math/auto-libm-test-in: Add another test of expm1.
9721         * math/auto-libm-test-out: Regenerated.
9723         [BZ #16287]
9724         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9725         calling __erfcl for arguments at least 16.
9726         * math/auto-libm-test-in: Add more tests of erf.
9727         * math/auto-libm-test-out: Regenerated.
9729         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9730         individual architectures.
9731         * sysdeps/unix/sysv/linux/configure: Regenerated.
9732         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9733         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9734         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9735         (ldd_rewrite_script): Define variable.
9736         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9738         file.
9739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9740         generated file.
9741         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9742         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9743         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9744         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9745         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9746         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9747         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9748         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9750 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9752         [BZ #17084]
9753         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9754         Rename member __data.d to __data.__elision_data.
9756 2014-06-24  Wilco  <wdijkstr@arm.com>
9758         * NEWS: Add 16918 to fixed bug list.
9760 2014-06-24  Wilco  <wdijkstr@arm.com>
9762         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9764 2014-06-24  Wilco  <wdijkstr@arm.com>
9766         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9767         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9768         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9769         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9770         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9771         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9772         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9773         Use _FPU_MASK_RM.
9775 2014-06-24  Wilco  <wdijkstr@arm.com>
9777         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9779 2014-06-24  Wilco  <wdijkstr@arm.com>
9781         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9782         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9783         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9784         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9786 2014-06-24  Wilco  <wdijkstr@arm.com>
9788         [BZ #16918]
9789         * sysdeps/arm/feupdateenv.c (feupdateenv):
9790         Rewrite to reduce FPSCR accesses and fix return value.
9792 2014-06-24  Wilco  <wdijkstr@arm.com>
9794         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9795         Optimize to avoid unnecessary FPSCR writes.
9796         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9797         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9798         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9799         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9801 2014-06-24  Wilco  <wdijkstr@arm.com>
9803         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9804         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9805         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9806         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9807         Call libc_fetestexcept_vfp.
9808         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9809         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9810         __SOFTFP__ ifdef so that they can be built for softfp.
9812 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9814         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9815         argument type signed char.
9817         * Makerules (check-abi): Dump diff of symlist if the test
9818         fails.
9820 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9822         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9823         using abort.
9825         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9826         Remove unused variable ST.
9828 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9830         [BZ #16354]
9831         [BZ #17061]
9832         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9833         small arguments before calling __expm1.
9834         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9835         small arguments before calling __expm1f.
9836         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9837         small arguments before calling __expm1l.
9838         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9839         Likewise.
9840         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9841         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9842         spurious underflow for some cosh tests.
9843         * math/auto-libm-test-out: Regenerated.
9844         * sysdeps/i386/fpu/libm-test-ulps: Update.
9846         [BZ #17050]
9847         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9848         (__ieee754_y1): Set errno if return value overflows.
9849         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9850         (__ieee754_y1f): Set errno if return value overflows.
9851         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9852         (__ieee754_y1l): Set errno if return value overflows.
9853         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9854         (__ieee754_y1l): Set errno if return value overflows.
9855         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9856         * math/auto-libm-test-out: Regenerated.
9858         * math/gen-auto-libm-tests.c: Document use of
9859         ignore-zero-inf-sign.
9860         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9861         (input_flags): Add ignore-zero-inf-sign.
9862         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9863         * math/gen-libm-test.pl (generate_testfile): Handle
9864         ignore-zero-inf-sign.
9865         * math/auto-libm-test-in: Mark some cpow tests with
9866         ignore-zero-inf-sign and some with xfail-rounding.
9867         * math/auto-libm-test-out: Regenerated.
9868         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9869         * sysdeps/i386/fpu/libm-test-ulps: Update.
9870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9872         [BZ #16315]
9873         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9874         overflowing or underflowing operations take place with sign of
9875         result.
9876         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9877         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9878         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9879         (__ieee754_pow): Recompute overflowing and underflowing results in
9880         original rounding mode.
9881         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9882         (__powl_helper): Allow negative argument X and scale negated value
9883         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9884         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9885         overflowing or underflowing operations take place with sign of
9886         result.
9887         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9888         Include <math.h>.
9889         * math/auto-libm-test-in: Add more tests of pow.
9890         * math/auto-libm-test-out: Regenerated.
9891         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9892         (pow_tonearest_test_data): Remove.
9893         (pow_test_tonearest): Likewise.
9894         (pow_towardzero_test_data): Likewise.
9895         (pow_test_towardzero): Likewise.
9896         (pow_downward_test_data): Likewise.
9897         (pow_test_downward): Likewise.
9898         (pow_upward_test_data): Likewise.
9899         (pow_test_upward): Likewise.
9900         (main): Don't call removed functions.
9901         * sysdeps/i386/fpu/libm-test-ulps: Update.
9902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9904 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9907         Moved ...
9908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9910         Moved ...
9911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9913         Moved ...
9914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9919         File removed.
9920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9921         File removed.
9922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9923         File removed.
9924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9925         File removed.
9926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9927         File removed.
9928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9929         File removed.
9930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9931         File removed.
9932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9933         File removed.
9934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9935         File removed.
9936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9937         File removed.
9938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9939         File removed.
9940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9941         File removed.
9942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9943         Moved ...
9944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9946         Moved ...
9947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9948         ... here.
9949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9950         Moved ...
9951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9953         Moved ...
9954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9956         Moved ...
9957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9962         Moved ...
9963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9965         Moved ...
9966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9968         Moved ...
9969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9972         ... here.
9973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9974         Moved ...
9975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9977         Moved ...
9978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9979         ... here.
9980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9981         Moved ...
9982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9983         ... here.
9984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9985         Moved ...
9986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9987         ... here.
9988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9989         Moved ...
9990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9992         Moved ...
9993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9997         Moved ...
9998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9999         ... here.
10000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10001         Moved ...
10002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10003         ... here.
10004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10005         Moved ...
10006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10011         Moved ...
10012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10014         Moved ...
10015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10017         Moved ...
10018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10019         ... here.
10020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10024         Moved ...
10025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10027         Moved ...
10028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10030         Moved ...
10031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10035         Moved ...
10036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10038         Moved ...
10039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10043         ... here.
10044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10045         Moved ...
10046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10047         ... here.
10048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10049         Moved ...
10050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10051         ... here.
10052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10053         Moved ...
10054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10056         Moved ...
10057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10059         Moved ...
10060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10062         Moved ...
10063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10064         ... here.
10065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10066         Moved ...
10067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10068         ... here.
10069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10070         Moved ...
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10072         ... here.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10074         Moved ...
10075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10077         Moved ...
10078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10080 2014-06-23  Will Newton  <will.newton@linaro.org>
10081             Wilco  <wdijkstr@arm.com>
10083         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10084         implementation.  Include get-rounding-mode.h.
10085         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10086         [!libc_feholdsetround_noex_ctx]: Define
10087         libc_feholdsetround_noex_ctx.
10088         [!libc_feholdsetround_noexf_ctx]: Define
10089         libc_feholdsetround_noexf_ctx.
10090         [!libc_feholdsetround_noexl_ctx]: Define
10091         libc_feholdsetround_noexl_ctx.
10092         (libc_feholdsetround_ctx): New function.
10093         (libc_feresetround_ctx): New function.
10094         (libc_feholdsetround_noex_ctx): New function.
10095         (libc_feresetround_noex_ctx): New function.
10097 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10099         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10100         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10101         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10102         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10103         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10104         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10106         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10107         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10108         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10109         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10110         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10111         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10112         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10113         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10114         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10115         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10117         Moved ...
10118         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10119         ... here.
10120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10121         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10122         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10123         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10124         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10125         Moved ...
10126         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10134         Moved ...
10135         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10136         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10137         Moved ...
10138         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10139         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10144         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10145         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10147         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10148         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10149         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10150         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10151         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10153         Moved ...
10154         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10155         ... here.
10156         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10157         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10159         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10161         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10163         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10164         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10165         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10173         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10174         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10176         Moved ...
10177         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10178         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10179         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10180         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10181         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10183         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10184         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10185         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10186         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10187         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10190         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10191         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10192         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10194         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10198         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10199         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10200         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10201         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10202         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10203         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10204         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10205         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10206         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10207         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10208         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10209         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10210         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10212 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10214         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10215         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10216         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10217         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10218         (IPV6_PMTUDISC_INTERFACE): Likewise.
10219         (IPV6_PMTUDISC_OMIT): Likewise.
10221 2014-06-23  Andreas Schwab  <schwab@suse.de>
10223         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10224         Remove unused errout label.
10226 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10228         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10229         macro: hardware supports Vector Crypto instructions.
10231 2014-06-23  Will Newton  <will.newton@linaro.org>
10233         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10234         rather than __builtin_expect.
10236         * elf/dl-lookup.c (undefined_msg): Remove variable.
10237         (_dl_lookup_symbol_x): Replace undefined_msg with string
10238         literal.
10240         * elf/dl-lookup.c (do_lookup_unique): New function.
10241         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10242         to a separate function.
10244 2014-06-23  Andreas Schwab  <schwab@suse.de>
10246         [BZ #17079]
10247         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10248         before reading the next line.
10250 2014-06-23  Will Newton  <will.newton@linaro.org>
10252         * test-skeleton.c (signal_handler): Use printf and %m
10253         rather than perror.  Use printf rather than fprintf to
10254         stderr.  Use puts rather than fputs to stderr.
10255         (main): Likewise.
10257 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10259         * nscd/nscd.c (thread_info_t): Remove typedef.
10260         (thread_info): Remove variable.
10262 2014-06-21  Allan McRae  <allan@archlinux.org>
10264         * NEWS: Mention CVE-2014-4043.
10266 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10268         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10269         * nptl/smp.h: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10273         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10274         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10275         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10276         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10278         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10279         * nptl/stack-aliasing.h: New file.
10280         * sysdeps/i386/i686/stack-aliasing.h: New file.
10281         * sysdeps/i386/i686/nptl/Makefile: File removed.
10282         * sysdeps/x86_64/stack-aliasing.h: New file.
10283         * sysdeps/x86_64/nptl/Makefile
10284         (CFLAGS-pthread_create.c): Variable removed.
10286         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10287         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10288         old file.
10289         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10290         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10291         old file.
10293 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10295         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10296         (__ASSUME_SIGFRAME_V2): Remove macro.
10297         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10298         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10299         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10300         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10301         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10302         Declare as function.  Remove conditional macro definitions.
10303         (__default_rt_sa_restorer): Likewise.
10304         (__default_sa_restorer_v1): Remove declaration.
10305         (__default_sa_restorer_v2): Likewise.
10306         (__default_rt_sa_restorer_v1): Likewise.
10307         (__default_rt_sa_restorer_v2): Likewise.
10308         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10309         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10310         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10312 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10314         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10315         (libpthread-routines): Add sysdep.
10316         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10317         * sysdeps/unix/sysv/linux/sparc/Versions
10318         (libpthread: GLIBC_2.3.3): New version set.
10319         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10320         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10321         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10323         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10324         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10325         Moved ...
10326         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10328         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10330         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10332         * sysdeps/sparc/nptl/sem_init.c: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10334         * sysdeps/sparc/nptl/sem_post.c: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10336         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10338         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10340         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10341         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10342         (libpthread-routines): Add cpu_relax.
10343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10344         File removed.
10345         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10346         (librt: GLIBC_2.3.3): New version set.
10347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10348         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10349         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10350         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10352         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10353         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10355         Moved ...
10356         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10358         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10360         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10362         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10364         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10366         Moved ...
10367         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10368         Update #include.
10369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10370         Moved ...
10371         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10372         Update #include.
10373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10374         Moved ...
10375         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10376         Update #include.
10377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10378         Moved ...
10379         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10380         Update #include.
10381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10382         Moved ...
10383         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10384         Update #include.
10385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10386         Moved ...
10387         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10388         Update #include.
10389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10390         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10392         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10394         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10395         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10396         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10398         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10403         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10405         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10407 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10409         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10410         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10411         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10412         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10413         * nscd/nscd.c: Likewise.
10414         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10415         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10416         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10417         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10419         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10420         <kernel-features.h>.
10421         (init_mq_netlink): Remove conditional have_sock_cloexec
10422         definitions.  Remove code conditional on have_sock_cloexec < 0.
10423         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10424         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10425         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10426         <kernel-features.h>.
10427         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10428         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10430 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10432         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10433         Add tests for memset_chk and memset.
10435         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10436         with AVX2_Usable.
10438 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10440         [BZ #16046]
10441         * elf/tst-dl-iter-static.c: New file.
10442         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10444         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10445         error.
10447 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10449         * sysdeps/unix/sysv/linux/kernel-features.h
10450         (__ASSUME_F_GETOWN_EX): Remove macro.
10451         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10452         <kernel-features.h>.
10453         (miss_F_GETOWN_EX): Remove variable or macro.
10454         (do_fcntl): Do not check miss_F_GETOWN_EX.
10455         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10457         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10458         Remove macro.
10459         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10460         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10461         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10463         * sysdeps/unix/sysv/linux/kernel-features.h
10464         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10465         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10466         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10467         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10469 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10471         [BZ #17075]
10472         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10473         Fix calculation of the symbol's value.
10474         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10475         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10476         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10477         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10478         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10479         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10480         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10481         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10482         (modules-names): Add `tst-armtlsdescmod',
10483         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10484         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10485         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10486         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10487         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10488         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10489         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10490         ($(objpfx)tst-armtlsdescloc): New dependency.
10491         ($(objpfx)tst-armtlsdescextnow): Likewise.
10492         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10493         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10494         TLS scheme support.
10495         * sysdeps/arm/configure: Regenerate.
10497 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10499         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10500         (__atfct_seterrno_2): Likewise.
10501         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10502         <kernel-features.h>.
10503         (__ASSUME_ATFCTS): Do not undefine and redefine.
10504         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10505         (__have_atfcts): Remove conditional definition.
10506         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10507         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10508         unreachable if [__ASSUME_ATFCTS].
10509         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10510         not undefine and redefine.
10511         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10512         <kernel-features.h>.
10513         (faccessat) [__NR_faccessat]: Make code unconditional.
10514         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10515         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10516         <kernel-features.h>.
10517         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10518         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10519         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10520         <kernel-features.h>.
10521         (fchownat) [__NR_fchownat]: Make code unconditional.
10522         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10523         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10524         <kernel-features.h>.
10525         (futimesat) [__NR_futimesat]: Make code unconditional.
10526         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10527         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10528         <kernel-features.h>.
10529         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10530         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10531         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10532         <kernel-features.h>.
10533         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10534         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10535         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10536         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10537         <kernel-features.h>.
10538         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10539         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10540         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10541         <kernel-features.h>.
10542         (linkat) [__NR_linkat]: Make code unconditional.
10543         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10544         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10545         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10546         <kernel-features.h>.
10547         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10548         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10549         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10550         <kernel-features.h>.
10551         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10552         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10553         * sysdeps/unix/sysv/linux/openat.c: Do not include
10554         <kernel-features.h>.
10555         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10556         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10557         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10558         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10559         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10560         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10561         <kernel-features.h>.
10562         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10563         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10564         result of INLINE_SYSCALL directly, not via int variable.
10565         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10566         <kernel-features.h>.
10567         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10568         (renameat) [__NR_renameat]: Make code unconditional.
10569         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10570         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10571         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10572         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10573         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10574         (__ASSUME_ATFCTS): Do not undefine and redefine.
10575         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10576         <kernel-features.h>.
10577         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10578         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10579         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10580         <kernel-features.h>.
10581         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10582         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10583         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10584         (__ASSUME_ATFCTS): Do not undefine and redefine.
10585         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10586         <kernel-features.h>.
10587         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10588         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10589         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10590         <kernel-features.h>.
10591         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10592         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10594 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10596         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10598 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10600         [BZ #17069]
10601         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10602         constructed tree before returning error.
10603         * posix/bug-regexp36.c: Expand test case.
10605 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10607         [BZ #6803]
10608         * math/libm-test.inc (scalbln_test_date):
10609         Add errno expectations.
10610         * math/w_scalblnf.c: New File.
10611         Add wrapper which checks for setting errno to ERANGE.
10612         Add weak_alias for corresponding scalbln function.
10613         * math/w_scalbln.c: Likewise.
10614         * math/w_scalblnl.c: Likewise.
10615         * math/Makefile (libm-calls): Add w_scalbln.
10616         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10617         Remove weak_alias for corresponding scalbln function.
10618         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10619         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10620         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10622         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10623         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10624         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10625         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10626         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10627         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10628         Remove long_double_symbol for scalblnl function in libm, libc.
10629         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10630         Add wrapper which checks for setting errno to ERANGE.
10631         Add long_double_symbol for scalblnl function in libm, libc.
10632         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10633         Remove long_double_symbol for scalblnl in libm.
10634         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10635         Add wrapper which checks for setting errno to ERANGE.
10636         Add long_double_symbol for scalblnl function in libm.
10637         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10638         Do not use wrapper because of own implementation.
10640 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10642         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10643         3 bytes for __pad1 for x32.
10644         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10646 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10647             H.J. Lu  <hongjiu.lu@intel.com>
10649         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10650         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10651         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10652         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10653         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10655 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10657         [BZ #17069]
10658         * posix/regcomp.c (parse_expression): Deallocate partially
10659         constructed tree before returning error.
10660         * posix/Makefile.c (tests): Add bug-regex36.
10661         (generated): Add bug-regex36.mtrace.
10662         (tests-special): Add $(objpfx)bug-regex36-mem.out
10663         (bug-regex36-ENV): New variable.
10664         ($(objpfx)bug-regex36-mem.out): New rule.
10665         * posix/bug-regex36.c: New file.
10667 2014-06-19  Will Newton  <will.newton@linaro.org>
10669         * malloc/malloc.c (systrim): If extra is zero then return
10670         early.
10672 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10674         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10676 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10678         * sysdeps/aarch64/strchr.S: New file.
10680 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10682         [BZ #17022]
10683         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10684         from arguments -2 or below.
10685         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10686         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10688 2014-06-18  Andreas Schwab  <schwab@suse.de>
10690         [BZ #17062]
10691         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10692         of a bracket expr not to run off the end of the string.
10693         * posix/Makefile (tests): Add tst-fnmatch3.
10694         * posix/tst-fnmatch3.c: New file.
10696 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10698         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10699         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10700         [$(cross-compiling) = no]: Likewise.
10701         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10702         [$(cross-compiling) = no]: Likewise.
10704 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10706         [BZ #17031]
10707         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10708         double, adjusted for any remainder from the high double.
10709         * math/libm-test.inc (nearbyint): Add tests.
10710         (rint): Likewise.
10712 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10714         * nptl/sysdeps/powerpc/Makefile: Moved ...
10715         * sysdeps/powerpc/nptl/Makefile: ... here.
10716         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10717         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10718         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10719         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10720         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10721         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10722         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10723         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10724         * nptl/sysdeps/powerpc/tls.h: Moved ...
10725         * sysdeps/powerpc/nptl/tls.h: ... here.
10727 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10729         [BZ #16681]
10730         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10731         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10732         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10733         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10734         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10735         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10736         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10737         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10738         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10740 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10742         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10744 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10746         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10747         defined operator.
10749         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10750         $TIMEOUTFACTOR.
10752 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10754         [BZ #17058]
10755         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10756         non-executed part of the test.
10758 2014-06-16  Andreas Schwab  <schwab@suse.de>
10760         * string/bits/string2.h (strdup, strndup): Update feature guard.
10762 2014-06-14  David S. Miller  <davem@davemloft.net>
10764         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10766 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10768         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10769         that was previously under [RESET_PID].
10770         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10772         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10773         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10774         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10775         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10776         (__libc_vfork): New strong alias.
10777         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10779 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10781         * sysdeps/generic/elide.h: New file.
10783 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10785         * Makefile (installed-headers): Adjust path of pthread.h header.
10787 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10789         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10790         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10791         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10792         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10794         * nptl/sysdeps/s390/Makefile: Moved ...
10795         * sysdeps/s390/nptl/Makefile: ... here.
10796         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10797         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10798         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10799         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10800         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10801         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10802         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10803         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10804         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10805         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10806         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10807         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10808         * nptl/sysdeps/s390/tls.h: Moved ...
10809         * sysdeps/s390/nptl/tls.h: ... here.
10811         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10812         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10814 2014-06-13  David S. Miller  <davem@davemloft.net>
10816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10819         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10822         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10823         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10824         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10825         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10826         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10827         Remove RESET_PID cpp guards.
10828         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10829         Remove RESET_PID cpp guards.
10830         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10832 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10834         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10835         __sp to uintptr_t.
10837 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10839         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10840         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10841         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10842         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10843         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10844         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10845         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10846         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10847         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10848         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10849         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10850         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10851         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10852         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10853         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10854         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10855         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10856         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10857         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10858         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10860         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10861         (pthread_rwlock_rdlock): Add elision.
10862         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10863         (pthread_rwlock_wrlock): Add elision.
10864         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10865         (pthread_rwlock_trywrlock): Add elision.
10866         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10867         (pthread_rwlock_tryrdlock): Add elision.
10868         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10869         (pthread_rwlock_tryrdlock): Add elision unlock.
10870         * nptl/sysdeps/pthread/pthread.h:
10871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10872         (PTHREAD_RWLOCK_INITIALIZER,
10873         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10874         Handle new elision field.
10875         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10876         * sysdeps/arm/nptl/bits/pthreadtypes.h
10877         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10878         * sysdeps/sh/nptl/bits/pthreadtypes.h
10879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10880         * sysdeps/tile/nptl/bits/pthreadtypes.h
10881         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10882         * sysdeps/a/nptl/bits/pthreadtypes.h
10883         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10884         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10886         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10887         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10888         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10889         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10890         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10891         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10892         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10893         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10894         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10895         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10896         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10897         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10898         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10899         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10900         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10901         (elision_init): Set try_xbegin to zero when no RTM.
10902         * sysdeps/x86/nptl/bits/pthreadtypes.h
10903         (pthread_rwlock_t): Change __pad1 to __rwelision.
10904         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10906 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10908         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10909         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10910         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10911         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10913 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10915         [BZ #16996]
10916         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10917         that the cached result has been set before returning it.
10919 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10921         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10922         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10923         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10924         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10925         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10926         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10928         * nptl/sysdeps/sparc/Makefile: Moved ...
10929         * sysdeps/sparc/nptl/Makefile: ... here.
10930         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10931         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10932         * nptl/sysdeps/sparc/tls.h: Moved ...
10933         * sysdeps/sparc/nptl/tls.h: ... here.
10934         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10935         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10936         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10937         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10938         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10939         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10940         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10941         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10942         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10943         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10944         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10945         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10946         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10947         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10948         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10949         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10950         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10951         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10952         Update #include.
10953         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10954         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10955         Update #include.
10956         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10957         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10958         Update #include.
10959         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10960         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10961         Update #include.
10963         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10965         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10966         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10968         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10969         (struct list_links): Type removed.
10970         (struct thread_node, struct timer_node): Replace struct list_links
10971         with struct list_head.
10972         (list_unlink_ip): Likewise.
10973         * sysdeps/pthread/timer_routines.c
10974         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10975         (list_append, list_insbefore): Likewise.
10976         (list_init): Function removed.
10977         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10978         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10979         * sysdeps/pthread/Makefile: ... here, new file.
10981         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10982         * sysdeps/nptl/Implies: ... here.
10983         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10984         * nptl/sysdeps/pthread/list.h: Moved ...
10985         * include/list.h: ... here.
10986         * nptl/sysdeps/pthread/createthread.c: Moved ...
10987         * nptl/createthread.c: ... here.
10988         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10989         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10990         * nptl/pt-longjmp.c: ... here.
10991         * nptl/sysdeps/pthread/Makefile: Moved ...
10992         * sysdeps/nptl/Makefile: ... here.
10993         * nptl/sysdeps/pthread/Subdirs: Moved ...
10994         * sysdeps/nptl/Subdirs: ... here.
10995         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10996         * sysdeps/nptl/aio_misc.h: ... here.
10997         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10998         * sysdeps/nptl/bits/libc-lock.h: ... here.
10999         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11000         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11001         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11002         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11003         * nptl/sysdeps/pthread/configure: Moved ...
11004         * sysdeps/nptl/configure: ... here.
11005         * nptl/sysdeps/pthread/configure.ac: Moved ...
11006         * sysdeps/nptl/configure.ac: ... here.
11007         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11008         * sysdeps/nptl/gai_misc.h: ... here.
11009         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11010         * sysdeps/nptl/librt-cancellation.c: ... here.
11011         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11012         * sysdeps/nptl/malloc-machine.h: ... here.
11013         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11014         * sysdeps/nptl/pthread-functions.h: ... here.
11015         * nptl/sysdeps/pthread/pthread.h: Moved ...
11016         * sysdeps/nptl/pthread.h: ... here.
11017         * nptl/sysdeps/pthread/setxid.h: Moved ...
11018         * sysdeps/nptl/setxid.h: ... here.
11019         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11020         * sysdeps/nptl/sigfillset.c: ... here.
11021         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11022         * sysdeps/nptl/tcb-offsets.h: ... here.
11023         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11024         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11025         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11026         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11027         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11028         * sysdeps/pthread/allocalim.h: ... here.
11029         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11030         * sysdeps/pthread/bits/sigthread.h: ... here.
11031         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11032         * sysdeps/pthread/flockfile.c: ... here.
11033         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11034         * sysdeps/pthread/ftrylockfile.c: ... here.
11035         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11036         * sysdeps/pthread/funlockfile.c: ... here.
11037         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11038         * sysdeps/pthread/posix-timer.h: ... here.
11039         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11040         * sysdeps/pthread/timer_create.c: ... here.
11041         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11042         * sysdeps/pthread/timer_delete.c: ... here.
11043         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11044         * sysdeps/pthread/timer_getoverr.c: ... here.
11045         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11046         * sysdeps/pthread/timer_gettime.c: ... here.
11047         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11048         * sysdeps/pthread/timer_routines.c: ... here.
11049         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11050         * sysdeps/pthread/timer_settime.c: ... here.
11051         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11052         * sysdeps/pthread/tst-timer.c: ... here.
11053         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11054         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11056         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11057         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11059         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11060         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11061         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11062         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11063         Update #include target.
11064         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11065         * sysdeps/i386/i686/nptl/Makefile: ... here.
11066         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11067         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11068         Update #include target.
11069         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11070         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11071         * nptl/sysdeps/i386/Makefile: Moved ...
11072         * sysdeps/i386/nptl/Makefile: ... here.
11073         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11074         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11075         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11076         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11077         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11078         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11079         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11080         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11081         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11082         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11083         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11084         * nptl/sysdeps/i386/tls.h: Moved ...
11085         * sysdeps/i386/nptl/tls.h: ... here.
11087         * sysdeps/sh/Makefile [$(subdir) = csu]
11088         (gen-as-const-headers): Add tcb-offsets.sym.
11089         * nptl/sysdeps/sh/Makefile: File removed.
11090         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11091         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11092         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11093         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11094         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11095         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11096         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11097         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11098         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11099         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11100         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11101         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11102         * nptl/sysdeps/sh/tls.h: Moved ...
11103         * sysdeps/sh/nptl/tls.h: ... here.
11104         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11105         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11106         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11107         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11108         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11109         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11110         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11111         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11112         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11113         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11114         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11115         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11116         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11117         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11118         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11119         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11120         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11121         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11122         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11123         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11124         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11125         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11126         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11127         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11128         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11129         Moved ...
11130         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11131         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11134         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11135         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11136         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11137         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11138         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11139         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11140         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11141         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11142         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11143         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11144         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11145         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11146         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11147         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11148         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11149         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11150         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11151         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11153 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11155         * posix/spawn_faction_addopen.c: Include string.h.
11157 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11159         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11160         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11161         * nptl/sysdeps/x86_64/Makefile: Moved ...
11162         * sysdeps/x86_64/nptl/Makefile: ... here.
11163         * nptl/sysdeps/x86_64/configure: Moved ...
11164         * sysdeps/x86_64/nptl/configure: ... here.
11165         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11166         * sysdeps/x86_64/nptl/configure.ac: ... here.
11167         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11168         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11169         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11170         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11171         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11172         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11173         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11174         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11175         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11176         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11177         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11178         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11179         * nptl/sysdeps/x86_64/tls.h: Moved ...
11180         * sysdeps/x86_64/nptl/tls.h: ... here.
11181         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11182         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11183         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11184         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11186         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11188 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11192 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11194         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11195         type.
11196         [POSIX] (off_t): Likewise.
11197         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11198         [POSIX] (S_ISBLK): Require macro.
11199         [POSIX] (S_ISCHR): Likewise.
11200         [POSIX] (S_ISDIR): Likewise.
11201         [POSIX] (S_ISFIFO): Likewise.
11202         [POSIX] (S_ISREG): Likewise.
11203         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11204         optional-macro.
11205         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11206         type.
11207         [POSIX] (time_t): Likewise.
11208         [POSIX] (timer_t): Likewise.
11210 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11212         [BZ #17048]
11213         * posix/spawn_int.h (struct __spawn_action): Make the path string
11214         non-const to support deallocation.
11215         * posix/spawn_faction_addopen.c
11216         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11217         * posix/spawn_faction_destroy.c
11218         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11219         path in all spawn_do_open actions.
11220         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11221         posix_spawn_file_actions_addopen.
11223 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11225         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11226         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11227         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11228         conditional code always true.
11229         (__libc_vfork): New alias.
11231 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11233         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11234         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11236         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11238         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11239         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11241         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11242         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11244         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11245         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11247 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11249         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11250         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11251         multiarch strcmp for PPC64.
11252         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11253         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11254         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11255         multiarch optimizations.
11256         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11257         (__libc_ifunc_impl_list): Likewise.
11259 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11261         * benchtests/scripts/validate_benchout.py: New script.
11262         * benchtests/Makefile (bench-func): Call it.
11263         * benchtests/scripts/benchout.schema.json: New file.
11265 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11267         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11268         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11269         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11270         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11271         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11272         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11273         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11274         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11275         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11276         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11277         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11278         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11279         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11280         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11281         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11282         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11284         Moved ...
11285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11286         ... here.
11287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11288         Moved ...
11289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11291         Moved ...
11292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11293         ... here.
11294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11295         Moved ...
11296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11297         ... here.
11298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11299         Moved ...
11300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11301         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11302         Moved ...
11303         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11304         ... here.
11305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11306         Moved ...
11307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11308         ... here.
11309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11310         Moved ...
11311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11313         Moved ...
11314         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11315         ... here.
11316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11317         Moved ...
11318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11319         ... here.
11320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11321         Moved ...
11322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11323         ... here.
11324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11325         Moved ...
11326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11328         Moved ...
11329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11330         ... here.
11331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11332         Moved ...
11333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11334         ... here.
11335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11336         Moved ...
11337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11338         ... here.
11339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11340         Moved ...
11341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11343         Moved ...
11344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11345         ... here.
11346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11347         Moved ...
11348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11349         ... here.
11350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11354         Moved ...
11355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11356         ... here.
11357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11361         Moved ...
11362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11364         Moved ...
11365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11366         ... here.
11367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11368         Moved ...
11369         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11370         ... here.
11371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11372         Moved ...
11373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11374         ... here.
11375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11376         Moved ...
11377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11379         Moved ...
11380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11381         ... here.
11382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11385         ... here.
11386         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11387         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11388         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11389         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11391         Moved ...
11392         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11393         ... here.
11394         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11395         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11397         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11399         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11400         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11401         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11402         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11403         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11404         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11405         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11406         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11407         Moved ...
11408         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11409         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11410         Moved ...
11411         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11412         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11413         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11414         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11415         Moved ...
11416         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11417         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11418         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11419         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11420         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11421         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11422         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11424 2014-06-10  Wilco  <wdijkstr@arm.com>
11426         * math/test-fenv-return.c: New file.
11427         * math/Makefile: Add new test test-fenv-return.
11429 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11431         [BZ #17042]
11432         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11433         when x - 1 is zero.
11434         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11435         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11436         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11437         0.0L for an argument of 1.0L.
11438         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11439         Likewise.
11440         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11441         value when x - 1 is zero.
11442         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11443         * sysdeps/i386/fpu/libm-test-ulps: Update.
11444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11446 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11448         [BZ #15119]
11449         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11451 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11453         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11454         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11456 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11458         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11459         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11461         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11462         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11464         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11465         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11467         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11468         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11470         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11471         if not already defined.
11472         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11473         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11474         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11475         (TLS_INIT_TP): Use it.
11476         (TLS_DEFINE_INIT_TP): New macro.
11477         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11479 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11481         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11482         constant.
11483         [POSIX] (IXANY): Likewise.
11484         [POSIX] (OLCUC): Likewise.
11485         [POSIX || POSIX2008] (CBAUD): Do not allow.
11486         [POSIX || POSIX2008] (DEFECHO): Likewise.
11487         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11488         [POSIX || POSIX2008] (ECHOKE): Likewise.
11489         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11490         [POSIX || POSIX2008] (EXTA): Likewise.
11491         [POSIX || POSIX2008] (EXTB): Likewise.
11492         [POSIX || POSIX2008] (FLUSHO): Likewise.
11493         [POSIX || POSIX2008] (LOBLK): Likewise.
11494         [POSIX || POSIX2008] (PENDIN): Likewise.
11495         [POSIX || POSIX2008] (SWTCH): Likewise.
11496         [POSIX || POSIX2008] (VDISCARD): Likewise.
11497         [POSIX || POSIX2008] (VDSUSP): Likewise.
11498         [POSIX || POSIX2008] (VLNEXT): Likewise.
11499         [POSIX || POSIX2008] (VREPRINT): Likewise.
11500         [POSIX || POSIX2008] (VSTATUS): Likewise.
11501         [POSIX || POSIX2008] (VWERASE): Likewise.
11502         (B*): Change to B[0123456789]*.
11503         * conform/data/time.h-data [POSIX || UNIX98]
11504         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11505         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11506         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11507         [POSIX] (tm_*): Do not allow.
11509 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11511         * Makefile (install): Don't set LANGUAGE.
11512         * Makefile.in (install): Likewise.
11513         * assert/Makefile (test-assert-ENV): Remove variable.
11514         (test-assert-perr-ENV): Likewise.
11515         * elf/Makefile (neededtest4-ENV): Likewise.
11516         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11517         [$(cross-compiling) = no]: Don't set LANGUAGE.
11518         * io/ftwtest-sh (LANG): Remove variable.
11519         * libio/Makefile (tst-widetext-ENV): Likewise.
11520         * manual/install.texi (Running make install): Don't refer to
11521         environment settings for make install.
11522         * INSTALL: Regenerated.
11523         * nptl/tst-tls6.sh: Don't set LANG.
11524         * posix/globtest.sh (LANG): Remove variable.
11525         * string/Makefile (tester-ENV): Likewise.
11526         (inl-tester-ENV): Likewise.
11527         (noinl-tester-ENV): Likewise.
11528         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11529         [$(cross-compiling) = no]: Don't set LANGUAGE.
11530         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11531         without explicit environment settings.
11533 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11535         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11536         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11537         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11538         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11540 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11542         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11543         other files in the crypt directory.
11544         * crypt/crypt.c: Remove duplicate includes.
11545         * crypt/crypt-entry.c: Likewise.
11546         * crypt/crypt_util.c: Likewise.
11548 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11550         * Makeconfig (run-program-env): New variable.
11551         (run-program-prefix-before-env): Likewise.
11552         (run-program-prefix-after-env): Likewise.
11553         (run-program-prefix): Define in terms of new variables.
11554         (built-program-cmd-before-env): New variable.
11555         (built-program-cmd-after-env): Likewise.
11556         (built-program-cmd): Define in terms of new variables.
11557         (test-program-prefix-before-env): New variable.
11558         (test-program-prefix-after-env): Likewise.
11559         (test-program-prefix): Define in terms of new variables.
11560         (test-program-cmd-before-env): New variable.
11561         (test-program-cmd-after-env): Likewise.
11562         (test-program-cmd): Define in terms of new variables.
11563         * Rules (make-test-out): Use $(run-program-env).
11564         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11565         (help): Do not mention environment variables.  Mention
11566         --timeoutfactor option.
11567         (timeoutfactor): New variable.
11568         (blacklist_exports): Remove function.
11569         (exports): Remove variable.
11570         (command): Do not include ${exports}.
11571         * manual/install.texi (Configuring and compiling): Do not mention
11572         test wrappers preserving environment variables.  Mention that last
11573         assignment to a variable must take precedence.
11574         * INSTALL: Regenerated.
11575         * benchtests/Makefile (run-bench): Use $(run-program-env).
11576         * catgets/Makefile ($(objpfx)test1.cat): Use
11577         $(built-program-cmd-before-env), $(run-program-env) and
11578         $(built-program-cmd-after-env).
11579         ($(objpfx)test2.cat): Do not specify environment variables
11580         explicitly.
11581         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11582         $(run-program-env) and $(built-program-cmd-after-env).
11583         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11584         $(run-program-env) and $(test-program-cmd-after-env).
11585         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11586         explicitly.
11587         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11588         run_program_env and test_program_cmd_after_env arguments.
11589         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11590         * elf/tst-pathopt.sh: Use run_program_env argument.
11591         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11592         $(test-wrapper-env) and $(run-program-env).
11593         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11594         run_program_env arguments.
11595         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11596         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11597         $(test-program-prefix-before-env), $(run-program-env) and
11598         $(test-program-prefix-after-env).
11599         ($(objpfx)tst-gettext2.out): Likewise.
11600         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11601         run_program_env and test_program_prefix_after_env arguments.
11602         * intl/tst-gettext2.sh: Likewise.
11603         * intl/tst-gettext4.sh: Do not set environment variables
11604         explicitly.
11605         * intl/tst-gettext6.sh: Likewise.
11606         * intl/tst-translit.sh: Likewise.
11607         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11608         $(test-program-prefix-before-env), $(run-program-env) and
11609         $(test-program-prefix-after-env).
11610         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11611         run_program_env and test_program_prefix_after_env arguments.
11612         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11613         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11614         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11615         explicitly with each use of ${test_wrapper_env}.
11616         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11617         $(test-program-prefix-before-env), $(run-program-env) and
11618         $(test-program-prefix-after-env).
11619         * posix/tst-getconf.sh: Do not set environment variables
11620         explicitly.
11621         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11622         run_program_env and test_program_prefix_after_env arguments.
11623         * stdio-common/tst-printf.sh: Do not set environment variables
11624         explicitly.
11625         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11626         $(test-program-prefix-before-env), $(run-program-env) and
11627         $(test-program-prefix-after-env).
11628         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11629         run_program_env and test_program_prefix_after_env arguments.
11630         Split $test calls into $test_pre and $test.
11631         * timezone/Makefile (build-testdata): Use
11632         $(built-program-cmd-before-env), $(run-program-env) and
11633         $(built-program-cmd-after-env).
11635 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11637         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11638         strlen for non SHARED builds.
11640 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11642         * nptl/allocatestack.c (check_list): Inlined function...
11643         (__reclaim_stacks): ... here.
11645 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11647         [BZ #15698]
11648         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11649         memory overrun.
11651 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11653         * Rules (make-test-out): Include
11654         LOCPATH=$(common-objpfx)localedata in default environment.
11655         * debug/Makefile (tst-chk1-ENV): Remove variable.
11656         (tst-chk2-ENV): Likewise.
11657         (tst-chk3-ENV): Likewise.
11658         (tst-chk4-ENV): Likewise.
11659         (tst-chk5-ENV): Likewise.
11660         (tst-chk6-ENV): Likewise.
11661         (tst-lfschk1-ENV): Likewise.
11662         (tst-lfschk2-ENV): Likewise.
11663         (tst-lfschk3-ENV): Likewise.
11664         (tst-lfschk4-ENV): Likewise.
11665         (tst-lfschk5-ENV): Likewise.
11666         (tst-lfschk6-ENV): Likewise.
11667         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11668         (tst-iconv7-ENV): Likewise.
11669         * intl/Makefile (LOCPATH-ENV): Likewise.
11670         (tst-codeset-ENV): Likewise.
11671         (tst-gettext3-ENV): Likewise.
11672         (tst-gettext5-ENV): Likewise.
11673         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11674         (tst-fopenloc-ENV): Likewise.
11675         (tst-fgetws-ENV): Remove variable.
11676         (tst-ungetwc1-ENV): Likewise.
11677         (tst-ungetwc2-ENV): Likewise.
11678         (bug-ungetwc2-ENV): Likewise.
11679         (tst-swscanf-ENV): Likewise.
11680         (bug-ftell-ENV): Likewise.
11681         (tst-fgetwc-ENV): Likewise.
11682         (tst-fseek-ENV): Likewise.
11683         (tst-ftell-partial-wide-ENV): Likewise.
11684         (tst-ftell-active-handler-ENV): Likewise.
11685         (tst-ftell-append-ENV): Likewise.
11686         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11687         (tst-regexloc-ENV): Likewise.
11688         (bug-regex1-ENV): Likewise.
11689         (tst-regex-ENV): Likewise.
11690         (tst-regex2-ENV): Likewise.
11691         (bug-regex5-ENV): Likewise.
11692         (bug-regex6-ENV): Likewise.
11693         (bug-regex17-ENV): Likewise.
11694         (bug-regex18-ENV): Likewise.
11695         (bug-regex19-ENV): Likewise.
11696         (bug-regex20-ENV): Likewise.
11697         (bug-regex22-ENV): Likewise.
11698         (bug-regex23-ENV): Likewise.
11699         (bug-regex25-ENV): Likewise.
11700         (bug-regex26-ENV): Likewise.
11701         (bug-regex30-ENV): Likewise.
11702         (bug-regex32-ENV): Likewise.
11703         (bug-regex33-ENV): Likewise.
11704         (bug-regex34-ENV): Likewise.
11705         (bug-regex35-ENV): Likewise.
11706         (tst-rxspencer-ENV): Likewise.
11707         (tst-rxspencer-no-utf8-ENV): Likewise.
11708         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11709         (tst-sscanf-ENV): Likewise.
11710         (tst-swprintf-ENV): Likewise.
11711         (tst-swscanf-ENV): Likewise.
11712         (test-vfprintf-ENV): Likewise.
11713         (scanf13-ENV): Likewise.
11714         (bug14-ENV): Likewise.
11715         (tst-grouping-ENV): Likewise.
11716         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11717         (tst-strtod3-ENV): Likewise.
11718         (tst-strtod4-ENV): Likewise.
11719         (tst-strtod5-ENV): Likewise.
11720         (testmb2-ENV): Likewise./
11721         * string/Makefile (tst-strxfrm-ENV): Likewise.
11722         (tst-strxfrm2-ENV): Likewise.
11723         (bug-strcoll1-ENV): Likewise.
11724         (test-strcasecmp-ENV): Likewise.
11725         (test-strncasecmp-ENV): Likewise.
11726         * time/Makefile (tst-strptime-ENV): Likewise.
11727         (tst-ftime_l-ENV): Likewise.
11728         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11729         (tst-mbrtowc-ENV): Likewise.
11730         (tst-wcrtomb-ENV): Likewise.
11731         (tst-mbrtowc2-ENV): Likewise.
11732         (tst-c16c32-1-ENV): Likewise.
11733         (tst-mbsnrtowcs-ENV): Likewise.
11735 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11737         * manual/resource.texi (How to get information about the memory
11738         subsystem?): Fix typo.
11739         Reported by Peon de la Parra Ivan <peon@keba.com>
11741 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11743         [BZ #16882]
11744         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11745         (pthread_spin_lock): Branch out of spin loop to proper location.
11746         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11747         (pthread_spin_lock): Likewise.
11749         * nptl/tst-spin4.c: New test.
11750         * nptl/Makefile (tests): Add tst-spin4.
11752 2014-06-03  Andreas Schwab  <schwab@suse.de>
11754         [BZ #15946]
11755         * resolv/res_send.c (send_dg): Reload file descriptor after
11756         calling reopen.
11758 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11760         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11762 2014-06-03  Richard Henderson  <rth@redhat.com>
11764         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11765         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11766         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11767         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11768         in the SAVE_PID block.
11769         (__libc_vfork): New alias.
11770         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11772         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11773         child in registers, not on the stack.  Remove RESET_PID conditionals.
11774         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11776 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11778         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11780 2014-06-03  Wilco  <wdijkstr@arm.com>
11782         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11783         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11784         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11785         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11786         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11787         Likewise.
11789 2014-06-03  Wilco  <wdijkstr@arm.com>
11791         * sysdeps/aarch64/fpu/math_private.h
11792         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11793         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11794         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11795         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11796         Fix declarations.
11798 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11800         * crypt/crypt-private.h: Include ufc-crypt.h.
11801         (__b64_from_24bit): Declare extern.
11802         * crypt/crypt_util.c(__b64_from_24bit): New function.
11803         (b64t): New static const variable.
11804         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11805         (b64t): Remove variable.
11806         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11807         * crypt/sha256-crypt.c: Include crypt-private.h.
11808         (b64t): Remove variable.
11809         (__sha256_crypt_r): Remove b64_from_24bit and replace
11810         with __b64_from_24bit.
11811         * crypt/sha512-crypt.c: Likewise.
11813 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11815         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11816         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11817         Label the code __libc_vfork rather than __vfork.
11818         [!NOT_IN_libc] (vfork): Define as weak alias.
11819         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11820         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11821         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11823 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11825         * malloc/malloc.c (malloc_info): Fix format specifier for
11826         n_mmaps.
11828 2014-06-02  Wilco  <wdijkstr@arm.com>
11830         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11831         FPCR write.
11833 2014-06-02  Wilco  <wdijkstr@arm.com>
11835         [BZ #17009]
11836         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11837         Rewrite to reduce FPCR/FPSR accesses.
11839 2014-06-01  David S. Miller  <davem@davemloft.net>
11841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11843 2014-05-31  David S. Miller  <davem@davemloft.net>
11845         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11846         to occur in round to nearest mode when |x| >= 2.0
11848 2014-05-30  Richard Henderson  <rth@twiddle.net>
11850         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11851         (PSEUDO_RET_NOERRNO): Remove.
11852         (ret): Don't redefine.
11853         (ret_NOERRNO): Define in terms of ret.
11854         (ret_ERRVAL): Likewise.
11856         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11857         use of PSEUDO_RET; perform the error check directly.
11859 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11861         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11862         with __int128_t.
11864 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11866         * malloc/malloc (malloc_info): Fix formatting.
11868 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11869             Roland McGrath  <roland@hack.frob.com>
11871         * malloc/malloc (malloc_info): Also print mmapped statistics.
11873 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11875         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11876         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11878 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11880         * malloc/malloc.c (malloc_info): Inline mi_arena.
11882 2014-05-29  Richard Henderson  <rth@twiddle.net>
11884         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11885         Remove comma before expanding ASM_ARGS_##nr.
11886         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11887         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11888         of ASM_ARGS_##nr.
11889         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11890         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11891         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11892         (ASM_ARGS_1): Add leading comma.
11894         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11895         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11896         to __errno_location.
11897         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11898         Remove the expected plt for __errno_location.
11900         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11901         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11902         call to __read_tp.
11904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11905         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11906         it and break it down.
11907         (DOCARGS_0, DOCARGS_1): Do nothing.
11908         (DOCARGS_2): Update to store into the new stack frame.
11909         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11910         (UNDOCARGS_1): Update to restore from the new stack frame.
11911         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11912         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11914         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11915         (SINGLE_THREAD_P): New parameter for result regno.
11916         (PSEUDO): Update to match; use cbz instead of beq.
11918         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11919         Use ENTRY to define the _nocancel entry point.  Share the syscall
11920         and syscall error check paths with the cancel path.
11921         (PSEUDO_END): New.
11923         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11924         whitespace; tabs before and after asm mnemonics.
11926 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11928         [BZ #15132]
11929         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11930         Call fstat64 or stat64 internally, depending on arguments passed.
11931         Replace stat buffer argument with file descriptor argument.
11932         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11933         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11934         Pass fd to __internal_statvfs instead of calling fstat64.
11935         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11936         Pass fd to __internal_statvfs64 instead of calling fstat64.
11937         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11938         Pass -1 to __internal_statvfs instead of calling stat64.
11939         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11940         Pass -1 to __internal_statvfs64 instead of calling stat64.
11942 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11944         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11945         that was previously under [RESET_PID].
11946         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11948         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11949         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11951 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11953         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11955         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11956         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11958 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11960         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11962 2014-05-27  Andreas Schwab  <schwab@suse.de>
11964         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11965         TLS_INIT_TP macro.
11966         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11967         * elf/rtld.c (init_tls, dl_main): Likewise.
11968         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11969         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11970         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11971         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11972         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11973         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11974         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11975         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11976         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11977         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11978         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11979         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11980         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11981         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11982         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11983         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11984         * sysdeps/generic/tls.h: Update description.
11986 2014-05-27  Will Newton  <will.newton@linaro.org>
11988         [BZ #16990]
11989         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11990         and restore r2 rather than just restoring.
11992 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11994         [BZ #16724]
11995         * libio/tst-ftell-append.c: New test case.
11996         * libio/Makefile (tests): Add test case.
11997         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11998         append mode.
11999         * libio/wfileops.c (do_ftell_wide): Likewise.
12001 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12005         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12006         ...
12007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12009         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12010         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12011         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12012         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12013         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12014         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12015         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12016         Moved ...
12017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12018         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12019         Moved ...
12020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12021         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12022         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12023         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12024         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12025         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12026         ...
12027         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12028         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12029         Moved ...
12030         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12031         here.
12032         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12033         ...
12034         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12035         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12036         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12038         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12039         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12040         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12041         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12043         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12044         merge into ...
12045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12046         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12047         ...
12048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12050         ...
12051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12052         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12053         Moved ...
12054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12055         here.
12056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12057         Moved ...
12058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12059         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12060         Moved ...
12061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12064         conditional [RESET_PID].
12065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12066         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12067         removed.
12068         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12069         removed.
12071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12072         <tcb-offsets.h>.
12073         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12074         (__libc_vfork): New strong alias.
12075         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12076         removed.
12077         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12078         Removed.
12080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12081         <tcb-offsets.h>.
12082         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12083         (__libc_vfork): New strong alias.
12084         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12085         removed.
12086         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12087         removed.
12089 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12091         * malloc/malloc.c (mi_arena): New function.
12092         (malloc_info): Remove nested function mi_arena. Call non-nosted
12093         function mi_arena.
12095 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12097         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12098         by insrwi.
12099         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12100         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12101         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12102         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12103         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12104         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12105         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12107 2014-05-26  Andreas Schwab  <schwab@suse.de>
12109         [BZ #16984]
12110         * locale/programs/repertoire.c (repertoire_read): Add slash
12111         between I18NPATH element and file name.
12112         * locale/programs/locfile.c (locfile_read): Likewise.
12114 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12116         * nptl/pthread_mutexattr_settype.c
12117         (__pthread_mutexattr_settype):
12118         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12120 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12122         * nptl/tst-mutex5 (do_test):
12123         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12125 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12127         * benchtests/README: Document 'init' directive.
12128         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12129         BENCH_INIT.
12130         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12131         (parse_file): Recognize 'init' directive.
12133 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12135         [BZ #16796]
12136         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12137         alignment of struct pthread.
12139 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12141         [BZ #16878]
12142         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12143         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12144         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12145         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12147 2014-05-25  Richard Henderson  <rth@twiddle.net>
12149         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12150         (SINGLE_THREAD_P_PIC): Remove.
12151         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12152         (SINGLE_THREAD_P_PIC): Remove.
12154         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12155         branch to syscall error ...
12156         (PSEUDO): ... here.
12157         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12158         from __local_syscall_error to .Lsyscall_error.
12159         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12160         (SYSCALL_ERROR): Update label name.
12162         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12163         Do not use DOARGS/UNDOARGS.
12164         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12165         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12166         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12167         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12168         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12170         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12171         block comment.
12173         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12174         define if !NOT_IN_libc.
12175         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12176         define with non-default symbol versions.
12178 2014-05-23  Richard Henderson  <rth@twiddle.net>
12180         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12181         (vfork, __vfork): Define via compat_symbol.
12183         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12184         [!HAVE_IFUNC] (vfork_compat): Remove.
12185         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12187 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12189         [BZ #16978]
12190         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12191         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12192         variable.
12194 2014-05-23  Richard Henderson  <rth@twiddle.net>
12196         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12197         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12198         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12199         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12201         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12202         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12203         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12204         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12205         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12206         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12207         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12208         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12209         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12210         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12211         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12212         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12213         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12214         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12215         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12216         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12217         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12218         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12219         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12220         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12221         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12222         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12223         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12224         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12225         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12226         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12227         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12228         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12229         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12230         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12231         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12232         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12233         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12234         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12235         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12236         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12237         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12238         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12239         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12240         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12241         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12242         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12243         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12244         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12245         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12246         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12247         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12248         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12249         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12250         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12251         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12252         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12253         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12254         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12255         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12256         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12258         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12259         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12260         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12261         before exiting on error.
12262         (__libc_vfork): New strong alias.
12263         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12264         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12266         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12267         that was previously under [RESET_PID].
12268         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12270         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12272 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12274         [BZ #16977]
12275         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12276         value when x - 1 is zero.
12277         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12278         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12279         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12280         0.0L for an argument of 1.0L.
12281         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12282         Likewise.
12283         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12284         value when x - 1 is zero.
12285         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12286         * sysdeps/i386/fpu/libm-test-ulps: Update.
12287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12289 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12291         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12292         alphasort and versionsort.
12294 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12296         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12297         macro.
12298         [copysignf]: Likewise.
12300 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12302         * crypt/md5-crypt.c: Fix formatting.
12304 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12306         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12307         (b64_from_24bit): New function.
12309 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12311         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12312         libc_hidden_builtin_def to ifunc.
12313         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12314         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12316 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12318         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12319         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12321 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12323         * nscd/Depend (linuxthreads): Remove.
12324         (nptl): Add.
12325         * resolv/Depend (linuxthreads): Remove.
12326         * rt/Depend (linuxthreads): Remove.
12328         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12329         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12330         $(common-objpfx)elf/.
12331         (link-libc-before-gnulib): Likewise.
12332         (elfobjdir): Remove variable.
12333         * Makefile (install): Use $(elf-objpfx) instead of
12334         $(common-objpfx)elf/.
12335         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12336         $(elfobjdir)/.
12337         (link-libc-deps): Likewise.
12338         ($(common-objpfx)libc.so): Likewise.
12339         ($(common-objpfx)linkobj/libc.so): Likewise.
12340         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12341         instead of $(common-objpfx)elf/.
12342         (symbolic-link-list): Likewise.
12343         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12344         [$(cross-compiling) = no]: Likewise.
12345         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12346         $(elfobjdir)/.
12347         (static-gnulib-arch): Likewise.
12348         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12349         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12350         $(common-objpfx)elf/.
12352 2014-05-21  Richard Henderson  <rth@redhat.com>
12354         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12355         (SINGLE_THREAD_P): Use the correct width load.  Fold
12356         into the ldr offset.
12358         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12359         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12361 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12363         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12364         (libgcc_s_resume): Use __attribute_used__.
12365         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12366         Likewise.
12368 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12370         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12371         optimization when used with float constants.
12373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12375 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12377         [BZ #16915]
12378         * locale/nl_langinfo_l.c: Make direct reference to every
12379         _nl_current_CATEGORY symbol.
12380         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12381         (tests-static): Add tst-langinfo-static.
12382         (tests-special): Add tst-langinfo-static.out.
12383         ($(objpfx)tst-langinfo.out): Redirect output.
12384         ($(objpfx)tst-langinfo-static.out): New.
12385         * localedata/tst-langinfo.sh: Send output to stdout.
12386         * localedata/tst-langinfo-static.c: New file.
12388         [BZ #16965]
12389         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12390         when the shift amount is modulo the limb size.
12392 2014-05-20  Richard Henderson  <rth@redhat.com>
12394         [BZ #16967]
12395         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12396         Change type of sa_flags from unsigned int to int.
12398         [BZ #16966]
12399         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12401         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12403 2014-05-20  Will Newton  <will.newton@linaro.org>
12405         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12406         Test the return value of the system call in the nocancel case.
12408 2014-05-20  Will Newton  <will.newton@linaro.org>
12409             Yvan Roux  <yvan.roux@linaro.org>
12411         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12412         #include of asm/ptrace.h.
12413         (PTRACE_GET_THREAD_AREA): Remove #undef.
12414         (PTRACE_GETHBPREGS): Likewise.
12415         (PTRACE_SETHBPREGS): Likewise.
12416         (struct user_regs_struct): New structure.
12417         (struct user_fpsimd_struct): New structure.
12418         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12419         #include of asm/ptrace.h and second #include of sys/user.h.
12420         (PTRACE_GET_THREAD_AREA): Remove #undef.
12421         (PTRACE_GETHBPREGS): Likewise.
12422         (PTRACE_SETHBPREGS): Likewise.
12423         (ELF_NGREG): Use new struct user_regs_struct.
12424         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12426 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12428         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12429         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12431 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12433         [BZ #16958]
12434         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12435         membar to avoid block loads/stores to overlap previous stores.
12437 2014-05-17  Richard Henderson  <rth@redhat.com>
12439         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12440         Create the __##syscall_name##_nocancel entry point.
12441         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12442         Remove; let the sysdep-cancel.h code create it.
12444 2014-05-17  David S. Miller  <davem@davemloft.net>
12446         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12447         Protect with __USE_GNU.
12448         (TIOCSET_TEMPT): Likewise.
12449         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12450         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12451         these are already provided in bits/ioctl-types.h
12453 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12455         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12456         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12458         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12459         Use wait4 regardless of [__NR_waitpid].
12461 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12463         PR libgcc/60166
12464         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12465         (_FP_NANSIGN_Q): Set the quiet bit.
12467 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12469         * benchtests/Makefile
12470         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12471         not $(common-objpfx)math/libm.so.
12472         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12473         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12474         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12475         $(common-objpfx)dlfcn/libdl.so.
12476         ($(objpfx)tst-audit8): Depend on $(libm), not
12477         $(common-objpfx)math/libm.so.
12478         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12479         not $(common-objpfx)dlfcn/libdl.so.
12480         * math/Makefile
12481         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12482         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12483         [$(build-shared) = yes].
12484         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12485         $(common-objpfx)nptl/libpthread.so.
12486         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12487         $(common-objpfx)math/libm.so$(libm.so-version) or
12488         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12489         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12490         $(common-objpfx)dlfcn/libdl.so.
12491         * setjmp/Makefile (link-libm): Remove variable.
12492         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12493         * stdio-common/Makefile (link-libm): Remove variable.
12494         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12495         * stdlib/Makefile (link-libm): Remove variable.
12496         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12497         ($(objpfx)tst-strtod-round): Likewise.
12498         ($(objpfx)tst-tininess): Likewise.
12499         ($(objpfx)tst-strtod-underflow): Likewise.
12500         ($(objpfx)tst-strtod6): Likewise.
12501         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12502         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12503         $(common-objpfx)dlfcn/libdl.so.
12505 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12507         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12508         BSD terminal modes definitions.
12510 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12512         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12513         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12515         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12516         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12517         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12518         Don't do #include_next.
12519         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12520         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12521         Don't do #include_next.
12522         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12523         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12524         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12525         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12527 2014-05-16  Allan McRae  <allan@archlinux.org>
12529         * po/sv.po: Update Swedish translation from translation project.
12531         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12532         in sed expression.
12534 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12536         [BZ #16917]
12537         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12538         errno if the TIOCGPTN ioctl fails with an error different than
12539         EINVAL.
12540         * login/tst-ptsname.c: New file.
12541         * login/Makefile (tests): Add tst-ptsname.
12543         [BZ #16943]
12544         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12545         and prlimit64.
12547 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12549         [BZ #16849]
12550         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12551         herrno to return EAI_AGAIN.
12553 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12555         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12556         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12557         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12558         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12559         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12560         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12561         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12562         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12563         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12564         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12566         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12567         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12568         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12569         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12570         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12572         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12573         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12574         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12575         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12576         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12577         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12578         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12579         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12580         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12581         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12582         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12583         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12584         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12585         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12586         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12588         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12589         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12590         Moved ...
12591         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12593         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12595         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12597         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12598         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12599         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12601         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12603         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12605         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12606         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12607         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12608         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12609         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12611         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12612         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12613         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12614         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12615         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12616         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12617         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12618         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12619         Moved ...
12620         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12622         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12624         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12626         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12627         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12628         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12630         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12631         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12632         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12634         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12635         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12636         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12638         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12639         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12640         Moved ...
12641         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12642         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12643         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12645         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12646         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12647         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12648         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12649         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12650         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12651         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12652         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12653         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12654         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12655         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12656         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12657         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12658         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12659         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12660         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12661         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12662         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12663         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12664         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12665         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12666         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12667         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12668         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12669         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12670         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12671         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12672         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12673         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12674         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12675         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12677         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12678         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12680         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12681         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12682         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12683         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12684         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12685         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12686         Moved ...
12687         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12688         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12689         Moved ...
12690         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12691         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12692         Moved ...
12693         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12694         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12695         Moved ...
12696         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12697         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12698         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12699         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12700         Moved ...
12701         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12702         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12703         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12704         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12705         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12706         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12707         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12708         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12709         Moved ...
12710         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12711         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12712         Moved ...
12713         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12714         ... here.
12715         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12716         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12717         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12718         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12719         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12720         Moved ...
12721         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12722         ... here.
12723         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12724         Moved ...
12725         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12726         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12727         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12728         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12729         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12730         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12731         Moved ...
12732         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12733         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12734         Moved ...
12735         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12736         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12737         Moved ...
12738         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12739         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12740         Moved ...
12741         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12742         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12743         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12744         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12745         Moved ...
12746         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12747         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12748         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12749         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12750         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12751         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12752         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12753         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12754         Moved ...
12755         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12756         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12757         Moved ...
12758         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12759         ... here.
12760         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12761         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12762         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12763         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12764         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12765         Moved ...
12766         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12767         ... here.
12768         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12769         Moved ...
12770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12771         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12772         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12773         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12774         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12775         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12776         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12777         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12778         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12779         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12780         Moved ...
12781         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12782         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12783         Moved ...
12784         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12785         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12786         Moved ...
12787         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12788         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12789         Moved ...
12790         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12791         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12792         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12793         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12794         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12795         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12796         Moved ...
12797         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12798         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12799         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12800         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12801         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12802         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12803         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12804         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12805         Moved ...
12806         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12807         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12808         Moved ...
12809         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12810         ... here.
12811         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12812         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12813         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12814         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12815         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12816         Moved ...
12817         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12818         ... here.
12819         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12820         Moved ...
12821         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12822         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12823         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12824         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12825         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12826         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12827         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12828         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12829         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12831         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12833         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12834         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12836         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12837         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12839         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12840         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12841         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12842         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12843         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12844         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12845         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12846         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12847         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12848         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12849         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12850         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12851         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12852         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12853         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12855         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12856         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12857         Moved ...
12858         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12859         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12860         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12861         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12862         Moved ...
12863         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12865         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12866         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12867         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12868         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12869         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12870         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12871         Moved ...
12872         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12873         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12874         Moved ...
12875         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12876         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12877         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12878         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12879         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12880         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12881         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12882         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12883         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12884         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12885         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12886         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12887         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12888         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12889         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12890         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12891         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12893         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12894         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12895         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12896         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12897         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12899         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12900         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12901         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12902         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12903         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12904         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12905         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12906         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12907         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12908         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12910         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12911         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12913         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12914         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12915         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12916         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12917         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12918         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12919         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12920         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12921         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12922         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12923         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12924         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12925         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12926         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12927         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12928         Update #include.
12929         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12930         Likewise.
12931         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12932         Likewise.
12933         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12934         Likewise.
12935         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12936         Likewise.
12937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12938         Likewise.
12939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12940         Likewise.
12941         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12942         Likewise.
12943         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12944         Likewise.
12945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12946         Likewise.
12947         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12948         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12949         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12950         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12951         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12952         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12953         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12954         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12955         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12956         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12957         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12958         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12959         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12960         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12961         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12963         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12964         that was previously under [RESET_PID].
12965         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12966         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12967         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12969         * sysdeps/i386/nptl/Implies: New file.
12970         * sysdeps/x86_64/nptl/Implies: New file.
12971         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12972         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12973         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12974         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12976         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12977         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12978         (__libc_vfork): New strong alias.
12979         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12980         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12982         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12983         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12984         (__libc_vfork): New strong alias.
12985         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12986         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12988         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12989         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12990         (__libc_vfork): New strong alias.
12991         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12992         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12993         * nptl/pt-vfork.c: New file.
12994         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12995         (libpthread: GLIBC_2.20): New version set (empty).
12997 2014-05-14  Will Newton  <will.newton@linaro.org>
12999         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13000         rather than #if.
13002 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13004         [BZ #16564]
13005         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13006         arguments with exponent 65 or above.
13007         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13008         arguments 0x1p113L or above.
13009         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13010         to arguments 0x1p107L or above.
13011         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13012         positive arguments with exponent 65 or above.
13013         * math/auto-libm-test-in: Add more tests of log1p.
13014         * math/auto-libm-test-out: Regenerated.
13016         [BZ #16928]
13017         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13018         non-finite arguments is +0.
13019         * math/s_cacosf.c (__cacosf): Likewise.
13020         * math/s_cacosl.c (__cacosl): Likewise.
13021         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13022         * sysdeps/i386/fpu/libm-test-ulps: Update.
13023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13025         [BZ #16927]
13026         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13027         value.
13028         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13029         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13030         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13031         for explicit high bit of mantissa when testing for argument equal
13032         to 1.
13033         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13034         * sysdeps/i386/fpu/libm-test-ulps: Update.
13035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13037         [BZ #16516]
13038         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13039         (__erf): Scale by 16 instead of 8 in potentially underflowing
13040         case.  Ensure exception if result actually underflows.
13041         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13042         (__erff): Scale by 16 instead of 8 in potentially underflowing
13043         case.  Ensure exception if result actually underflows.
13044         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13045         (efx8): Remove variable.
13046         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13047         case.  Ensure exception if result actually underflows.
13048         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13049         (efx8): Remove variable.
13050         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13051         case.  Ensure exception if result actually underflows.
13052         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13053         (efx8): Remove variable.
13054         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13055         case.  Ensure exception if result actually underflows.
13056         * math/auto-libm-test-in: Add more tests of erf.
13057         * math/auto-libm-test-out: Regenerated.
13059 2014-05-14  Andreas Schwab  <schwab@suse.de>
13061         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13062         Remove code conditionalized on USE___THREAD.
13064         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13065         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13066         not definedness.
13068 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13070         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13071         Define unconditionally.
13072         (__ASSUME_O_CLOEXEC): Likewise.
13073         (__ASSUME_SOCK_CLOEXEC): Likewise.
13074         (__ASSUME_IN_NONBLOCK): Likewise.
13075         (__ASSUME_PIPE2): Likewise.
13076         (__ASSUME_EVENTFD2): Likewise.
13077         (__ASSUME_SIGNALFD4): Likewise.
13078         (__ASSUME_DUP3): Likewise.
13079         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13080         (__ASSUME_DUP3): Do not define.
13081         (__ASSUME_EVENTFD2): Likewise.
13082         (__ASSUME_IN_NONBLOCK): Likewise.
13083         (__ASSUME_O_CLOEXEC): Likewise.
13084         (__ASSUME_PIPE2): Likewise.
13085         (__ASSUME_SIGNALFD4): Likewise.
13086         (__ASSUME_SOCK_CLOEXEC): Likewise.
13087         (__ASSUME_UTIMES): Undefine.
13088         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13089         (__ASSUME_UTIMES): Do not define.
13090         (__ASSUME_O_CLOEXEC): Likewise.
13091         (__ASSUME_SOCK_CLOEXEC): Likewise.
13092         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13093         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13094         0x020621].
13095         (__ASSUME_PIPE2): Likewise.
13096         (__ASSUME_EVENTFD2): Likewise.
13097         (__ASSUME_SIGNALFD4): Likewise.
13098         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13099         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13100         Do not define.
13101         (__ASSUME_EVENTFD2): Likewise.
13102         (__ASSUME_SIGNALFD4): Likewise.
13103         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13104         (__ASSUME_32BITUIDS): Likewise.
13105         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13106         (__ASSUME_IPC64): Likewise.
13107         (__ASSUME_ST_INO_64_BIT): Likewise.
13108         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13109         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13110         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13111         (__ASSUME_UTIMES): Do not define.
13112         (__ASSUME_PSELECT): Likewise.
13113         (__ASSUME_PPOLL): Likewise.
13114         (__ASSUME_O_CLOEXEC): Likewise.
13115         (__ASSUME_SOCK_CLOEXEC): Likewise.
13116         (__ASSUME_IN_NONBLOCK): Likewise.
13117         (__ASSUME_PIPE2): Likewise.
13118         (__ASSUME_EVENTFD2): Likewise.
13119         (__ASSUME_SIGNALFD4): Likewise.
13120         (__ASSUME_DUP3): Likewise.
13121         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13122         (__ASSUME_UTIMES): Likewise.
13123         (__ASSUME_O_CLOEXEC): Likewise.
13124         (__ASSUME_SOCK_CLOEXEC): Likewise.
13125         (__ASSUME_IN_NONBLOCK): Likewise.
13126         (__ASSUME_PIPE2): Likewise.
13127         (__ASSUME_EVENTFD2): Likewise.
13128         (__ASSUME_SIGNALFD4): Likewise.
13129         (__ASSUME_DUP3): Likewise.
13130         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13131         (__ASSUME_UTIMES): Likewise.
13132         (__ASSUME_O_CLOEXEC): Likewise.
13133         (__ASSUME_SOCK_CLOEXEC): Likewise.
13134         (__ASSUME_IN_NONBLOCK): Likewise.
13135         (__ASSUME_PIPE2): Likewise.
13136         (__ASSUME_EVENTFD2): Likewise.
13137         (__ASSUME_SIGNALFD4): Likewise.
13138         (__ASSUME_DUP3): Likewise.
13139         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13140         Likewise.
13141         (__ASSUME_UTIMES): Likewise.
13142         (__ASSUME_EVENTFD2): Likewise.
13143         (__ASSUME_SIGNALFD4): Likewise.
13144         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13145         (__ASSUME_O_CLOEXEC): Likewise.
13146         (__ASSUME_SOCK_CLOEXEC): Likewise.
13147         (__ASSUME_IN_NONBLOCK): Likewise.
13148         (__ASSUME_PIPE2): Likewise.
13149         (__ASSUME_EVENTFD2): Likewise.
13150         (__ASSUME_SIGNALFD4): Likewise.
13151         (__ASSUME_DUP3): Likewise.
13152         (__ASSUME_UTIMES): Undefine.
13154         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13155         feclearexcept.  Remove symbol versioning code.
13156         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13157         symbol versioning code.
13158         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13159         symbol versioning code.
13160         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13161         feupdateenv.  Remove symbol versioning code.
13162         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13163         fegetexceptflag.  Remove symbol versioning code.
13164         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13165         fesetexceptflag.  Remove symbol versioning code.
13166         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13167         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13168         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13169         (__posix_fadvise64_l32): Remove prototype.
13170         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13171         code.
13173 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13175         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13176         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13177         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13178         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13180 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13182         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13183         current working directory
13185 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13187         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13188         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13189         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13190         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13191         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13192         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13193         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13194         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13195         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13196         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13197         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13198         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13199         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13200         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13201         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13202         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13203         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13204         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13205         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13206         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13207         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13208         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13209         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13210         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13211         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13212         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13213         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13214         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13215         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13216         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13217         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13218         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13219         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13220         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13221         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13222         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13223         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13224         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13225         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13226         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13227         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13228         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13230         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13231         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13233         * sysdeps/unix/sysv/linux/arm/Makefile
13234         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13235         Add rt-aeabi_unwind_cpp_pr1.
13236         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13237         Add nptl-aeabi_unwind_cpp_pr1.
13238         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13239         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13240         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13241         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13242         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13243         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13245         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13246         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13247         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13248         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13250         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13251         Deconditionalize the code that was previously under [RESET_PID].
13252         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13254         * sysdeps/generic/exit-thread.h: New file.
13255         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13256         * include/unistd.h (__exit_thread): Remove declaration.
13257         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13258         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13259         * csu/libc-start.c: Include <exit-thread.h>.
13260         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13261         * nptl/pthread_create.c: Include <exit-thread.h>.
13262         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13263         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13264         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13265         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13266         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13267         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13268         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13269         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13270         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13271         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13272         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13273         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13274         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13275         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13276         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13277         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13278         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13280 2014-05-13  Andreas Schwab  <schwab@suse.de>
13282         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13284 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13286         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13287         (__ASSUME_UTIMES): Do not condition on kernel version.
13288         (__ASSUME_PSELECT): Define unconditionally.
13289         (__ASSUME_PPOLL): Likewise.
13290         (__ASSUME_ATFCTS): Likewise.
13291         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13292         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13293         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13294         (__ASSUME_UTIMENSAT): Define unconditionally.
13295         (__ASSUME_PRIVATE_FUTEX): Likewise.
13296         (__ASSUME_FALLOCATE): Likewise.
13297         (__ASSUME_O_CLOEXEC): Likewise.
13298         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13299         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13300         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13301         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13302         (__ASSUME_IN_NONBLOCK): Likewise.
13303         (__ASSUME_PIPE2): Likewise.
13304         (__ASSUME_EVENTFD2): Likewise.
13305         (__ASSUME_SIGNALFD4): Likewise.
13306         (__ASSUME_DUP3): Likewise.
13307         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13308         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13309         (__ASSUME_AT_RANDOM): Likewise.
13310         (__ASSUME_PREADV): Likewise.
13311         (__ASSUME_PWRITEV): Likewise.
13312         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13313         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13314         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13315         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13316         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13317         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13318         (__ASSUME_O_CLOEXEC): Define unconditionally.
13319         (__ASSUME_PSELECT): Do not undefine conditionally.
13320         (__ASSUME_PPOLL): Likewise.
13321         (__ASSUME_ATFCTS): Likewise.
13322         (__ASSUME_SET_ROBUST_LIST): Likewise.
13323         (__ASSUME_UTIMENSAT): Likewise.
13324         (__ASSUME_FDATASYNC): Define unconditionally.
13325         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13326         (__ASSUME_SIGFRAME_V2): Likewise.
13327         )__ASSUME_EVENTFD2): Likewise.
13328         (__ASSUME_SIGNALFD4): Likewise.
13329         (__ASSUME_PSELECT): Do not undefine conditionally.
13330         (__ASSUME_PPOLL): Likewise.
13331         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13332         (__ASSUME_PSELECT): Define unconditionally.
13333         (__ASSUME_PPOLL): Likewise.
13334         (__ASSUME_O_CLOEXEC): Likewise.
13335         (__ASSUME_SOCK_CLOEXEC): Likewise.
13336         (__ASSUME_IN_NONBLOCK): Likewise.
13337         (__ASSUME_PIPE2): Likewise.
13338         (__ASSUME_EVENTFD2): Likewise.
13339         (__ASSUME_SIGNALFD4): Likewise.
13340         (__ASSUME_DUP3): Likewise.
13341         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13342         (__ASSUME_O_CLOEXEC): Likewise.
13343         (__ASSUME_SOCK_CLOEXEC): Likewise.
13344         (__ASSUME_IN_NONBLOCK): Likewise.
13345         (__ASSUME_PIPE2): Likewise.
13346         (__ASSUME_EVENTFD2): Likewise.
13347         (__ASSUME_SIGNALFD4): Likewise.
13348         (__ASSUME_DUP3): Likewise.
13349         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13350         (__ASSUME_EVENTFD2): Likewise.
13351         (__ASSUME_SIGNALFD4): Likewise.
13352         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13354 2014-05-12  Andreas Schwab  <schwab@suse.de>
13356         [BZ #16932]
13357         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13358         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13359         than maximum RPC packet size.
13360         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13361         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13362         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13363         (_nss_nis_getservbyport_r): Likewise.
13365 2014-05-12  Will Newton  <will.newton@linaro.org>
13367         * malloc/Makefile (tests): Add tst-mallopt.
13368         * malloc/tst-mallopt.c: New file.
13370 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13372         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13373         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13375 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13377         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13378         (tst-tlsmod6.so): Likewise.
13380 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13382         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13384 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13386         [BZ #16064]
13387         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13388         and <dl-procinfo.h>.
13389         (__fegetenv): Save SSE state in envp->__eip if supported.
13390         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13391         envp->__eip if supported.
13392         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13393         and <dl-procinfo.h>.
13394         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13395         __data_offset and __data_selector in environment to 0.  Set SSE
13396         state if supported.
13397         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13398         test-fenv-sse.
13399         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13400         -mfpmath=sse.
13401         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13403 2014-05-09  Will Newton  <will.newton@linaro.org>
13405         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13406         and libc_relro_required for ARM.
13407         * sysdeps/arm/preconfigure: Regenerate.
13409 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13410             Stefan Liebler  <stli@linux.vnet.ibm.com>
13412         * config.make.in (enable-lock-elision): New Makefile variable.
13413         * configure.ac: Likewise.
13414         * configure: Regenerate.
13415         * sysdeps/s390/configure.ac:
13416         Add check for gcc transactions support.
13417         * sysdeps/s390/configure: Regenerate.
13418         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13419         Build elision files if enabled.
13420         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13421         Add lock elision support for s390.
13422         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13423         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13424         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13425         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13426         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13427         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13428         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13429         Likewise.
13430         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13431         Likewise.
13432         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13433         Likewise.
13434         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13435         Likewise.
13436         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13437         (__lll_timedlock_elision, __lll_lock_elision)
13438         (__lll_unlock_elision, __lll_trylock_elision)
13439         (lll_timedlock_elision, lll_lock_elision)
13440         (lll_unlock_elision, lll_trylock_elision): Add.
13441         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13442         (pthread_mutex_t): Add lock elision support for s390.
13444 2014-05-14  Wilco  <wdijkstr@arm.com>
13446         * sysdeps/arm/fclrexcpt.c: Cleanup.
13447         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13448         * sysdeps/arm/feenablxcpt.c: Cleanup.
13449         * sysdeps/arm/fegetenv.c: Cleanup.
13450         * sysdeps/arm/fegetexcept.c: Cleanup.
13451         * sysdeps/arm/fegetround.c: Cleanup.
13452         * sysdeps/arm/feholdexcpt.c: Cleanup.
13453         * sysdeps/arm/fesetenv.c: Cleanup.
13454         * sysdeps/arm/fesetround.c: Cleanup.
13455         * sysdeps/arm/feupdateenv.c: Cleanup.
13456         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13457         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13458         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13459         * sysdeps/arm/ftestexcept.c: Cleanup.
13460         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13461         * sysdeps/arm/setfpucw.c: Cleanup.
13463 2014-05-09  Will Newton  <will.newton@linaro.org>
13465         * sysdeps/arm/armv7/strcmp.S: New file.
13466         * NEWS: Mention addition of ARMv7 optimized strcmp.
13468 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13470         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13471         look for %.ac rather than %.in.
13473         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13474         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13475         * sysdeps/mach/hurd/configure: Regenerated.
13476         * sysdeps/unix/sysv/linux/configure: Regenerated.
13478         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13480 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13482         [BZ# 16922]
13483         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13484         (LONG_SUB): Ditto.
13485         (PTR_SUB): Ditto.
13487 2014-05-07  Andreas Schwab  <schwab@suse.de>
13489         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13490         when skipping over non-matching result from nscd.
13492 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13494         [BZ #16876]
13495         * nptl/sockperf.c (client): Check socket return value.
13497         [BZ #16877]
13498         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13499         nscd security class.
13501 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13503         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13504         * sysdeps/arm/unwind.h: ... here.
13506 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13508         [BZ# 16916]
13509         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13510         Define.
13512 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13514         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13515         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13516         multiarch strncpy for PPC64.
13517         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13518         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13520         multiarch optimizations.
13521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13522         (__libc_ifunc_impl_list): Likewise.
13523         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13524         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13525         multiarch stpncpy for PPC64.
13526         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13527         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13529 2014-05-06  Andreas Schwab  <schwab@suse.de>
13531         [BZ #16912]
13532         * gmon/mcount.c (_MCOUNT_DECL): Use
13533         atomic_compare_and_exchange_bool_acq instead of
13534         catomic_compare_and_exchange_bool_acq.
13536 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13538         * elf/Makefile (others, install-bin): Remove pldd.
13539         (pldd-modules): Variable removed.
13540         ($(objpfx)pldd): Target removed.
13541         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13542         (others, install-bin): Append pldd here.
13543         ($(objpfx)pldd): New target.
13545         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13546         to 0, so the first #if test emitted later doesn't see it undefined.
13547         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13548         * sysdeps/gnu/errlist.c: Regenerated.
13550 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13552         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13553         [libc_hidden_builtin_def]: Define to empty value.
13554         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13555         [libc_hidden_builtin_def]: Likewise.
13556         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13557         [libc_hidden_builtin_def]: Likewise.
13558         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13559         [libc_hidden_builtin_def]: Likewise.
13560         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13561         __redirect_memcpy and define ifunc as default hidden symbol.
13562         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13563         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13565 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13567         * locale/iso-4217.def: Reintroduce XDR currency.
13569 2014-05-04  Allan McRae  <allan@archlinux.org>
13571         * po/eo.po: Update Esperanto translation from translation project.
13573 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13575         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13576         and FEATURE_INDEX_MAX to 1.
13577         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13579 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13581         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13582         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13583         * iconvdata/big5.c (ONE_DIRECTION): Define.
13584         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13585         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13586         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13587         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13588         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13589         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13590         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13591         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13592         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13593         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13594         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13595         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13596         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13597         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13598         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13599         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13600         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13601         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13602         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13603         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13604         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13605         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13606         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13607         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13608         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13609         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13610         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13611         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13612         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13613         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13614         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13615         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13616         * iconvdata/johab.c (ONE_DIRECTION): Define.
13617         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13618         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13619         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13620         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13621         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13622         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13623         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13624         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13625         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13626         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13628 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13630         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13631         (_IO_JUMPS_OFFSET): Define to 0.
13633         * nptl/sysdeps/pthread/bits/libc-lock.h
13634         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13635         (__libc_lock_define_initialized_recursive): Always define using
13636         initializer.  Modern compilers treat uninitialized (implicit zero) and
13637         explicit zero initializers the same (i.e. put the datum in bss).
13639 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13641         * nscd/nscd-client.h: Include <string.h>.
13643 2014-05-01  David S. Miller  <davem@davemloft.net>
13645         [BZ #16885]
13646         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13647         multiple zero bytes exist at the end of a string.
13648         Reported by Aurelien Jarno <aurelien@aurel32.net>
13650         * string/test-strcmp.c (check): Add explicit test for situations where
13651         there are multiple zero bytes after the first.
13653 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13655         [BZ #16890]
13656         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13657         when compiling wprintf.
13658         * stdio-common/tstdiomisc.c (t3): New function.
13659         (main): Call it.
13661 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13663         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13664         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13665         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13666         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13668 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13670         * stdlib/longlong.h: Updated from GCC.
13672 2014-05-01  Will Newton  <will.newton@linaro.org>
13673             Bernard Ogden  <bernie.ogden@linaro.org>
13675         * NEWS: Update fixed bug list.
13677         [BZ #15119]
13678         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13680 2014-04-30  David S. Miller  <davem@davemloft.net>
13682         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13683         (libc_feholdexcept_setround_sparc_ctx): New function.
13684         (libc_fesetenv_sparc_ctx): Likewise.
13685         (libc_feupdateenv_sparc_ctx): Likewise.
13686         (libc_feholdsetround_sparc_ctx): Likewise.
13687         (libc_feholdexcept_setround_ctx): Define.
13688         (libc_feholdexcept_setroundf_ctx): Likewise.
13689         (libc_feholdexcept_setroundl_ctx): Likewise.
13690         (libc_fesetenv_ctx): Likewise.
13691         (libc_fesetenvf_ctx): Likewise.
13692         (libc_fesetenvl_ctx): Likewise.
13693         (libc_feupdateenv_ctx): Likewise.
13694         (libc_feupdateenvf_ctx): Likewise.
13695         (libc_feupdateenvl_ctx): Likewise.
13696         (libc_feresetround_ctx): Likewise.
13697         (libc_feresetroundf_ctx): Likewise.
13698         (libc_feresetroundl_ctx): Likewise.
13699         (libc_feholdsetround_ctx): Likewise.
13700         (libc_feholdsetroundf_ctx): Likewise.
13701         (libc_feholdsetroundl_ctx): Likewise.
13703         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13704         with __USE_GNU instead of XOPEN cpp guards.
13706         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13707         0.
13709         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13710         with XOPEN cpp guards.
13712 2014-04-30  Julian Brown  <julian@codesourcery.com>
13714         [BZ #16888]
13715         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13716         handling.
13718 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13720         [BZ #9894]
13721         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13722         Change to 2.6.32.
13723         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13724         * sysdeps/unix/sysv/linux/configure: Regenerated.
13725         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13726         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13727         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13728         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13729         * README: Update reference to required Linux kernel version.
13730         * manual/install.texi (Linux): Update reference to required Linux
13731         kernel headers version.
13732         * INSTALL: Regenerated.
13734         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13735         header inclusion.
13736         [POSIX] (limits.h): Likewise.
13737         [POSIX] (math.h): Likewise.
13738         [POSIX] (sys/wait.h): Likewise.
13739         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13740         function.
13741         [POSIX] (stddef.h): Do not allow header inclusion.
13743 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13745         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13747 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13749         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13750         Return immediately after lll_futex_wake.
13752 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13754         [BZ #16791]
13755         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13756         structure.
13757         (datahead_init_pos): Call datahead_init_common early.
13758         (datahead_init_neg): Likewise.
13760         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13761         datahead_init_neg): New functions.
13762         * nscd/aicache.c (addhstaiX): Use them.
13763         * nscd/grpcache.c (cache_addgr): Likewise.
13764         * nscd/hstcache.c (cache_addhst): Likewise.
13765         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13766         * nscd/netgroupcache.c (do_notfound): Likewise.
13767         (addgetnetgrentX): Likewise.
13768         (addinnetgrX): Likewise.
13769         * nscd/pwdcache.c (cache_addpw): Likewise.
13770         * nscd/servicescache.c (cache_addserv): Likewise.
13772 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13773             Atsushi Onoe  <atsushi@onoe.org>
13775         [BZ #14308]
13776         [BZ #12994]
13777         [BZ #13651]
13778         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13779         one response is valid.
13780         * resolv/res_send.c (send_dg): Check for validity of other
13781         response if the current response is a referral.
13783 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13785         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13787 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13789         [BZ #16823]
13790         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13791         Always divide by positive zero when computing -Inf result.
13792         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13793         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13795 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13797         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13798         FPSCR if value do not change.
13799         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13800         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13801         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13802         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13803         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13804         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13805         function.
13807 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13809         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13810         * sysdeps/unix/sysv/linux/hppa: Move directory from
13811         ports/systeps/unix/sysv/linux/hppa.
13812         * README: Update listing for hppa-*-linux-gnu.
13814 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13816         [BZ #16754]
13817         * manual/stdio.texi (Hook functions): Fix types of stream hook
13818         functions.
13819         [BZ #16854]
13820         * socket/sys/socket.h: Fix typo in comment.
13822 2014-04-28  Wilco  <wdijkstr@arm.com>
13824         * sysdeps/arm/fenv_private.h: New file.
13825         * sysdeps/arm/math_private.h: New file.
13826         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13828 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13830         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13831         with __int128_t.
13832         (La_x86_64_retval): Likewise.
13834 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13836         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13837         fpsr if value didn't change.
13838         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13839         to fpcr if value didn't change.
13840         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13841         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13842         fpsr or fpcr if value didn't change.
13843         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13844         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13845         fpcr if value didn't change.
13846         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13847         to fpsr if value didn't change.
13849 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13851         * nptl/tst-sem3.c: Use test-skeleton.c
13852         (main): Rename to do_test.  Use return instead of
13853         exit.
13854         * nptl/tst-sem4.c: Use test-skeleton.c
13855         (main): Rename to do_test.
13857 2014-04-22  David S. Miller  <davem@davemloft.net>
13859         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13860         (struct sigaction): New struct member __glibc_reserved0, change
13861         type of sa_flags to int.
13863 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13865         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13866         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13868 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13870         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13871         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13873 2014-04-22  Will Newton  <will.newton@linaro.org>
13874             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13876         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13877         (__longjmp): Add longjmp and longjmp_target SystemTap
13878         probes.
13879         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13880         (__sigsetjmp): Add setjmp SystemTap probe.
13882 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13884         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13885         match manual order.
13887 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13889         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13891         * sysdeps/powerpc/fpu/fenv_private.h
13892         (libc_feholdexcept_setroundl_ctx): Define to
13893         libc_feholdexcept_setround_ppc_ctx.
13894         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13895         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13896         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13897         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13899 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13901         * sysdeps/aarch64/math-tests.h: New file.
13903 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13905         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13906         New.
13907         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13908         Check and set bit_AVX2_Usable.
13909         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13910         macro.
13911         (bit_AVX2): Likewise.
13912         (index_AVX2_Usable): Likewise.
13913         (CPUID_AVX2): Likewise.
13914         (HAS_AVX2): Likewise.
13916 2014-04-17  Will Newton  <will.newton@linaro.org>
13918         * manual/setjmp.texi (System V contexts): Add note that
13919         calling setcontext on a context created by a call to a
13920         signal handler is undefined.  Update text to note that
13921         setcontext from a signal handler is possible but not
13922         recommended.
13924         [BZ #16629]
13925         * stdlib/tst-setcontext.c: Include signal.h.
13926         (main): Check that the signal stack before and
13927         after swapcontext is the same.
13929         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13930         Re-implement to restore registers in user code and avoid
13931         rt_sigreturn system call.
13933 2014-04-17  Wilco  <wdijkstr@arm.com>
13935         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13936         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13937         * math/test-fenv.c: Skip exception trap tests on targets which only
13938         support non-stop mode.
13940 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13941             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13943         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13944         (libc_feholdsetround_aarch64_ctx)
13945         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13946         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13947         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13948         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13949         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13950         (libc_feresetround_noexl_ctx): Define.
13952 2014-04-16  Richard Henderson  <rth@redhat.com>
13954         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13956         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13957         unwind tables.
13959         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13960         const from the non-libc, non-ldso copy.
13962         * sysdeps/alpha/libm-test-ulps: Regenerate.
13964 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13965             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13967         * sysdeps/aarch64/fpu/math_private.h: New file.
13969 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13971         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13973 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13975         [BZ #16275]
13976         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13977         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13978         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13979         Intel MPX bound registers before _dl_profile_fixup.
13980         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13981         registers after _dl_profile_fixup.  Save and restore bound
13982         registers bnd0/bnd1 when calling _dl_call_pltexit.
13983         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13984         (LR_BND_OFFSET): Likewise.
13985         (LRV_BND0_OFFSET): Likewise.
13986         (LRV_BND1_OFFSET): Likewise.
13988 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13990         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13991         to...
13992         * sysdeps/mach/hurd/i386/tls.h: ... here.
13993         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13994         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13995         fields.
13997 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13999         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14001 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14003         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14005 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14007         [BZ #14770]
14008         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14009         * sysdeps/s390/configure: Regenerate.
14011         [BZ #16824]
14012         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14013         Set round-to-nearest internally to reduce error accumulation.
14015 2014-04-16  Alan Modra  <amodra@gmail.com>
14017         [BZ #16740]
14018         [BZ #16619]
14019         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14020         * math/libm-test.inc (frexp_test_data): Add tests.
14021         * NEWS: Update fixed bug list.
14023 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14025         * benchtests/Makefile: Depend on libraries in build directory.
14026         (bench-math): Separate out math tests.
14027         (bench-pthread): Separate out pthread tests.
14028         (bench): Include math and pthread tests.
14030 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14032         [BZ #16831]
14033         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14034         _dl_debug_initialize.
14036         * configure.ac: Remove SELinux header check.
14037         * configure: Regenerate.
14038         * nscd/selinux.c (perms): Array of const char* to permission names.
14039         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14040         default policy. Call string_to_security_class and string_to_av_perm to
14041         translate strings. Enforce default policy and call avs_has_perm with
14042         results of translated strings.
14044 2014-04-13  David S. Miller  <davem@davemloft.net>
14046         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14048 2014-04-12  Allan McRae  <allan@archlinux.org>
14050         [BZ #16838]
14051         * manual/string.texi (Collation Functions): Fix qsort argument
14052         order in example.
14053         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14055 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14057         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14058         Make the test a no-op if there are no exceptions defined.
14060 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14062         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14063         enable-hardcoded-path-in-tests
14065 2014-04-11  Will Newton  <will.newton@linaro.org>
14067         * benchtests/Makefile (extra-objs): Add json-lib.o.
14068         (bench-func): Tidy up JSON output.
14069         * benchtests/bench-skeleton.c: Include json-lib.h.
14070         (main): Use JSON library functions to do output of
14071         benchmark results.
14072         * benchtests/bench-timing-type.c (main): Output the
14073         timing type simply, leaving formatting to the user.
14074         * benchtests/json-lib.c: New file.
14075         * benchtests/json-lib.h: Likewise.
14077 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14079         [BZ #15215]
14080         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14081         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14082         memory barriers.  Add comments.
14083         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14084         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14085         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14086         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14087         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14088         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14090 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14092         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14093         * sysdeps/s390/s390-64/configure.ac: ... this ...
14094         * sysdeps/s390/configure.ac: ... to here.
14095         * sysdeps/s390/s390-32/configure: Delete file.
14096         * sysdeps/s390/s390-64/configure: Delete file.
14097         * sysdeps/s390/configure: Regenerate.
14099 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14101         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14103 2014-04-11  Will Newton  <will.newton@linaro.org>
14105         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14106         to zero if it is not defined elsewhere.  (mtrim): Test
14107         the value of MALLOC_DEBUG with #if rather than #ifdef.
14109 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14111         * benchtests/pthread_once-inputs: New file.
14112         * benchtests/pthread_once-source.c: New file.
14113         * benchtests/README: Update documentation.
14115 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14116             H.J. Lu  <hongjiu.lu@intel.com>
14118         [BZ #16275]
14119         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14120         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14121         * sysdeps/x86_64/configure: Regenerated.
14122         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14123         macro.
14124         (REGISTER_SAVE_RAX): Likewise.
14125         (REGISTER_SAVE_RCX): Likewise.
14126         (REGISTER_SAVE_RDX): Likewise.
14127         (REGISTER_SAVE_RSI): Likewise.
14128         (REGISTER_SAVE_RDI): Likewise.
14129         (REGISTER_SAVE_R8): Likewise.
14130         (REGISTER_SAVE_R9): Likewise.
14131         (REGISTER_SAVE_BND0): Likewise.
14132         (REGISTER_SAVE_BND1): Likewise.
14133         (REGISTER_SAVE_BND2): Likewise.
14134         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14135         bound registers when calling _dl_fixup.
14137 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14139         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14140         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14141         of its definition.
14142         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14143         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14144         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14145         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14146         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14147         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14148         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14150 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14152         [BZ #15514]
14153         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14154         pathconf(_PC_NAME_MAX).
14156 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14158         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14159         Remove macro usage.
14160         (__PTHREAD_SPINS): Move definition to ...
14161         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14162         (__PTHREAD_SPINS): ... here.
14163         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14164         (__PTHREAD_SPIN): Likewise.
14165         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14166         (__PTHREAD_SPIN): Likewise.
14167         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14168         (__PTHREAD_SPIN): Likewise.
14169         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14170         (__PTHREAD_SPIN): Likewise.
14171         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14172         (__PTHREAD_SPIN): Likewise.
14173         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14174         (__PTHREAD_SPIN): Likewise.
14175         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14176         (__PTHREAD_SPIN): Likewise.
14177         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14178         (__PTHREAD_SPIN): Likewise.
14179         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14180         (__PTHREAD_SPIN): Likewise.
14181         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14182         (__PTHREAD_SPIN): Likewise.
14183         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14184         (__PTHREAD_SPIN): Likewise.
14185         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14186         (__PTHREAD_SPIN): Likewise.
14188         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14189         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14190         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14191         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14192         imply folder.
14193         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14194         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14195         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14196         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14197         correct imply path.
14198         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14199         strlen symbol for non multi-arch builds.
14200         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14201         missing hidden_def and weak_alias.
14203 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14205         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14207 2014-04-07  Will Newton  <will.newton@linaro.org>
14209         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14210         and contents.  [!_LIBC] Remove #ifndef and contents.
14211         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14212         * string/memccpy.c (__memccpy): Use ANSI prototype.
14213         * string/memfrob.c (memfrob): Likewise.
14214         * string/strcoll.c (STRCOLL): Likewise.
14215         * string/strlen.c (strlen): Likewise.
14216         * string/strtok.c (STRTOK): Likewise.
14217         * string/strcat.c: Remove unused #include of memcopy.h.
14218         (strcat): Use ANSI prototype.
14219         * string/strchr.c: Remove unused #include of memcopy.h.
14220         (strchr): Use ANSI prototype.
14221         * string/strcmp.c: Remove unused #include of memcopy.h.
14222         (strcmp): Use ANSI prototype.
14223         * string/strcpy.c: Remove unused #include of memcopy.h.
14224         (strcpy): Use ANSI prototype.
14226 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14228         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14229         * config.make.in (config-extra-cppflags): Set it from
14230         libc_extra_cppflags.
14231         * configure.ac (libc_extra_cflags): Make it accumulate over
14232         configure fragments.
14233         (libc_extra_cppflags): New flag.
14234         * configure. Regenerate.
14235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14236         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14237         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14240         [BZ #16815]
14241         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14242         result for FE_DOWNWARD rounding mode.
14243         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14244         Likewise.
14245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14247 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14249         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14250         in function argument name.
14252 2014-04-03  David Svoboda  <svoboda@cert.org>
14254         [BZ #5666]
14255         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14256         explicitly.
14258 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14260         * elf/dl-unmap-segments.h: New file.
14261         * sysdeps/generic/ldsodefs.h
14262         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14263         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14264         * elf/dl-fptr.c: Likewise.
14265         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14266         * sysdeps/aarch64/tlsdesc.c: Likewise.
14267         * sysdeps/arm/tlsdesc.c: Likewise.
14268         * sysdeps/i386/tlsdesc.c: Likewise.
14269         * sysdeps/tile/dl-runtime.c: Likewise.
14270         * sysdeps/x86_64/tlsdesc.c: Likewise.
14271         * elf/dl-load.h: New file.
14272         * elf/dl-load.c: Include it.
14273         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14274         Macros moved to dl-load.h.
14275         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14276         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14277         Use _dl_unmap_segments in place of __munmap.
14278         Break out segment-mapping loop into ...
14279         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14281 2014-04-03  Will Newton  <will.newton@linaro.org>
14283         * elf/dl-lookup.c (do_lookup_x): Remove comment
14284         referring to nested function and move variable
14285         declarations down to before first use.
14287 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14289         [BZ #16799]
14290         [BZ #16800]
14291         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14292         with 0 numerator.
14293         * math/s_catanf.c (__catanf): Likewise.
14294         * math/s_catanh.c (__catanh): Likewise.
14295         * math/s_catanhf.c (__catanhf): Likewise.
14296         * math/s_catanhl.c (__catanhl): Likewise.
14297         * math/s_catanl.c (__catanl): Likewise.
14298         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14299         by positive zero when computing -Inf result.
14300         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14301         (catanh_test): Likewise.
14302         * sysdeps/i386/fpu/libm-test-ulps: Update.
14303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14305         [BZ #16789]
14306         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14307         instead of using underflowing value in computing result.
14308         * math/s_clog10.c (__clog10): Likewise.
14309         * math/s_clog10f.c (__clog10f): Likewise.
14310         * math/s_clog10l.c (__clog10l): Likewise.
14311         * math/s_clogf.c (__clogf): Likewise.
14312         * math/s_clogl.c (__clogl): Likewise.
14313         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14314         (clog10_test): Likewise.
14315         * sysdeps/i386/fpu/libm-test-ulps: Update.
14316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14318 2014-04-02  Alan Modra  <amodra@gmail.com>
14320         [BZ #16739]
14321         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14322         output when value is near a power of two.  Use int64_t for lx and
14323         remove casts.  Use decimal rather than hex exponent constants.
14324         Don't use long double multiplication when double will suffice.
14325         * math/libm-test.inc (nextafter_test_data): Add tests.
14326         * NEWS: Add 16739 and 16786 to bug list.
14328         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14330         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14332 2014-04-01  Will Newton  <will.newton@linaro.org>
14334         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14335         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14337 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14339         [BZ #13347]
14340         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14341         * nptl/tst-setuid2.c: New file.
14342         * nptl/Makefile (xtests): Add tst-setuid2.
14344 2014-04-01  Alan Modra  <amodra@gmail.com>
14346         [BZ #16786]
14347         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14349 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14351         [BZ #6803]
14352         [BZ #6804]
14353         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14354         set errno as appropriate.
14355         * math/w_scalbf.c (__scalbf): Likewise.
14356         * math/w_scalbl.c (__scalbl): Likewise.
14357         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14358         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14359         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14360         Add more NaN tests.
14362         [BZ #16349]
14363         * math/w_atan2.c: Include <errno.h>.
14364         (__atan2): Set errno for result underflowing to zero.
14365         * math/w_atan2f.c: Include <errno.h>.
14366         (__atan2f): Set errno for result underflowing to zero.
14367         * math/w_atan2l.c: Include <errno.h>.
14368         (__atan2l): Set errno for result underflowing to zero.
14369         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14370         tests.
14371         * math/auto-libm-test-out: Regenerated.
14373 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14375         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14376         Encode instruction correctly in little endian.
14377         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14378         Likewise.
14379         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14380         Likewise.
14381         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14382         Likewise.
14383         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14384         Likewise.
14386 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14388         [BZ #9894]
14389         * sysdeps/unix/sysv/linux/kernel-features.h
14390         [__sparc__ && !__arch64__ && !__sparc_v9__]
14391         (__ASSUME_SET_ROBUST_LIST): Do not define.
14392         [__sparc__ && !__arch64__ && !__sparc_v9__]
14393         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14394         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14395         Likewise.
14396         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14397         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14398         (__ASSUME_REQUEUE_PI): Likewise.
14399         (__ASSUME_SET_ROBUST_LIST): Likewise.
14400         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14401         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14402         Undefine.
14403         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14404         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14405         Likewise.
14406         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14407         Likewise.
14408         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14409         Likewise.
14410         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14411         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14412         Undefine.
14413         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14414         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14415         Likewise.
14417         [BZ #16648]
14418         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14419         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14420         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14422 2014-03-31  Will Newton  <will.newton@linaro.org>
14424         * benchtests/Makefile (bench): Add ffs and ffsll to list
14425         of tests.
14426         * benchtests/ffs-inputs: New file.
14427         * benchtests/ffsll-inputs: Likewise.
14429 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14431         [BZ #16770]
14432         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14433         too large before casting to int.
14434         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14435         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14436         * math/libm-test.inc (scalb_test_data): Add more tests.
14438 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14440         * benchtests/Makefile (DETAILED_OPT): New make option.
14441         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14442         set.
14443         * benchtests/bench-skeleton.c: Include stdbool.h.
14444         (main): Store and print timings per input.
14445         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14446         member to each argument value.
14447         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14448         (_print_arg_data): Initialize per-input timing to 0.
14450         * benchtests/Makefile (timing-type): New binary.
14451         (bench-clean): Also remove bench-timing-type.
14452         (bench): New target for timing-type.
14453         (bench-func): Print output in JSON format.
14454         * benchtests/bench-skeleton.c (main): Print output in JSON
14455         format.
14456         * benchtests/bench-timing-type.c: New file.
14457         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14458         (TIMING_PRINT_STATS): Remove.
14459         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14460         name separately.
14462         * benchtests/bench-modf.c: Remove.
14463         * benchtests/modf-inputs: New inputs file.
14465 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14467         [BZ #16362]
14468         * math/s_clog10.c (M_PI_LOG10E): New macro.
14469         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14470         imaginary parts are 0.
14471         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14472         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14473         imaginary parts are 0.
14474         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14475         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14476         imaginary parts are 0.
14477         * math/libm-test.inc (clog10_test_data): Update expected results
14478         for when real and imaginary parts are 0.
14480 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14482         * elf/dl-load.c: Finish conversion of __builtin_expect into
14483         __glibc_{un}likely.
14485 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14487         [BZ #16348]
14488         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14489         1+x for argument with exponent below -67.
14490         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14491         Likewise.
14492         * math/auto-libm-test-in: Add more tests of exp.
14493         * math/auto-libm-test-out: Regenerated.
14495 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14497         [BZ #16759]
14498         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14499         (nscd_getnetgrent): Use it.
14501         [BZ #16760]
14502         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14503         of stpcpy.
14505 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14507         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14508         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14509         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14510         (lll_robust_unlock): Remove out of line section. Use cfi
14511         intrinsics.
14512         (LLL_STUB_UNWIND_INFO*): Remove.
14513         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14514         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14515         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14516         (lll_robust_unlock): Remove out of line section. Use cfi
14517         intrinsics.
14518         (LLL_STUB_UNWIND_INFO*): Remove.
14520 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14522         [BZ #16758]
14523         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14524         blank values.
14526 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14528         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14530 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14532         [BZ #16198]
14533         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14534         fnstenv.
14535         * math/test-fenv-preserve.c: New file.
14536         * math/Makefile (tests): Add test-fenv-preserve.
14538 2014-03-26  Will Newton <will.newton@linaro.org>
14540         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14542 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14544         * scripts/versionlist.awk: Partition the version sets and emit all
14545         GLIBC_* (sorted) before all others (sorted).
14547 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14549         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14550         GLIBC_2.2.5 version.
14552 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14554         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14555         calls.
14557         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14558         previous change.
14560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14562 2014-03-25  Andreas Schwab  <schwab@suse.de>
14564         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14565         label to be used after in6ailist is initialized.
14567 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14569         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14570         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14572 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14574         [BZ #16357]
14575         [BZ #16599]
14576         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14577         min_plus_half.
14578         (fp_formats): Update initializers.
14579         (init_fp_formats): Initialize new field.
14580         (output_for_one_input_case): Allow underflow for results up to
14581         min_plus_half.
14582         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14583         * math/auto-libm-test-in: Don't mark some underflows from asin and
14584         atanh as spurious.
14585         * math/auto-libm-test-out: Regenerated.
14586         * sysdeps/i386/fpu/libm-test-ulps: Update.
14587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14589 2014-03-25  Andreas Schwab  <schwab@suse.de>
14591         * libio/Makefile (tst-ftell-partial-wide-ENV)
14592         (tst-ftell-active-handler-ENV): Define.
14594 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14596         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14598 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14600         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14602 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14604         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14605         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14606         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14608 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14610         [BZ #16634]
14611         * elf/dl-load.c (open_verify): Add mode parameter.
14612         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14613         (open_path): Change from boolean 'secure' to complete flag 'mode'
14614         (_dl_map_object): Adjust.
14615         * elf/Makefile (tests): Add tst-dlopen-aout.
14616         * elf/tst-dlopen-aout.c: New test.
14618 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14620         [BZ #16714]
14621         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14622         (struct stat): Rename member pad0 to __glibc_reserved0.
14624         [BZ #16712]
14625         * sysdeps/s390/s390-32/bits/wordsize.h
14626         (__WORDSIZE32_SIZE_ULONG): New define.
14627         * sysdeps/s390/s390-64/bits/wordsize.h
14628         (__WORDSIZE32_SIZE_ULONG): Likewise.
14629         * sysdeps/generic/stdint.h (SIZE_MAX):
14630         Define as UL if __WORDSIZE32_SIZE_ULONG.
14632         [BZ #16713]
14633         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14634         (__glibc_reserved0): New variable.
14635         (sa_flags): Change type to int.
14637         * posix/Makefile (before-compile): Use += before-compile instead
14638         of a :=.
14640         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14641         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14643 2014-03-20  Andreas Schwab  <schwab@suse.de>
14645         [BZ #16743]
14646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14647         non-matching result from nscd.
14649 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14651         * scripts/bench.py: Moved to ...
14652         * benchtests/scripts/bench.py: ... here.
14653         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14655 2014-03-24  Andreas Schwab  <schwab@suse.de>
14657         [BZ #16002]
14658         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14659         alloca_account and account alloca use for struct in6ailist.
14661 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14663         [BZ #16284]
14664         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14665         rounding mode to recompute results that overflow to infinity or
14666         underflow to zero.
14667         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14668         bug 16284.
14669         * math/auto-libm-test-out: Regenerated.
14670         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14671         (ccosh_test): Likewise.
14672         (csin_test_data): Use plus_oflow.
14673         (csin_test): Use ALL_RM_TEST.
14674         (csinh_test_data): Use plus_oflow.
14675         (csinh_test): Use ALL_RM_TEST.
14676         * sysdeps/i386/fpu/libm-test-ulps: Update.
14677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14679 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14681         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14682         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14683         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14685         [BZ #16731]
14686         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14687         when x - 1 is zero.
14688         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14689         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14690         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14691         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14692         argument is 1.
14693         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14694         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14695         zero.
14696         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14697         * sysdeps/i386/fpu/libm-test-ulps: Update.
14698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14700 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14702         * scripts/bench.pl: Remove file.
14703         * scripts/bench.py: New benchmark script.
14704         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14705         * benchtests/README: Mention python dependency.
14706         * scripts/pylintrc: New file.
14707         * scripts/pylint: New file.
14709         * bits/mathdef.h: Use #ifdef instead of #if.
14710         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14711         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14712         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14713         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14714         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14715         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14717 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14718             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14720         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14722         and strpbrk-ppc64 objects.
14723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14724         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14725         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14726         multiarch strpbrk for POWER7.
14727         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14728         multiarch strpbrk for PPC64.
14729         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14730         ifunc selector.
14731         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14732         strpbrk for POWER7.
14734 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14736         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14737         (atan_test): Likewise.
14738         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14739         (atanh_test): Use ALL_RM_TEST.
14740         (atan2_test_data): Likewise.
14741         (cabs_test): Likewise.
14742         (cacosh_test): Likewise.
14743         (carg_test): Likewise.
14744         (casin_test): Likewise.
14745         (casinh_test): Likewise.
14746         (cbrt_test): Likewise.
14747         (csqrt_test): Likewise.
14748         (erf_test): Likewise.
14749         (erfc_test): Likewise.
14750         (pow10_test): Likewise.
14751         (exp2_test): Likewise.
14752         (hypot_test): Likewise.
14753         (j0_test): Likewise.
14754         (j1_test): Likewise.
14755         (lgamma_test): Likewise.
14756         (gamma_test): Likewise.
14757         (sincos_test): Likewise.
14758         (tanh_test): Likewise.
14759         (y0_test): Likewise.
14760         (y1_test): Likewise.
14761         * sysdeps/i386/fpu/libm-test-ulps: Update.
14762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14764 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14766         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14767         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14768         and strcspn-ppc64 objects.
14769         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14770         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14771         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14772         multiarch strcspn for POWER7.
14773         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14774         multiarch strcspn for PPC64.
14775         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14776         ifunc selector.
14777         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14778         strcspn for POWER7.
14780 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14782         * math/gen-libm-test.pl (generate_testfile): Expect only function
14783         name as argument to AUTO_TESTS_* and pass results for all rounding
14784         modes to parse_args.
14785         (parse_auto_input): Separate inputs of automatic tests from
14786         outputs before storing in %auto_tests.
14787         * math/libm-test.inc (acos_test_data): Update call to
14788         AUTO_TESTS_f_f.
14789         (acos_test): Use ALL_RM_TEST.
14790         (acos_tonearest_test_data): Remove.
14791         (acos_test_tonearest): Likewise.
14792         (acos_towardzero_test_data): Likewise.
14793         (acos_test_towardzero): Likewise.
14794         (acos_downward_test_data): Likewise.
14795         (acos_test_downward): Likewise.
14796         (acos_upward_test_data): Likewise.
14797         (acos_test_upward): Likewise.
14798         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14799         (asin_test_data): Likewise.
14800         (asin_test): Use ALL_RM_TEST.
14801         (asin_tonearest_test_data): Remove.
14802         (asin_test_tonearest): Likewise.
14803         (asin_towardzero_test_data): Likewise.
14804         (asin_test_towardzero): Likewise.
14805         (asin_downward_test_data): Likewise.
14806         (asin_test_downward): Likewise.
14807         (asin_upward_test_data): Likewise.
14808         (asin_test_upward): Likewise.
14809         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14810         (atan_test_data): Likewise.
14811         (atanh_test_data): Likewise.
14812         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14813         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14814         (carg_test_data): Likewise.
14815         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14816         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14817         (ccosh_test_data): Likewise.
14818         (cexp_test_data): Likewise.
14819         (clog_test_data): Likewise.
14820         (clog10_test_data): Likewise.
14821         (cos_test_data): Update call to AUTO_TESTS_f_f.
14822         (cos_test): Use ALL_RM_TEST.
14823         (cos_tonearest_test_data): Remove.
14824         (cos_test_tonearest): Likewise.
14825         (cos_towardzero_test_data): Likewise.
14826         (cos_test_towardzero): Likewise.
14827         (cos_downward_test_data): Likewise.
14828         (cos_test_downward): Likewise.
14829         (cos_upward_test_data): Likewise.
14830         (cos_test_upward): Likewise.
14831         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14832         (cosh_test): Use ALL_RM_TEST.
14833         (cosh_tonearest_test_data): Remove.
14834         (cosh_test_tonearest): Likewise.
14835         (cosh_towardzero_test_data): Likewise.
14836         (cosh_test_towardzero): Likewise.
14837         (cosh_downward_test_data): Likewise.
14838         (cosh_test_downward): Likewise.
14839         (cosh_upward_test_data): Likewise.
14840         (cosh_test_upward): Likewise.
14841         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14842         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14843         (ctan_test_data): Likewise.
14844         (ctan_test): Use ALL_RM_TEST.
14845         (ctan_tonearest_test_data): Remove.
14846         (ctan_test_tonearest): Likewise.
14847         (ctan_towardzero_test_data): Likewise.
14848         (ctan_test_towardzero): Likewise.
14849         (ctan_downward_test_data): Likewise.
14850         (ctan_test_downward): Likewise.
14851         (ctan_upward_test_data): Likewise.
14852         (ctan_test_upward): Likewise.
14853         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14854         (ctanh_test): Use ALL_RM_TEST.
14855         (ctanh_tonearest_test_data): Remove.
14856         (ctanh_test_tonearest): Likewise.
14857         (ctanh_towardzero_test_data): Likewise.
14858         (ctanh_test_towardzero): Likewise.
14859         (ctanh_downward_test_data): Likewise.
14860         (ctanh_test_downward): Likewise.
14861         (ctanh_upward_test_data): Likewise.
14862         (ctanh_test_upward): Likewise.
14863         (erf_test_data): Update call to AUTO_TESTS_f_f.
14864         (erfc_test_data): Likewise.
14865         (exp_test_data): Likewise.
14866         (exp_test): Use ALL_RM_TEST.
14867         (exp_tonearest_test_data): Remove.
14868         (exp_test_tonearest): Likewise.
14869         (exp_towardzero_test_data): Likewise.
14870         (exp_test_towardzero): Likewise.
14871         (exp_downward_test_data): Likewise.
14872         (exp_test_downward): Likewise.
14873         (exp_upward_test_data): Likewise.
14874         (exp_test_upward): Likewise.
14875         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14876         (exp10_test): Use ALL_RM_TEST.
14877         (exp10_tonearest_test_data): Remove.
14878         (exp10_test_tonearest): Likewise.
14879         (exp10_towardzero_test_data): Likewise.
14880         (exp10_test_towardzero): Likewise.
14881         (exp10_downward_test_data): Likewise.
14882         (exp10_test_downward): Likewise.
14883         (exp10_upward_test_data): Likewise.
14884         (exp10_test_upward): Likewise.
14885         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14886         (expm1_test_data): Likewise.
14887         (expm1_test): Use ALL_RM_TEST.
14888         (expm1_tonearest_test_data): Remove.
14889         (expm1_test_tonearest): Likewise.
14890         (expm1_towardzero_test_data): Likewise.
14891         (expm1_test_towardzero): Likewise.
14892         (expm1_downward_test_data): Likewise.
14893         (expm1_test_downward): Likewise.
14894         (expm1_upward_test_data): Likewise.
14895         (expm1_test_upward): Likewise.
14896         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14897         (fma_test): Use ALL_RM_TEST.
14898         (fma_towardzero_test_data): Remove.
14899         (fma_test_towardzero): Likewise.
14900         (fma_downward_test_data): Likewise.
14901         (fma_test_downward): Likewise.
14902         (fma_upward_test_data): Likewise.
14903         (fma_test_upward): Likewise.
14904         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14905         (j0_test_data): Update call to AUTO_TESTS_f_f.
14906         (j1_test_data): Likewise.
14907         (jn_test_data): Update call to AUTO_TESTS_if_f.
14908         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14909         (log_test_data): Update call to AUTO_TESTS_f_f.
14910         (log10_test_data): Likewise.
14911         (log1p_test_data): Likewise.
14912         (log2_test_data): Likewise.
14913         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14914         (pow_tonearest_test_data): Likewise.
14915         (sin_test_data): Update call to AUTO_TESTS_f_f.
14916         (sin_test): Use ALL_RM_TEST.
14917         (sin_tonearest_test_data): Remove.
14918         (sin_test_tonearest): Likewise.
14919         (sin_towardzero_test_data): Likewise.
14920         (sin_test_towardzero): Likewise.
14921         (sin_downward_test_data): Likewise.
14922         (sin_test_downward): Likewise.
14923         (sin_upward_test_data): Likewise.
14924         (sin_test_upward): Likewise.
14925         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14926         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14927         (sinh_test): Use ALL_RM_TEST.
14928         (sinh_tonearest_test_data): Remove.
14929         (sinh_test_tonearest): Likewise.
14930         (sinh_towardzero_test_data): Likewise.
14931         (sinh_test_towardzero): Likewise.
14932         (sinh_downward_test_data): Likewise.
14933         (sinh_test_downward): Likewise.
14934         (sinh_upward_test_data): Likewise.
14935         (sinh_test_upward): Likewise.
14936         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14937         (sqrt_test): Use ALL_RM_TEST.
14938         (sqrt_tonearest_test_data): Remove.
14939         (sqrt_test_tonearest): Likewise.
14940         (sqrt_towardzero_test_data): Likewise.
14941         (sqrt_test_towardzero): Likewise.
14942         (sqrt_downward_test_data): Likewise.
14943         (sqrt_test_downward): Likewise.
14944         (sqrt_upward_test_data): Likewise.
14945         (sqrt_test_upward): Likewise.
14946         (tan_test_data): Update call to AUTO_TESTS_f_f.
14947         (tan_test): Use ALL_RM_TEST.
14948         (tan_tonearest_test_data): Remove.
14949         (tan_test_tonearest): Likewise.
14950         (tan_towardzero_test_data): Likewise.
14951         (tan_test_towardzero): Likewise.
14952         (tan_downward_test_data): Likewise.
14953         (tan_test_downward): Likewise.
14954         (tan_upward_test_data): Likewise.
14955         (tan_test_upward): Likewise.
14956         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14957         (tgamma_test_data): Likewise.
14958         (y0_test_data): Likewise.
14959         (y1_test_data): Likewise.
14960         (yn_test_data): Update call to AUTO_TESTS_if_f.
14961         (main): Do not call removed functions.
14963 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14965         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14966         (ldexp_test_data): Remove.
14967         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14968         scalbn_test_data.
14969         (scalb_test): Use ALL_RM_TEST.
14971 2014-03-19  Andreas Schwab  <schwab@suse.de>
14973         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14975 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14977         [BZ #16649]
14978         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14979         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14980         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14981         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14982         (__ASSUME_PREADV): Undefine.
14983         (__ASSUME_PWRITEV): Likewise.
14985 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14987         * bits/mman-linux.h: Add comment about non-Linux use.
14988         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14989         bits/mman-linux.h resting place.
14991         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14992         * bits/mman-linux.h: ... here.
14994 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14996         * conform/conformtest.pl: Add standard definition when calling C
14997         preprocessor on data files.
14998         (checknamespace): Remove unused variable.
15000 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15002         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15003         minus_oflow, plus_uflow and minus_uflow in expected results.
15004         * math/libm-test.inc (scalbn_test_data): Add more tests of
15005         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15006         minus_uflow.
15007         (scalbn_test): Use ALL_RM_TEST.
15008         (scalbln_test_data): Add more tests of negative arguments.  Use
15009         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15010         (scalbln_test): Use ALL_RM_TEST.
15012 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15014         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15016 2014-03-18  Will Newton  <will.newton@linaro.org>
15018         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15019         inaccurate comment.
15021 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15023         * Makerules [!subdir] (check-abi): Exit with error status if a
15024         test failed.
15026 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15028         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15029         for rint.  Include results for all rounding modes.
15030         (nearbyint_test): Use ALL_RM_TEST.
15031         (rint_test_data): Include all tests used for nearbyint.
15033 2014-03-17  Will Newton  <will.newton@linaro.org>
15035         * nptl/sysdeps/pthread/pthread.h: Revert previous
15036         change.
15038         * sysdeps/generic/ldsodefs.h: Revert previous
15039         change.
15041         * libio/genops.c: Revert previous change.
15042         * libio/libioP.h: Likewise.
15043         * stdio-common/vfprintf.c: Likewise.
15045         * sysdeps/generic/math_private.h: Revert previous
15046         change.
15048         * sysdeps/generic/math_private.h: Check whether
15049         HAVE_RM_CTX is defined with #ifdef rather
15050         than #if.
15052         * argp/argp-fmtstream.h: Check whether
15053         __STRICT_ANSI__ is defined with #ifdef rather
15054         than #if.
15055         * argp/argp.h: Likewise.
15057         * libio/genops.c: Check whether
15058         _IO_JUMPS_OFFSET is defined with #ifdef rather
15059         than #if.
15060         * libio/libioP.h: Likewise.
15061         * stdio-common/vfprintf.c: Likewise.
15063         * sysdeps/generic/ldsodefs.h: Check whether
15064         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15065         than #if.
15067         * nptl/sysdeps/pthread/pthread.h: Check
15068         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15069         its value.
15071 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15073         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15074         setting O_APPEND.
15075         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15076         test case.
15078         [BZ #16680]
15079         * libio/fileops.c (_IO_file_open): Seek to end of file but
15080         don't cache the offset.
15081         (get_file_offset): Remove function.
15082         (do_ftell): Use cached offset when available.
15083         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15084         don't cache the offset.
15085         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15086         case.
15087         (do_one_test): Call it.
15088         (do_ftell_test): Fix up expected old offset for a+ mode.
15089         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15090         available.
15092         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15093         up test status with function return status.
15094         (do_write_test): Likewise.
15095         (do_append_test): Likewise.
15097         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15098         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15099         Remove.
15101 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15103         * math/gen-libm-test.pl (parse_args): Handle results specified for
15104         each rounding mode separately.
15105         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15106         tests and results from lrint_tonearest_test_data,
15107         lrint_towardzero_test_data, lrint_downward_test_data and
15108         lrint_upward_test_data.
15109         (lrint_test): Use ALL_RM_TEST.
15110         (lrint_tonearest_test_data): Remove.
15111         (lrint_test_tonearest): Likewise.
15112         (lrint_towardzero_test_data): Likewise.
15113         (lrint_test_towardzero): Likewise.
15114         (lrint_downward_test_data): Likewise.
15115         (lrint_test_downward): Likewise.
15116         (lrint_upward_test_data): Likewise.
15117         (lrint_test_upward): Likewise.
15118         (llrint_test_data): Merge in per-rounding-mode tests and results
15119         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15120         llrint_downward_test_data and llrint_upward_test_data.
15121         (llrint_test): Use ALL_RM_TEST.
15122         (llrint_tonearest_test_data): Remove.
15123         (llrint_test_tonearest): Likewise.
15124         (llrint_towardzero_test_data): Likewise.
15125         (llrint_test_towardzero): Likewise.
15126         (llrint_downward_test_data): Likewise.
15127         (llrint_test_downward): Likewise.
15128         (llrint_upward_test_data): Likewise.
15129         (llrint_test_upward): Likewise.
15130         (rint_test_data): Merge in per-rounding-mode tests and results
15131         from rint_tonearest_test_data, rint_towardzero_test_data,
15132         rint_downward_test_data and rint_upward_test_data.  Add
15133         per-rounding-mode results for tests not in those arrays.
15134         (rint_test): Use ALL_RM_TEST.
15135         (rint_tonearest_test_data): Remove.
15136         (rint_test_tonearest): Likewise.
15137         (rint_towardzero_test_data): Likewise.
15138         (rint_test_towardzero): Likewise.
15139         (rint_downward_test_data): Likewise.
15140         (rint_test_downward): Likewise.
15141         (rint_upward_test_data): Likewise.
15142         (rint_test_upward): Likewise.
15143         (main): Don't call removed functions.
15145 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15147         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15148         "Compiled on ..." crapola.  It is anti-useful.
15150 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15152         * scripts/evaluate-test.sh: Handle fourth argument to determine
15153         whether test run should stop on failure.
15154         * Makeconfig (stop-on-test-failure): New variable.
15155         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15156         $(stop-on-test-failure).
15157         * Makefile (tests): Give a summary of results from testing and
15158         exit with failure status if they include an ERROR or FAIL.
15159         (xtests): Likewise.
15160         * manual/install.texi (Configuring and compiling): Mention
15161         stop-on-test-failure=y.
15162         * INSTALL: Regenerated.
15164 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15166         * scripts/versionlist.awk: New file.
15167         * Makerules [$(build-shared) = yes]
15168         (postclean-generated): Add Versions.def, not Versions.def.v and
15169         Versions.def.v.i.
15170         ($(common-objpfx)Versions.def.v.i): Target removed.
15171         ($(common-objpfx)Versions.def): New target.
15172         ($(common-objpfx)Versions.all): Depend on that rather that
15173         $(common-objpfx)Versions.def.v.
15174         * Versions.def: File removed.
15176         * Makeconfig (+gccwarn): Add -Wundef.
15177         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15178         a dl-sysdep.h breaking its contract.
15179         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15180         * include/stackinfo.h: New file.
15181         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15182         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15183         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15184         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15185         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15186         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15187         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15188         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15189         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15190         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15191         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15192         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15193         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15194         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15195         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15197 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15199         [BZ #16707]
15200         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15201         implementation.
15202         * math/libm-test.inc (round_test_data): Add more tests.
15204         [BZ #16706]
15205         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15206         implementation.
15207         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15209         [BZ #16701]
15210         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15211         implementation.
15212         * math/libm-test.inc (ceil_test_data): Add more tests.
15214         * math/libm-test.inc (trunc_test_data): Add more tests related to
15215         BZ#16414.
15217 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15219         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15220         with #if rather than #ifdef.
15221         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15223 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15225         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15226         first.  Disable AVX-512 GCC support if assembler doesn't support
15227         it.
15228         * sysdeps/x86_64/configure: Regenerated.
15230 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15232         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15233         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15234         (__old_pthread_attr_setstack): Likewise.
15235         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15236         [!_STACK_GROWS_DOWN]: Likewise.
15238 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15240         * config.make.in (have-bash2): Delete.
15241         * configure.ac (libc_cv_have_bash2): Delete.
15242         * configure: Regenerate.
15243         * elf/Makefile (common-ldd-rewrite): Rename to ...
15244         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15245         (sh-ldd-rewrite): Delete.
15246         (bash-ldd-rewrite): Delete.
15247         (have-bash2): Delete checks.
15248         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15249         ldd-rewrite.
15251         * config.make.in (have-ksh): Delete.
15252         (KSH): Delete.
15253         * configure.ac (libc_cv_have_ksh): Delete.
15254         * configure: Regenerate.
15256         * elf/Makefile: Delete $(have-ksh) check.
15257         ($(objpfx)sotruss): Change KSH to BASH.
15258         * elf/sotruss.ksh: Rename to ...
15259         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15260         function style to match POSIX.  Drop ksh vim mode setting.
15262         * manual/time.texi (Specifying the Time Zone with TZ): Change
15263         Tuesday to Thursday.
15265         * debug/tst-longjmp_chk2.c: Update header comment.
15266         (stackoverflow_handler): Add comment.  Call assert on pass value.
15268 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15270         [BZ #16194]
15271         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15272         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15273         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15274         (La_x86_64_vector): Add zmm.
15275         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15276         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15277         ($(objpfx)tst-audit10): New target.
15278         ($(objpfx)tst-audit10.out): Likewise.
15279         (tst-audit10-ENV): New.
15280         (AVX512-CFLAGS): Likewise.
15281         (CFLAGS-tst-audit10.c): Likewise.
15282         (CFLAGS-tst-auditmod10a.c): Likewise.
15283         (CFLAGS-tst-auditmod10b.c): Likewise.
15284         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15285         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15286         * sysdeps/x86_64/configure: Regenerated.
15287         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15288         AVX-512 zmm register support.
15289         (_dl_x86_64_save_sse): Likewise.
15290         (_dl_x86_64_restore_sse): Likewise.
15291         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15292         size vector registers.
15293         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15294         (ZMM_SIZE): Likewise.
15295         * sysdeps/x86_64/tst-audit10.c: New file.
15296         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15297         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15299 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15301         * configure.ac (HAVE_EHDR_START): New check.
15302         * configure: Regenerated.
15303         * config.h.in (HAVE_EHDR_START): New #undef.
15304         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15305         assuming the lowest-addressed segment maps the start of the file.
15307 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15309         * INSTALL: Regenerated.
15311 2014-03-13  Will Newton  <will.newton@linaro.org>
15313         * manual/setjmp.texi (System V contexts): Improve
15314         clarity and grammar of documentation.
15316 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15318         [BZ #16381]
15319         * elf/Makefile (tests): Add tst-pie2.
15320         (tests-pie): Add tst-pie2.
15321         * elf/tst-pie2.c: New file.
15322         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15323         for ET_EXEC.
15324         * elf/rtld.c (map_doit): Load executable as lt_executable.
15325         (dl_main): Likewise.
15327 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15329         [BZ #16642]
15330         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15331         (__ASSUME_PSELECT): Undefine.
15333 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15335         [BZ #16689]
15336         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15337         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15338         static build.
15339         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15340         selector for static builds.
15342 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15344         [BZ #16695]
15345         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15346         key in the buffer.
15348 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15350         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15351         IFUNC selector for static builds.
15353 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15355         * sysdeps/mips/math_private.h [__mips_hard_float]
15356         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15357         libc_feresetround_mips_ctx.
15358         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15359         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15360         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15362         [BZ #16677]
15363         * math/s_nextafter.c (__nextafter): Do not return value from
15364         overflowing computation.
15365         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15366         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15367         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15368         Likewise.
15369         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15370         Likewise.
15371         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15372         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15374 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15376         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15377         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15378         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15379         the new mov targetting sp.
15381 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15383         [BZ #16683]
15384         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15385         Define it for static builds as well.
15386         (NO_BZERO_IMPL): Likewise.
15388 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15390         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15391         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15392         multiarch strspn for PPC64.
15393         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15394         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15396         (__libc_ifunc_impl_list): Likewise.
15397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15398         multiarch optimizations
15399         * string/strspn.c (strspn): Using macro to redefine symbol name.
15401 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15402             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15404         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15405         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15406         multiarch strncat for PPC64.
15407         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15408         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15409         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15410         (__libc_ifunc_impl_list): Likewise.
15411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15412         multiarch optimizations
15414 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15416         [BZ #16639]
15417         * nscd/nscd.service: Make service type forking.
15419 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15421         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15422         sign in non default rounding modes.
15423         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15425 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15427         * math/libm-test.inc (ALL_RM_TEST): New macro.
15428         (ceil_test): Use ALL_RM_TEST.
15429         (cimag_test): Likewise.
15430         (conj_test): Likewise.
15431         (copysign_test): Likewise.
15432         (cproj_test): Likewise.
15433         (creal_test): Likewise.
15434         (fabs_test): Likewise.
15435         (floor_test): Likewise.
15436         (fmax_test): Likewise.
15437         (fmin_test): Likewise.
15438         (fmod_test): Likewise.
15439         (fpclassify_test): Likewise.
15440         (frexp_test): Likewise.
15441         (ilogb_test): Likewise.
15442         (isfinite_test): Likewise.
15443         (finite_test): Likewise.
15444         (isgreater_test): Likewise.
15445         (isgreaterequal_test): Likewise.
15446         (isinf_test): Likewise.
15447         (isless_test): Likewise.
15448         (islessequal_test): Likewise.
15449         (islessgreater_test): Likewise.
15450         (isnan_test): Likewise.
15451         (isnormal_test): Likewise.
15452         (issignaling_test): Likewise.
15453         (isunordered_test): Likewise.
15454         (logb_test): Likewise.
15455         (logb_downward_test_data): Remove.
15456         (logb_test_downward): Likewise.
15457         (lround_test): Use ALL_RM_TEST.
15458         (llround_test): Likewise.
15459         (modf_test): Likewise.
15460         (nexttoward_test): Likewise.
15461         (remainder_test): Likewise.
15462         (drem_test): Likewise.
15463         (remainder_tonearest_test_data): Likewise.
15464         (remainder_test_tonearest): Likewise.
15465         (drem_test_tonearest): Likewise.
15466         (remainder_towardzero_test_data): Likewise.
15467         (remainder_test_towardzero): Likewise.
15468         (drem_test_towardzero): Likewise.
15469         (remainder_downward_test_data): Likewise.
15470         (remainder_test_downward): Likewise.
15471         (drem_test_downward): Likewise.
15472         (remainder_upward_test_data): Likewise.
15473         (remainder_test_upward): Likewise.
15474         (drem_test_upward): Likewise.
15475         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15476         (round_test): Use ALL_RM_TEST.
15477         (signbit_test): Likewise.
15478         (trunc_test): Likewise.
15479         (significand_test): Likewise.
15480         (main): Don't call removed functions.
15482 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15484         [BZ #16674]
15485         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15486         || __USE_XOPEN2K8].
15487         (ILL_ILLOPN): Likewise.
15488         (ILL_ILLADR): Likewise.
15489         (ILL_ILLTRP): Likewise.
15490         (ILL_PRVOPC): Likewise.
15491         (ILL_PRVREG): Likewise.
15492         (ILL_COPROC): Likewise.
15493         (ILL_BADSTK): Likewise.
15494         (FPE_INTDIV): Likewise.
15495         (FPE_INTOVF): Likewise.
15496         (FPE_FLTDIV): Likewise.
15497         (FPE_FLTOVF): Likewise.
15498         (FPE_FLTUND): Likewise.
15499         (FPE_FLTRES): Likewise.
15500         (FPE_FLTINV): Likewise.
15501         (FPE_FLTSUB): Likewise.
15502         (SEGV_MAPERR): Likewise.
15503         (SEGV_ACCERR): Likewise.
15504         (BUS_ADRALN): Likewise.
15505         (BUS_ADRERR): Likewise.
15506         (BUS_OBJERR): Likewise.
15507         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15508         (TRAP_TRACE): Likewise.
15509         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15510         __USE_XOPEN2K8].
15511         (CLD_KILLED): Likewise.
15512         (CLD_DUMPED): Likewise.
15513         (CLD_TRAPPED): Likewise.
15514         (CLD_STOPPED): Likewise.
15515         (CLD_CONTINUED): Likewise.
15516         (POLL_IN): Likewise.
15517         (POLL_OUT): Likewise.
15518         (POLL_MSG): Likewise.
15519         (POLL_ERR): Likewise.
15520         (POLL_PRI): Likewise.
15521         (POLL_HUP): Likewise.
15522         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15523         Likewise.
15524         (ILL_ILLOPN): Likewise.
15525         (ILL_ILLADR): Likewise.
15526         (ILL_ILLTRP): Likewise.
15527         (ILL_PRVOPC): Likewise.
15528         (ILL_PRVREG): Likewise.
15529         (ILL_COPROC): Likewise.
15530         (ILL_BADSTK): Likewise.
15531         (FPE_INTDIV): Likewise.
15532         (FPE_INTOVF): Likewise.
15533         (FPE_FLTDIV): Likewise.
15534         (FPE_FLTOVF): Likewise.
15535         (FPE_FLTUND): Likewise.
15536         (FPE_FLTRES): Likewise.
15537         (FPE_FLTINV): Likewise.
15538         (FPE_FLTSUB): Likewise.
15539         (SEGV_MAPERR): Likewise.
15540         (SEGV_ACCERR): Likewise.
15541         (BUS_ADRALN): Likewise.
15542         (BUS_ADRERR): Likewise.
15543         (BUS_OBJERR): Likewise.
15544         (BUS_MCEERR_AR): Likewise.
15545         (BUS_MCEERR_AO): Likewise.
15546         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15547         (TRAP_TRACE): Likewise.
15548         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15549         __USE_XOPEN2K8].
15550         (CLD_KILLED): Likewise.
15551         (CLD_DUMPED): Likewise.
15552         (CLD_TRAPPED): Likewise.
15553         (CLD_STOPPED): Likewise.
15554         (CLD_CONTINUED): Likewise.
15555         (POLL_IN): Likewise.
15556         (POLL_OUT): Likewise.
15557         (POLL_MSG): Likewise.
15558         (POLL_ERR): Likewise.
15559         (POLL_PRI): Likewise.
15560         (POLL_HUP): Likewise.
15561         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15562         (ILL_ILLOPN): Likewise.
15563         (ILL_ILLADR): Likewise.
15564         (ILL_ILLTRP): Likewise.
15565         (ILL_PRVOPC): Likewise.
15566         (ILL_PRVREG): Likewise.
15567         (ILL_COPROC): Likewise.
15568         (ILL_BADSTK): Likewise.
15569         (FPE_INTDIV): Likewise.
15570         (FPE_INTOVF): Likewise.
15571         (FPE_FLTDIV): Likewise.
15572         (FPE_FLTOVF): Likewise.
15573         (FPE_FLTUND): Likewise.
15574         (FPE_FLTRES): Likewise.
15575         (FPE_FLTINV): Likewise.
15576         (FPE_FLTSUB): Likewise.
15577         (SEGV_MAPERR): Likewise.
15578         (SEGV_ACCERR): Likewise.
15579         (BUS_ADRALN): Likewise.
15580         (BUS_ADRERR): Likewise.
15581         (BUS_OBJERR): Likewise.
15582         (BUS_MCEERR_AR): Likewise.
15583         (BUS_MCEERR_AO): Likewise.
15584         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15585         (TRAP_TRACE): Likewise.
15586         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15587         __USE_XOPEN2K8].
15588         (CLD_KILLED): Likewise.
15589         (CLD_DUMPED): Likewise.
15590         (CLD_TRAPPED): Likewise.
15591         (CLD_STOPPED): Likewise.
15592         (CLD_CONTINUED): Likewise.
15593         (POLL_IN): Likewise.
15594         (POLL_OUT): Likewise.
15595         (POLL_MSG): Likewise.
15596         (POLL_ERR): Likewise.
15597         (POLL_PRI): Likewise.
15598         (POLL_HUP): Likewise.
15599         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15600         Likewise.
15601         (ILL_ILLOPN): Likewise.
15602         (ILL_ILLADR): Likewise.
15603         (ILL_ILLTRP): Likewise.
15604         (ILL_PRVOPC): Likewise.
15605         (ILL_PRVREG): Likewise.
15606         (ILL_COPROC): Likewise.
15607         (ILL_BADSTK): Likewise.
15608         (ILL_BADIADDR): Likewise.
15609         (ILL_BREAK): Likewise.
15610         (FPE_INTDIV): Likewise.
15611         (FPE_INTOVF): Likewise.
15612         (FPE_FLTDIV): Likewise.
15613         (FPE_FLTOVF): Likewise.
15614         (FPE_FLTUND): Likewise.
15615         (FPE_FLTRES): Likewise.
15616         (FPE_FLTINV): Likewise.
15617         (FPE_FLTSUB): Likewise.
15618         (FPE_DECOVF): Likewise.
15619         (FPE_DECDIV): Likewise.
15620         (FPE_DECERR): Likewise.
15621         (FPE_INVASC): Likewise.
15622         (FPE_INVDEC): Likewise.
15623         (SEGV_MAPERR): Likewise.
15624         (SEGV_ACCERR): Likewise.
15625         (SEGV_PSTKOVF): Likewise.
15626         (BUS_ADRALN): Likewise.
15627         (BUS_ADRERR): Likewise.
15628         (BUS_OBJERR): Likewise.
15629         (BUS_MCEERR_AR): Likewise.
15630         (BUS_MCEERR_AO): Likewise.
15631         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15632         (TRAP_TRACE): Likewise.
15633         (TRAP_BRANCH): Likewise.
15634         (TRAP_HWBKPT): Likewise.
15635         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15636         __USE_XOPEN2K8].
15637         (CLD_KILLED): Likewise.
15638         (CLD_DUMPED): Likewise.
15639         (CLD_TRAPPED): Likewise.
15640         (CLD_STOPPED): Likewise.
15641         (CLD_CONTINUED): Likewise.
15642         (POLL_IN): Likewise.
15643         (POLL_OUT): Likewise.
15644         (POLL_MSG): Likewise.
15645         (POLL_ERR): Likewise.
15646         (POLL_PRI): Likewise.
15647         (POLL_HUP): Likewise.
15648         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15649         (ILL_ILLOPN): Likewise.
15650         (ILL_ILLADR): Likewise.
15651         (ILL_ILLTRP): Likewise.
15652         (ILL_PRVOPC): Likewise.
15653         (ILL_PRVREG): Likewise.
15654         (ILL_COPROC): Likewise.
15655         (ILL_BADSTK): Likewise.
15656         (FPE_INTDIV): Likewise.
15657         (FPE_INTOVF): Likewise.
15658         (FPE_FLTDIV): Likewise.
15659         (FPE_FLTOVF): Likewise.
15660         (FPE_FLTUND): Likewise.
15661         (FPE_FLTRES): Likewise.
15662         (FPE_FLTINV): Likewise.
15663         (FPE_FLTSUB): Likewise.
15664         (SEGV_MAPERR): Likewise.
15665         (SEGV_ACCERR): Likewise.
15666         (BUS_ADRALN): Likewise.
15667         (BUS_ADRERR): Likewise.
15668         (BUS_OBJERR): Likewise.
15669         (BUS_MCEERR_AR): Likewise.
15670         (BUS_MCEERR_AO): Likewise.
15671         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15672         (TRAP_TRACE): Likewise.
15673         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15674         __USE_XOPEN2K8].
15675         (CLD_KILLED): Likewise.
15676         (CLD_DUMPED): Likewise.
15677         (CLD_TRAPPED): Likewise.
15678         (CLD_STOPPED): Likewise.
15679         (CLD_CONTINUED): Likewise.
15680         (POLL_IN): Likewise.
15681         (POLL_OUT): Likewise.
15682         (POLL_MSG): Likewise.
15683         (POLL_ERR): Likewise.
15684         (POLL_PRI): Likewise.
15685         (POLL_HUP): Likewise.
15686         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15687         (ILL_ILLOPN): Likewise.
15688         (ILL_ILLADR): Likewise.
15689         (ILL_ILLTRP): Likewise.
15690         (ILL_PRVOPC): Likewise.
15691         (ILL_PRVREG): Likewise.
15692         (ILL_COPROC): Likewise.
15693         (ILL_BADSTK): Likewise.
15694         (FPE_INTDIV): Likewise.
15695         (FPE_INTOVF): Likewise.
15696         (FPE_FLTDIV): Likewise.
15697         (FPE_FLTOVF): Likewise.
15698         (FPE_FLTUND): Likewise.
15699         (FPE_FLTRES): Likewise.
15700         (FPE_FLTINV): Likewise.
15701         (FPE_FLTSUB): Likewise.
15702         (SEGV_MAPERR): Likewise.
15703         (SEGV_ACCERR): Likewise.
15704         (BUS_ADRALN): Likewise.
15705         (BUS_ADRERR): Likewise.
15706         (BUS_OBJERR): Likewise.
15707         (BUS_MCEERR_AR): Likewise.
15708         (BUS_MCEERR_AO): Likewise.
15709         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15710         (TRAP_TRACE): Likewise.
15711         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15712         __USE_XOPEN2K8].
15713         (CLD_KILLED): Likewise.
15714         (CLD_DUMPED): Likewise.
15715         (CLD_TRAPPED): Likewise.
15716         (CLD_STOPPED): Likewise.
15717         (CLD_CONTINUED): Likewise.
15718         (POLL_IN): Likewise.
15719         (POLL_OUT): Likewise.
15720         (POLL_MSG): Likewise.
15721         (POLL_ERR): Likewise.
15722         (POLL_PRI): Likewise.
15723         (POLL_HUP): Likewise.
15724         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15725         (ILL_ILLOPN): Likewise.
15726         (ILL_ILLADR): Likewise.
15727         (ILL_ILLTRP): Likewise.
15728         (ILL_PRVOPC): Likewise.
15729         (ILL_PRVREG): Likewise.
15730         (ILL_COPROC): Likewise.
15731         (ILL_BADSTK): Likewise.
15732         (FPE_INTDIV): Likewise.
15733         (FPE_INTOVF): Likewise.
15734         (FPE_FLTDIV): Likewise.
15735         (FPE_FLTOVF): Likewise.
15736         (FPE_FLTUND): Likewise.
15737         (FPE_FLTRES): Likewise.
15738         (FPE_FLTINV): Likewise.
15739         (FPE_FLTSUB): Likewise.
15740         (SEGV_MAPERR): Likewise.
15741         (SEGV_ACCERR): Likewise.
15742         (BUS_ADRALN): Likewise.
15743         (BUS_ADRERR): Likewise.
15744         (BUS_OBJERR): Likewise.
15745         (BUS_MCEERR_AR): Likewise.
15746         (BUS_MCEERR_AO): Likewise.
15747         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15748         (TRAP_TRACE): Likewise.
15749         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15750         __USE_XOPEN2K8].
15751         (CLD_KILLED): Likewise.
15752         (CLD_DUMPED): Likewise.
15753         (CLD_TRAPPED): Likewise.
15754         (CLD_STOPPED): Likewise.
15755         (CLD_CONTINUED): Likewise.
15756         (POLL_IN): Likewise.
15757         (POLL_OUT): Likewise.
15758         (POLL_MSG): Likewise.
15759         (POLL_ERR): Likewise.
15760         (POLL_PRI): Likewise.
15761         (POLL_HUP): Likewise.
15762         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15763         (ILL_ILLOPN): Likewise.
15764         (ILL_ILLADR): Likewise.
15765         (ILL_ILLTRP): Likewise.
15766         (ILL_PRVOPC): Likewise.
15767         (ILL_PRVREG): Likewise.
15768         (ILL_COPROC): Likewise.
15769         (ILL_BADSTK): Likewise.
15770         (ILL_DBLFLT): Likewise.
15771         (ILL_HARDWALL): Likewise.
15772         (FPE_INTDIV): Likewise.
15773         (FPE_INTOVF): Likewise.
15774         (FPE_FLTDIV): Likewise.
15775         (FPE_FLTOVF): Likewise.
15776         (FPE_FLTUND): Likewise.
15777         (FPE_FLTRES): Likewise.
15778         (FPE_FLTINV): Likewise.
15779         (FPE_FLTSUB): Likewise.
15780         (SEGV_MAPERR): Likewise.
15781         (SEGV_ACCERR): Likewise.
15782         (BUS_ADRALN): Likewise.
15783         (BUS_ADRERR): Likewise.
15784         (BUS_OBJERR): Likewise.
15785         (BUS_MCEERR_AR): Likewise.
15786         (BUS_MCEERR_AO): Likewise.
15787         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15788         (TRAP_TRACE): Likewise.
15789         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15790         __USE_XOPEN2K8].
15791         (CLD_KILLED): Likewise.
15792         (CLD_DUMPED): Likewise.
15793         (CLD_TRAPPED): Likewise.
15794         (CLD_STOPPED): Likewise.
15795         (CLD_CONTINUED): Likewise.
15796         (POLL_IN): Likewise.
15797         (POLL_OUT): Likewise.
15798         (POLL_MSG): Likewise.
15799         (POLL_ERR): Likewise.
15800         (POLL_PRI): Likewise.
15801         (POLL_HUP): Likewise.
15802         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15803         (ILL_ILLOPN): Likewise.
15804         (ILL_ILLADR): Likewise.
15805         (ILL_ILLTRP): Likewise.
15806         (ILL_PRVOPC): Likewise.
15807         (ILL_PRVREG): Likewise.
15808         (ILL_COPROC): Likewise.
15809         (ILL_BADSTK): Likewise.
15810         (FPE_INTDIV): Likewise.
15811         (FPE_INTOVF): Likewise.
15812         (FPE_FLTDIV): Likewise.
15813         (FPE_FLTOVF): Likewise.
15814         (FPE_FLTUND): Likewise.
15815         (FPE_FLTRES): Likewise.
15816         (FPE_FLTINV): Likewise.
15817         (FPE_FLTSUB): Likewise.
15818         (SEGV_MAPERR): Likewise.
15819         (SEGV_ACCERR): Likewise.
15820         (BUS_ADRALN): Likewise.
15821         (BUS_ADRERR): Likewise.
15822         (BUS_OBJERR): Likewise.
15823         (BUS_MCEERR_AR): Likewise.
15824         (BUS_MCEERR_AO): Likewise.
15825         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15826         (TRAP_TRACE): Likewise.
15827         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15828         __USE_XOPEN2K8].
15829         (CLD_KILLED): Likewise.
15830         (CLD_DUMPED): Likewise.
15831         (CLD_TRAPPED): Likewise.
15832         (CLD_STOPPED): Likewise.
15833         (CLD_CONTINUED): Likewise.
15834         (POLL_IN): Likewise.
15835         (POLL_OUT): Likewise.
15836         (POLL_MSG): Likewise.
15837         (POLL_ERR): Likewise.
15838         (POLL_PRI): Likewise.
15839         (POLL_HUP): Likewise.
15840         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15841         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15843         [BZ #16670]
15844         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15845         before #include of <time.h>.
15846         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15847         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15848         (test-xfail-UNIX98/sched.h/conform): Likewise.
15850 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15852         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15853         error absence of trapping exception support.
15854         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15856 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15858         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15859         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15860         * timezone/Makefile (testdata): Move definition above include of
15861         Rules.
15862         (test-zones): New variable.
15863         (tests-special): Add zone files.
15864         (build-testdata): Use $(evaluate-test).
15866         * elf/Makefile (tests-special): Rename tests to end with .out.
15867         ($(objpfx)noload-mem): Likewise.
15868         ($(objpfx)tst-leaks1-mem): Likewise.
15869         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15870         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15871         $(objpfx)test-iconvconfig.out.
15872         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15873         set -e inside subshell and redirect output to file.
15874         * iconvdata/Makefile (generated): Rename tests to end with .out.
15875         Correct type.
15876         (tests-special): Rename tests to end with .out.
15877         ($(objpfx)mtrace-tst-loading): Likewise.
15878         * intl/Makefile (generated): Likewise.
15879         (tests-special): Likewise.
15880         ($(objpfx)mtrace-tst-gettext): Likewise.
15881         * misc/Makefile (generated): Likewise.
15882         (tests-special): Likewise.
15883         ($(objpfx)tst-error1-mem): Likewise.
15884         * nptl/Makefile (tests-special): Likewise.
15885         ($(objpfx)tst-stack3-mem): Likewise.
15886         (generated): Likewise.
15887         * posix/Makefile (generated): Likewise.
15888         (tests-special): Likewise.
15889         (xtests-special): Likewise.
15890         ($(objpfx)tst-fnmatch-mem): Likewise.
15891         ($(objpfx)bug-regex2-mem): Likewise.
15892         ($(objpfx)bug-regex14-mem): Likewise.
15893         ($(objpfx)bug-regex21-mem): Likewise.
15894         ($(objpfx)bug-regex31-mem): Likewise.
15895         ($(objpfx)tst-vfork3-mem): Likewise.
15896         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15897         ($(objpfx)tst-pcre-mem): Likewise.
15898         ($(objpfx)tst-boost-mem): Likewise.
15899         ($(objpfx)bug-ga2-mem): Likewise.
15900         ($(objpfx)bug-glob2-mem): Likewise.
15901         * resolv/Makefile (generate): Likewise.
15902         (tests-special): Likewise.
15903         (xtests-special): Likewise.
15904         (generated): Likewise.
15905         ($(objpfx)mtrace-tst-leaks): Likewise.
15906         ($(objpfx)mtrace-tst-leaks2): Likewise.
15908         * scripts/merge-test-results.sh: New file.
15909         * Makefile (tests-special-notdir): New variable.
15910         (tests): Run merge-test-results.sh.
15911         (xtests): Likewise.
15912         * Rules (tests-special-notdir): New variable.
15913         (xtests-special-notdir): Likewise.
15914         (tests): Run merge-test-results.sh
15915         (xtests): Likewise.
15917         * Makeconfig (test-xfail-name): New variable.
15918         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15919         compute variable name for expected failures.
15920         * conform/Makefile (conformtest-headers-data): New variable.
15921         (conformtest-standards): Likewise.
15922         (conformtest-headers-ISO): Likewise.
15923         (conformtest-headers-ISO99): Likewise.
15924         (conformtest-headers-ISO11): Likewise.
15925         (conformtest-headers-POSIX): Likewise.
15926         (conformtest-headers-XPG3): Likewise.
15927         (conformtest-headers-XPG4): Likewise.
15928         (conformtest-headers-UNIX98): Likewise.
15929         (conformtest-headers-XOPEN2K): Likewise.
15930         (conformtest-headers-POSIX2008): Likewise.
15931         (conformtest-headers-XOPEN2K8): Likewise.
15932         (conformtest-header-list-base): Likewise.
15933         (conformtest-header-list-tests): Likewise.
15934         (conformtest-header-base): Likewise.
15935         (conformtest-header-tests): Likewise.
15936         (tests-special): Add $(conformtest-header-list-tests).  If
15937         [$(fast-check) && !$(cross-compiling)], add
15938         $(conformtest-header-tests) instead of
15939         $(objpfx)run-conformtest.out.
15940         (generated): Add $(conformtest-header-list-base).  If
15941         [$(fast-check) && !$(cross-compiling)], add
15942         $(conformtest-header-base).  Remove previous setting.
15943         ($(conformtest-header-list-tests)): New target.
15944         (test-xfail-run-conformtest): Remove variable.
15945         ($(objpfx)run-conformtest.out): Remove target.
15946         (test-xfail-ISO11/complex.h/conform): New variable.
15947         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15948         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15949         (test-xfail-XPG3/varargs.h/conform): Likewise.
15950         (test-xfail-XPG4/varargs.h/conform): Likewise.
15951         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15952         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15953         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15954         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15955         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15956         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15957         (test-xfail-XPG3/ftw.h/conform): Likewise.
15958         (test-xfail-XPG3/grp.h/conform): Likewise.
15959         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15960         (test-xfail-XPG3/limits.h/conform): Likewise.
15961         (test-xfail-XPG3/pwd.h/conform): Likewise.
15962         (test-xfail-XPG3/search.h/conform): Likewise.
15963         (test-xfail-XPG3/signal.h/conform): Likewise.
15964         (test-xfail-XPG3/stdio.h/conform): Likewise.
15965         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15966         (test-xfail-XPG3/string.h/conform): Likewise.
15967         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15968         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15969         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15970         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15971         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15972         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15973         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15974         (test-xfail-XPG3/termios.h/conform): Likewise.
15975         (test-xfail-XPG3/time.h/conform): Likewise.
15976         (test-xfail-XPG3/unistd.h/conform): Likewise.
15977         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15978         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15979         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15980         (test-xfail-XPG4/netdb.h/conform): Likewise.
15981         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15982         (test-xfail-XPG4/signal.h/conform): Likewise.
15983         (test-xfail-XPG4/stdio.h/conform): Likewise.
15984         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15985         (test-xfail-XPG4/stropts.h/conform): Likewise.
15986         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15987         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15988         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15989         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15990         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15991         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15992         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15993         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15994         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15995         (test-xfail-XPG4/termios.h/conform): Likewise.
15996         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15997         (test-xfail-XPG4/unistd.h/conform): Likewise.
15998         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15999         (test-xfail-POSIX/sched.h/conform): Likewise.
16000         (test-xfail-POSIX/signal.h/conform): Likewise.
16001         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16002         (test-xfail-POSIX/tar.h/conform): Likewise.
16003         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16004         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16005         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16006         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16007         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16008         (test-xfail-UNIX98/sched.h/conform): Likewise.
16009         (test-xfail-UNIX98/signal.h/conform): Likewise.
16010         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16011         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16012         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16013         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16014         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16015         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16016         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16017         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16018         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16019         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16020         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16021         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16022         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16023         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16024         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16025         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16026         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16027         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16028         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16029         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16030         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16031         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16032         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16033         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16034         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16035         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16036         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16037         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16038         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16039         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16040         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16041         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16042         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16043         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16044         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16045         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16046         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16047         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16048         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16049         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16050         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16051         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16052         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16053         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16054         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16055         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16056         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16057         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16058         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16059         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16060         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16061         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16062         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16063         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16064         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16065         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16066         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16067         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16068         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16069         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16070         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16071         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16072         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16073         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16074         (conformtest-cc-flags): Likewise.
16075         ($(conformtest-header-tests): New target.
16076         * conform/check-header-lists.sh: New file.
16077         * conform/run-conformtest.sh: Remove.
16079         * conform/conformtest.pl: Allow ' and \ in values given for
16080         constants.
16081         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16082         inclusion.
16083         [POSIX] (sys/types.h): Likewise.
16084         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16085         inclusion.
16086         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16087         inclusion.
16088         * conform/data/signal.h-data (SIGIO): Remove expectation.
16089         [XPG3] (SIGBUS): Do not expect.
16090         [POSIX || XPG3] (SIGPOLL): Likewise.
16091         [POSIX || XPG3] (SIGPROF): Likewise.
16092         [POSIX || XPG3] (SIGSYS): Likewise.
16093         [XPG3] (SIGTRAP): Likewise.
16094         [POSIX || XPG3] (SIGURG): Likewise.
16095         [POSIX || XPG3] (SIGVTALRM): Likewise.
16096         [POSIX || XPG3] (SIGXCPU): Likewise.
16097         [POSIX || XPG3] (SIGXFSZ): Likewise.
16098         [POSIX] (SA_SIGINFO): Expect.
16099         [XPG3] (siginfo_t): Do not expect type or contents.
16100         [POSIX] (si_pid): Do not expect element.
16101         [POSIX] (si_uid): Likewise.
16102         [POSIX] (si_addr): Likewise.
16103         [POSIX] (si_status): Likewise.
16104         [POSIX] (si_band): Likewise.
16105         [XPG4] (si_value): Likewise.
16106         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16107         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16108         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16109         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16110         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16111         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16112         [POSIX || XPG3] (ILL_COPROC): Likewise.
16113         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16114         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16115         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16116         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16117         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16118         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16119         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16120         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16121         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16122         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16123         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16124         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16125         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16126         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16127         [POSIX || XPG3] (CLD_EXITED): Likewise.
16128         [POSIX || XPG3] (CLD_KILLED): Likewise.
16129         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16130         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16131         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16132         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16133         [POSIX || XPG3] (POLL_IN): Likewise.
16134         [POSIX || XPG3] (POLL_OUT): Likewise.
16135         [POSIX || XPG3] (POLL_MSG): Likewise.
16136         [POSIX || XPG3] (POLL_ERR): Likewise.
16137         [POSIX || XPG3] (POLL_PRI): Likewise.
16138         [POSIX || XPG3] (POLL_HUP): Likewise.
16139         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16140         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16141         (SIG*): Do not allow.
16142         [XPG3] (si_*): Likewise.
16143         [XPG3] (SI_*): Likewise.
16144         [XPG3 || XPG4] (sigev_*): Likewise.
16145         [XPG3 || XPG4] (SIGEV_*): Likewise.
16146         [XPG3 || XPG4] (sival_*): Likewise.
16147         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16148         [POSIX || XPG3] (BUS_*): Likewise.
16149         [POSIX || XPG3] (CLD_*): Likewise.
16150         [POSIX || XPG3] (FPE_*): Likewise.
16151         [POSIX || XPG3] (ILL_*): Likewise.
16152         [POSIX || XPG3] (POLL_*): Likewise.
16153         [POSIX || XPG3] (SEGV_*): Likewise.
16154         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16155         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16156         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16157         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16158         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16159         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16160         Specify type and value.
16161         (TVERSLEN): Likewise.
16162         (REGTYPE): Likewise.
16163         (AREGTYPE): Likewise.
16164         (LNKTYPE): Likewise.
16165         (SYMTYPE): Likewise.
16166         (CHRTYPE): Likewise.
16167         (BLKTYPE): Likewise.
16168         (DIRTYPE): Likewise.
16169         (FIFOTYPE): Likewise.
16170         (CONTTYPE): Likewise.
16171         (TSUID): Likewise.
16172         (TSGID): Likewise.
16173         (TSVTX): Likewise.
16174         (TUREAD): Likewise.
16175         (TUWRITE): Likewise.
16176         (TUEXEC): Likewise.
16177         (TGREAD): Likewise.
16178         (TGWRITE): Likewise.
16179         (TGEXEC): Likewise.
16180         (TOREAD): Likewise.
16181         (TOWRITE): Likewise.
16182         (TOEXEC): Likewise.
16183         [POSIX] (TSVTX): Expect constant.
16185 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16187         * Makefile (tests): Change dependencies to ....
16188         (tests-special): ... additions to this variable.
16189         (tests): Depend on $(tests-special).
16190         * Makerules (check-abi-list): New variable.
16191         (check-abi): Depend on $(check-abi-list).
16192         [$(subdir) = elf] (tests-special): Add
16193         $(objpfx)check-abi-libc.out.
16194         [$(build-shared) = yes && subdir] (tests-special): Add
16195         $(check-abi-list).
16196         [$(build-shared) = yes && subdir] (tests): Do not depend on
16197         check-abi.
16198         * Rules (tests): Depend on $(tests-special).
16199         (xtests): Depend on $(xtests-special).
16200         * catgets/Makefile (tests): Change dependencies to ....
16201         (tests-special): ... additions to this variable.
16202         * conform/Makefile (tests): Change dependencies to ....
16203         (tests-special): ... additions to this variable.
16204         * elf/Makefile (tests): Change dependencies to ....
16205         (tests-special): ... additions to this variable.
16206         * grp/Makefile (tests): Change dependencies to ....
16207         (tests-special): ... additions to this variable.
16208         * iconv/Makefile (xtests): Change dependencies to ....
16209         (xtests-special): ... additions to this variable.
16210         * iconvdata/Makefile (tests): Change dependencies to ....
16211         (tests-special): ... additions to this variable.
16212         * intl/Makefile (tests): Change dependencies to ....
16213         (tests-special): ... additions to this variable.  Also add
16214         $(objpfx)tst-gettext.out.
16215         * io/Makefile (tests): Change dependencies to ....
16216         (tests-special): ... additions to this variable.
16217         * libio/Makefile (tests): Change dependencies to ....
16218         (tests-special): ... additions to this variable.
16219         * malloc/Makefile (tests): Change dependencies to ....
16220         (tests-special): ... additions to this variable.
16221         * misc/Makefile (tests): Change dependencies to ....
16222         (tests-special): ... additions to this variable.
16223         * nptl/Makefile (tests): Change dependencies to ....
16224         (tests-special): ... additions to this variable.
16225         * nptl_db/Makefile (tests): Change dependencies to ....
16226         (tests-special): ... additions to this variable.
16227         * posix/Makefile (tests): Change dependencies to ....
16228         (tests-special): ... additions to this variable.
16229         (xtests): Change dependencies to ....
16230         (xtests-special): ... additions to this variable.
16231         * resolv/Makefile (tests): Change dependencies to ....
16232         (tests-special): ... additions to this variable.
16233         (xtests): Change dependencies to ....
16234         (xtests-special): ... additions to this variable.
16235         * stdio-common/Makefile (tests): Change dependencies to ....
16236         (tests-special): ... additions to this variable.
16237         (do-tst-unbputc): Remove target.
16238         (do-tst-printf): Likewise.
16239         * stdlib/Makefile (tests): Change dependencies to ....
16240         (tests-special): ... additions to this variable.
16241         * string/Makefile (tests): Change dependencies to ....
16242         (tests-special): ... additions to this variable.
16243         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16244         (tests-special): ... additions to this variable.
16246         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16247         whole file.
16248         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16249         whole file.
16250         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16251         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16253         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16254         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16255         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16256         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16257         * conform/data/libgen.h-data [XPG3]: Likewise.
16258         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16259         * conform/data/ndbm.h-data [XPG3]: Likewise.
16260         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16261         * conform/data/netdb.h-data [XPG3]: Likewise.
16262         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16263         * conform/data/poll.h-data [XPG3]: Likewise.
16264         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16265         * conform/data/strings.h-data [XPG3]: Likewise.
16266         * conform/data/stropts.h-data [XPG3]: Likewise.
16267         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16268         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16269         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16270         Likewise.
16271         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16272         * conform/data/sys/time.h-data [XPG3]: Likewise.
16273         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16274         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16275         * conform/data/sys/un.h-data [XPG3]: Likewise.
16276         * conform/data/syslog.h-data [XPG3]: Likewise.
16277         * conform/data/ucontext.h-data [XPG3]: Likewise.
16278         * conform/data/utmpx.h-data [XPG3]: Likewise.
16279         * conform/data/varargs.h-data [UNIX98]: Enable file.
16281         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16283         * math/libm-test.inc (struct test_f_f_data): Move expected results
16284         into structure for each rounding mode.
16285         (struct test_ff_f_data): Likewise.
16286         (struct test_ff_f_data_nexttoward): Likewise.
16287         (struct test_fi_f_data): Likewise.
16288         (struct test_fl_f_data): Likewise.
16289         (struct test_if_f_data): Likewise.
16290         (struct test_fff_f_data): Likewise.
16291         (struct test_c_f_data): Likewise.
16292         (struct test_f_f1_data): Likewise.
16293         (struct test_fF_f1_data): Likewise.
16294         (struct test_ffI_f1_data): Likewise.
16295         (struct test_c_c_data): Likewise.
16296         (struct test_cc_c_data): Likewise.
16297         (struct test_f_i_data): Likewise.
16298         (struct test_ff_i_data): Likewise.
16299         (struct test_f_l_data): Likewise.
16300         (struct test_f_L_data): Likewise.
16301         (struct test_fFF_11_data): Likewise.
16302         (RM_): New macro.
16303         (RM_FE_DOWNWARD): Likewise.
16304         (RM_FE_TONEAREST): Likewise.
16305         (RM_FE_TOWARDZERO): Likewise.
16306         (RM_FE_UPWARD): Likewise.
16307         (RUN_TEST_LOOP_f_f): Update references to expected results.
16308         (RUN_TEST_LOOP_2_f): Likewise.
16309         (RUN_TEST_LOOP_fff_f): Likewise.
16310         (RUN_TEST_LOOP_c_f): Likewise.
16311         (RUN_TEST_LOOP_f_f1): Likewise.
16312         (RUN_TEST_LOOP_fF_f1): Likewise.
16313         (RUN_TEST_LOOP_fI_f1): Likewise.
16314         (RUN_TEST_LOOP_ffI_f1): Likewise.
16315         (RUN_TEST_LOOP_c_c): Likewise.
16316         (RUN_TEST_LOOP_cc_c): Likewise.
16317         (RUN_TEST_LOOP_f_i): Likewise.
16318         (RUN_TEST_LOOP_f_i_tg): Likewise.
16319         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16320         (RUN_TEST_LOOP_f_b): Likewise.
16321         (RUN_TEST_LOOP_f_b_tg): Likewise.
16322         (RUN_TEST_LOOP_f_l): Likewise.
16323         (RUN_TEST_LOOP_f_L): Likewise.
16324         (RUN_TEST_LOOP_fFF_11): Likewise.
16325         * math/gen-libm-test.pl (parse_args): Output four copies of
16326         expected results for each test.
16328         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16329         (__ASSUME_UTIMES): Remove.
16330         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16331         (__ASSUME_UTIMES): Likewise.
16333         * math/gen-auto-libm-tests.c: Update comment on output format.
16334         (output_for_one_input_case): Generate before-rounding and
16335         after-rounding information as conditions on output flags not
16336         floating-point format.
16337         * math/auto-libm-test-out: Regenerated.
16338         * math/gen-libm-test.pl (cond_value): New function.
16339         (or_cond_value): Use cond_value.
16340         (generate_testfile): Handle conditional exceptions.
16342 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16344         * math/libm-test.inc (max_valid_error): New variable.
16345         (init_max_error): Take new argument specifying whether function
16346         results are exactly determined.  Set max_valid_error and bound
16347         other variables for errors based on this argument.
16348         (set_max_error): Do not record results above max_valid_error.
16349         (check_float_internal): Only accept errors of up to 0.5ulps if
16350         also at most max_valid_error.
16351         (START): Take new argument EXACT and pass it to init_max_error.
16352         (acos_test): Update call to START.
16353         (acos_test_tonearest): Likewise.
16354         (acos_test_towardzero): Likewise.
16355         (acos_test_downward): Likewise.
16356         (acos_test_upward): Likewise.
16357         (acosh_test): Likewise.
16358         (asin_test): Likewise.
16359         (asin_test_tonearest): Likewise.
16360         (asin_test_towardzero): Likewise.
16361         (asin_test_downward): Likewise.
16362         (asin_test_upward): Likewise.
16363         (asinh_test): Likewise.
16364         (atan_test): Likewise.
16365         (atanh_test): Likewise.
16366         (atan2_test): Likewise.
16367         (cabs_test): Likewise.
16368         (cacos_test): Likewise.
16369         (cacosh_test): Likewise.
16370         (carg_test): Likewise.
16371         (casin_test): Likewise.
16372         (casinh_test): Likewise.
16373         (catan_test): Likewise.
16374         (catanh_test): Likewise.
16375         (cbrt_test): Likewise.
16376         (ccos_test): Likewise.
16377         (ccosh_test): Likewise.
16378         (ceil_test): Likewise.
16379         (cexp_test): Likewise.
16380         (cimag_test): Likewise.
16381         (clog_test): Likewise.
16382         (clog10_test): Likewise.
16383         (conj_test): Likewise.
16384         (copysign_test): Likewise.
16385         (cos_test): Likewise.
16386         (cos_test_tonearest): Likewise.
16387         (cos_test_towardzero): Likewise.
16388         (cos_test_downward): Likewise.
16389         (cos_test_upward): Likewise.
16390         (cosh_test): Likewise.
16391         (cosh_test_tonearest): Likewise.
16392         (cosh_test_towardzero): Likewise.
16393         (cosh_test_downward): Likewise.
16394         (cosh_test_upward): Likewise.
16395         (cpow_test): Likewise.
16396         (cproj_test): Likewise.
16397         (creal_test): Likewise.
16398         (csin_test): Likewise.
16399         (csinh_test): Likewise.
16400         (csqrt_test): Likewise.
16401         (ctan_test): Likewise.
16402         (ctan_test_tonearest): Likewise.
16403         (ctan_test_towardzero): Likewise.
16404         (ctan_test_downward): Likewise.
16405         (ctan_test_upward): Likewise.
16406         (ctanh_test): Likewise.
16407         (ctanh_test_tonearest): Likewise.
16408         (ctanh_test_towardzero): Likewise.
16409         (ctanh_test_downward): Likewise.
16410         (ctanh_test_upward): Likewise.
16411         (erf_test): Likewise.
16412         (erfc_test): Likewise.
16413         (exp_test): Likewise.
16414         (exp_test_tonearest): Likewise.
16415         (exp_test_towardzero): Likewise.
16416         (exp_test_downward): Likewise.
16417         (exp_test_upward): Likewise.
16418         (exp10_test): Likewise.
16419         (exp10_test_tonearest): Likewise.
16420         (exp10_test_towardzero): Likewise.
16421         (exp10_test_downward): Likewise.
16422         (exp10_test_upward): Likewise.
16423         (pow10_test): Likewise.
16424         (exp2_test): Likewise.
16425         (expm1_test): Likewise.
16426         (expm1_test_tonearest): Likewise.
16427         (expm1_test_towardzero): Likewise.
16428         (expm1_test_downward): Likewise.
16429         (expm1_test_upward): Likewise.
16430         (fabs_test): Likewise.
16431         (fdim_test): Likewise.
16432         (floor_test): Likewise.
16433         (fma_test): Likewise.
16434         (fma_test_towardzero): Likewise.
16435         (fma_test_downward): Likewise.
16436         (fma_test_upward): Likewise.
16437         (fmax_test): Likewise.
16438         (fmin_test): Likewise.
16439         (fmod_test): Likewise.
16440         (fpclassify_test): Likewise.
16441         (frexp_test): Likewise.
16442         (hypot_test): Likewise.
16443         (ilogb_test): Likewise.
16444         (isfinite_test): Likewise.
16445         (finite_test): Likewise.
16446         (isgreater_test): Likewise.
16447         (isgreaterequal_test): Likewise.
16448         (isinf_test): Likewise.
16449         (isless_test): Likewise.
16450         (islessequal_test): Likewise.
16451         (islessgreater_test): Likewise.
16452         (isnan_test): Likewise.
16453         (isnormal_test): Likewise.
16454         (issignaling_test): Likewise.
16455         (isunordered_test): Likewise.
16456         (j0_test): Likewise.
16457         (j1_test): Likewise.
16458         (jn_test): Likewise.
16459         (ldexp_test): Likewise.
16460         (lgamma_test): Likewise.
16461         (gamma_test): Likewise.
16462         (lrint_test): Likewise.
16463         (lrint_test_tonearest): Likewise.
16464         (lrint_test_towardzero): Likewise.
16465         (lrint_test_downward): Likewise.
16466         (lrint_test_upward): Likewise.
16467         (llrint_test): Likewise.
16468         (llrint_test_tonearest): Likewise.
16469         (llrint_test_towardzero): Likewise.
16470         (llrint_test_downward): Likewise.
16471         (llrint_test_upward): Likewise.
16472         (log_test): Likewise.
16473         (log10_test): Likewise.
16474         (log1p_test): Likewise.
16475         (log2_test): Likewise.
16476         (logb_test): Likewise.
16477         (logb_test_downward): Likewise.
16478         (lround_test): Likewise.
16479         (llround_test): Likewise.
16480         (modf_test): Likewise.
16481         (nearbyint_test): Likewise.
16482         (nextafter_test): Likewise.
16483         (nexttoward_test): Likewise.
16484         (pow_test): Likewise.
16485         (pow_test_tonearest): Likewise.
16486         (pow_test_towardzero): Likewise.
16487         (pow_test_downward): Likewise.
16488         (pow_test_upward): Likewise.
16489         (remainder_test): Likewise.
16490         (drem_test): Likewise.
16491         (remainder_test_tonearest): Likewise.
16492         (drem_test_tonearest): Likewise.
16493         (remainder_test_towardzero): Likewise.
16494         (drem_test_towardzero): Likewise.
16495         (remainder_test_downward): Likewise.
16496         (drem_test_downward): Likewise.
16497         (remainder_test_upward): Likewise.
16498         (drem_test_upward): Likewise.
16499         (remquo_test): Likewise.
16500         (rint_test): Likewise.
16501         (rint_test_tonearest): Likewise.
16502         (rint_test_towardzero): Likewise.
16503         (rint_test_downward): Likewise.
16504         (rint_test_upward): Likewise.
16505         (round_test): Likewise.
16506         (scalb_test): Likewise.
16507         (scalbn_test): Likewise.
16508         (scalbln_test): Likewise.
16509         (signbit_test): Likewise.
16510         (sin_test): Likewise.
16511         (sin_test_tonearest): Likewise.
16512         (sin_test_towardzero): Likewise.
16513         (sin_test_downward): Likewise.
16514         (sin_test_upward): Likewise.
16515         (sincos_test): Likewise.
16516         (sinh_test): Likewise.
16517         (sinh_test_tonearest): Likewise.
16518         (sinh_test_towardzero): Likewise.
16519         (sinh_test_downward): Likewise.
16520         (sinh_test_upward): Likewise.
16521         (sqrt_test): Likewise.
16522         (sqrt_test_tonearest): Likewise.
16523         (sqrt_test_towardzero): Likewise.
16524         (sqrt_test_downward): Likewise.
16525         (sqrt_test_upward): Likewise.
16526         (tan_test): Likewise.
16527         (tan_test_tonearest): Likewise.
16528         (tan_test_towardzero): Likewise.
16529         (tan_test_downward): Likewise.
16530         (tan_test_upward): Likewise.
16531         (tanh_test): Likewise.
16532         (tgamma_test): Likewise.
16533         (trunc_test): Likewise.
16534         (y0_test): Likewise.
16535         (y1_test): Likewise.
16536         (yn_test): Likewise.
16537         (significand_test): Likewise.
16539         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16540         individual tests in comment.
16541         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16542         (prev_max_error): New variable.
16543         (prev_real_max_error): Likewise.
16544         (prev_imag_max_error): Likewise.
16545         (compare_ulp_data): Don't refer to test names in comment.
16546         (find_test_ulps): Remove function.
16547         (find_function_ulps): Likewise.
16548         (find_complex_function_ulps): Likewise.
16549         (init_max_error): Take function name as argument.  Look up ulps
16550         for that function.
16551         (print_ulps): Remove function.
16552         (print_max_error): Use prev_max_error instead of calling
16553         find_function_ulps.
16554         (print_complex_max_error): Use prev_real_max_error and
16555         prev_imag_max_error instead of calling find_complex_function_ulps.
16556         (check_float_internal): Take max_ulp parameter instead of calling
16557         find_test_ulps.  Don't call print_ulps.
16558         (check_float): Update call to check_float_internal.
16559         (check_complex): Update calls to check_float_internal.
16560         (START): Pass argument to init_max_error.
16561         * math/gen-libm-test.pl (%results): Don't include "kind"
16562         information.
16563         (parse_ulps): Don't handle ulps of individual tests.
16564         (print_ulps_file): Likewise.
16565         (output_ulps): Likewise.
16566         * math/README.libm-test: Update.
16567         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16568         individual tests.
16569         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16570         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16571         * sysdeps/arm/libm-test-ulps: Likewise.
16572         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16573         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16574         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16575         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16576         * sysdeps/microblaze/libm-test-ulps: Likewise.
16577         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16578         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16579         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16580         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16581         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16582         * sysdeps/sh/libm-test-ulps: Likewise.
16583         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16584         * sysdeps/tile/libm-test-ulps: Likewise.
16585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16587 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16589         * math/libm-test.inc (print_complex_max_error): Check separately
16590         whether real and imaginary errors are within allowed range and
16591         pass 0 to print_complex_function_ulps instead of value within
16592         allowed range.
16594 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16596         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16597         formatting.
16598         (get_handles_fopen): Likewise.
16599         (do_write_test): Likewise.
16601         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16603         * libio/fileops.c (do_ftell): Use cached offset when
16604         available.
16605         * libio/iofwide.c (do_ftell_wide): Likewise.
16606         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16607         _IO_file_attach.
16608         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16610         [BZ #16532]
16611         * libio/libioP.h (get_file_offset): New function.
16612         * libio/fileops.c (get_file_offset): Likewise.
16613         (do_ftell): Likewise.
16614         (_IO_new_file_seekoff): Split out ftell logic.
16615         * libio/wfileops.c (do_ftell_wide): Likewise.
16616         (_IO_wfile_seekoff): Split out ftell logic.
16617         * libio/tst-ftell-active-handler.c: New test case.
16618         * libio/Makefile (tests): Add it.
16620 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16622         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16623         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16625 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16627         [BZ #16639]
16628         * nscd/connections.c (nscd_init): Call do_exit.
16629         (start_threads): Call do_exit and notify_parent.
16630         (begin_drop_privileges): Call do_exit.
16631         (finish_drop_privileges): Likewise.
16632         * nscd/selinux.c (preserve_capabilities): Likewise.
16633         (install_real_capabilities): Likewise.
16634         (nscd_selinux_enabled): Likewise.
16635         (avc_create_thread): Likewise.
16636         (avc_alloc_lock): Likewise.
16637         (nscd_avc_init): Likewise.
16638         * nscd/nscd.c (parent_fd): New static variable.
16639         (main): Create a pipe between parent and child processes.
16640         Skip closing parent_fd.
16641         (monitor_child): New function.
16642         (do_exit): Likewise.
16643         (notify_parent): Likewise.
16644         * nscd/nscd.h (notify_parent): Likewise.
16645         (do_exit): Likewise.
16647 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16649         * malloc/malloc.c (__libc_calloc): Revert last change.
16651 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16653         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16655 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16657         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16659         implementation.
16660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16661         (__libc_ifunc_impl_list): Likewise.
16662         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16663         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16664         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16665         * string/strrchr.c: Define STRRCHR.
16667 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16669         * benchtest/bench-strtok.c (simple_strtok): Delete.
16670         (strtok_string): Use as benchmark.
16671         * string/strtok (STRTOK): New macro.
16673 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16675         * manual/threads.texi: Add header and standard comments to all
16676         functions.
16678         * elf/dl-lookup.c (check_match): New function.
16679         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16680         (do_lookup_x): Remove nested function check_match. Use non-nested
16681         function check_match.
16683 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16685         * csu/Makefile (generated, before-compile): Use += rather than =.
16686         * catgets/Makefile (generated, generated-dirs): Likewise.
16687         * debug/Makefile (generated): Likewise.
16688         * dlfcn/Makefile (generated): Likewise.
16689         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16690         * iconvdata/Makefile (before-compile, generated): Likewise.
16691         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16692         * libio/Makefile (generated): Likewise.
16693         * malloc/Makefile (generated): Likewise.
16694         * manual/Makefile (generated, generated-dirs): Likewise.
16695         * misc/Makefile (generated): Likewise.
16696         * posix/Makefile (generated): Likewise.
16697         * resolv/Makefile (generated): Likewise.
16698         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16699         * timezone/Makefile (generated, generated-dirs): Likewise.
16701         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16703 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16705         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16706         power8 implementation.
16707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16708         file: POWER8 llround ifunc implementation.
16709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16710         (__lllround): Add POWER8 implementation.
16711         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16712         POWER8 llround implementation.
16714         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16715         power8 implementation.
16716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16717         file: POWER8 llrint ifunc implementation.
16718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16719         Add POWER8 implementation.
16720         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16721         POWER8 llrint implementation.
16723         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16724         power8 implementation.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16726         file: POWER8 finite ifunc implementation.
16727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16728         Add POWER8 implementation.
16729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16730         Likewise.
16731         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16732         POWER8 finite implementation.
16733         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16735         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16736         power8 implementation.
16737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16738         file: POWER8 isinf ifunc implementation.
16739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16740         POWER8 implementation.
16741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16742         Likewise.
16743         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16744         isinf implementation.
16745         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16747         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16748         (INIT_ARCH): Add hwcap2 initialization.
16749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16750         power8 implementation.
16751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16752         file: POWER8 isnan ifunc implementation.
16753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16754         POWER8 implementation.
16755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16756         Likewise.
16757         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16758         isnan implementation.
16759         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16761 2014-02-27  Joey Ye  <joey.ye@arm.com>
16763         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16764         (_FP_NANFRAC_Q): Set to zero.
16766 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16768         [BZ #16623]
16769         * math/auto-libm-test-in: New test inputs.
16770         * math/auto-libm-test-out: Regenerate.
16771         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16772         and DA.
16773         (__cos): Likewise.
16774         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16776 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16778         * scripts/evaluate-test.sh: Take new argument indicating whether
16779         failure is expected.
16780         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16781         indicating whether failure is expected.
16782         * conform/Makefile (test-xfail-run-conformtest): New variable.
16783         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16784         level.
16785         * posix/Makefile (test-xfail-annexc): New variable.
16786         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16788 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16790         * argp/Makefile: Include Makeconfig immediately after defining
16791         subdir.
16792         * assert/Makefile: Likewise.
16793         * benchtests/Makefile: Likewise.
16794         * catgets/Makefile: Likewise.
16795         * conform/Makefile: Likewise.
16796         * crypt/Makefile: Likewise.
16797         * csu/Makefile: Likewise.
16798         (all): Remove target.
16799         * ctype/Makefile: Include Makeconfig immediately after defining
16800         subdir.
16801         * debug/Makefile: Likewise.
16802         * dirent/Makefile: Likewise.
16803         * dlfcn/Makefile: Likewise.
16804         * gmon/Makefile: Likewise.
16805         * gnulib/Makefile: Likewise.
16806         * grp/Makefile: Likewise.
16807         * gshadow/Makefile: Likewise.
16808         * hesiod/Makefile: Likewise.
16809         * hurd/Makefile: Likewise.
16810         (all): Remove target.
16811         * iconvdata/Makefile: Include Makeconfig immediately after
16812         defining subdir.
16813         * inet/Makefile: Likewise.
16814         * intl/Makefile: Likewise.
16815         * io/Makefile: Likewise.
16816         * libio/Makefile: Likewise.
16817         (all): Remove target.
16818         * locale/Makefile: Include Makeconfig immediately after defining
16819         subdir.
16820         * login/Makefile: Likewise.
16821         * mach/Makefile: Likewise.
16822         (all): Remove target.
16823         * malloc/Makefile: Include Makeconfig immediately after defining
16824         subdir.
16825         (all): Remove target.
16826         * manual/Makefile: Include Makeconfig immediately after defining
16827         subdir.
16828         * math/Makefile: Likewise.
16829         * misc/Makefile: Likewise.
16830         * nis/Makefile: Likewise.
16831         * nss/Makefile: Likewise.
16832         * po/Makefile: Likewise.
16833         (all): Remove target.
16834         * posix/Makefile: Include Makeconfig immediately after defining
16835         subdir.
16836         * pwd/Makefile: Likewise.
16837         * resolv/Makefile: Likewise.
16838         * resource/Makefile: Likewise.
16839         * rt/Makefile: Likewise.
16840         * setjmp/Makefile: Likewise.
16841         * shadow/Makefile: Likewise.
16842         * signal/Makefile: Likewise.
16843         * socket/Makefile: Likewise.
16844         * soft-fp/Makefile: Likewise.
16845         * stdio-common/Makefile: Likewise.
16846         * stdlib/Makefile: Likewise.
16847         * streams/Makefile: Likewise.
16848         * string/Makefile: Likewise.
16849         * sunrpc/Makefile: Likewise.
16850         (all): Remove target.
16851         * sysvipc/Makefile: Include Makeconfig immediately after defining
16852         subdir.
16853         * termios/Makefile: Likewise.
16854         * time/Makefile: Likewise.
16855         * timezone/Makefile: Likewise.
16856         (all): Remove target.
16857         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16858         subdir.
16859         * wctype/Makefile: Likewise.
16861 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16863         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16864         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16865         (libc_feholdexcept_setround_mips): Ditto.
16866         (libc_feholdsetround): New.
16867         (libc_feholdsetroundf): New.
16868         (libc_feholdsetroundl): New.
16869         (libc_feupdateenv_test_mips): New.
16870         (libc_feupdateenv_test): New.
16871         (libc_feupdateenv_testf): New.
16872         (libc_feupdateenv_testl): New.
16873         (libc_feresetround): New.
16874         (libc_feresetroundf): New.
16875         (libc_feresetroundl): New.
16876         (libc_fetestexcept_mips): New.
16877         (libc_fetestexcept): New.
16878         (libc_fetestexceptf): New.
16879         (libc_fetestexceptl): New.
16880         (HAVE_RM_CTX): New.
16881         (libc_feholdexcept_setround_mips_ctx): New.
16882         (libc_feholdexcept_setround_ctx): New.
16883         (libc_feholdexcept_setroundf_ctx): New.
16884         (libc_feholdexcept_setroundl_ctx): New.
16885         (libc_fesetenv_mips_ctx): New.
16886         (libc_fesetenv_ctx): New.
16887         (libc_fesetenv_ctxf): New.
16888         (libc_fesetenv_ctxl): New.
16889         (libc_feupdateenv_mips_ctx): New.
16890         (libc_feupdateenv_ctx): New.
16891         (libc_feupdateenvf_ctx): New.
16892         (libc_feupdateenvl_ctx): New.
16893         (libc_feholdsetround_mips_ctx): New.
16894         (libc_feholdsetround_ctx): New.
16895         (libc_feholdsetroundf_ctx): New.
16896         (libc_feholdsetroundl_ctx): New.
16897         (libc_feresetround_mips_ctx): New.
16898         (libc_feresetround_ctx): New.
16899         (libc_feresetroundf_ctx): New.
16900         (libc_feresetroundl_ctx): New.
16902 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16904         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16906         * manual/ipc.texi: New file.
16907         * manual/Makefile (chapters): Add ipc.
16908         * manual/job.texi: Add "Inter-Process Communication" to next.
16909         * manual/process.texi: Add "Inter-Process Communication" to prev.
16911 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16915 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16917         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16919         * manual/arith.texi: Fix spaces after sentences.
16920         * manual/charset.texi: Likewise.
16921         * manual/errno.texi: Likewise.
16922         * manual/install.texi: Likewise.
16923         * manual/llio.texi: Likewise.
16924         * manual/locale.texi: Likewise.
16925         * manual/maint.texi: Likewise.
16926         * manual/math.texi: Likewise.
16927         * manual/memory.texi: Likewise.
16928         * manual/message.texi: Likewise.
16929         * manual/probes.texi: Likewise.
16930         * manual/resource.texi: Likewise.
16931         * manual/signal.texi: Likewise.
16932         * manual/socket.texi: Likewise.
16933         * manual/stdio.texi: Likewise.
16934         * manual/string.texi: Likewise.
16935         * manual/time.texi: Likewise.
16936         * manual/users.texi: Likewise.
16938 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16940         [BZ #16632]
16941         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16942         _DEFAULT_SOURCE is defined.
16944 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16945             Carlos O'Donell  <carlos@redhat.com>
16947         [BZ #16613]
16948         * elf/dl-tls.c (_dl_count_modids): New function.
16949         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16950         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16951         audit library and increment generation counter.
16952         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16953         * elf/tst-audit9.c: New file.
16954         * elf/tst-auditmod9a.c: New file.
16955         * elf/tst-auditmod9b.c: New file.
16956         * elf/Makefile: Add rules to build and run tst-audit9.
16958 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16960         [BZ #15347]
16961         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16963 2014-02-25  Will Newton  <will.newton@linaro.org>
16965         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16966         (__longjmp): Restore sp and lr before restoring callee
16967         saved registers.  Add longjmp and longjmp_target
16968         SystemTap probe point.
16969         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16970         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16971         Define to zero to match jmpbuf layout.
16972         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16973         (__sigsetjmp): Save sp and lr before saving callee
16974         saved registers.  Add setjmp SystemTap probe point.
16976 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16978         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16980 2014-02-24  Andreas Schwab  <schwab@suse.de>
16982         [BZ #15804]
16983         * elf/pldd.c (wait_for_ptrace_stop): New function.
16984         (main): Call it after attaching.
16986 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16988         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16989         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16990         Versions files is now verboten.
16991         * hurd/Versions (libc: GLIBC_2.0):
16992         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16993         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16994         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16995         * mach/Versions: Likewise.
16997         * csu/Versions: Remove unused %include.
16998         * resolv/Versions: Likewise.
17000 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17002         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17003         ($(objpfx)check-local-headers.out): Likewise.
17004         ($(objpfx)begin-end-check.out): Likewise.
17005         * Makerules (check-abi-%.out): Likewise.
17006         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17007         ($(objpfx)test2.cat): Likewise.
17008         ($(objpfx)de/libc.cat): Likewise.
17009         ($(objpfx)test-gencat.out): Likewise.
17010         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17011         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17012         ($(objpfx)noload-mem): Likewise.
17013         ($(objpfx)tst-pathopt.out): Likewise.
17014         ($(objpfx)tst-rtld-load-self.out): Likewise.
17015         ($(objpfx)tst-array1-cmp.out): Likewise.
17016         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17017         ($(objpfx)tst-array2-cmp.out): Likewise.
17018         ($(objpfx)tst-array3-cmp.out): Likewise.
17019         ($(objpfx)tst-array4-cmp.out): Likewise.
17020         ($(objpfx)tst-array5-cmp.out): Likewise.
17021         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17022         ($(objpfx)check-textrel.out): Likewise.
17023         ($(objpfx)check-execstack.out): Likewise.
17024         ($(objpfx)check-localplt.out): Likewise.
17025         ($(objpfx)order2-cmp.out): Likewise.
17026         ($(objpfx)tst-leaks1-mem): Likewise.
17027         ($(objpfx)tst-leaks1-static-mem): Likewise.
17028         ($(objpfx)tst-initorder-cmp.out): Likewise.
17029         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17030         ($(objpfx)tst-unused-dep.out): Likewise.
17031         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17032         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17033         * iconv/Makefile (test-iconvconfig): Likewise.
17034         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17035         ($(objpfx)iconv-test.out): Likewise.
17036         ($(objpfx)tst-tables.out): Likewise.
17037         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17038         ($(objpfx)tst-gettext.out): Likewise.
17039         ($(objpfx)tst-translit.out): Likewise.
17040         ($(objpfx)tst-gettext2.out): Likewise.
17041         ($(objpfx)tst-gettext4.out): Likewise.
17042         ($(objpfx)tst-gettext6.out): Likewise.
17043         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17044         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17045         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17046         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17047         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17048         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17049         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17050         ($(objpfx)wordexp-tst.out): Likewise.
17051         ($(objpfx)annexc.out): Likewise.
17052         ($(objpfx)tst-fnmatch-mem): Likewise.
17053         ($(objpfx)bug-regex2-mem): Likewise.
17054         ($(objpfx)bug-regex14-mem): Likewise.
17055         ($(objpfx)bug-regex21-mem): Likewise.
17056         ($(objpfx)bug-regex31-mem): Likewise.
17057         ($(objpfx)tst-vfork3-mem): Likewise.
17058         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17059         ($(objpfx)tst-pcre-mem): Likewise.
17060         ($(objpfx)tst-boost-mem): Likewise.
17061         ($(objpfx)tst-getconf.out): Likewise.
17062         ($(objpfx)bug-ga2-mem): Likewise.
17063         ($(objpfx)bug-glob2-mem): Likewise.
17064         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17065         ($(objpfx)mtrace-tst-leaks2): Likewise.
17066         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17067         ($(objpfx)tst-printf.out): Likewise.
17068         ($(objpfx)tst-setvbuf1.out): Likewise.
17069         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17070         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17071         ($(objpfx)tst-fmtmsg.out): Likewise.
17072         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17073         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17075         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17076         * bits/sigaction.h [__USE_MISC]: Likewise.
17077         * bits/waitstatus.h: Update #endif comments.
17078         * ctype/ctype.h: Likewise.
17079         * dirent/dirent.h: Likewise.
17080         [__USE_MISC]: Remove redundant conditionals.
17081         * grp/grp.h: Update #endif comments.
17082         [__USE_GNU]: Remove redundant conditionals.
17083         [__USE_MISC]: Likewise.
17084         * inet/netinet/in.h [__USE_GNU]: Likewise.
17085         * io/sys/stat.h [__USE_MISC]: Likewise.
17086         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17087         * libio/bits/stdio.h: Update #endif comments.
17088         [__USE_MISC]: Remove redundant conditionals.
17089         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17090         * libio/stdio.h: Update #endif comments.
17091         [__USE_MISC]: Remove redundant conditionals.
17092         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17093         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17094         * math/math.h: Update #else and #endif comments.
17095         [__USE_MISC]: Remove redundant conditionals.
17096         * misc/sys/uio.h: Update #endif comments.
17097         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17098         * posix/glob.h [__USE_MISC]: Likewise.
17099         * posix/sys/types.h: Update #endif comments.
17100         [__USE_MISC]: Remove redundant conditionals.
17101         * posix/sys/wait.h: Update #endif comments.
17102         [__USE_MISC]: Remove redundant conditionals.
17103         * posix/unistd.h: Update #endif comments.
17104         [__USE_MISC]: Remove redundant conditionals.
17105         * pwd/pwd.h [__USE_GNU]: Likewise.
17106         [__USE_MISC]: Likewise.
17107         * resolv/netdb.h [__USE_GNU]: Likewise.
17108         * signal/signal.h: Update #endif comments.
17109         [__USE_MISC]: Remove redundant conditionals.
17110         * stdlib/stdlib.h: Update #else and #endif comments.
17111         [__USE_MISC]: Remove redundant conditionals.
17112         [__USE_GNU]: Likewise.
17113         * string/bits/string2.h [__USE_MISC]: Likewise.
17114         * string/string.h: Update #endif comments.
17115         [__USE_MISC]: Remove redundant conditionals.
17116         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17117         Likewise.
17118         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17119         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17120         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17121         Likewise.
17122         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17123         Likewise.
17124         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17125         comments.
17126         [__USE_MISC]: Remove redundant conditionals.
17127         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17128         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17129         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17130         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17131         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17132         Likewise.
17133         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17134         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17135         Likewise.
17136         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17137         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17138         Likewise.
17139         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17140         Likewise.
17141         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17142         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17143         Likewise.
17144         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17145         Likewise.
17146         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17147         * sysdeps/x86/bits/string.h: Update #endif comments.
17148         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17149         conditionals.
17150         * time/sys/time.h: Update #endif comments.
17151         * time/time.h: Likewise.
17152         [__USE_MISC]: Remove redundant conditionals.
17154 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17156         [BZ #16600]
17157         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17159 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17161         * Versions.def (librt): Add GLIBC_2.17.
17163 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17165         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17166         synonym for _SYS_AUXV_H to allow direct inclusion.
17167         * sysdeps/sparc/bits/hwcap.h: Likewise.
17168         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17169         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17170         * sysdeps/sparc/sysdep.h: Likewise.
17172 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17174         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17176 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17178         * benchtests/bench-strrchr.c: Print length instead of position.
17180 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17182         [BZ #16611]
17183         * sysdeps/unix/sysv/linux/kernel-features.h
17184         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17185         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17186         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17187         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17188         Likewise.
17189         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17190         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17191         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17192         (__ASSUME_SENDMMSG): Define instead of using previous
17193         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17194         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17195         (__ASSUME_SENDMMSG_SYSCALL): Define.
17196         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17197         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17198         Likewise.
17199         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17200         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17201         Likewise.
17202         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17203         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17204         Likewise.
17205         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17206         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17207         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17208         [__ASSUME_SENDMMSG]: Change conditionals to
17209         [__ASSUME_SENDMMSG_SOCKETCALL].
17210         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17211         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17212         Define.
17213         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17214         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17215         Likewise.
17216         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17217         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17218         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17219         [!__ASSUME_SENDMMSG]: Change conditional to
17220         [!__ASSUME_SENDMMSG_SOCKETCALL].
17221         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17222         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17223         Define.
17225         [BZ #16610]
17226         * sysdeps/unix/sysv/linux/kernel-features.h
17227         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17228         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17229         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17230         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17231         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17232         [__i386__ || __sparc__]
17233         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17234         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17235         (__ASSUME_RECVMMSG): Define instead of using previous
17236         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17237         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17238         (__ASSUME_RECVMMSG_SYSCALL): Define.
17239         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17240         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17241         Likewise.
17242         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17243         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17244         Likewise.
17245         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17246         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17247         Likewise.
17248         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17249         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17250         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17251         [__ASSUME_RECVMMSG]: Change condition to
17252         [__ASSUME_RECVMMSG_SOCKETCALL].
17253         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17254         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17255         Define.
17256         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17257         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17258         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17259         Likewise.
17260         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17261         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17262         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17263         [!__ASSUME_RECVMMSG]: Change condition to
17264         [!__ASSUME_RECVMMSG_SOCKETCALL].
17265         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17266         (__ASSUME_RECVMMSG_SYSCALL): Define.
17268         [BZ #16609]
17269         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17270         __powerpc__ || __s390__ || __sh__ || __sparc__]
17271         (__ASSUME_SOCKETCALL): Define.
17272         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17273         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17274         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17275         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17276         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17277         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17278         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17279         (__ASSUME_ACCEPT4): Define instead of using previous
17280         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17281         __powerpc__ || __sparc__ || __s390__)] condition.
17282         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17283         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17284         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17285         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17286         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17287         [!__ASSUME_ACCEPT4]: Change condition to
17288         [!__ASSUME_ACCEPT4_SOCKETCALL].
17289         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17290         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17291         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17292         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17293         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17294         __ASSUME_ACCEPT4_SYSCALL.
17295         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17296         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17297         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17298         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17299         __ASSUME_ACCEPT4_SYSCALL.
17300         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17301         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17302         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17303         [__ASSUME_ACCEPT4]: Change condition to
17304         [__ASSUME_ACCEPT4_SOCKETCALL].
17305         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17306         (__ASSUME_SOCKETCALL): Define.
17307         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17308         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17309         (__ASSUME_SOCKETCALL): Define.
17310         (__ASSUME_ACCEPT4): Remove.
17311         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17312         Define.
17313         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17314         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17315         Likewise.
17316         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17317         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17319         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17320         macro.
17321         (HWCAP_ARM_LPAE): Likewise.
17322         (HWCAP_ARM_EVTSTRM): Likewise.
17323         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17324         Add vpfd32, lpae and evtstrm.
17325         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17326         Increase to 22.
17328 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17330         * math/auto-libm-test-in: Add tests of clog10.
17331         * math/auto-libm-test-out: Regenerated.
17332         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17333         * sysdeps/i386/fpu/libm-test-ulps: Update.
17334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17336 2014-02-18  Andreas Schwab  <schwab@suse.de>
17338         [BZ #16574]
17339         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17340         Store non-zero if the second buffer was newly allocated.
17341         (send_dg): Likewise.
17342         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17343         to send_vc and send_dg.
17344         (res_nsend): Pass NULL for ansp2_malloced.
17345         * resolv/res_query.c (__libc_res_nquery): Add parameter
17346         answerp2_malloced and pass it down to __libc_res_nsend.
17347         (res_nquery): Pass additional NULL to __libc_res_nquery.
17348         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17349         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17350         second answer buffer if answerp2_malloced was set.
17351         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17352         (__libc_res_nquerydomain): Add parameter
17353         answerp2_malloced and pass it down to __libc_res_nquery.
17354         (res_nquerydomain): Pass additional NULL to
17355         __libc_res_nquerydomain.
17356         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17357         additional NULL to __libc_res_nsend and __libc_res_nquery.
17358         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17359         additional NULL to __libc_res_nsearch.
17360         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17361         parameter of __libc_res_nsearch to check for separately allocated
17362         second buffer.
17363         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17364         __libc_res_nquery.
17365         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17366         additional NULL to __libc_res_nquery.
17367         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17368         __libc_res_nsearch.
17369         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17370         * include/resolv.h: Update prototypes of __libc_res_nquery,
17371         __libc_res_nsearch, __libc_res_nsend.
17373 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17375         * math/auto-libm-test-in: Add tests of fma.
17376         * math/auto-libm-test-out: Regenerated.
17377         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17378         (fma_towardzero_test_data): Likewise.
17379         (fma_downward_test_data): Likewise.
17380         (fma_upward_test_data): Likewise.
17381         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17382         mpc_mode.
17383         (rounding_modes): Add values for new field.
17384         (func_calc_method): Add value mpfr_fff_f.
17385         (func_calc_desc): Add mpfr_fff_f union field.
17386         (test_function): Add field exact_args.
17387         (FUNC): Add macro argument EXACT_ARGS.
17388         (FUNC_mpfr_f_f): Update call to FUNC.
17389         (FUNC_mpfr_f_f): Likewise.
17390         (FUNC_mpfr_ff_f): Likewise.
17391         (FUNC_mpfr_if_f): Likewise.
17392         (FUNC_mpc_c_f): Likewise.
17393         (FUNC_mpc_c_c): Likewise.
17394         (test_functions): Add fma.  Update calls to FUNC.
17395         (handle_input_arg): Add argument exact_args.
17396         (add_test): Update call to handle_input_arg.
17397         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17398         (output_for_one_input_case): Update call to calc_generic_results.
17399         Recalculate exact zero results in each rounding mode.
17401         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17402         non-negative before setting low bit.
17403         * math/auto-libm-test-in: Mark one asin test possibly having
17404         spurious underflow.
17405         * math/auto-libm-test-out: Regenerated.
17406         * sysdeps/i386/fpu/libm-test-ulps: Update.
17407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17409 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17411         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17412         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17413         ports/sysdeps/unix/sysv/linux/microblaze.
17414         * README: Add missing listing for microblaze*-*-linux-gnu.
17416 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17418         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17419         duplicate code
17421 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17423         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17424         * sysdeps/unix/sysv/linux/ia64: Move directory from
17425         ports/sysdeps/unix/sysv/linux/ia64.
17426         * README: Update listing for ia64-*-linux-gnu.
17428 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17429             Joseph Myers  <joseph@codesourcery.com>
17431         * Makeconfig (test-name): New variable.
17432         (evaluate-test): Likewise.
17433         * Makerules (do-test-clean): Remove .test-result files.
17434         (common-mostlyclean): Likewise.
17435         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17436         * scripts/evaluate-test.sh: New file.
17438 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17440         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17441         separate $(objpfx)tst-fopenloc-cmp.out and
17442         $(objpfx)tst-fopenloc-mem.out targets.
17443         (tests): Update dependencies.
17444         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17445         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17446         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17447         (tst-rxspencer-no-utf8-ARGS): New variable.
17448         (tst-rxspencer-no-utf8-ENV): Likewise.
17449         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17450         instead of $(objpfx)tst-rxspencer-mem.
17451         ($(objpfx)tst-rxspencer-mem): Change target to
17452         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17453         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17454         * posix/tst-rxspencer-no-utf8.c: New file.
17456         * elf/Makefile ($(objpfx)order.out): Remove rule.
17457         [$(run-built-tests) = yes] (tests): Depend on
17458         $(objpfx)order-cmp.out.
17459         ($(objpfx)order-cmp.out): New rule.
17460         [$(run-built-tests) = yes] (tests): Depend on
17461         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17462         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17463         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17464         $(objpfx)tst-array5-static-cmp.out.
17465         ($(objpfx)tst-array1.out): Remove rule.
17466         ($(objpfx)tst-array1-cmp.out): New rule.
17467         ($(objpfx)tst-array1-static.out): Remove rule.
17468         ($(objpfx)tst-array1-static-cmp.out): New rule.
17469         ($(objpfx)tst-array2.out): Remove rule.
17470         ($(objpfx)tst-array2-cmp.out): New rule.
17471         ($(objpfx)tst-array3.out): Remove rule.
17472         ($(objpfx)tst-array3-cmp.out): New rule.
17473         ($(objpfx)tst-array4.out): Remove rule.
17474         ($(objpfx)tst-array4-cmp.out): New rule.
17475         ($(objpfx)tst-array5.out): Remove rule.
17476         ($(objpfx)tst-array5-cmp.out): New rule.
17477         ($(objpfx)tst-array5-static.out): Remove rule.
17478         ($(objpfx)tst-array5-static-cmp.out): New rule.
17479         [$(run-built-tests) = yes] (tests): Depend on
17480         $(objpfx)order2-cmp.out.
17481         ($(objpfx)order2.out): Remove rule.
17482         ($(objpfx)order2-cmp.out): New rule.
17483         ($(objpfx)tst-initorder.out): Remove rule.
17484         [$(run-built-tests) = yes] (tests): Depend on
17485         $(objpfx)tst-initorder-cmp.out.
17486         ($(objpfx)tst-initorder-cmp.out): New rule.
17487         ($(objpfx)tst-initorder2.out): Remove rule.
17488         [$(run-built-tests) = yes] (tests): Depend on
17489         $(objpfx)tst-initorder2-cmp.out.
17490         ($(objpfx)tst-initorder2-cmp.out): New rule.
17491         [$(run-built-tests) = yes] (tests): Depend on
17492         $(objpfx)tst-unused-dep-cmp.out.
17493         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17494         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17495         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17496         on $(objpfx)tst-setvbuf1-cmp.out.
17497         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17498         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17499         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17500         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17501         ($(objpfx)tst-svc.out): Remove rule.
17502         ($(objpfx)tst-svc-cmp.out): New rule.
17504 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17506         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17507         * ctype/ctype.h [__USE_MISC]: Likewise.
17508         * dirent/dirent.h [__USE_MISC]: Likewise.
17509         * grp/grp.h [__USE_MISC]: Likewise.
17510         * io/fcntl.h [__USE_MISC]: Likewise.
17511         * io/sys/stat.h [__USE_MISC]: Likewise.
17512         * libio/stdio.h [__USE_MISC]: Likewise.
17513         * posix/unistd.h [__USE_MISC]: Likewise.
17514         * pwd/pwd.h [__USE_MISC]: Likewise.
17515         * stdlib.h [__USE_MISC]: Likewise.
17516         * string/bits/string2.h [__USE_MISC]: Likewise.
17517         * string/string.h [__USE_MISC]: Likewise.
17518         * time/time.h [__USE_MISC]: Likewise.
17520 2014-02-13  Andreas Schwab  <schwab@suse.de>
17522         [BZ #16574]
17523         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17524         second answer buffer if it was separately allocated.
17526 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17528         * sysdeps/mips/math-tests.h: Include <features.h>.
17529         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17530         (ROUNDING_TESTS_long_double): Do not define.
17531         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17532         (EXCEPTION_TESTS_long_double): Likewise.
17533         * sysdeps/mips/mips64/libm-test-ulps: Update.
17535         * include/features.h (__USE_BSD): Remove macro definitions.
17536         (__USE_SVID): Likewise.
17537         (_BSD_SOURCE): Likewise.
17538         (_SVID_SOURCE): Likewise.
17539         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17540         from definition of _DEFAULT_SOURCE.
17541         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17542         [_DEFAULT_SOURCE].
17543         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17544         * bits/mman.h [__USE_BSD]: Likewise.
17545         * bits/termios.h [__USE_BSD]: Likewise.
17546         * bits/waitstatus.h [__USE_BSD]: Likewise.
17547         * ctype/ctype.h [__USE_SVID]: Likewise.
17548         * dirent/dirent.h [__USE_BSD]: Likewise.
17549         * grp/grp.h [__USE_SVID]: Likewise.
17550         [__USE_BSD]: Likewise.
17551         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17552         * io/fcntl.h [__USE_BSD]: Likewise.
17553         * io/ftw.h [__USE_BSD]: Likewise.
17554         * io/sys/stat.h [__USE_BSD]: Likewise.
17555         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17556         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17557         * libio/stdio.h [__USE_SVID]: Likewise.
17558         [__USE_BSD]: Likewise.
17559         * math/math.h [__USE_SVID]: Likewise.
17560         [__USE_BSD]: Likewise.
17561         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17562         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17563         * misc/search.h [__USE_SVID]: Likewise.
17564         * misc/sys/mman.h [__USE_BSD]: Likewise.
17565         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17566         * misc/sys/uio.h [__USE_BSD]: Likewise.
17567         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17568         * posix/glob.h [__USE_BSD]: Likewise.
17569         * posix/regex.h [__USE_BSD]: Likewise.
17570         * posix/sys/types.h [__USE_BSD]: Likewise.
17571         [__USE_SVID]: Likewise.
17572         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17573         * posix/sys/wait.h [__USE_BSD]: Likewise.
17574         [__USE_SVID]: Likewise.
17575         * posix/unistd.h [__USE_BSD]: Likewise.
17576         [__USE_SVID]: Likewise.
17577         * pwd/pwd.h [__USE_SVID]: Likewise.
17578         * resolv/netdb.h [__USE_BSD]: Likewise.
17579         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17580         * signal/signal.h [__USE_BSD]: Likewise.
17581         [__USE_SVID]: Likewise.
17582         * socket/sys/socket.h [__USE_BSD]: Likewise.
17583         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17584         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17585         [__USE_SVID]: Likewise.
17586         * string/bits/string2.h [__USE_BSD]: Likewise.
17587         [__USE_SVID]: Likewise.
17588         * string/bits/string3.h [__USE_BSD]: Likewise.
17589         * string/endian.h [__USE_BSD]: Likewise.
17590         * string/string.h [__USE_SVID]: Likewise.
17591         [__USE_BSD]: Likewise.
17592         * string/strings.h [__USE_BSD]: Likewise.
17593         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17594         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17595         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17596         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17597         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17598         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17599         Likewise.
17600         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17601         Likewise.
17602         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17603         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17604         Likewise.
17605         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17606         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17607         Likewise.
17608         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17609         Likewise.
17610         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17611         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17612         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17613         Likewise.
17614         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17615         Likewise.
17616         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17617         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17618         * termios/termios.h [__USE_BSD]: Likewise.
17619         * time/sys/time.h [__USE_BSD]: Likewise.
17620         * time/time.h [__USE_BSD]: Likewise.
17621         [__USE_SVID]: Likewise.
17623         * Makefile (subdir_targets): Remove subdir_lint.out.
17625         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17626         (do-tst-printf): Likewise.
17627         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17628         $(objpfx)tst-printf.out.
17630         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17632         * Makerules (check-abi-%): Change target to
17633         $(objpfx)check-abi-%.out.
17634         (check-abi target): Update dependencies.
17635         (check-abi-pattern variable): Redirect output of diff to $@.
17636         (check-abi variable): Likewise.
17637         * elf/Makefile (check-abi): Update dependencies.
17639         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17640         unused.
17641         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17642         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17643         subnormal range.
17644         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17645         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17646         value has largest subnormal exponent.
17647         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17648         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17649         * sysdeps/aarch64/soft-fp/sfp-machine.h
17650         (_FP_TININESS_AFTER_ROUNDING): New macro.
17651         * sysdeps/alpha/soft-fp/sfp-machine.h
17652         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17653         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17654         Likewise.
17655         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17656         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17657         * sysdeps/mips/soft-fp/sfp-machine.h
17658         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17659         * sysdeps/powerpc/soft-fp/sfp-machine.h
17660         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17661         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17662         Likewise.
17663         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17664         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17665         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17666         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17667         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17668         Likewise.
17670 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17672         [BZ #16545]
17673         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17674         model 1.
17676 2014-02-12  Richard Henderson  <rth@redhat.com>
17678         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17679         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17680         * sysdeps/unix/sysv/linux/alpha: Move directory from
17681         ports/sysdeps/unix/sysv/linux/alpha.
17682         * README: Update listing for alpha-*-linux-gnu.
17684 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17686         * include/features.h: Update comment documenting feature test
17687         macros.
17688         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17689         _DEFAULT_SOURCE.
17690         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17691         (_SVID_SOURCE): Likewise.
17692         (_DEFAULT_SOURCE): Update description of default features.
17693         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17694         with _GNU_SOURCE.
17695         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17696         (S_ISVTX): Likewise.
17697         * manual/math.texi (Mathematical Constants): Likewise.
17698         * manual/signal.texi (Interrupted Primitives): Likewise.
17699         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17700         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17701         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17702         Don't refer to _SVID_SOURCE in warning text.
17704         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17706         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17707         already defined.
17708         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17709         * sysdeps/mips/dl-lookup.c: Remove.
17710         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17712 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17714         [BZ #16447]
17715         * math/auto-libm-test-in: Add testcase for expl.
17716         * math/auto-libm-test-out: Regenerate.
17717         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17718         calculation of unsafe.
17719         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17721 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17723         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17724         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17725         ports/sysdeps/unix/sysv/linux/aarch64.
17726         * README: Update listing for aarch64*-*-linux-gnu.
17728 2014-02-11  Will Newton  <will.newton@linaro.org>
17730         * manual/probes.texi (Mathematical Function Probes): Use
17731         "triggered" instead of "hit".
17733         * manual/probes.texi (Internal Probes): Add documentation
17734         of setjmp, longjmp and longjmp_target probes.
17736         * include/stap-probe.h: Add comment about probe argument
17737         format.
17739         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17740         definition.  (tr_where, tr_freehook, tr_mallochook,
17741         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17743 2014-02-11  David S. Miller  <davem@davemloft.net>
17745         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17746         processing int_tests.
17748 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17750         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17751         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17752         * sysdeps/unix/sysv/linux/mips: Move directory from
17753         ports/sysdeps/unix/sysv/linux/mips.
17754         * README: Update listing for mips-*-linux-gnu and
17755         mips64-*-linux-gnu.
17757 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17759         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17760         * sysdeps/unix/sysv/linux/m68k: Move directory from
17761         ports/sysdeps/unix/sysv/linux/m68k.
17762         * README: Update listing for m68k-*-linux-gnu.
17764 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17766         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17767         * sysdeps/unix/sysv/linux/generic: Move directory from
17768         ports/sysdeps/unix/sysv/linux/generic.
17769         * sysdeps/unix/sysv/linux/tile: Move directory from
17770         ports/sysdeps/unix/sysv/linux/tile.
17771         * README: Update listing for tile*-*-linux-gnu.
17773 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17775         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17776         __builtin_expect.
17777         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17778         * catgets/open_catalog.c (__open_catalog): Likewise.
17779         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17780         * debug/confstr_chk.c: Likewise.
17781         * debug/fread_chk.c (__fread_chk): Likewise.
17782         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17783         * debug/getgroups_chk.c: Likewise.
17784         * debug/mbsnrtowcs_chk.c: Likewise.
17785         * debug/mbsrtowcs_chk.c: Likewise.
17786         * debug/mbstowcs_chk.c: Likewise.
17787         * debug/memcpy_chk.c: Likewise.
17788         * debug/memmove_chk.c: Likewise.
17789         * debug/mempcpy_chk.c: Likewise.
17790         * debug/memset_chk.c: Likewise.
17791         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17792         * debug/strcat_chk.c (__strcat_chk): Likewise.
17793         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17794         * debug/strncat_chk.c (__strncat_chk): Likewise.
17795         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17796         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17797         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17798         * debug/wcpncpy_chk.c: Likewise.
17799         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17800         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17801         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17802         * debug/wcsncpy_chk.c: Likewise.
17803         * debug/wcsnrtombs_chk.c: Likewise.
17804         * debug/wcsrtombs_chk.c: Likewise.
17805         * debug/wcstombs_chk.c: Likewise.
17806         * debug/wmemcpy_chk.c: Likewise.
17807         * debug/wmemmove_chk.c: Likewise.
17808         * debug/wmempcpy_chk.c: Likewise.
17809         * debug/wmemset_chk.c: Likewise.
17810         * dirent/scandirat.c (SCANDIRAT): Likewise.
17811         * dlfcn/dladdr1.c (dladdr1): Likewise.
17812         * dlfcn/dladdr.c (dladdr): Likewise.
17813         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17814         * dlfcn/dlerror.c (__dlerror): Likewise.
17815         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17816         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17817         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17818         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17819         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17820         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17821         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17822         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17823         Likewise.
17824         * elf/dl-conflict.c: Likewise.
17825         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17826         * elf/dl-dst.h: Likewise.
17827         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17828         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17829         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17830         * elf/dl-init.c (call_init, _dl_init): Likewise.
17831         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17832         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17833         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17834         Likewise.
17835         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17836         Likewise.
17837         * elf/dl-minimal.c (__libc_memalign): Likewise.
17838         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17839         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17840         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17841         * elf/dl-sym.c (do_sym): Likewise.
17842         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17843         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17844         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17845         * elf/dl-writev.h (_dl_writev): Likewise.
17846         * elf/ldconfig.c (search_dir): Likewise.
17847         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17848         (dl_main): Likewise.
17849         * elf/setup-vdso.h (setup_vdso): Likewise.
17850         * grp/compat-initgroups.c (compat_call): Likewise.
17851         * grp/fgetgrent.c (fgetgrent): Likewise.
17852         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17853         * grp/putgrent.c (putgrent): Likewise.
17854         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17855         Likewise.
17856         * hurd/hurdinit.c: Likewise.
17857         * iconvdata/8bit-gap.c (struct): Likewise.
17858         * iconvdata/ansi_x3.110.c : Likewise.
17859         * iconvdata/big5.c : Likewise.
17860         * iconvdata/big5hkscs.c : Likewise.
17861         * iconvdata/cp1255.c: Likewise.
17862         * iconvdata/cp1258.c : Likewise.
17863         * iconvdata/cp932.c : Likewise.
17864         * iconvdata/euc-cn.c: Likewise.
17865         * iconvdata/euc-jisx0213.c : Likewise.
17866         * iconvdata/euc-jp.c: Likewise.
17867         * iconvdata/euc-jp-ms.c : Likewise.
17868         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17869         * iconvdata/gb18030.c : Likewise.
17870         * iconvdata/gbbig5.c (const): Likewise.
17871         * iconvdata/gbgbk.c: Likewise.
17872         * iconvdata/gbk.c : Likewise.
17873         * iconvdata/ibm1364.c : Likewise.
17874         * iconvdata/ibm930.c : Likewise.
17875         * iconvdata/ibm932.c: Likewise.
17876         * iconvdata/ibm933.c : Likewise.
17877         * iconvdata/ibm935.c : Likewise.
17878         * iconvdata/ibm937.c : Likewise.
17879         * iconvdata/ibm939.c : Likewise.
17880         * iconvdata/ibm943.c: Likewise.
17881         * iconvdata/iso_11548-1.c: Likewise.
17882         * iconvdata/iso-2022-cn.c : Likewise.
17883         * iconvdata/iso-2022-cn-ext.c : Likewise.
17884         * iconvdata/iso-2022-jp-3.c: Likewise.
17885         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17886         * iconvdata/iso-2022-kr.c : Likewise.
17887         * iconvdata/iso646.c (gconv_end): Likewise.
17888         * iconvdata/iso_6937-2.c : Likewise.
17889         * iconvdata/iso_6937.c : Likewise.
17890         * iconvdata/iso8859-1.c: Likewise.
17891         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17892         * iconvdata/shift_jisx0213.c : Likewise.
17893         * iconvdata/sjis.c : Likewise.
17894         * iconvdata/t.61.c : Likewise.
17895         * iconvdata/tcvn5712-1.c : Likewise.
17896         * iconvdata/tscii.c: Likewise.
17897         * iconvdata/uhc.c : Likewise.
17898         * iconvdata/unicode.c (gconv_end): Likewise.
17899         * iconvdata/utf-16.c (gconv_end): Likewise.
17900         * iconvdata/utf-32.c (gconv_end): Likewise.
17901         * iconvdata/utf-7.c (base64): Likewise.
17902         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17903         * iconv/gconv_close.c (__gconv_close): Likewise.
17904         * iconv/gconv_open.c (__gconv_open): Likewise.
17905         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17906         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17907         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17908         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17909         (ucs4le_internal_loop_single): Likewise.
17910         * iconv/iconv.c (iconv): Likewise.
17911         * iconv/iconv_close.c: Likewise.
17912         * iconv/loop.c (SINGLE): Likewise.
17913         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17914         * include/atomic.h: Likewise.
17915         * inet/inet6_option.c (option_alloc): Likewise.
17916         * intl/bindtextdom.c (set_binding_values): Likewise.
17917         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17918         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17919         * intl/localealias.c (read_alias_file): Likewise.
17920         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17921         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17922         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17923         * libio/fmemopen.c (fmemopen): Likewise.
17924         * libio/iofgets.c (_IO_fgets): Likewise.
17925         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17926         * libio/iofgetws.c (fgetws): Likewise.
17927         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17928         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17929         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17930         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17931         * locale/findlocale.c (_nl_find_locale): Likewise.
17932         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17933         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17934         Likewise.
17935         * locale/setlocale.c (setlocale): Likewise.
17936         * login/programs/pt_chown.c (main): Likewise.
17937         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17938         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17939         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17940         (mmap, mmap64, mremap, munmap): Likewise.
17941         * math/e_exp2l.c: Likewise.
17942         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17943         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17944         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17945         * math/s_catan.c (__catan): Likewise.
17946         * math/s_catanf.c (__catanf): Likewise.
17947         * math/s_catanh.c (__catanh): Likewise.
17948         * math/s_catanhf.c (__catanhf): Likewise.
17949         * math/s_catanhl.c (__catanhl): Likewise.
17950         * math/s_catanl.c (__catanl): Likewise.
17951         * math/s_ccosh.c (__ccosh): Likewise.
17952         * math/s_ccoshf.c (__ccoshf): Likewise.
17953         * math/s_ccoshl.c (__ccoshl): Likewise.
17954         * math/s_cexp.c (__cexp): Likewise.
17955         * math/s_cexpf.c (__cexpf): Likewise.
17956         * math/s_cexpl.c (__cexpl): Likewise.
17957         * math/s_clog10.c (__clog10): Likewise.
17958         * math/s_clog10f.c (__clog10f): Likewise.
17959         * math/s_clog10l.c (__clog10l): Likewise.
17960         * math/s_clog.c (__clog): Likewise.
17961         * math/s_clogf.c (__clogf): Likewise.
17962         * math/s_clogl.c (__clogl): Likewise.
17963         * math/s_csin.c (__csin): Likewise.
17964         * math/s_csinf.c (__csinf): Likewise.
17965         * math/s_csinh.c (__csinh): Likewise.
17966         * math/s_csinhf.c (__csinhf): Likewise.
17967         * math/s_csinhl.c (__csinhl): Likewise.
17968         * math/s_csinl.c (__csinl): Likewise.
17969         * math/s_csqrt.c (__csqrt): Likewise.
17970         * math/s_csqrtf.c (__csqrtf): Likewise.
17971         * math/s_csqrtl.c (__csqrtl): Likewise.
17972         * math/s_ctan.c (__ctan): Likewise.
17973         * math/s_ctanf.c (__ctanf): Likewise.
17974         * math/s_ctanh.c (__ctanh): Likewise.
17975         * math/s_ctanhf.c (__ctanhf): Likewise.
17976         * math/s_ctanhl.c (__ctanhl): Likewise.
17977         * math/s_ctanl.c (__ctanl): Likewise.
17978         * math/w_pow.c: Likewise.
17979         * math/w_powf.c: Likewise.
17980         * math/w_powl.c: Likewise.
17981         * math/w_scalb.c (sysv_scalb): Likewise.
17982         * math/w_scalbf.c (sysv_scalbf): Likewise.
17983         * math/w_scalbl.c (sysv_scalbl): Likewise.
17984         * misc/error.c (error_tail): Likewise.
17985         * misc/pselect.c (__pselect): Likewise.
17986         * nis/nis_callback.c (__nis_create_callback): Likewise.
17987         * nis/nis_call.c (__nisfind_server): Likewise.
17988         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17989         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17990         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17991         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17992         * nis/nis_lookup.c (nis_lookup): Likewise.
17993         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17994         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17995         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17996         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17997         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17998         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17999         * nis/nss_compat/compat-initgroups.c (add_group)
18000         (internal_getgrent_r): Likewise.
18001         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18002         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18003         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18004         (internal_getspnam_r): Likewise.
18005         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18006         (_nss_nis_getaliasbyname_r): Likewise.
18007         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18008         (_nss_nis_getntohost_r): Likewise.
18009         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18010         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18011         (_nss_nis_getgrgid_r): Likewise.
18012         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18013         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18014         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18015         (_nss_nis_gethostbyname4_r): Likewise.
18016         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18017         (initgroups_netid): Likewise.
18018         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18019         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18020         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18021         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18022         (_nss_nis_getprotobynumber_r): Likewise.
18023         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18024         (_nss_nis_getsecretkey): Likewise.
18025         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18026         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18027         (_nss_nis_getpwuid_r): Likewise.
18028         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18029         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18030         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18031         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18032         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18033         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18034         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18035         Likewise.
18036         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18037         (_nss_nisplus_getntohost_r): Likewise.
18038         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18039         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18040         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18041         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18042         Likewise.
18043         * nis/nss_nisplus/nisplus-initgroups.c
18044         (_nss_nisplus_initgroups_dyn): Likewise.
18045         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18046         (_nss_nisplus_getnetbyaddr_r): Likewise.
18047         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18048         (_nss_nisplus_getprotobynumber_r): Likewise.
18049         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18050         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18051         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18052         Likewise.
18053         * nis/nss_nisplus/nisplus-service.c
18054         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18055         (_nss_nisplus_getservbyport_r): Likewise.
18056         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18057         (_nss_nisplus_getspnam_r): Likewise.
18058         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18059         Likewise.
18060         * nscd/aicache.c (addhstaiX): Likewise.
18061         * nscd/cache.c (cache_search, prune_cache): Likewise.
18062         * nscd/connections.c (register_traced_file, send_ro_fd)
18063         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18064         (main_loop_epoll): Likewise.
18065         * nscd/grpcache.c (addgrbyX): Likewise.
18066         * nscd/hstcache.c (addhstbyX): Likewise.
18067         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18068         * nscd/mem.c (gc, mempool_alloc): Likewise.
18069         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18070         (addinnetgrX): Likewise.
18071         * nscd/nscd-client.h (__nscd_acquire_maplock)
18072         (__nscd_drop_map_ref): Likewise.
18073         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18074         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18075         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18076         Likewise.
18077         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18078         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18079         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18080         (__nscd_get_map_ref): Likewise.
18081         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18082         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18083         Likewise.
18084         * nscd/pwdcache.c (addpwbyX): Likewise.
18085         * nscd/selinux.c (preserve_capabilities): Likewise.
18086         * nscd/servicescache.c (addservbyX): Likewise.
18087         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18088         * posix/fnmatch.c (fnmatch): Likewise.
18089         * posix/getopt.c (_getopt_internal_r): Likewise.
18090         * posix/glob.c (glob, glob_in_dir): Likewise.
18091         * posix/wordexp.c (exec_comm_child): Likewise.
18092         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18093         (getanswer_r, gaih_getanswer_slice): Likewise.
18094         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18095         * resolv/res_init.c: Likewise.
18096         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18097         * resolv/res_query.c (__libc_res_nquery): Likewise.
18098         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18099         Likewise.
18100         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18101         * stdio-common/perror.c (perror): Likewise.
18102         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18103         * stdio-common/tmpnam.c (tmpnam): Likewise.
18104         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18105         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18106         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18107         Likewise.
18108         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18109         * stdlib/putenv.c (putenv): Likewise.
18110         * stdlib/setenv.c (__add_to_environ): Likewise.
18111         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18112         * stdlib/strtol_l.c (INTERNAL): Likewise.
18113         * string/memmem.c (memmem): Likewise.
18114         * string/strerror.c (strerror): Likewise.
18115         * string/strnlen.c (__strnlen): Likewise.
18116         * string/test-memmem.c (simple_memmem): Likewise.
18117         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18118         * sunrpc/pm_getport.c (__get_socket): Likewise.
18119         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18120         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18121         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18122         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18123         Likewise.
18124         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18125         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18126         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18127         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18128         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18129         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18130         Likewise.
18131         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18132         Likewise.
18133         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18134         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18135         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18136         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18137         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18138         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18139         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18140         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18141         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18142         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18143         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18144         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18145         Likewise.
18146         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18147         Likewise.
18148         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18149         Likewise.
18150         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18151         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18152         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18153         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18154         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18155         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18156         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18157         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18158         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18159         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18160         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18161         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18162         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18163         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18164         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18165         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18166         Likewise.
18167         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18168         Likewise.
18169         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18170         Likewise.
18171         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18172         Likewise.
18173         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18174         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18175         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18176         Likewise.
18177         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18178         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18179         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18180         * sysdeps/posix/sleep.c: Likewise.
18181         * sysdeps/posix/tempname.c: Likewise.
18182         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18183         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18184         Likewise.
18185         * sysdeps/powerpc/powerpc32/dl-machine.h
18186         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18187         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18188         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18189         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18190         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18191         Likewise.
18192         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18193         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18194         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18195         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18196         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18197         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18198         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18199         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18200         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18201         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18202         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18203         (elf_machine_lazy_rel): Likewise.
18204         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18205         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18206         (elf_machine_lazy_rel): Likewise.
18207         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18208         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18209         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18210         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18211         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18212         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18213         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18214         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18215         Likewise.
18216         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18217         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18218         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18219         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18220         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18221         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18222         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18223         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18224         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18225         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18226         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18227         Likewise.
18228         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18229         (__posix_fallocate64_l64): Likewise.
18230         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18231         (posix_fallocate): Likewise.
18232         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18233         Likewise.
18234         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18235         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18236         (getifaddrs_internal): Likewise.
18237         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18238         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18239         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18240         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18241         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18242         (__posix_fallocate64_l64): Likewise.
18243         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18244         Likewise.
18245         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18246         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18247         (__get_clockfreq): Likewise.
18248         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18249         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18250         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18251         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18252         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18253         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18254         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18255         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18256         Likewise.
18257         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18258         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18259         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18260         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18261         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18262         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18263         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18264         Likewise.
18265         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18266         (posix_fallocate): Likewise.
18267         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18268         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18269         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18270         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18271         (elf_machine_rela, elf_machine_rela_relative)
18272         (elf_machine_lazy_rel): Likewise.
18273         * time/asctime.c (asctime_internal): Likewise.
18274         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18275         * time/tzset.c (__tzset_parse_tz): Likewise.
18276         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18277         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18278         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18279         * wcsmbs/wcsmbsload.h: Likewise.
18281         [BZ #15894]
18282         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18284         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18285         (arena_get2): Remove THREAD_STATS conditionals.
18286         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18287         (__malloc_stats, int): Likewise.
18289 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18291         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18292         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18294         * manual/setjmp.texi: Fix typos/grammar errors.
18296         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18297         Only return early when n is <= 0.  Delete unused return statement.
18299         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18300         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18301         * debug/tst-longjmp_chk3.c: New file.
18303         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18304         (test_main): Replace code with set_fortify_handler call.
18305         * debug/test-strcpy_chk.c: Likewise.
18306         * debug/tst-chk1.c: Likewise.
18307         * debug/tst-longjmp_chk.c: Likewise.
18308         * test-skeleton.c: Include fcntl.h & paths.h
18309         (set_fortify_handler): Define.
18311         * debug/tst-longjmp_chk.c: Add header comment and include
18312         ../test-skeleton.c.
18313         (do_test): Mark static.
18314         (TEST_FUNCTION): Define.
18316         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18317         (IP_PMTUDISC_INTERFACE): Likewise.
18318         (IP_MULTICAST_IF): Likewise.
18319         (IP_MULTICAST_TTL): Likewise.
18320         (IP_MULTICAST_LOOP): Likewise.
18321         (IP_ADD_MEMBERSHIP): Likewise.
18322         (IP_DROP_MEMBERSHIP): Likewise.
18323         (IP_UNBLOCK_SOURCE): Likewise.
18324         (IP_BLOCK_SOURCE): Likewise.
18325         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18326         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18327         (IP_MSFILTER): Likewise.
18328         (MCAST_JOIN_GROUP): Likewise.
18329         (MCAST_BLOCK_SOURCE): Likewise.
18330         (MCAST_UNBLOCK_SOURCE): Likewise.
18331         (MCAST_LEAVE_GROUP): Likewise.
18332         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18333         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18334         (MCAST_MSFILTER): Likewise.
18335         (IP_MULTICAST_ALL): Likewise.
18336         (IP_UNICAST_IF): Likewise.
18338         * timezone/Makefile: Delete $(have-ksh) check.
18339         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18340         * timezone/tzselect.ksh: Add +x mode bits.
18342         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18343         (ANON_INODE_FS_MAGIC): Likewise.
18344         (BDEVFS_MAGIC): Likewise.
18345         (BINFMTFS_MAGIC): Likewise.
18346         (BTRFS_TEST_MAGIC): Likewise.
18347         (CRAMFS_MAGIC_WEND): Likewise.
18348         (DEBUGFS_MAGIC): Likewise.
18349         (ECRYPTFS_SUPER_MAGIC): Likewise.
18350         (EXT3_SUPER_MAGIC): Likewise.
18351         (EXT4_SUPER_MAGIC): Likewise.
18352         (FUTEXFS_SUPER_MAGIC): Likewise.
18353         (HOSTFS_SUPER_MAGIC): Likewise.
18354         (HUGETLBFS_MAGIC): Likewise.
18355         (MINIX3_SUPER_MAGIC): Likewise.
18356         (MTD_INODE_FS_MAGIC): Likewise.
18357         (NILFS_SUPER_MAGIC): Likewise.
18358         (OPENPROM_SUPER_MAGIC): Likewise.
18359         (PIPEFS_MAGIC): Likewise.
18360         (PSTOREFS_MAGIC): Likewise.
18361         (QNX6_SUPER_MAGIC): Likewise.
18362         (RAMFS_MAGIC): Likewise.
18363         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18364         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18365         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18366         (SECURITYFS_MAGIC): Likewise.
18367         (SELINUX_MAGIC): Likewise.
18368         (SMACK_MAGIC): Likewise.
18369         (SOCKFS_MAGIC): Likewise.
18370         (SQUASHFS_MAGIC): Likewise.
18371         (STACK_END_MAGIC): Likewise.
18372         (TMPFS_MAGIC): Likewise.
18373         (USBDEVICE_SUPER_MAGIC): Likewise.
18374         (V9FS_MAGIC): Likewise.
18375         (XENFS_SUPER_MAGIC): Likewise.
18376         (CRAMFS_MAGIC): Fix typo in comment.
18377         (EXT2_SUPER_MAGIC): Update comment.
18378         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18380 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18382         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18383         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18384         * sysdeps/unix/sysv/linux/arm: Move directory from
18385         ports/sysdeps/unix/sysv/linux/arm.
18386         * README: Update listing for arm-*-linux-gnueabi.
18388         * README: Remove mention of am33.
18390 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18392         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18393         than the comma operator, to avoid "rhs of comma has no effect"
18394         compiler warnings.
18395         (__sigfillset, __sigandset, __sigorset): Likewise.
18396         * include/signal.h (__sigemptyset): Likewise.
18397         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18399 2014-02-07  Allan McRae  <allan@archlinux.org>
18401         * version.h (RELEASE): Set to "development".
18402         (VERSION): Set to "2.19.90"
18403         * NEWS: Add 2.20 section.
18405 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18407         [BZ #16529]
18408         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18410 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18412         * manual/contrib.texi: Update entry for Carlos O'Donell,
18413         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18415 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18417         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18419         * sysdeps/unix/sysv/linux/kernel-features.h
18420         [__LINUX_KERNEL_VERSION >= 0x020621]
18421         (__ASSUME_PROC_PID_TASK_COMM): Define.
18423 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18425         [BZ #16398]
18426         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18427         conversion when destination buffer does not have enough space.
18428         * libio/tst-ftell-partial-wide.c: New test case.
18429         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18431         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18432         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18433         Leonard and Allan McRae.
18435 2014-02-04  David S. Miller  <davem@davemloft.net>
18437         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18438         32-bit.
18440 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18443         New file
18444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18445         New file
18446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18447         New file.
18448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18449         New file.
18450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18451         New file.
18452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18453         New file.
18454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18455         New file.
18456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18457         New file.
18458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18459         New file.
18460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18461         New file.
18462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18463         New file.
18464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18465         New file.
18466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18467         New file.
18469 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18471         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18472         * shlib-versions: Likewise.
18474 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18475             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18477         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18478         (abilist-pattern): New variable, set to %-le.abilist.
18480         * Makerules (abilist-pattern): New variable.
18481         (vpath): Use $(abilist-pattern) in place of %.abilist.
18482         (check-abi-% pattern rule): Likewise.
18483         (check-abi, update-abi): Likewise.
18485 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18487         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18489 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18491         * manual/startup.texi: Add next, previous, and top entries for
18492         the `Program Arguments' and `Environment Variables' nodes.
18494 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18496         * manual/macros.texi: Add comments before MTASC-safety macros.
18498         * manual/users.texi: Document MTASC-safety properties.
18500         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18501         (pthread_getspecific, pthread_setspecific): Format with
18502         @deftypefun, and add @safety note.
18503         * manual/signal.texi: Move comments that analyze the above
18504         functions to their home place.
18506 2014-02-03  Allan McRae  <allan@archlinux.org>
18508         * po/sl.po: Update Slovenian translation from translation project.
18510 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18512         * manual/time.texi (timegm): Add missing blank after @c.
18513         Reported by Joseph Myers <joseph@codesourcery.com>.
18515 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18517         * manual/check-safety.sh: New.
18518         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18520         * manual/terminal.texi: Document MTASC-safety properties.
18522         * manual/filesys.texi: Document MTASC-safety properties.
18524         * manual/errno.texi: Document MTASC-safety properties.
18526         * manual/intro.texi: Document safety identifiers and
18527         conditionals.
18529         * manual/string.texi (wcstok): Fix prototype.
18530         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18532         * manual/time.texi: Document MTASC-safety properties.
18534         * manual/string.texi: Document MTASC-safety properties.
18536         * manual/threads.texi: Document MTASC-safety properties.
18538         * manual/stdio.texi: Document MTASC-safety properties.
18540         * manual/syslog.texi: Document MTASC-safety properties.
18542         * manual/sysinfo.texi: Document MTASC-safety properties.
18544         * manual/startup.texi: Document MTASC-safety properties.
18546         * manual/socket.texi: Document MTASC-safety properties.
18548         * manual/signal.texi: Document MTASC-safety properties.
18550 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18552         * manual/setjmp.texi: Document MTASC-safety properties.
18554         * manual/search.texi: Document MTASC-safety properties.
18556         * manual/resource.texi: Document MTASC-safety properties.
18558         * manual/process.texi: Document MTASC-safety properties.
18560         * manual/platform.texi: Document MTASC-safety properties.
18562         * manual/pipe.texi: Document MTASC-safety properties.
18564         * manual/pattern.texi: Document MTASC-safety properties.
18566         * manual/message.texi: Document MTASC-safety properties.
18568         [BZ #12751]
18569         * manual/memory.texi: Document MTASC-safety properties.
18571         * manual/math.texi: Document MTASC-safety properties.
18573         * manual/locale.texi: Document MTASC-safety properties.
18575         * manual/llio.texi: Document MTASC-safety properties.
18577         * manual/libdl.texi: New.
18579         * manual/lang.texi: Document MTASC-safety properties.
18581         * manual/job.texi: Document MTASC-safety properties.
18583         * manual/getopt.texi: Document MTASC-safety properties.
18585         * manual/ctype.texi: Document MTASC-safety properties.
18587 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18589         [BZ #16046]
18590         * csu/libc-tls.c (static_map): Remove variable.
18591         (__libc_setup_tls): Use main executable's link map for TLS data.
18592         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18593         casing for LM_ID_BASE and GL(dl_nns).
18594         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18595         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18596         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18597         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18598         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18599         member.
18600         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18601         l_phnum members.
18603 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18605         * manual/debug.texi: Document MTASC-safety properties.
18607 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18609         [BZ #16510]
18610         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18611         of __x86_64__ when disabling x87 inline functions.
18613 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18615         * manual/charset.texi: Document MTASC-safety properties.
18617         * manual/crypt.texi: Document MTASC-safety properties.
18619         * manual/conf.texi: Document MTASC-safety properties.
18621         * manual/arith.texi: Document MTASC-safety properties.
18623         * manual/argp.texi: Document MTASC-safety properties.
18625         * manual/macros.texi: Introduce macros to document multi
18626         thread, asynchronous signal and asynchronous cancellation
18627         safety properties.
18628         * manual/intro.texi: Introduce the properties themselves.
18630 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18632         * sysdeps/sh/sh4/Makefile: New file.
18634 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18636         * math/gen-libm-test.pl ($srcdir): New variable.
18637         ($auto_input): Use it.
18639 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18641         [BZ #16506]
18642         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18643         access beyond array bounds when parsing netgroups file.
18645         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18646         the old buffer before realloc.
18648 2014-01-27  Allan McRae  <allan@archlinux.org>
18650         * po/fr.po: Update French translation from translation project.
18652 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18654         * sysdeps/sh/libm-test-ulps: Regenerate.
18656 2014-01-24  David S. Miller  <davem@davemloft.net>
18658         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18660 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18662         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18663         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18665 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18667         [BZ #16474]
18668         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18669         string pointers after reallocation.
18671 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18673         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18674         __SH4A__ instead of __SH_FPU_ANY__.
18676 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18678         * sysdeps/sh/fpu_control.h: New file.
18679         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18680         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18681         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18682         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18683         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18684         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18685         * sysdeps/sh/sys/ucontext.h: Remove.
18686         * sysdeps/sh/sys: Remove directory.
18688 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18690         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18691         s390/sys/ucontext.h.
18692         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18693         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18695 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18697         [BZ #15605]
18698         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18700 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18702         [BZ#16431]
18703         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18704         Adjust the vDSO correctly for internal calls.
18705         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18707 2014-01-20  Allan McRae  <allan@archlinux.org>
18709         * po/ca.po: Update Catalan translation from translation project.
18711 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18713         * sysdeps/s390/sotruss-lib.c: New file.
18715 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18717         [BZ#16430]
18718         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18719         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18720         local calls issues by not having a PLT stub required for IFUNC calls.
18721         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18723 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18725         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18726         * math/test-fpucw-static.c: Likewise.
18728 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18730         [BZ #16453]
18731         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18733 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18735         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18736         implementation for powerpc.
18738 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18740         [BZ #14782]
18741         * sysdeps/posix/system.c (__libc_system): Do not enable
18742         asynchronous cancellation.
18744 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18746         [BZ #16427]
18747         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18748         handling only for numbers special also in the IEEE case.
18750 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18752         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18754 2014-01-11  Allan McRae  <allan@archlinux.org>
18756         * po/bg.po: Update Bulgarian translation from translation project.
18758         * po/de.po: Update German translation from translation project.
18760 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18762         * sysdeps/generic/gcc-compat.h: New file.
18764 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18766         * benchtests/asin-inputs: Correct slow inputs.
18767         * benchtests/acos-inputs: Likewise.
18769 2014-01-10  Allan McRae  <allan@archlinux.org>
18771         * po:sv.po: Update Swedish translation from translation project.
18773         * po/vi.po: Update Vietnamese translation from translation project.
18775         * po/eo.po: Update Esperanto translation from translation project.
18777         * po/cs.po: Update Czech translation from translation project.
18779         * po/nl.po: Update Dutch translation from translation project.
18781         * po/pl.po: Update Polish translation from translation project.
18783         * po/ru.po: Update Russian translation from translation project.
18785         * po/uk.po: Update Ukrainian translation from translation project.
18787 2014-01-08  Brooks Moses  <bmoses@google.com>
18789         * elf/dl-load.c: Fix comment typo.
18791 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18793         * po/header.pot: Rename to...
18794         * po/pot.header: ... this.
18795         * po/Makefile: Use pot.header.
18797 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18798             Maxim Kuvyrkov  <maxim@kugelworks.com>
18800         [BZ #16394]
18801         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18802         SRC and DEST against LEN.
18804 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18806         [BZ #16414]
18807         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18808         implementation.
18809         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18811 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18815 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18817         [BZ #16408]
18818         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18819         for large positive arguments.
18821 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18823         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18825         * math/auto-libm-test-in: Mark various tests with
18826         xfail-rounding:ldbl-128ibm.
18827         * math/auto-libm-test-out: Regenerated.
18829         [BZ #16407]
18830         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18831         Increase overflow threshold.
18833 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18835         [BZ #14286]
18836         * stdio-common/vfprintf.c: Check for integer overflow.
18838 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18840         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18841         the first argument and return value of __tls_get_addr_internal.
18843 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18845         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18846         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18848 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18850         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18851         * sysdeps/s390/rtld-global-offsets.sym: New file.
18852         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18853         GLIBC_2.19 symbol.
18854         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18855         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18856         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18857         ... this.
18858         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18859         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18860         ... this.
18861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18862         Regenerate.
18863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18864         Regenerate.
18865         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18866         halfs of GPRs for high_gprs contexts.
18867         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18868         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18869         field.
18870         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18871         uc_flags field.
18872         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18873         64 bit versions:
18874         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18875         for high GPRs (uc_high_gprs) and for future extensions
18876         (__reserved).
18877         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18878         for future extensions (__reserved).
18879         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18880         64 bit versions:
18881         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18882         SC_HIGHGPRS offset definition.
18883         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18884         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18886         * Versions.def: Add GLIBC_2.19 for libpthread.
18887         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18888         siglongjmp for libpthread with GLIBC_2.19 symver.
18889         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18890         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18891         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18892         * sysdeps/s390/__longjmp.c: New file.
18893         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18894         * sysdeps/s390/longjmp.c: New file.
18895         * sysdeps/s390/setjmp.S: New file.
18896         * sysdeps/s390/sigjmp.S: New file.
18897         * sysdeps/s390/v1-longjmp.c: New file.
18898         * sysdeps/s390/v1-setjmp.h: New file.
18899         * sysdeps/s390/v1-sigjmp.c: New file.
18900         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18901         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18902         GLIBC_2.19 version.
18903         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18904         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18905         versioned symbols for ____longjmp_chk.
18906         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18907         Likewise.
18908         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18909         Regenerate.
18910         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18911         Regenerate.
18912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18913         Regenerate.
18914         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18915         Regenerate.
18916         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18917         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18918         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18919         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18920         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18921         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18922         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18923         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18924         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18925         * sysdeps/s390/rtld-__longjmp.c: New file.
18926         * sysdeps/s390/rtld-setjmp.S: New file.
18928 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18930         [BZ #16400]
18931         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18932         Return -__logl (x) for small positive arguments without evaluating
18933         a polynomial.
18935 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18937         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18938         Rename to ...
18939         (__ptrace_peeksiginfo_args): ... this.
18940         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18941         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18942         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18944 2014-01-06  Allan McRae  <allan@archlinux.org>
18946         * inet/netinet/in.h: Fix typo in comment.
18948 2014-01-05  Andreas Jaeger  <aj@suse.de>
18950         * sysdeps/i386/fpu/libm-test-ulps: Update.
18952 2014-01-05  Allan McRae  <allan@archlinux.org>
18954         * po/libc.pot: Regenerated.
18956         * malloc/memusagestat.c: Fix gettext call formatting.
18958 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18960         * nscd/nscd.c: Improve usage() output.
18962 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18964         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18965         * sysdeps/unix/sysv/linux/configure: Regenerated.
18966         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18967         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18969 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18971         [BZ #16390]
18972         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18973         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18975 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18977         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18978         extra tokens at end of #undef directive.
18979         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18980         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18981         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18983 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18985         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18987         * math/auto-libm-test-in: Mark various tests with
18988         xfail-rounding:ldbl-128ibm.
18989         * math/auto-libm-test-out: Regenerated.
18991 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18993         [BZ #16386]
18994         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18995         numbers with subnormal high part when calculating exponent.
18997         [BZ #16385]
18998         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18999         fabs.
19001         [BZ #16384]
19002         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19003         M_LN2l.
19004         (__ieee754_acoshl): Use __log1pl not __log1p.
19006 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19008         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19009         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19010         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19011         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19012         (reused_arena, arena_get2): Convert to GNU style.
19013         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19014         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19015         (memalign_check, __malloc_set_state): Likewise.
19016         * malloc/mallocbug.c (main): Likewise.
19017         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19018         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19019         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19020         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19021         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19022         (__posix_memalign, malloc_info): Likewise.
19023         * malloc/malloc.h: Likewise.
19024         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19025         (mallochook, memalignhook, reallochook, mabort): Likewise.
19026         * malloc/mcheck.h: Likewise.
19027         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19028         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19029         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19030         * malloc/morecore.c (__default_morecore): Likewise.
19031         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19032         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19033         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19034         (print_and_abort): Likewise.
19035         * malloc/obstack.h: Likewise.
19036         * malloc/set-freeres.c (__libc_freeres): Likewise.
19037         * malloc/tst-mallocstate.c (main): Likewise.
19038         * malloc/tst-mtrace.c (main): Likewise.
19039         * malloc/tst-realloc.c (do_test): Likewise.
19041 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19043         [BZ #16366]
19044         * nscd/netgroupcache.c (do_notfound): New function.
19045         (addgetnetgrentX): Use it.
19047         [BZ # 16365]
19048         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19049         NSS_STATUS_NOTFOUND.
19051 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19053         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19056 2014-01-01  Allan McRae  <allan@archlinux.org>
19058         * scripts/update-copyrights: Update configure input file suffix.
19060         * NEWS: Update copyright year.
19061         * catgets/gencat.c: Likewise.
19062         * csu/version.c: Likewise.
19063         * debug/catchsegv.sh: Likewise.
19064         * debug/pcprofiledump.c: Likewise.
19065         * debug/xtrace.sh: Likewise.
19066         * elf/ldconfig.c: Likewise.
19067         * elf/ldd.bash.in: Likewise.
19068         * elf/pldd.c: Likewise.
19069         * elf/sotruss.ksh: Likewise.
19070         * elf/sprof.c: Likewise.
19071         * iconv/iconv_prog.c: Likewise.
19072         * iconv/iconvconfig.c: Likewise.
19073         * locale/programs/locale.c: Likewise.
19074         * locale/programs/localedef.c: Likewise.
19075         * login/programs/pt_chown.c: Likewise.
19076         * malloc/memusage.sh: Likewise.
19077         * malloc/memusagestat.c: Likewise.
19078         * malloc/mtrace.pl: Likewise.
19079         * manual/libc.texinfo: Likewise.
19080         * nscd/nscd.c: Likewise.
19081         * nss/getent.c: Likewise.
19082         * nss/makedb.c: Likewise.
19083         * posix/getconf.c: Likewise.
19084         * scripts/test-installation.pl: Likewise.
19086         * All files with FSF copyright notices: Update copyright dates
19087         using scripts/update-copyrights.
19088         * intl/plural.c: Regenerated.
19089         * locale/programs/charmap-kw.h: Likewise.
19090         * locale/programs/locfile-kw.h: Likewise.
19092 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19094         * sysdeps/unix/sysv/linux/configure: Regenerated.
19095         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19096         the linux/fanotify.h header.
19097         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19098         HAVE_LINUX_FANOTIFY_H is defined.
19100 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19102         * benchtests/cos-inputs: New inputs.
19103         * benchtests/sin-inputs: Likewise.
19105         * benchtests/atan-inputs: New inputs. Fix name of multiple
19106         precision fallback inputs.
19108         * benchtests/atanh-inputs: New inputs.
19109         * benchtests/tanh-inputs: Likewise.
19111         * benchtests/acosh-inputs: New inputs.
19112         * benchtests/asinh-inputs: Likewise.
19114         * benchtests/cosh-inputs: New inputs.
19115         * benchtests/sinh-inputs: Likewise.
19117         * benchtests/acos-inputs: Add more inputs.
19118         * benchtests/asin-inputs: Likewise.
19120 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19122         [BZ #16375]
19123         * manual/arith.texi: Fix spelling.
19124         * manual/charset.texi: Likewise.
19125         * manual/errno.texi: Likewise.
19126         * manual/filesys.texi: Likewise.
19127         * manual/lang.texi: Likewise.
19128         * manual/llio.texi: Likewise.
19129         * manual/locale.texi: Likewise.
19130         * manual/message.texi: Likewise.
19131         * manual/resource.texi: Likewise.
19132         * manual/search.texi: Likewise.
19133         * manual/setjmp.texi: Likewise.
19134         * manual/stdio.texi: Likewise.
19135         * manual/string.texi: Likewise.
19136         * manual/sysinfo.texi: Likewise.
19137         * manual/time.texi: Likewise.
19139 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19141         * po/sl.po: New file.
19143 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19145         * .gitignore: Add core/.gdbinit/.gdb_history.
19147 2013-12-27  Allan McRae  <allan@archlinux.org>
19149         [BZ #16369]
19150         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19151         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19153 2013-12-24  Brooks Moses  <bmoses@google.com>
19155         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19156         all compilers that claim C++98 compliance, not just GCC.
19157         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19158         Likewise.
19160 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19162         * NEWS: Restore accidentally deleted bug-fix entries.
19164 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19165             Ondřej Bílka  <neleai@seznam.cz>
19167         [BZ #15073]
19168         * malloc/malloc.c (_int_free): Perform sanity check only if we
19169         have_lock.
19171 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19173         [BZ #12986]
19174         * manual/stdio.texi (String Input Conversions): Clarify that character
19175         classes are not supported.
19177 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19181 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19183         [BZ #16337]
19184         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19185         Calculate results for small negative arguments directly rather
19186         than using reflection formula with special underflow handling.
19188         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19189         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19190         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19191         (fchflags): Likewise.
19192         (revoke): Likewise.
19193         (setlogin): Likewise.
19194         (sigaltstack): Likewise.
19195         (wait4): Likewise.
19196         (sigblock): Remove.
19197         (sigsetmask): Likewise.
19198         (wait3): Likewise.
19199         (waitpid): Likewise.
19200         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19201         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19202         file.
19203         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19204         * sysdeps/unix/bsd/Makefile: ... here.
19205         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19206         * sysdeps/unix/bsd/Versions: ... here.
19207         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19208         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19209         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19210         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19211         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19212         * sysdeps/unix/bsd/sigblock.c: ... here.
19213         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19214         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19215         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19216         * sysdeps/unix/bsd/sigvec.c: ... here.
19217         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19218         * sysdeps/unix/bsd/tcdrain.c: ... here.
19219         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19220         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19221         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19222         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19223         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19224         * sysdeps/unix/bsd/wait.c: ... here.
19225         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19226         * sysdeps/unix/bsd/wait3.c: ... here.
19227         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19228         * sysdeps/unix/bsd/waitpid.c: ... here.
19230 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19232         [BZ #16356]
19233         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19234         round-to-nearest for [!USE_AS_EXPM1L].
19235         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19236         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19237         more tests of exp and exp10.  Expect some exp10 tests to miss
19238         exceptions or fail in directed rounding modes.
19239         * math/auto-libm-test-out: Regenerated.
19240         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19241         (exp10_test_tonearest): New function.
19242         (exp10_towardzero_test_data): New array.
19243         (exp10_test_towardzero): New function.
19244         (exp10_downward_test_data): New array.
19245         (exp10_test_downward): New function.
19246         (exp10_upward_test_data): New array.
19247         (exp10_test_upward): New function.
19248         (main): Call the new functions.
19249         * sysdeps/i386/fpu/libm-test-ulps: Update.
19250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19252 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19254         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19255         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19256         * math/auto-libm-test-out: Regenerated.
19257         * math/libm-test.inc (acosh_test_data): Add more tests.
19258         (atanh_test_data): Likewise.
19259         (ceil_test_data): Likewise.
19260         (copysign_test_data): Likewise.
19261         * sysdeps/i386/fpu/libm-test-ulps: Update.
19262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19264         * timezone/checktab.awk: Update from tzcode 2013i.
19265         * timezone/private.h: Likewise.
19266         * timezone/scheck.c: Likewise.
19267         * timezone/tzfile.h: Likewise.
19268         * timezone/tzselect.ksh: Likewise.
19269         * timezone/zdump.c: Likewise.
19270         * timezone/zic.c: Likewise.
19272         * math/auto-libm-test-in: Add tests of cpow.
19273         * math/auto-libm-test-out: Regenerated.
19274         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19275         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19276         mpc_cc_c.
19277         (func_calc_desc): Add mpc_cc_c union field.
19278         (test_functions): Add cpow.
19279         (special_fill_2pi): New function.
19280         (special_real_inputs): Add 2pi.
19281         (calc_generic_results): Handle mpc_cc_c.
19282         * sysdeps/i386/fpu/libm-test-ulps: Update.
19283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19285         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19286         csqrt, ctan and ctanh.
19287         * math/auto-libm-test-out: Regenerated.
19288         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19289         (TEST_COND_x86): Likewise.
19290         (ccos_test_data): Use AUTO_TESTS_c_c.
19291         (ccosh_test_data): Likewise.
19292         (cexp_test_data): Likewise.
19293         (clog_test_data): Likewise.
19294         (csqrt_test_data): Likewise.
19295         (ctan_test_data): Likewise.
19296         (ctan_tonearest_test_data): Likewise.
19297         (ctan_towardzero_test_data): Likewise.
19298         (ctan_downward_test_data): Likewise.
19299         (ctan_upward_test_data): Likewise.
19300         (ctanh_test_data): Likewise.
19301         (ctanh_tonearest_test_data): Likewise.
19302         (ctanh_towardzero_test_data): Likewise.
19303         (ctanh_downward_test_data): Likewise.
19304         (ctanh_upward_test_data): Likewise.
19305         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19306         mpc_c_c.
19307         (func_calc_desc): Add mpc_c_c union field.
19308         (FUNC_mpc_c_c): New macro.
19309         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19310         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19311         ctanh.
19312         (special_fill_min_subnorm_p120): New function.
19313         (special_real_inputs): Add min_subnorm_p120.
19314         (calc_generic_results): Handle mpc_c_c.
19315         * sysdeps/i386/fpu/libm-test-ulps: Update.
19316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19318 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19320         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19321         (do_sin_slow): New functions.
19322         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19323         (cslow2, csloww1, csloww2): Use the new functions.
19325         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19326         Use M to change sign of result instead of X.  Assume X is
19327         positive.
19328         (csloww1): Likewise.
19329         (__sin): Adjust.
19330         (__cos): Adjust.
19332         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19333         arguments A and DA.
19334         (__sin): Adjust.
19335         (__cos): Likewise.
19337         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19338         (__cos): Likewise.
19339         (sloww1): Don't adjust sign of DX.
19340         (csloww1): Likewise.
19341         (sloww2): Use X directly and don't adjust sign of DX.
19342         (csloww2): Likewise.
19344 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19346         * math/auto-libm-test-in: Add tests of cabs and carg.
19347         * math/auto-libm-test-out: Regenerated.
19348         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19349         (carg_test_data): Likewise.
19350         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19351         mpc_c_f.
19352         (func_calc_desc): Add mpc_c_f union field.
19353         (test_functions): Add cabs and carg.
19354         (calc_generic_results): Handle mpc_c_f.
19356         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19357         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19358         as a macro and a compat symbol.
19359         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19360         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19361         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19362         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19363         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19364         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19365         not use .hidden.
19366         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19367         Likewise.
19368         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19369         Likewise.
19370         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19371         Likewise.
19372         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19373         Likewise.
19374         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19375         Likewise.
19376         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19377         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19378         from GLIBC_2.3.2.
19380 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19382         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19384 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19386         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19387         trailing whitespace removed.
19388         * scripts/config.guess: Update to version 2013-11-29.
19389         * scripts/config.sub: Update to version 2013-10-01.
19391         * math/auto-libm-test-in: Add tests of sincos.
19392         * math/auto-libm-test-out: Regenerated.
19393         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19394         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19395         mpfr_f_11.
19396         (func_calc_desc): Add mpfr_f_11 union field.
19397         (test_functions): Add sincos.
19398         (calc_generic_results): Handle mpfr_f_11.
19399         * sysdeps/i386/fpu/libm-test-ulps: Update.
19400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19402 2013-12-19  Andreas Schwab  <schwab@suse.de>
19404         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19405         CALL_MCOUNT.
19406         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19407         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19408         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19410 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19412         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19413         * sysdeps/i386/fpu/libm-test-ulps: Update.
19414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19416         [BZ #16293]
19417         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19418         round-to-nearest mode when using frndint.
19419         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19420         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19421         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19422         Likewise.
19423         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19424         sinh test to fail.
19425         * math/auto-libm-test-out: Regenerated.
19426         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19427         (TEST_COND_x86): Likewise.
19428         (expm1_tonearest_test_data): New array.
19429         (expm1_test_tonearest): New function.
19430         (expm1_towardzero_test_data): New array.
19431         (expm1_test_towardzero): New function.
19432         (expm1_downward_test_data): New array.
19433         (expm1_test_downward): New function.
19434         (expm1_upward_test_data): New array.
19435         (expm1_test_upward): New function.
19436         (main): Run the new test functions.
19437         * sysdeps/i386/fpu/libm-test-ulps: Update.
19438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19440         * include/features.h: Update comment documenting feature test
19441         macros.  Mention _DEFAULT_SOURCE in comment.
19442         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19443         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19444         _BSD_SOURCE and _SVID_SOURCE.
19445         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19446         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19447         !_SVID_SOURCE]: Likewise.
19448         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19449         (__USE_POSIX_IMPLICITLY): Define.
19450         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19451         (_POSIX_SOURCE): Undefine and redefine.
19452         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19453         (_POSIX_C_SOURCE): Likewise.
19454         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19455         (Feature Test Macros): Update documentation of default features.
19457 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19459         * benchtests/Makefile: Add bench-strtok.
19460         * benchtests/bench-strtok.c: New file: strtok benchtest.
19462 2013-12-19  Allan McRae  <allan@archlinux.org>
19464         * manual/install.texi: Suppress menu for plain text output.
19465         * INSTALL: Regenerated.
19467 2013-12-18  Brooks Moses  <bmoses@google.com>
19469         [BZ #15846]
19470         * misc/getauxval.c: Include errno.h.
19471         (__getauxval): Set errno to ENOENT if the requested type is not
19472         found.
19473         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19474         don't declare with __attribute_const__.
19475         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19476         * manual/startup.texi: Document that getauxval sets errno.
19478 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19480         * math/auto-libm-test-in: Add tests of jn and yn.
19481         * math/auto-libm-test-out: Regenerated.
19482         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19483         (yn_test_data): Likewise.
19484         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19485         mpfr_if_f.
19486         (func_calc_desc): Add mpfr_if_f union field.
19487         (FUNC_mpfr_if_f): New macro.
19488         (test_functions): Add jn and yn.
19489         (calc_generic_results): Assert type of second input for
19490         mpfr_ff_f.  Handle mpfr_if_f.
19491         (output_for_one_input_case): Disable all checking for arguments
19492         fitting floating-point types in case of an integer argument.
19493         * sysdeps/i386/fpu/libm-test-ulps: Update.
19494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19497         Don't expect fegetround reference in libm.so.
19499 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19501         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19502         $(config-cflags-nofma).
19504 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19506         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19507         * math/auto-libm-test-out: Regenerated.
19509         [BZ #16338]
19510         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19511         to determine exponent and adjust argument to have exponent of -1.
19512         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19513         log2.
19514         * math/auto-libm-test-out: Regenerated.
19515         * sysdeps/i386/fpu/libm-test-ulps: Update.
19516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19518 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19520         * manual/probes.texi: Remove cases when per-thread arenas are
19521         disabled.
19523 2013-12-18  Andreas Schwab  <schwab@suse.de>
19525         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19526         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19527         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19528         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19529         * sysdeps/i386/i686/multiarch/Makefile: Update.
19530         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19532 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19534         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19535         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19537 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19539         [BZ #15968]
19540         Support TZ transition times < 00:00:00.
19541         This is needed for version-3 tz-format files; it supports time
19542         stamps past 2037 for America/Godthab (the only entry in the tz
19543         database for which this change is relevant).
19544         * manual/time.texi (TZ Variable): Document transition times
19545         from -167:59:59 through -00:00:01.
19546         * time/tzset.c (tz_rule): Time of day is now signed.
19547         (__tzset_parse_tz): Parse negative time of day.
19549         Document TZ transition times >= 25:00:00.
19550         * manual/time.texi (TZ Variable): Document transition times from
19551         25:00:00 through 167:59:59.  These are already supported, and this
19552         support will help with version-3 tz-format files.
19554         * manual/time.texi (TZ Variable): Modernize North America example
19555         to reflect current (i.e., 2007-and-later) daylight saving rules.
19557         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19559 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19561         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19562         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19563         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19564         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19565         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19566         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19567         * sysdeps/unix/bsd/clock.c: Likewise.
19568         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19569         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19570         * sysdeps/unix/bsd/init-posix.c: Likewise.
19571         * sysdeps/unix/bsd/poll.c: Likewise.
19572         * sysdeps/unix/bsd/ptsname.c: Likewise.
19573         * sysdeps/unix/bsd/seekdir.c: Likewise.
19574         * sysdeps/unix/bsd/setegid.c: Likewise.
19575         * sysdeps/unix/bsd/seteuid.c: Likewise.
19576         * sysdeps/unix/bsd/setgid.c: Likewise.
19577         * sysdeps/unix/bsd/setrgid.c: Likewise.
19578         * sysdeps/unix/bsd/setruid.c: Likewise.
19579         * sysdeps/unix/bsd/setsid.c: Likewise.
19580         * sysdeps/unix/bsd/setuid.c: Likewise.
19581         * sysdeps/unix/bsd/sigaction.c: Likewise.
19582         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19583         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19584         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19585         * sysdeps/unix/bsd/telldir.c: Likewise.
19586         * sysdeps/unix/bsd/times.c: Likewise.
19587         * sysdeps/unix/bsd/usleep.c: Likewise.
19589         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19590         ($(objpfx)libbsd-compat.a): Remove rule.
19592         * include/features.h (__FAVOR_BSD): Do not define.
19593         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19594         features conflicting with POSIX.
19595         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19596         (_BSD_SOURCE): Remove description of not being a subset of other
19597         feature test macros.
19598         * manual/job.texi (getpgrp): Do not document BSD version.
19599         (getpgid): Do not document by reference to BSD getpgrp.
19600         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19601         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19602         * signal/signal.h [__FAVOR_BSD]: Likewise.
19603         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19604         instead of making contents conditional on [__FAVOR_BSD].
19605         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19607 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19611 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19613         [BZ #16314]
19614         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19615         values below 2**-450, not 2**-500.
19616         * math/auto-libm-test-in: Don't allow spurious underflow from
19617         hypot.
19618         * math/auto-libm-test-out: Regenerated.
19620         [BZ #16316]
19621         [BZ #16330]
19622         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19623         values of ha and hb and sort them after adjusting subnormal
19624         arguments.
19625         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19626         Likewise.
19627         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19628         values of ea and eb and sort them after adjusting subnormal
19629         arguments.
19630         * math/auto-libm-test-in: Do not expect some hypot tests of
19631         subnormals to fail.  Add more hypot tests.
19632         * math/auto-libm-test-out: Regenerated.
19634 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19636         [BZ #13304]
19637         * sysdeps/sh/s_fma.c: New file.
19638         * sysdeps/sh/s_fmaf.c: New file.
19639         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19640         version.
19641         * sysdeps/sh/Implies: Add sh/soft-fp.
19643 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19645         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19646         level of indirection to members `objname', `errstring', `malloced'.
19647         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19648         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19649         it as the __longjmp argument (just pass 1 instead).
19650         (_dl_catch_error): Initialize C with argument pointers and address of
19651         volatile local ERRCODE rather than copying values out of C at return.
19653 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19655         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19656         * math/auto-libm-test-out: Regenerated.
19657         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19658         (hypot_test_data): Likewise.
19659         (pow_test_data): Likewise.
19660         (pow_tonearest_test_data): Likewise.
19661         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19662         mpfr_ff_f.
19663         (func_calc_desc): Add mpfr_ff_f union field.
19664         (FUNC_mpfr_ff_f): New macro.
19665         (test_functions): Add atan2, hypot and pow.
19666         (special_fill_min): New function.
19667         (special_fill_minus_min): Likewise.
19668         (special_fill_min_subnorm): Likewise.
19669         (special_fill_minus_min_subnorm): Likewise.
19670         (special_real_inputs): Add min, -min, min_subnorm and
19671         -min_subnorm.
19672         (calc_generic_results): Handle mpfr_ff_f.
19673         * sysdeps/i386/fpu/libm-test-ulps: Update.
19674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19676 2013-12-16  Will Newton  <will.newton@linaro.org>
19678         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19679         (Aligned Memory Blocks): Add documentation for aligned_alloc
19680         and suggest it as an alternative to posix_memalign.
19681         (Hooks for Malloc): Document __memalign_hook is also called
19682         for aligned_alloc.  (Summary of Malloc): Add summary for
19683         aligned alloc.  Document __memalign_hook is also called
19684         for aligned_alloc.
19686 2013-12-16  Will Newton  <will.newton@linaro.org>
19688         * manual/memory.texi (Malloc Examples): Clarify default
19689         alignment documentation.  Suggest posix_memalign rather
19690         than memalign or valloc.
19691         (Aligned Memory Blocks): Remove suggestion to use memalign
19692         or valloc.  Remove obsolete comment about BSD.
19693         Document memalign errno values and mark the function obsolete.
19694         Document posix_memalign returned error codes.  Mark valloc
19695         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19696         called for posix_memalign and valloc.
19697         (Summary of Malloc): Add posix_memalign to function summary.
19698         __memalign_hook is also called for posix_memalign and valloc.
19700 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19702         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19703         TAYLOR_SIN.
19704         (__sin): Adjust.
19705         (__cos): Likewise.
19706         (sloww): Use mynumber union.  Expand ternary operator into
19707         if-else statements.
19708         (cslow): use mynumber union.
19710 2013-12-16  Allan McRae  <allan@archlinux.org>
19712         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19713         * configure: Regenerated.
19715         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19717         [BZ #14120]
19718         * configure.ac: Added --enable-maintainer-mode. Check for
19719         autoconf when enabled.
19720         * configure: Regenerated.
19722         * nscd/nscd.service: New file.
19723         * nscd/nscd.tmpfiles: New file.
19725 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19727         [BZ #12100]
19728         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19729         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19730         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19731         (strstr): Add __strstr_sse2_unaligned ifunc.
19732         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19733         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19734         (strcasestr): Remove __strcasestr_sse42 ifunc.
19735         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19736         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19737         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19739 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19741         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19742         * sysdeps/sh/bits/fenv.h: ... here.
19743         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19745 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19747         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19750         hypotf multiarch implementations.
19751         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19752         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19753         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19754         multiarch hypot for PPC64.
19755         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19756         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19757         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19758         multiarch hypotf for PPC64.
19760         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19761         modff multiarch implementations.
19762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19765         multiarch modf for PPC64.
19766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19769         multiarch modff for PPC64.
19771         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19772         and logl multiarch implementations.
19773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19776         multiarch logb for PPC64.
19777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19780         multiarch logb for PPC64.
19781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19784         multiarch logb for PPC64.
19786         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19787         isinff multiarch implementation.
19788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19789         file.
19790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19792         multiarch isinf for PPC64.
19793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19794         file.
19795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19796         multiarch isinff for PPC64.
19798         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19799         finitef multiarch implementation.
19800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19801         file.
19802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19804         multiarch finite for PPC64.
19805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19806         file.
19807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19808         multiarch finitef for PPC64.
19810         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19811         lrint multiarch implementation.
19812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19813         file.
19814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19816         multiarch llrint for PPC64.
19817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19818         multiarch lrint for PPC64.
19820         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19821         copysignf multiarch implementation.
19822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19823         file.
19824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19825         file.
19826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19827         multiarch copysign for PPC64.
19828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19829         multiarch copysignf for PPC64.
19831         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19832         multiarch implementation.
19833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19834         file.
19835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19836         file.
19837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19838         file.
19839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19840         file.
19841         multiarch llround for PPC64.
19842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19843         multiarch trunc for PPC64.
19844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19845         multiarch truncf for PPC64.
19847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19848         multiarch implementation.
19849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19850         file.
19851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19852         file.
19853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19854         file.
19855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19856         file.
19857         multiarch llround for PPC64.
19858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19859         multiarch round for PPC64.
19860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19861         multiarch roundf for PPC64.
19863         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19864         multiarch implementation.
19865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19866         file.
19867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19868         file.
19869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19870         file.
19871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19872         file.
19873         multiarch llround for PPC64.
19874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19875         multiarch floor for PPC64.
19876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19877         multiarch floorf for PPC64.
19879         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19880         multiarch implementation.
19881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19882         file.
19883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19884         file.
19885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19886         file.
19887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19888         file.
19889         multiarch llround for PPC64.
19890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19891         multiarch ceil for PPC64.
19892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19893         multiarch ceilf for PPC64.
19895         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19896         multiarch implementation.
19897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19898         file.
19899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19900         file.
19901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19902         file.
19903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19904         multiarch llround for PPC64.
19905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19906         multiarch lround for PPC64.
19908         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19909         multiarch implementation.
19910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19913         file.
19914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19917         multiarch isnan for PPC64.
19918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19919         multiarch isnanf for PPC64.
19921         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19922         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19923         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19924         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19925         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19928         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19929         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19930         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19931         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19934         multiarch implementations.
19935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19936         (__libc_ifunc_impl_list): Likewise.
19937         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19938         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19939         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19940         multiarch stpcpy for PPC64.
19942         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19943         multiarch implementations.
19944         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19945         (__libc_ifunc_impl_list): Likewise.
19946         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19947         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19948         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19949         multiarch strcpy for PPC64.
19951         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19952         redefine function name.
19953         (_wordcopy_fwd_dest_aligned): Likewise.
19954         (_wordcopy_bwd_aligned): Likewise.
19955         (_wordcopy_bwd_dest_aligned): Likewise.
19956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19957         multiarch implementations.
19958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19959         (__libc_ifunc_impl_list): Likewise.
19960         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19961         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19962         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19963         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19964         multiarch wcscpy for PPC64.
19966         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19967         multiarch implementations.
19968         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19969         (__libc_ifunc_impl_list): Likewise.
19970         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19971         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19972         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19973         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19974         multiarch wcscpy for PPC64.
19976         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19977         multiarch implementations.
19978         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19979         (__libc_ifunc_impl_list): Likewise.
19980         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19981         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19982         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19983         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19984         multiarch wcsrchr for PPC64.
19986         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19987         multiarch implementations.
19988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19989         (__libc_ifunc_impl_list): Likewise.
19990         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19991         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19992         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19993         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19994         multiarch wcschr for PPC64.
19996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19997         multiarch implementations.
19998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19999         (__libc_ifunc_impl_list): Likewise.
20000         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20001         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20002         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20003         multiarch strchrnul for PPC64.
20005         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20006         implementations.
20007         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20008         (__libc_ifunc_impl_list): Likewise.
20009         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20010         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20011         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20012         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20013         strchr for PPC64.
20015         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20016         implementations.
20017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20018         (__libc_ifunc_impl_list): Likewise.
20019         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20020         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20021         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20022         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20023         strncmp for PPC64.
20025         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20026         multiarch implementations.
20027         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20028         (__libc_ifunc_impl_list): Likewise.
20029         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20030         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20031         strncasecmp for PPC64.
20032         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20033         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20034         multiarch strncasecmp_l for PPC64.
20036         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20037         multiarch implementations.
20038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20039         (__libc_ifunc_impl_list): Likewise.
20040         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20041         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20042         multiarch strcasecmp for PPC64.
20043         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20044         file.
20045         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20046         multiarch strcasecmp_l for PPC64.
20048         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20049         implementations.
20050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20051         (__libc_ifunc_impl_list): Likewise.
20052         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20053         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20054         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20055         strnlen for PPC64.
20057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20058         implementations.
20059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20060         (__libc_ifunc_impl_list): Likewise.
20061         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20062         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20063         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20064         strlen for PPC64.
20066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20067         implementations.
20068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20069         (__libc_ifunc_impl_list): Likewise.
20070         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20071         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20072         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20073         rawmemrchr for PPC64.
20075         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20076         implementation.
20077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20078         (__libc_ifunc_impl_list): Likewise.
20079         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20080         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20081         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20082         memrchr for PPC64.
20084         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20085         implementation.
20086         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20087         (__libc_ifunc_impl_list): Likewise.
20088         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20089         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20090         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20091         memchr for PPC64.
20093         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20094         implementation.
20095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20096         (__libc_ifunc_impl_list): Likewise.
20097         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20098         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20099         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20100         mempcpy for PPC64.
20102         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20103         avoid cretion of __bzero symbol.
20104         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20105         Likewise.
20106         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20107         Likewise.
20108         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20109         Likewise.
20110         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20111         multiarch implementations.
20112         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20113         (__libc_ifunc_impl_list): Likewise.
20114         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20115         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20116         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20117         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20118         bzero for PPC32.
20119         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20120         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20121         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20122         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20123         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20124         memset for PPC64.
20125         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20127         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20128         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20129         implementations.
20130         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20131         (__libc_ifunc_impl_list): Likewise.
20132         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20133         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20134         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20135         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20136         memcmp for PPC64.
20138         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20139         multiarch for POWER/PPC64.
20140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20141         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20142         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20143         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20144         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20145         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20146         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20147         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20148         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20149         memcpy for PPC64.
20151         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20152         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20153         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20154         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20155         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20156         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20157         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20158         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20159         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20160         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20161         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20162         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20163         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20164         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20165         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20174 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20176         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20178 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20180         * benchtests/Makefile (bench): Add exp2 and log2.
20181         (LDLIBS-bench-exp2): Add -lm.
20182         (LDLIBS-bench-log2): Likewise.
20183         * benchtests/exp2-inputs: New inputs file.
20184         * benchtests/log2-inputs: New inputs file.
20185         * benchtests/log-inputs: Add new inputs.
20186         * benchtests/tan-inputs: Likewise.
20188 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20190         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20191         definition...
20192         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20193         (csloww2): ... from here.
20195         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20196         instead of structures.
20197         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20198         (POLYNOMIAL): Likewise.
20199         (TAYLOR_SLOW): Likewise.
20200         (__sin): Likewise.
20201         (__cos): Likewise.
20202         (slow1): Likewise.
20203         (slow2): Likewise.
20204         (sloww): Likewise.
20205         (sloww1); Likewise.
20206         (sloww2): Likewise.
20207         (bsloww1): Likewise.
20208         (bsloww2): Likewise.
20209         (cslow2): Likewise.
20210         (csloww): Likewise.
20211         (csloww1): Likewise.
20212         (csloww2): Likewise.
20214 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20216         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20217         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20218         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20219         * malloc/hooks.c (realloc_check): Likewise.
20221         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20222         * malloc/arena.c: Remove PER_THREAD conditional.
20223         [!PER_THREAD]: Remove code.
20224         (ptmalloc_unlock_all2): Likewise.
20225         (ptmalloc_init): Likewise.
20226         (_int_new_arena): Likewise.
20227         (arena_get2): Likewise.
20228         * malloc/hooks.c (__malloc_get_state): Likewise.
20229         (__malloc_set_state): Likewise.
20230         * malloc/malloc.c: Likewise.
20231         (struct malloc_state): Likewise.
20232         (struct malloc_par): Likewise.
20233         (__libc_realloc): Likewise.
20234         (__libc_mallopt): Likewise.
20236 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20238         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20240 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20242         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20243         macro to a function.  Check for zero perturb_byte.
20244         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20246         * malloc/malloc.c: (force_reg): Remove.
20247         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20248         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20249         force_reg by atomic_forced_read.
20250         * malloc/arena.c (ptmalloc_init): Likewise.
20251         * malloc/hooks.c (top_check): Likewise.
20253 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20255         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20257 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20259         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20261 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20263         * math/auto-libm-test-in: Add tests of lgamma.
20264         * math/auto-libm-test-out: Regenerated.
20265         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20266         (M_LOG_2_SQRT_PIl): Likewise.
20267         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20268         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20269         mpfr_f_f1.
20270         (func_calc_desc): Add mpfr_f_f1 union field.
20271         (ARGS1): New macro.
20272         (ARGS2): Likewise.
20273         (ARGS3): Likewise.
20274         (ARGS4): Likewise.
20275         (RET1): Likewise.
20276         (RET2): Likewise.
20277         (CALC): Likewise.
20278         (FUNC): Likewise.
20279         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20280         (test_functions): Add lgamma.
20281         (calc_generic_results): Handle mpfr_f_f1.
20282         * sysdeps/i386/fpu/libm-test-ulps: Update.
20283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20285 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20287         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20288         __mpn_add_n for PowerPC64/POWER7.
20289         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20290         __mpn_sub_n for PowerPC64/POWER7.
20292         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20293         __mpn_addmul_1 for PowerPC64.
20294         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20295         __mpn_submul_1 for PowerPC64.
20296         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20297         for PowerPC64.
20298         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20299         for PowerPC64.
20301 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20303         [BZ #15089]
20304         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20306 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20308         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20310         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20311         add multiarch folders.
20312         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20313         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20314         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20315         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20316         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20317         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20318         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20319         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20320         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20321         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20322         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20331         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20333         New file.
20334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20335         New file.
20336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20337         multiarch __ieee754_hypot for PowerPC32.
20338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20339         New file.
20340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20341         New file.
20342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20343         multiarch __ieee754_hypotf for PowerPC32.
20345         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20346         long_double_symbol only if __logbl is defined.
20347         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20348         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20349         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20350         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20351         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20352         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20353         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20354         path for implementation.
20355         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20356         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20358         logb, and logbl multiarch implementations for PowerPC32.
20359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20360         file.
20361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20362         file.
20363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20364         multiarch logb for PowerPC32.
20365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20366         file.
20367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20368         file.
20369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20370         multiarch logbf for PowerPC32.
20371         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20373         file.
20374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20375         multiarch logbl implementation for PowerPC32.
20377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20378         and modff multiarch implementations.
20379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20380         New file.
20381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20382         New file.
20383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20384         multiarch modf for PowerPC32.
20385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20386         New file.
20387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20388         New file.
20389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20390         multiarch modff for PowerPC32.
20392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20393         and lrintf multiarch implementations.
20394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20395         New file.
20396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20397         New file.
20398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20399         multiarch lrint for PowerPC32.
20400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20401         file: multiarch lrintf for PowerPC32.
20403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20404         and lroundf multiarch implementations.
20405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20406         New file.
20407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20408         New file.
20409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20410         New file.
20411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20412         multiarch lround for PowerPC32.
20413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20414         file: multiarch lroundf for PowerPC32.
20416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20417         copysign and copysignf multiarch implementations.
20418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20419         New file.
20420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20421         New file.
20422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20423         file: multiarch copysign for PowerPC32.
20424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20425         file: multiarch copysignf for PowerPC32.
20427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20428         and truncf multiarch implementations.
20429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20430         New file.
20431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20432         file.
20433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20434         multiarch trunc for PowerPC32.
20435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20436         New file.
20437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20438         New file.
20439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20440         multiarch truncf for PowerPC32.
20442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20443         and roundf multiarch implementations.
20444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20445         New file.
20446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20447         file.
20448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20449         multiarch round for PowerPC32.
20450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20451         New file.
20452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20453         New file.
20454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20455         multiarch roundf for PowerPC32.
20457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20458         and floorf multiarch implementations.
20459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20460         New file.
20461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20462         file.
20463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20464         multiarch floor for PowerPC32.
20465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20466         New file.
20467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20468         New file.
20469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20470         multiarch floorf for PowerPC32.
20472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20473         and ceilf multiarch implementations.
20474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20475         New file.
20476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20477         file.
20478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20479         multiarch ceil for PowerPC32.
20480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20481         New file.
20482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20483         file.
20484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20485         multiarch ceilf for PowerPC32.
20487         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20488         is defined.
20489         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20490         FINITEF is defined.
20491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20492         and finitef multiarch implementations.
20493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20494         New file.
20495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20496         file.
20497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20498         multiarch finite for PowerPC32.
20499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20500         New file.
20501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20502         file: multiarch finitef for PowerPC32.
20504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20505         and isinff multiarch implementations.
20506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20507         file.
20508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20509         file.
20510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20511         multiarch isinf for PowerPC32.
20512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20513         New file.
20514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20515         multiarch isinff for PowerPC32.
20517         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20518         alias when __isnan is defined.
20519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20520         and isnanf multiarch implementations.
20521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20522         file.
20523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20524         file.
20525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20526         file.
20527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20528         file.
20529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20530         multiarch isnan for PowerPC32.
20531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20532         New file.
20533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20534         New file.
20535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20536         multiarch isnanf for PowerPC32.
20538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20539         and sqrtf multiarch implementations.
20540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20541         file.
20542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20543         file.
20544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20545         multiarch sqrt for PowerPC32.
20546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20547         file.
20548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20549         file.
20550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20551         multiarch sqrtf for PowerPC32.
20553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20554         and llroundf multiarch implementations.
20555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20556         New file.
20557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20558         New file.
20559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20560         New file.
20561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20562         file: multiarch llround for PowerPC32.
20563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20564         file: multiarch llroundf for PowerPC32.
20566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20567         multiarch PowerPC32 fpu implementations.
20568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20569         New file.
20570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20571         New file.
20572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20573         multiarch llrint for PowerPC32.
20574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20575         New file.
20576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20577         New file.
20578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20579         file.
20581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20583         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20584         file.
20585         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20586         file.
20587         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20588         file.
20589         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20590         multiarch wordcopy for PPC32.
20591         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20592         wordcopy objects.
20593         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20594         (__libc_ifunc_impl_list): Likewise.
20595         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20596         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20597         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20598         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20599         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20600         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20602         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20603         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20604         file.
20605         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20606         file.
20607         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20608         file.
20609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20610         multiarch wcscpy for PPC32.
20611         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20612         multiarch objects.
20613         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20614         (__libc_ifunc_impl_list): Likewise.
20615         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20616         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20617         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20618         sysdeps/powerpc/power6/wcscpy.c.
20620         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20621         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20622         file.
20623         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20624         file.
20625         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20626         file.
20627         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20628         multiarch wcsrchr for PPC32.
20629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20630         multiarch objects.
20631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20632         (__libc_ifunc_impl_list): Likewise.
20633         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20634         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20635         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20636         sysdeps/powerpc/power6/wcsrchr.c.
20638         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20639         file.
20640         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20641         file.
20642         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20643         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20644         multiarch wcschr for PPc32.
20645         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20646         multiarch objects.
20647         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20648         (__libc_ifunc_impl_list): Likewise.
20649         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20650         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20651         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20652         sysdeps/powerpc/power6/wcschr.c.
20654         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20655         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20656         file.
20657         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20658         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20659         file: multiarch strchr for PPC32.
20660         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20661         multiarch objects.
20662         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20663         (__libc_ifunc_impl_list): Likewise.
20665         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20666         name.
20667         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20668         file.
20669         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20670         file.
20671         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20672         multiarch strchrnul for PPC32.
20673         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20674         multiarch objects.
20675         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20676         (__libc_ifunc_impl_list): Likewise.
20678         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20679         file.
20680         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20681         multiarch strncasecmp for PPC32.
20682         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20683         file.
20684         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20685         multiarch strncasecmp_l for PPC32.
20686         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20687         strncasecmp multiarch objects.
20688         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20689         (__libc_ifunc_impl_list): Likewise.
20691         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20692         file.
20693         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20694         multiarch strncasecmp for PPC32.
20695         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20696         New file.
20697         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20698         multiarch strcasecmp_l for PPC32.
20699         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20700         multiarch objects.
20701         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20702         (__libc_ifunc_impl_list): Likewise.
20704         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20705         file.
20706         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20707         file.
20708         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20709         multiarch strncmp for PPC32.
20710         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20711         multiarch objects.
20712         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20713         (__libc_ifunc_impl_list): Likewise.
20715         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20716         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20717         file.
20718         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20719         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20720         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20721         multiarch objects.
20722         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20723         (__libc_ifunc_impl_list): Likewise.
20725         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20726         file.
20727         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20728         file.
20729         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20730         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20731         multiarch objects.
20732         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20733         (__libc_ifunc_impl_list): Likewise.
20735         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20736         file.
20737         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20738         file.
20739         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20740         multiarch rawmemchr for PPC32.
20741         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20742         multiarch objects.
20743         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20744         (__libc_ifunc_impl_list): Likewise.
20746         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20747         file.
20748         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20749         file.
20750         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20751         file: memrchr multiarch for PPC32.
20752         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20753         multiarch objects.
20754         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20755         (__libc_ifunc_impl_list): Likewise.
20757         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20758         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20759         file.
20760         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20761         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20762         multiarch memchr for PPC32.
20763         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20764         multiarch objects.
20765         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20766         (__libc_ifunc_impl_list): Likewise.
20768         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20769         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20770         file.
20771         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20772         file.
20773         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20774         file: multiarch mempcpy for PPC32.
20775         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20776         multiarch objects.
20777         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20778         (__libc_ifunc_impl_list): Likewise.
20780         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20781         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20782         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20783         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20784         multiarch bzero for PPC32.
20785         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20786         file.
20787         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20788         file.
20789         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20790         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20791         file: multiarch memset for PPC32.
20792         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20793         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20794         memset multiarch objects.
20795         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20796         (__libc_ifunc_impl_list): Likewise.
20798         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20799         file.
20800         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20801         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20802         memcmp for PPC32.
20803         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20804         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20805         multiarch objects.
20806         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20807         (__libc_ifunc_impl_list): Likewise.
20809         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20810         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20811         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20812         file.
20813         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20814         file.
20815         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20816         file.
20817         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20818         multiarch memcpy for PPC32.
20819         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20820         multiarch objects.
20821         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20822         (__libc_ifunc_impl_list): Likewise.
20824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20825         support multiarch for POWER/PPC32.
20826         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20827         Likewise.
20828         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20830         Implies file to make multiarch folder appers before the fpu and
20831         default folder for power4 configuration.
20833 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20835         * scripts/bench.pl: Append volatile keyword to type.
20837 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20839         * sysdeps/sh/sotruss-lib.c: New file.
20840         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20842 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20846 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20848         [BZ #6810]
20849         * math/w_tgamma.c: Include <errno.h>.
20850         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20851         * math/w_tgammaf.c: Include <errno.h>.
20852         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20853         * math/w_tgammal.c: Include <errno.h>.
20854         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20855         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20856         underflow.  Add more tgamma tests.
20857         * math/auto-libm-test-out: Regenerated.
20858         * sysdeps/i386/fpu/libm-test-ulps: Update.
20859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20861         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20862         sin, sinh, tan, tanh, tgamma, y0 and y1.
20863         * math/auto-libm-test-out: Regenerated.
20864         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20865         (TEST_COND_x86): Likewise.
20866         (M_E2l): Remove macro.
20867         (M_E3l): Likewise.
20868         (M_2_SQRT_PIl): Likewise.
20869         (M_SQRT_PIl): Likewise.
20870         (M_1_DIV_El): Likewise.
20871         (log_test_data): Use AUTO_TESTS_f_f.
20872         (log10_test_data): Likewise.
20873         (log1p_test_data): Likewise.
20874         (log2_test_data): Likewise.
20875         (sin_test_data): Likewise.
20876         (sin_tonearest_test_data): Likewise.
20877         (sin_towardzero_test_data): Likewise.
20878         (sin_downward_test_data): Likewise.
20879         (sin_upward_test_data): Likewise.
20880         (sinh_test_data): Likewise.
20881         (sinh_tonearest_test_data): Likewise.
20882         (sinh_towardzero_test_data): Likewise.
20883         (sinh_downward_test_data): Likewise.
20884         (sinh_upward_test_data): Likewise.
20885         (tan_test_data): Likewise.
20886         (tan_tonearest_test_data): Likewise.
20887         (tan_towardzero_test_data): Likewise.
20888         (tan_downward_test_data): Likewise.
20889         (tan_upward_test_data): Likewise.
20890         (tanh_test_data): Likewise.
20891         (tgamma_test_data): Likewise.
20892         (y0_test_data): Likewise.
20893         (y1_test_data): Likewise.
20894         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20895         (special_real_inputs): Add pi/4.
20896         * sysdeps/i386/fpu/libm-test-ulps: Update.
20897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20899 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20901         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20902         "longjmp_target" static probes.
20903         (__longjmp): Rename to __longjmp_symbol.
20904         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20905         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20906         on which longjmp to generate.
20907         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20908         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20909         probe.
20910         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20911         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20912         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20913         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20914         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20915         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20917         __longjmp_symbol based on which __longjmp to generate.
20918         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20919         probe.
20920         (setjmp): Rename to setjmp_symbol.
20921         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20922         (_setjmp): Rename to _setjmp_symbol.
20923         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20924         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20925         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20926         which setjmp to generate.
20927         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20928         "longjmp_target" static probes.
20930 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20932         * benchtests/README: Add note about output arguments.
20933         * benchtests/bench-sincos.c: Remove file.
20934         * benchtests/sincos-inputs: New file.
20935         * scripts/bench.pl: Identify output arguments and define
20936         static variables for them.
20938         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20940         [BZ #15941]
20941         * Makefile (INSTALL): Add install-plain.texi as the primary
20942         dependency.
20943         * manual/install-plain.texi: New file.
20944         * manual/install.texi: Include node directive only for
20945         non-plaintext output.
20947 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20949         * stdlib/longlong.h: Update from GCC.
20951         [BZ #6807]
20952         [BZ #15901]
20953         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20954         * math/w_j0f.c (y0f): Likewise.
20955         * math/w_j0l.c (__y0l): Likewise.
20956         * math/w_j1.c (y1): Likewise.
20957         * math/w_j1f.c (y1f): Likewise.
20958         * math/w_j1l.c (__y1l): Likewise
20959         * math/w_jn.c (yn): Likewise.
20960         * math/w_jnf.c (ynf): Likewise.
20961         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20962         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20963         value for Bessel function domain errors outside _SVID_ mode.
20964         Adjust sign of return value for yn (negative integer, 0).
20965         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20966         by zero in return for negative x and set sign appropriately for
20967         negative n.
20968         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20969         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20970         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20971         expectations in error cases.
20972         (y1_test_data): Likewise.
20973         (yn_test_data): Likewise.
20974         * sysdeps/i386/fpu/libm-test-ulps: Update.
20975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20977 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20979         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20980         "64" to "64-v1".  Add "64-v2".
20981         (abi-64-options): Rename to ...
20982         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20983         (abi-64-condition): Rename to ...
20984         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20985         (abi-64-ld-soname): Rename to ...
20986         (abi-64-v1-ld-soname): ... this.
20987         (abi-64-v2-options): Define.
20988         (abi-64-v2-condition): Likewise.
20989         (abi-64-v2-ld-soname): Likewise.
20990         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20991         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20996 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20997             Alan Modra  <amodra@gmail.com>
20999         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21000         New versions for use with the ELFv2 ABI.
21001         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21002         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21003         declaration.
21004         (struct La_ppc64v2_retval): Likewise.
21005         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21006         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21007         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21008         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21009         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21010         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21011         Do not save or restore CR.
21012         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21013         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21014         return values for ELFv2 ABI.  Fix location of FPR return registers.
21015         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21016         updated values for _CALL_ELF == 2.
21017         (La_regs, La_retval, int_retval): Likewise.
21019 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21021         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21022         (FRAME_MIN_SIZE_PARM): Likewise.
21023         (FRAME_BACKCHAIN): Likewise.
21024         (FRAME_CR_SAVE): Likewise.
21025         (FRAME_LR_SAVE): Likewise.
21026         (FRAME_TOC_SAVE): Likewise.
21027         (FRAME_PARM_SAVE): Likewise.
21028         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21029         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21030         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21031         (call_mcount_parm_offset): New macro.
21032         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21033         (PROF): Use symbolic stack frame offsets.
21034         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21035         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21036         Redefine in terms of FRAME_MIN_SIZE.
21037         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21038         (_dl_profile_resolve): Likewise.  Update comment.
21039         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21040         symbols stack frame offsets.
21041         (__sigsetjmp): Likewise.
21042         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21043         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21044         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21045         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21048         (FRAME_BACKCHAIN): Remove.
21049         (FRAME_CR_SAVE): Likewise.
21050         (FRAME_LR_SAVE): Likewise.
21051         (FRAME_COMPILER_DW): Likewise.
21052         (FRAME_LINKER_DW): Likewise.
21053         (FRAME_TOC_SAVE): Likewise.
21054         (FRAME_PARM_SAVE): Likewise.
21055         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21056         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21057         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21059         (CHECK_SP): Use symbolic stack frame offsets.
21060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21061         zone" instead of caller's parameter save area for temp storage.
21062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21063         Likewise.  Also, use symbolic stack frame offsets.
21064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21065         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21066         our own stack frame instead of the caller's.
21067         (__socket): Use symbolic stack frame offsets.
21069 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21070             Alan Modra  <amodra@gmail.com>
21072         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21073         Define.
21074         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21075         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21076         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21077         New function.
21078         (elf_machine_fixup_plt): Call it.
21079         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21080         reloc arguments.
21081         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21082         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21083         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21084         r2 before calling target.
21086 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21087             Alan Modra  <amodra@gmail.com>
21089         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21090         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21091         versions of macros to support ELFv2 ABI.
21092         (LOCALENTRY): New macro.
21093         (ENTRY, EALIGN): Use it.
21094         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21095         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21096         fall through into ENTRY entry point.
21097         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21098         Only define if _CALL_ELF != 2.
21100         (elf_machine_matches_host): Verify ABI version matches.
21101         (RTLD_START): Use LOCALENTRY.
21102         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21103         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21104         (PLT_ENTRY_WORDS): New macro.
21105         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21106         (elf_machine_runtime_setup): Support ELFv2 ABI.
21107         (elf_machine_fixup_plt): Likewise.
21108         (elf_machine_plt_conflict): Likewise.
21109         (resolve_ifunc): Likewise.
21110         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21111         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21112         Likewise.
21113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21114         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21116         (makecontext): Support ELFv2 ABI.
21117         * elf/elf.h (EF_PPC64_ABI): Define.
21119 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21121         * sysdeps/powerpc/powerpc64/sysdep.h
21122         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21123         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21124         (ENTRY) [ASSEMBLER]: ... but instead here ...
21125         (EALIGN) [ASSEMBLER]: ... and here.
21126         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21127         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21128         (ENTRY_2) [!ASSEMBLER]: Use it.
21129         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21130         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21131         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21132         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21133         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21135         Use PPC64_LOAD_FUNCPTR.
21137         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21139 2013-12-04  Alan Modra  <amodra@gmail.com>
21141         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21142         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21143         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21144         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21146         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21147         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21148         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21149         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21150         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21151         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21153 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21156         (__makecontext): Fix incorrect CFI when backtracing out of
21157         context created via makecontext.
21158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21159         (__setcontext): Fix incorrect CFI during switch to new context.
21160         (__novec_setcontext): Likewise.
21162 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21164         [BZ #4772]
21165         * time/strptime_l.c (__strptime_internal): Allow modifiers
21166         in strptime.
21167         * time/tst-strptime.c (day_tests): Add testcase.
21169 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21171         * scripts/bench.pl: Skip over blank lines.
21173 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21175         [BZ #926]
21176         * manual/time.texi (Calendar Time): Clarify what timezone functions
21177         use.
21179 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21181         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21183 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21185         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21186         implementation.
21187         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21188         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21189         * debug/memset_chk.c (__memset_chk): Likewise.
21190         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21191         * debug/strncpy_chk.c: Likewise.
21193 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21195         [BZ #15268]
21196         [BZ #15425]
21197         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21198         (__ieee754_exp): For possibly underflowing results, check size of
21199         result and force underflow exception if required.
21200         * math/auto-libm-test-in: Add more tests of exp.
21201         * math/auto-libm-test-out: Regenerated.
21202         * sysdeps/i386/fpu/libm-test-ulps: Update.
21203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21205         [BZ #16283]
21206         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21207         * math/w_exp2f.c (__exp2f): Likewise.
21208         * math/w_exp2l.c (__exp2l): Likewise.
21209         * math/auto-libm-test-in: Do not allow missing errno on exp2
21210         underflow.
21211         * math/auto-libm-test-out: Regenerated.
21213 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21215         [BZ #16274]
21216         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21217         handle filename validation.
21218         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21219         (do_open): Delete.
21221 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21223         [BZ #6786]
21224         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21225         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21226         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21227         <float.h>.
21228         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21229         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21230         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21231         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21232         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21233         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21234         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21235         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21236         Add more erfc tests.
21237         * math/auto-libm-test-out: Regenerated.
21238         * sysdeps/i386/fpu/libm-test-ulps: Update.
21239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21241         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21242         exp2, expm1, j0 and j1.
21243         * math/auto-libm-test-out: Regenerated.
21244         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21245         (erfc_test_data): Likewise.
21246         (exp_test_data): Likewise.
21247         (exp_tonearest_test_data): Likewise.
21248         (exp_towardzero_test_data): Likewise.
21249         (exp_downward_test_data): Likewise.
21250         (exp_upward_test_data): Likewise.
21251         (exp10_test_data): Likewise.
21252         (exp2_test_data): Likewise.
21253         (expm1_test_data): Likewise.
21254         (j0_test_data): Likewise.
21255         (j1_test_data): Likewise.
21256         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21257         (input_flag_type): Add flag_xfail_rounding.
21258         (input_flags): Add xfail-rounding.
21259         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21260         (output_for_one_input_case): Handle flag_xfail_rounding.
21261         * sysdeps/i386/fpu/libm-test-ulps: Update.
21262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21264 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21266         [BZ #16289]
21267         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21268         division by 0.
21270 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21272         [BZ #16195]
21273         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21274         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21275         (STAP_PROBE0): New macro.
21276         (STAP_PROBE1): Likewise.
21277         (STAP_PROBE2): Likewise.
21278         (STAP_PROBE3): Likewise.
21279         (STAP_PROBE4): Likewise.
21281 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21283         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21285 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21287         * benchtests/Makefile (bench): Add sqrt.
21288         (LDLIBS-bench-sqrt): New.
21289         * benchtests/sqrt-input: New.
21291 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21293         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21294         (GAIH_EAI): Likewise.
21295         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21296         (gaih_inet): Likewise.
21297         (getaddrinfo): Don't use GAIH_EAI.
21299         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21300         (struct gaih): Remove definition.
21302 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21304         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21305         Use HERRNOP directly.
21307 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21311 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21313         * math/gen-auto-libm-tests.c (test_functions): Add more
21314         single-argument functions.
21315         (special_fill_pi_2): New function.
21316         (special_fill_minus_pi_2): Likewise.
21317         (special_fill_pi_6): Likewise.
21318         (special_fill_minus_pi_6): Likewise.
21319         (special_fill_pi_3): Likewise.
21320         (special_fill_2pi_3): Likewise.
21321         (special_fill_e): Likewise.
21322         (special_fill_1_e): Likewise.
21323         (special_fill_e_minus_1): Likewise.
21324         (special_real_inputs): Add more special inputs.
21325         (output_for_one_input_case): Do not require ERANGE on underflow to
21326         zero if round-to-nearest result does not underflow to zero, unless
21327         exact results required.
21328         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21329         atan, atanh, cbrt, cos and cosh.
21330         * math/auto-libm-test-out: Regenerated.
21331         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21332         (acos_tonearest_test_data): Likewise.
21333         (acos_towardzero_test_data): Likewise.
21334         (acos_downward_test_data): Likewise.
21335         (acos_upward_test_data): Likewise.
21336         (acosh_test_data): Likewise.
21337         (asin_test_data): Likewise.
21338         (asin_tonearest_test_data): Likewise.
21339         (asin_towardzero_test_data): Likewise.
21340         (asin_upward_test_data): Likewise.
21341         (asinh_test_data): Likewise.
21342         (atan_test_data): Likewise.
21343         (atanh_test_data): Likewise.
21344         (cbrt_test_data): Likewise.
21345         (cos_test_data): Likewise.
21346         (cos_tonearest_test_data): Likewise.
21347         (cos_towardzero_test_data): Likewise.
21348         (cos_downward_test_data): Likewise.
21349         (cos_upward_test_data): Likewise.
21350         (cosh_test_data): Likewise.
21351         (cosh_tonearest_test_data): Likewise.
21352         (cosh_towardzero_test_data): Likewise.
21353         (cosh_downward_test_data): Likewise.
21354         (cosh_upward_test_data): Likewise.
21355         * sysdeps/i386/fpu/libm-test-ulps: Update.
21356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21358 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21360         [BZ #6787]
21361         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21362         * math/w_exp10f.c (__exp10f): Likewise.
21363         * math/w_exp10l.c (__exp10l): Likewise.
21364         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21365         errno settings in existing tests.
21367         [BZ #14032]
21368         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21369         precision control set to double precision.
21370         * sysdeps/i386/fpu/w_sqrt.c: New file.
21371         * math/auto-libm-test-in: Add more tests.
21372         * math/auto-libm-test-out: Update.
21374         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21375         (sqrt_test_tonearest): New function.
21376         (sqrt_towardzero_test_data): New variable.
21377         (sqrt_test_towardzero): New function.
21378         (sqrt_downward_test_data): New variable.
21379         (sqrt_test_downward): New function.
21380         (sqrt_upward_test_data): New variable.
21381         (sqrt_test_upward): New function.
21382         (main): Call the new functions.
21384         * math/gen-auto-libm-tests.c: New file.
21385         * math/auto-libm-test-in: Likewise.
21386         * math/auto-libm-test-out: New generated file.
21387         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21388         variables.
21389         (%beautify): Add generated representations of zero.
21390         (top level): Set $auto_input and call parse_auto_input.
21391         (beautify): Remove trailing "f" from hex float constants.
21392         (parse_args): Handle XFAIL_TEST.
21393         (convert_condition): New function.
21394         (or_value): Likewise.
21395         (or_cond_value): Likewise.
21396         (generate_testfile): Handle AUTO_TESTS_* lines.
21397         (parse_auto_input): New function.
21398         * math/libm-test.inc (XFAIL_TEST): New macro.
21399         (ERRNO_UNCHANGED): Update value.
21400         (ERRNO_EDOM): Likewise.
21401         (ERRNO_ERANGE): Likewise.
21402         (IGNORE_RESULT): Likewise.
21403         (TEST_COND_flt_32): New macro.
21404         (TEST_COND_dbl_64): Likewise.
21405         (TEST_COND_ldbl_96_intel): Likewise.
21406         (TEST_COND_ldbl_96_m68k): Likewise.
21407         (TEST_COND_ldbl_128): Likewise.
21408         (TEST_COND_ldbl_128ibm): Likewise.
21409         (TEST_COND_long32): Likewise.
21410         (TEST_COND_long64): Likewise.
21411         (TEST_COND_before_rounding): Likewise.
21412         (TEST_COND_after_rounding): Likewise.
21413         (enable_test): Handle XFAIL_TEST flag.
21414         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21415         with finite results.
21416         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21417         auto-libm-test-out.
21419 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21420             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21422         [BZ #16214]
21423         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21424         __tls_get_addr_internal instead of __tls_get_offset in order to
21425         avoid GOT pointer dependency.  Make rtld export
21426         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21427         __tls_get_addr since we are a __tls_get_offset platform.
21428         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21429         GOT pointer being set up before.
21430         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21432 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21434         * manual/math.texi (Errors in Math Functions): Document accuracy
21435         goals.
21437         [BZ #15004]
21438         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21439         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21440         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21441         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21442         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21443         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21444         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21445         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21446         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21447         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21448         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21449         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21450         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21451         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21452         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21453         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21455         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21456         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21457         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21458         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21459         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21460         Likewise.
21461         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21462         Likewise.
21463         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21464         Likewise.
21465         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21466         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21467         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21468         atomic-feupdateenv and flt-rounds.
21469         * sysdeps/powerpc/nofpu/Versions (libc): Add
21470         __atomic_feholdexcept, __atomic_feclearexcept,
21471         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21472         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21473         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21474         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21475         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21476         here.
21477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21478         Update.
21480         * manual/arith.texi (FP Exceptions): Document that exceptions may
21481         not be raised when matherr is used.
21482         (Math Error Reporting): Document overflow in directed rounding
21483         modes.  Document that errno may not be set when finite values are
21484         returned on overflow.  Document intent to set errno on underflow
21485         only for underflow to zero.
21487         [BZ #16271]
21488         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21489         round-to-nearest then adjust result for other rounding modes.
21490         * include/fenv.h (fegetround): Use libm_hidden_proto.
21491         * math/fegetround.c (fegetround): Use libm_hidden_def.
21492         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21493         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21494         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21495         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21496         Likewise.
21497         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21498         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21499         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21500         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21502 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21504         [BZ #16077]
21505         * nss/Versions (libnss_files): Add
21506         _nss_files_gethostbyname3_r.
21507         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21508         New function.
21509         (HOST_DB_LOOKUP): Remove macro.
21510         (_nss_files_gethostbyname_r): Implement function without the
21511         HOST_DB_LOOKUP macro.
21512         (_nss_files_gethostbyname2_r): Likewise.
21514 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21516         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21518 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21520         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21521         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21522         warning.
21524 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21526         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21527         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21528         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21529         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21530         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21531         __fe_nomask_env_priv and attribute_hidden.
21532         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21533         (libc_feupdateenv_test_ppc): Likewise.
21534         (libc_feresetround_ppc): Likewise.
21535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21536         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21537         compat_symbol macro.
21538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21539         (__fe_nomask_env): Likewise.
21540         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21542 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21544         * string/Makefile: Remove ifunc tests.
21545         * string/test-string.h: Define TEST_IFUNC.
21546         * string/test-bcopy-ifunc.c: Remove.
21547         * string/test-bzero-ifunc.c: Likewise.
21548         * string/test-memccpy-ifunc.c: Likewise.
21549         * string/test-memchr-ifunc.c: Likewise.
21550         * string/test-memcmp-ifunc.c: Likewise.
21551         * string/test-memcpy-ifunc.c: Likewise.
21552         * string/test-memmem-ifunc.c: Likewise.
21553         * string/test-memmove-ifunc.c: Likewise.
21554         * string/test-mempcpy-ifunc.c: Likewise.
21555         * string/test-memrchr-ifunc.c: Likewise.
21556         * string/test-memset-ifunc.c: Likewise.
21557         * string/test-rawmemchr-ifunc.c: Likewise.
21558         * string/test-stpcpy-ifunc.c: Likewise.
21559         * string/test-stpncpy-ifunc.c: Likewise.
21560         * string/test-strcasecmp-ifunc.c: Likewise.
21561         * string/test-strcasestr-ifunc.c: Likewise.
21562         * string/test-strcat-ifunc.c: Likewise.
21563         * string/test-strchr-ifunc.c: Likewise.
21564         * string/test-strchrnul-ifunc.c: Likewise.
21565         * string/test-strcmp-ifunc.c: Likewise.
21566         * string/test-strcpy-ifunc.c: Likewise.
21567         * string/test-strcspn-ifunc.c: Likewise.
21568         * string/test-strlen-ifunc.c: Likewise.
21569         * string/test-strncasecmp-ifunc.c: Likewise.
21570         * string/test-strncat-ifunc.c: Likewise.
21571         * string/test-strncmp-ifunc.c: Likewise.
21572         * string/test-strncpy-ifunc.c: Likewise.
21573         * string/test-strnlen-ifunc.c: Likewise.
21574         * string/test-strpbrk-ifunc.c: Likewise.
21575         * string/test-strrchr-ifunc.c: Likewise.
21576         * string/test-strspn-ifunc.c: Likewise.
21577         * string/test-strstr-ifunc.c: Likewise.
21579 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21581         * benchtests/Makefile: Remove ifunc tests.
21582         * benchtests/bench-string.h: Define TEST_IFUNC.
21583         * benchtests/bench-bcopy-ifunc.c: Remove.
21584         * benchtests/bench-bzero-ifunc.c: Likewise.
21585         * benchtests/bench-memccpy-ifunc.c: Likewise.
21586         * benchtests/bench-memchr-ifunc.c: Likewise.
21587         * benchtests/bench-memcmp-ifunc.c: Likewise.
21588         * benchtests/bench-memcpy-ifunc.c: Likewise.
21589         * benchtests/bench-memmem-ifunc.c: Likewise.
21590         * benchtests/bench-memmove-ifunc.c: Likewise.
21591         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21592         * benchtests/bench-memrchr-ifunc.c: Likewise.
21593         * benchtests/bench-memset-ifunc.c: Likewise.
21594         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21595         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21596         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21597         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21598         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21599         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21600         * benchtests/bench-strcat-ifunc.c: Likewise.
21601         * benchtests/bench-strchr-ifunc.c: Likewise.
21602         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21603         * benchtests/bench-strcmp-ifunc.c: Likewise.
21604         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21605         * benchtests/bench-strcpy-ifunc.c: Likewise.
21606         * benchtests/bench-strcspn-ifunc.c: Likewise.
21607         * benchtests/bench-strlen-ifunc.c: Likewise.
21608         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21609         * benchtests/bench-strncat-ifunc.c: Likewise.
21610         * benchtests/bench-strncmp-ifunc.c: Likewise.
21611         * benchtests/bench-strncpy-ifunc.c: Likewise.
21612         * benchtests/bench-strnlen-ifunc.c: Likewise.
21613         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21614         * benchtests/bench-strrchr-ifunc.c: Likewise.
21615         * benchtests/bench-strsep-ifunc.c: Likewise.
21616         * benchtests/bench-strspn-ifunc.c: Likewise.
21617         * benchtests/bench-strstr-ifunc.c: Likewise.
21619 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21621         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21623 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21625         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21626         * rt/aio.h: Likewise.
21627         * sysdeps/gnu/bits/utmp.h: Likewise.
21628         * sysdeps/gnu/bits/utmpx.h: Likewise.
21629         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21630         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21631         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21632         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21633         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21634         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21635         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21636         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21637         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21638         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21639         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21640         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21641         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21643         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21644         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21645         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21646         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21647         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21648         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21649         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21650         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21651         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21652         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21653         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21654         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21655         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21656         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21657         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21658         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21659         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21660         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21661         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21662         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21663         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21664         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21665         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21666         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21667         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21668         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21669         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21670         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21672 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21674         [BZ #16245]
21675         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21676         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21678 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21680         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21681         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21682         Likewise.
21684 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21686         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21687         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21688         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21689         (__fesetround): Remove define.
21690         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21691         rounding and exceptions handling.
21692         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21693         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21694         (__fe_nomask_env): Likewise.
21695         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21696         __fegetround instead of fegetround.
21697         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21698         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21700 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21702         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21703         it's there.
21705         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21707 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21709         [BZ #11157]
21710         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21711         (encrypt_r): Likewise.
21712         * malloc/obstack.h (obstack_free): Likewise.
21713         * posix/unistd.h (encrypt): Likewise.
21715 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21717         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21718         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21719         DL_CALL_DT_FINI() that call the functions directly.
21720         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21721         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21722         * elf/dl-fini.c: Likewise.
21724 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21726         * malloc/hooks.c (memalign_check): Add alignment rounding.
21727         * malloc/malloc.c (_mid_memalign): New function.
21728         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21729         Implement by calling _mid_memalign.
21730         * manual/probes.texi (Memory Allocation Probes): Remove
21731         memory_valloc_retry and memory_pvalloc_retry.
21733 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21735         * locale/programs/locarchive.c (open_archive): Add const
21736         qualifier to ARCHIVEFNAME and copy default fname to
21737         DEFAULT_FNAME.
21739         [BZ #15601]
21740         * libio/tst-widetext.input: Rename Oriya to Odia.
21741         * locale/iso-639.def: Likewise.
21743         * manual/probes.texi (Mathematical Function Probes): Add
21744         documentation for sin, cos, asin and acos probes.
21745         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21746         (__sin32): Add slowasin probe.
21747         (__cos32): Add slowacos probe.
21748         (__mpsin): Add slowsin probe.
21749         (__mpcos): Add slowcos probe.
21751 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21753         [BZ #15483]
21754         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21755         thread-local __sim_exceptions_thread and global
21756         __sim_exceptions_global.
21757         (__sim_disabled_exceptions): Change to thread-local
21758         __sim_disabled_exceptions_thread and global
21759         __sim_disabled_exceptions_global.
21760         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21761         and global __sim_round_mode_global.
21762         (__simulate_exceptions): Use thread-local floating-point state and
21763         set global state from it as needed.
21764         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21765         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21766         __sim_round_mode_thread.
21767         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21768         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21769         and global __sim_exceptions_global.
21770         (__sim_disabled_exceptions): Change to thread-local
21771         __sim_disabled_exceptions_thread and global
21772         __sim_disabled_exceptions_global.
21773         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21774         and global __sim_round_mode_global.
21775         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21776         (SIM_SET_GLOBAL): Likewise.
21777         * sysdeps/powerpc/soft-fp/sfp-machine.h
21778         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21779         __sim_round_mode_thread.
21780         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21781         __sim_disabled_exceptions_thread.
21782         (__sim_exceptions): Change to __sim_exceptions_thread.
21783         (__sim_disabled_exceptions): Change to
21784         __sim_disabled_exceptions_thread.
21785         (__sim_round_mode): Change to __sim_round_mode_thread.
21786         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21787         thread-local floating-point state and set global state from it as
21788         needed.
21789         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21790         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21791         (__sim_disabled_exceptions): Remove extern declaration.
21792         (feenableexcept): Use thread-local floating-point state and set
21793         global state from it as needed.
21794         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21795         extern declaration.
21796         (__sim_disabled_exceptions): Likewise.
21797         (__sim_round_mode): Likewise.
21798         (__fegetenv): Use thread-local floating-point state.
21799         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21800         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21801         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21802         floating-point state and set global state from it as needed.
21803         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21804         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21805         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21806         Likewise.
21807         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21808         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21809         Likewise.
21810         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21811         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21812         Use __sim_round_mode_thread.
21813         * math/test-fenv-tls.c: New file.
21814         * math/Makefile (tests): Add test-fenv-tls.
21815         ($(objpfx)test-fenv-tls): Depend on
21816         $(common-objpfx)nptl/libpthread.so.
21818 2013-11-19  Andreas Schwab  <schwab@suse.de>
21820         * locale/programs/locale.c (show_info): Decode wordarray elements.
21821         * locale/categories.def (LC_MONETARY): Add element for
21822         _NL_MONETARY_CRNCYSTR.
21823         * locale/C-monetary.c (conversion_rate): New variable.
21824         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21825         element.
21827 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21829         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21830         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21832 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21834         * elf/Makefile (tst-auxv): New test.
21835         * elf/tst-auxv.c: New
21836         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21838 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21840         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21841         (hidden_proto): Caller changed.
21842         (hidden_tls_proto): New macro.
21843         (libc_hidden_tls_proto): Likewise.
21844         (rtld_hidden_tls_proto): Likewise.
21845         (libm_hidden_tls_proto): Likewise.
21846         (libresolv_hidden_tls_proto): Likewise.
21847         (librt_hidden_tls_proto): Likewise.
21848         (libdl_hidden_tls_proto): Likewise.
21849         (libnss_files_hidden_tls_proto): Likewise.
21850         (libnsl_hidden_tls_proto): Likewise.
21851         (libnss_nisplus_hidden_tls_proto): Likewise.
21852         (libutil_hidden_tls_proto): Likewise.
21854 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21856         [BZ #10253]
21857         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21858         (decompose_rpath): Defer expansion to fillin_rpath.
21859         (_dl_init_paths): Pass linkmap to fillin_rpath.
21861 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21863         * benchtests/Makefile: Add strsep.
21864         * benchtests/bench-strsep.c: New file: strsep benchtest.
21865         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21867 2013-11-18  Andreas Schwab  <schwab@suse.de>
21869         * locale/programs/locale.c (show_info) [case byte]: Check for
21870         '\377' instead of '\177'.
21871         * locale/C-monetary.c (not_available): Always use "\377".
21872         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21873         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21874         detect unavailable sign_posn locale elements.
21875         * locale/localeconv.c (__localeconv): For grouping and
21876         mon_grouping handle "\177" and "\377" like no grouping.
21877         (INT_ELEM): New macro.  Use it to set all numeric members.
21878         * locale/programs/ld-monetary.c (monetary_read)
21879         <tok_mon_grouping>: Normalize single -1 to the empty string.
21880         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21881         Likewise.
21883 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21885         [BZ #16055]
21886         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21887         when we match (nil).
21888         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21890 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21892         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21893         (NO_TEST_INLINE): Update value.
21894         (ERRNO_UNCHANGED): Likewise.
21895         (ERRNO_EDOM): Likewise.
21896         (ERRNO_ERANGE): Likewise.
21897         (IGNORE_RESULT): Likewise.
21898         (check_float_internal): Check signs of NaN results if
21899         TEST_NAN_SIGN used.
21900         (check_complex): Pass TEST_NAN_SIGN flag through to second
21901         check_float_internal call.
21902         (copysign_test_data): Add tests with quiet NaNs as second
21903         argument.  Use TEST_NAN_SIGN.
21904         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21905         TEST_NAN_SIGN.
21906         (signbit_test_data): Add tests of quiet NaN argument.
21907         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21909         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21910         $ignore_result.
21911         (parse_args): Handle function results specified as IGNORE.
21912         * math/libm-test.inc (IGNORE_RESULT): New macro.
21913         (check_float_internal): Do not check numerical result if flag
21914         IGNORE_RESULT set.
21915         (check_complex): Pass through IGNORE_RESULT to second
21916         check_float_internal call.
21917         (check_int): Do not check numerical result if flag IGNORE_RESULT
21918         set.
21919         (check_long): Likewise.
21920         (check_bool): Likewise.
21921         (check_longlong): Likewise.
21922         (lrint_test_data): Add tests of infinite and NaN arguments.
21923         (lrint_tonearest_test_data): Likewise.
21924         (lrint_towardzero_test_data): Likewise.
21925         (lrint_downward_test_data): Likewise.
21926         (lrint_upward_test_data): Likewise.
21927         (llrint_test_data): Likewise.
21928         (llrint_tonearest_test_data): Likewise.
21929         (llrint_towardzero_test_data): Likewise.
21930         (llrint_downward_test_data): Likewise.
21931         (llrint_upward_test_data): Likewise.
21932         (lround_test_data): Likewise.
21933         (llround_test_data): Likewise.
21935         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21936         (ERRNO_UNCHANGED): Update value.
21937         (ERRNO_EDOM): Likewise.
21938         (ERRNO_ERANGE): Likewise.
21939         (NO_TEST_INLINE_FLOAT): New macro.
21940         (NO_TEST_INLINE_DOUBLE): Likewise.
21941         (enable_test): New function.
21942         (RUN_TEST_f_f): Check enable_test before running test.
21943         (RUN_TEST_2_f): Likewise.
21944         (RUN_TEST_fff_f): Likewise.
21945         (RUN_TEST_c_f): Likewise.
21946         (RUN_TEST_f_f1): Likewise.
21947         (RUN_TEST_fF_f1): Likewise.
21948         (RUN_TEST_fI_f1): Likewise.
21949         (RUN_TEST_ffI_f1): Likewise.
21950         (RUN_TEST_c_c): Likewise.
21951         (RUN_TEST_cc_c): Likewise.
21952         (RUN_TEST_f_i): Likewise.
21953         (RUN_TEST_f_i_tg): Likewise.
21954         (RUN_TEST_ff_i_tg): Likewise.
21955         (RUN_TEST_f_b): Likewise.
21956         (RUN_TEST_f_b_tg): Likewise.
21957         (RUN_TEST_f_l): Likewise.
21958         (RUN_TEST_f_L): Likewise.
21959         (RUN_TEST_fFF_11): Likewise.
21960         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21961         conditionals.
21962         (cosh_test_data): Likewise.
21963         (exp_test_data): Likewise.
21964         (expm1_test_data): Likewise.
21965         (hypot_test_data): Likewise.
21966         (pow_test_data): Likewise.
21967         (sinh_test_data): Likewise.
21968         (tanh_test_data): Likewise.
21969         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21970         flags argument.
21972         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21973         tests with quiet NaN input and output.
21974         (acosh_test_data): Likewise.
21975         (asin_test_data): Likewise.
21976         (asinh_test_data): Likewise.
21977         (atan_test_data): Likewise.
21978         (atanh_test_data): Likewise.
21979         (atan2_test_data): Likewise.
21980         (cbrt_test_data): Likewise.
21981         (cos_test_data): Likewise.
21982         (cosh_test_data): Likewise.
21983         (erf_test_data): Likewise.
21984         (erfc_test_data): Likewise.
21985         (exp_test_data): Likewise.
21986         (exp10_test_data): Likewise.
21987         (exp2_test_data): Likewise.
21988         (expm1_test_data): Likewise.
21989         (hypot_test_data): Likewise.
21990         (j0_test_data): Likewise.
21991         (j1_test_data): Likewise.
21992         (jn_test_data): Likewise.
21993         (lgamma_test_data): Likewise.
21994         (log_test_data): Likewise.
21995         (log10_test_data): Likewise.
21996         (log1p_test_data): Likewise.
21997         (log2_test_data): Likewise.
21998         (pow_test_data): Likewise.
21999         (scalb_test_data): Likewise.
22000         (sin_test_data): Likewise.
22001         (sincos_test_data): Likewise.
22002         (sinh_test_data): Likewise.
22003         (tan_test_data): Likewise.
22004         (tanh_test_data): Likewise.
22005         (tgamma_test_data): Likewise.
22006         (y0_test_data): Likewise.
22007         (y1_test_data): Likewise.
22008         (yn_test_data): Likewise.
22010         [BZ #16167]
22011         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22012         argument being NaN and avoid computations with second argument in
22013         that case.
22014         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22015         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22016         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22018 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22020         * locale/iso-639.def: Add Chitwani Tharu (the).
22022 2013-11-14  Andreas Schwab  <schwab@suse.de>
22024         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22025         word instead of empty string.
22027 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22030         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22032         (__fe_nomask_env): Likewise.
22034 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22036         * benchtests/bench-timing.h: Include time.h.
22038 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22040         [BZ #15997]
22041         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22042         to 3.4.0 for x32.
22043         * sysdeps/unix/sysv/linux/configure: Regenerated.
22045 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22047         [BZ #16151]
22048         * stdlib/strtod_l.c (round_and_return): Do not consider
22049         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22050         exponent one less than half the least subnormal exponent.
22051         * stdlib/test-strtod-round-data: Add more tests.
22052         * stdlib/tst-strtod-round.c (tests): Regenerated.
22054 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22056         [BZ #14143]
22057         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22058         (__fe_mask_env): Likewise.
22059         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22060         libm_hidden_proto and add function prototype.
22061         (__fe_mask_env): Add function prototype.
22062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22063         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22065         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22067         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22069 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22071         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22072         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22074 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22076         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22077         of htab_find_slot().
22079 2013-11-11  David S. Miller  <davem@davemloft.net>
22081         [BZ #16150]
22082         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22083         symbol in the non-vis3 case in static builds.
22084         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22085         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22086         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22087         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22089 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22091         [BZ #387]
22092         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22093         it is empty.
22095 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22097         * benchtests/Makefile: Add bench-strtod.
22098         * benchtests/bench-strtod.c: New file: strtod benchtest
22100 2013-11-11  Andreas Schwab  <schwab@suse.de>
22102         [BZ #16153]
22103         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22104         terminating NUL in key length.
22106 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22108         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22109         Add artificial ODP entry for vDSO symbol for PPC64.
22110         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22111         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22113 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22115         [BZ #15374]
22116         * nss/getent.c (services_keys): Recognize services starting with digit.
22118 2013-11-06  David S. Miller  <davem@davemloft.net>
22120         [BZ #15985]
22121         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22122         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22124 2013-11-06  Will Newton  <will.newton@linaro.org>
22126         * manual/memory.texi (Malloc Examples): Remove register
22127         keyword from examples.
22129 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22131         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22133 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22135         [BZ #6981]
22136         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22137         depending on [__GCC_IEC_559 > 0].
22138         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22139         depending on [__GCC_IEC_559_COMPLEX > 0].
22141 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22143         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22144         to iso-639.def.
22146 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22148         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22150 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22152         [BZ #16112]
22153         * malloc/malloc (malloc_info): Do not handle first bin as
22154         special case.
22156 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22158         * locale/iso-639.def: Add Central Nahuatl (nhn).
22160 2013-11-01  Bruno Haible  <bruno@clisp.org>
22162         [BZ #7003]
22163         * manual/math.texi (BSD Random): Specify range upper bound as
22164         in POSIX.
22166 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22168         * locale/iso-639.def: Add Meadow Mari (mhr).
22170 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22172         [BZ #14752], [BZ #15763]
22173         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22174         Validate name.
22175         * rt/tst_shm.c: Add test for escaping directory.
22177 2013-10-31  Andreas Schwab  <schwab@suse.de>
22179         [BZ #15917]
22180         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22181         followed by 'x' as part of digit sequence.
22182         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22184 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22186         [BZ #16037]
22187         * configure.ac: allow GNU Make 4.0 and greater.
22188         * configure: Regenerated.
22190 2013-10-30  Will Newton  <will.newton@linaro.org>
22192         [BZ #16038]
22193         * malloc/hooks.c (memalign_check): Limit alignment to the
22194         maximum representable power of two.
22195         * malloc/malloc.c (__libc_memalign): Likewise.
22196         * malloc/tst-memalign.c (do_test): Add test for very
22197         large alignment values.
22198         * malloc/tst-posix_memalign.c (do_test): Likewise.
22200 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22202         [BZ #11087]
22203         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22204         (munmap_chunk): Likewise.
22205         (mremap_chunk): Likewise.
22207 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22209         [BZ #15799]
22210         * stdlib/div.c (div): Remove obsolete code.
22211         * stdlib/ldiv.c (ldiv): Likewise.
22212         * stdlib/lldiv.c (lldiv): Likewise.
22214 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22216         [BZ #16071]
22217         * nss/nss_files/files-XXX.c (get_contents_ret): New
22218         enumerator.
22219         (get_contents): New function.
22220         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22222 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22224         * configure.in: Moved to ...
22225         * configure.ac: ... here. Change reference to configure.in
22226         to configure.ac.
22227         * sysdeps/arm/preconfigure.ac: ... here.
22228         configure.in to configure.ac.
22229         * sysdeps/gnu/configure.in: Moved to ...
22230         * sysdeps/gnu/configure.ac: ... here.
22231         * sysdeps/i386/configure.in: Moved to ...
22232         * sysdeps/i386/configure.ac: ... here.
22233         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22234         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22235         * sysdeps/mach/configure.in: Moved to ...
22236         * sysdeps/mach/configure.ac: ... here.
22237         * sysdeps/mach/hurd/configure.in: Moved to ...
22238         * sysdeps/mach/hurd/configure.ac: ... here.
22239         * sysdeps/powerpc/configure.in: Moved to ...
22240         * sysdeps/powerpc/configure.ac: ... here.
22241         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22242         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22243         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22244         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22245         * sysdeps/s390/s390-32/configure.in: Moved to ...
22246         * sysdeps/s390/s390-32/configure.ac: ... here.
22247         * sysdeps/s390/s390-64/configure.in: Moved to ...
22248         * sysdeps/s390/s390-64/configure.ac: ... here.
22249         * sysdeps/sh/configure.in: Moved to ...
22250         * sysdeps/sh/configure.ac: ... here.
22251         * sysdeps/sparc/configure.in: Moved to ...
22252         * sysdeps/sparc/configure.ac: ... here.
22253         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22254         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22255         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22256         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22257         * sysdeps/x86_64/configure.in: Moved to ...
22258         * sysdeps/x86_64/configure.ac: ... here.
22259         * sysdeps/x86_64/preconfigure.in: Moved to ...
22260         * sysdeps/x86_64/preconfigure.ac: ... here.
22261         * aclocal.m4: Change reference to configure.in to configure.ac.
22262         * config.h.in: Likewise.
22263         * manual/install.texi: Likewise.
22264         * manual/maint.texi: Likewise.
22265         * Makefile: Likewise.
22266         * malloc/Makefile: Likewise.
22267         * nscd/Makefile: Likewise.
22268         * Makeconfig: Change reference to configure.in and
22269         preconfigure.in to configure.ac and preconfigure.ac
22270         respectively.
22271         * INSTALL: Regenerated.
22272         * configure: Likewise.
22273         * sysdeps/gnu/configure: Likewise.
22274         * sysdeps/i386/configure: Likewise.
22275         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22276         * sysdeps/mach/configure: Likewise.
22277         * sysdeps/mach/hurd/configure: Likewise.
22278         * sysdeps/powerpc/configure: Likewise.
22279         * sysdeps/powerpc/powerpc32/configure: Likewise.
22280         * sysdeps/powerpc/powerpc64/configure: Likewise.
22281         * sysdeps/s390/s390-32/configure: Likewise.
22282         * sysdeps/s390/s390-64/configure: Likewise.
22283         * sysdeps/sh/configure: Likewise.
22284         * sysdeps/sparc/configure: Likewise.
22285         * sysdeps/unix/sysv/linux/configure: Likewise.
22286         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22287         * sysdeps/x86_64/configure: Likewise.
22288         * sysdeps/x86_64/preconfigure: Likewise.
22290 2013-10-29  Andreas Schwab  <schwab@suse.de>
22292         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22294 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22296         * benchtests/pow-inputs: Add new inputs.
22298         * benchtests/exp-inputs: Add new inputs.
22300         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22301         conditional check for return value.
22302         (__cos32): Likewise.
22304 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22306         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22307         to provide a boost for large inputs with word alignment.
22308         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22309         implementation based on optimized PPC64 strcpy.
22310         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22311         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22312         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22313         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22315 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22317         [BZ #2801]
22318         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22320 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22322         [BZ #14876]
22323         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22324         * time/tst-strptime.c (day_tests): Add testcase.
22326 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22328         [BZ #14029]
22329         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22331 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22333         [BZ #16074]
22334         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22335         MAP_FAILED on error.
22337 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22339         [BZ #16072]
22340         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22341         heap for large requests.
22343 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22345         [BZ #9954]
22346         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22347         result if the result has no associated interface.
22348         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22349         interface for all 127.X.Y.Z addresses.
22351 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22353         * locale/iso-639.def: Add Ligurian (lij)
22355 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22357         [BZ #15825]
22358         * sunrpc/rpc_main.c: Document rpcgen -5.
22360 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22362         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22364 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22366         [BZ #10278]
22367         * posix/glob.c: Match only directories when trailing slash is present.
22368         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22369         (main): Add testcase.
22371 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22373         [BZ #15670]
22374         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22376 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22378         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22379         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22380         AUTH_DES and cindex for FIPS 140-2.
22381         (DES Encryption): Add cindex FIPS 46-3.
22383         * locale/locarchive.h (struct locarhandle): Add fname.
22384         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22385         if an optional argument was specified to --list-archive,
22386         otherwise NULL.
22387         * locale/programs/locarchive.c (show_archive_content): Take new
22388         argument fname and pass it via ah.fname to open_archive.
22389         * locale/programs/localedef.h: Update decl.
22390         (open_archive): If AH->fname is non-null, open that file
22391         rather than the default file name, and don't ignore ENOENT.
22392         (create_archive): Set AH.fname to NULL.
22393         (delete_locales_from_archive): Likewise.
22394         (add_locales_to_archive): Likewise.
22395         * locale/programs/locfile.c (write_all_categories): Likewise.
22397 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22398             Aldy Hernandez  <aldyh@redhat.com>
22400         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22401         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22402         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22403         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22404         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22405         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22406         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22407         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22408         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22409         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22410         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22411         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22412         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22413         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22414         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22415         Likewise.
22416         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22417         Likewise.
22418         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22419         Likewise.
22420         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22421         Likewise.
22422         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22423         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22424         Likewise.
22425         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22426         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22427         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22428         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22429         Likewise.
22430         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22431         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22432         * sysdeps/powerpc/preconfigure: Likewise.
22433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22434         Likewise.
22435         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22436         Replace contents of file by #include of <fenv_libc.h>.
22437         * sysdeps/powerpc/soft-fp/sfp-machine.h
22438         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22439         and <sys/prctl.h>.
22440         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22441         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22442         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22443         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22444         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22445         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22447         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22448         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22449         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22450         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22451         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22453         Allow copysignl PLT reference to be missing.
22455 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22456             Joseph Myers  <joseph@codesourcery.com
22458         [BZ #15948]
22459         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22460         single character.
22461         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22463 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22465         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22466         * elf/tst-tls1.c: Likewise.
22467         * elf/tst-tls10.h: Likewise.
22468         * elf/tst-tls14.c: Likewise.
22469         * elf/tst-tls2.c: Likewise.
22470         * elf/tst-tls3.c: Likewise.
22471         * elf/tst-tls4.c: Likewise.
22472         * elf/tst-tls5.c: Likewise.
22473         * elf/tst-tls6.c: Likewise.
22474         * elf/tst-tls7.c: Likewise.
22475         * elf/tst-tls8.c: Likewise.
22476         * elf/tst-tls9.c: Likewise.
22477         * elf/tst-tlsmod1.c: Likewise.
22478         * elf/tst-tlsmod13.c: Likewise.
22479         * elf/tst-tlsmod13a.c: Likewise.
22480         * elf/tst-tlsmod14a.c: Likewise.
22481         * elf/tst-tlsmod16a.c: Likewise.
22482         * elf/tst-tlsmod16b.c: Likewise.
22483         * elf/tst-tlsmod2.c: Likewise.
22484         * elf/tst-tlsmod3.c: Likewise.
22485         * elf/tst-tlsmod4.c: Likewise.
22486         * elf/tst-tlsmod5.c: Likewise.
22487         * elf/tst-tlsmod6.c: Likewise.
22489 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22491         [BZ #12486]
22492         * malloc/malloc.c: remove checks for statistics.
22494 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22496         [BZ #15277]
22497         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22498         * inet/tst-network.c: Add testcase.
22500 2013-10-17  Andreas Schwab  <schwab@suse.de>
22502         [BZ #15218]
22503         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22504         to determine canonical name.
22506 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22508         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22509         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22510         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22511         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22512         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22513         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22514         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22515         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22516         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22517         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22518         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22519         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22520         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22521         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22522         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22523         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22524         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22525         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22526         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22527         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22528         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22529         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22530         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22531         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22532         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22533         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22534         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22535         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22536         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22537         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22538         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22539         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22540         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22541         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22542         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22543         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22544         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22545         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22546         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22547         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22548         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22549         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22550         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22551         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22552         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22553         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22554         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22555         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22556         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22557         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22558         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22559         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22560         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22561         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22562         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22563         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22564         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22565         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22567 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22569         [BZ #16041]
22570         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22571         make result into a quiet NaN.
22573 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22575         * soft-fp/adddf3.c: Fix horizontal whitespace.
22576         * soft-fp/addsf3.c: Likewise.
22577         * soft-fp/addtf3.c: Likewise.
22578         * soft-fp/divdf3.c: Likewise.
22579         * soft-fp/divsf3.c: Likewise.
22580         * soft-fp/divtf3.c: Likewise.
22581         * soft-fp/double.h: Likewise.
22582         * soft-fp/eqdf2.c: Likewise.
22583         * soft-fp/eqsf2.c: Likewise.
22584         * soft-fp/eqtf2.c: Likewise.
22585         * soft-fp/extenddftf2.c: Likewise.
22586         * soft-fp/extended.h: Likewise.
22587         * soft-fp/extendsfdf2.c: Likewise.
22588         * soft-fp/extendsftf2.c: Likewise.
22589         * soft-fp/extendxftf2.c: Likewise.
22590         * soft-fp/fixdfdi.c: Likewise.
22591         * soft-fp/fixdfsi.c: Likewise.
22592         * soft-fp/fixdfti.c: Likewise.
22593         * soft-fp/fixsfdi.c: Likewise.
22594         * soft-fp/fixsfsi.c: Likewise.
22595         * soft-fp/fixsfti.c: Likewise.
22596         * soft-fp/fixtfdi.c: Likewise.
22597         * soft-fp/fixtfsi.c: Likewise.
22598         * soft-fp/fixtfti.c: Likewise.
22599         * soft-fp/fixunsdfdi.c: Likewise.
22600         * soft-fp/fixunsdfsi.c: Likewise.
22601         * soft-fp/fixunsdfti.c: Likewise.
22602         * soft-fp/fixunssfdi.c: Likewise.
22603         * soft-fp/fixunssfsi.c: Likewise.
22604         * soft-fp/fixunssfti.c: Likewise.
22605         * soft-fp/fixunstfdi.c: Likewise.
22606         * soft-fp/fixunstfsi.c: Likewise.
22607         * soft-fp/fixunstfti.c: Likewise.
22608         * soft-fp/floatdidf.c: Likewise.
22609         * soft-fp/floatdisf.c: Likewise.
22610         * soft-fp/floatditf.c: Likewise.
22611         * soft-fp/floatsidf.c: Likewise.
22612         * soft-fp/floatsisf.c: Likewise.
22613         * soft-fp/floatsitf.c: Likewise.
22614         * soft-fp/floattidf.c: Likewise.
22615         * soft-fp/floattisf.c: Likewise.
22616         * soft-fp/floattitf.c: Likewise.
22617         * soft-fp/floatundidf.c: Likewise.
22618         * soft-fp/floatundisf.c: Likewise.
22619         * soft-fp/floatunditf.c: Likewise.
22620         * soft-fp/floatunsidf.c: Likewise.
22621         * soft-fp/floatunsisf.c: Likewise.
22622         * soft-fp/floatunsitf.c: Likewise.
22623         * soft-fp/floatuntidf.c: Likewise.
22624         * soft-fp/floatuntisf.c: Likewise.
22625         * soft-fp/floatuntitf.c: Likewise.
22626         * soft-fp/fmadf4.c: Likewise.
22627         * soft-fp/fmasf4.c: Likewise.
22628         * soft-fp/fmatf4.c: Likewise.
22629         * soft-fp/gedf2.c: Likewise.
22630         * soft-fp/gesf2.c: Likewise.
22631         * soft-fp/getf2.c: Likewise.
22632         * soft-fp/ledf2.c: Likewise.
22633         * soft-fp/lesf2.c: Likewise.
22634         * soft-fp/letf2.c: Likewise.
22635         * soft-fp/muldf3.c: Likewise.
22636         * soft-fp/mulsf3.c: Likewise.
22637         * soft-fp/multf3.c: Likewise.
22638         * soft-fp/negdf2.c: Likewise.
22639         * soft-fp/negsf2.c: Likewise.
22640         * soft-fp/negtf2.c: Likewise.
22641         * soft-fp/op-1.h: Likewise.
22642         * soft-fp/op-2.h: Likewise.
22643         * soft-fp/op-4.h: Likewise.
22644         * soft-fp/op-8.h: Likewise.
22645         * soft-fp/op-common.h: Likewise.
22646         * soft-fp/quad.h: Likewise.
22647         * soft-fp/single.h: Likewise.
22648         * soft-fp/soft-fp.h: Likewise.
22649         * soft-fp/sqrtdf2.c: Likewise.
22650         * soft-fp/sqrtsf2.c: Likewise.
22651         * soft-fp/sqrttf2.c: Likewise.
22652         * soft-fp/subdf3.c: Likewise.
22653         * soft-fp/subsf3.c: Likewise.
22654         * soft-fp/subtf3.c: Likewise.
22655         * soft-fp/truncdfsf2.c: Likewise.
22656         * soft-fp/trunctfdf2.c: Likewise.
22657         * soft-fp/trunctfsf2.c: Likewise.
22658         * soft-fp/trunctfxf2.c: Likewise.
22659         * soft-fp/unorddf2.c: Likewise.
22660         * soft-fp/unordsf2.c: Likewise.
22661         * soft-fp/unordtf2.c: Likewise.
22663 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22665         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22666         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22668 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22670         * elf/dl-libc.c: Clear initfini list after freeing.
22672 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22674         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22675         * soft-fp/addsf3.c: Likewise.
22676         * soft-fp/addtf3.c: Likewise.
22677         * soft-fp/divdf3.c: Likewise.
22678         * soft-fp/divsf3.c: Likewise.
22679         * soft-fp/divtf3.c: Likewise.
22680         * soft-fp/double.h: Likewise.
22681         * soft-fp/eqdf2.c: Likewise.
22682         * soft-fp/eqsf2.c: Likewise.
22683         * soft-fp/eqtf2.c: Likewise.
22684         * soft-fp/extenddftf2.c: Likewise.
22685         * soft-fp/extended.h: Likewise.
22686         * soft-fp/extendsfdf2.c: Likewise.
22687         * soft-fp/extendsftf2.c: Likewise.
22688         * soft-fp/extendxftf2.c: Likewise.
22689         * soft-fp/fixdfdi.c: Likewise.
22690         * soft-fp/fixdfsi.c: Likewise.
22691         * soft-fp/fixdfti.c: Likewise.
22692         * soft-fp/fixsfdi.c: Likewise.
22693         * soft-fp/fixsfsi.c: Likewise.
22694         * soft-fp/fixsfti.c: Likewise.
22695         * soft-fp/fixtfdi.c: Likewise.
22696         * soft-fp/fixtfsi.c: Likewise.
22697         * soft-fp/fixtfti.c: Likewise.
22698         * soft-fp/fixunsdfdi.c: Likewise.
22699         * soft-fp/fixunsdfsi.c: Likewise.
22700         * soft-fp/fixunsdfti.c: Likewise.
22701         * soft-fp/fixunssfdi.c: Likewise.
22702         * soft-fp/fixunssfsi.c: Likewise.
22703         * soft-fp/fixunssfti.c: Likewise.
22704         * soft-fp/fixunstfdi.c: Likewise.
22705         * soft-fp/fixunstfsi.c: Likewise.
22706         * soft-fp/fixunstfti.c: Likewise.
22707         * soft-fp/floatdidf.c: Likewise.
22708         * soft-fp/floatdisf.c: Likewise.
22709         * soft-fp/floatditf.c: Likewise.
22710         * soft-fp/floatsidf.c: Likewise.
22711         * soft-fp/floatsisf.c: Likewise.
22712         * soft-fp/floatsitf.c: Likewise.
22713         * soft-fp/floattidf.c: Likewise.
22714         * soft-fp/floattisf.c: Likewise.
22715         * soft-fp/floattitf.c: Likewise.
22716         * soft-fp/floatundidf.c: Likewise.
22717         * soft-fp/floatundisf.c: Likewise.
22718         * soft-fp/floatunsidf.c: Likewise.
22719         * soft-fp/floatunsisf.c: Likewise.
22720         * soft-fp/floatuntidf.c: Likewise.
22721         * soft-fp/floatuntisf.c: Likewise.
22722         * soft-fp/floatuntitf.c: Likewise.
22723         * soft-fp/fmadf4.c: Likewise.
22724         * soft-fp/fmasf4.c: Likewise.
22725         * soft-fp/fmatf4.c: Likewise.
22726         * soft-fp/gedf2.c: Likewise.
22727         * soft-fp/gesf2.c: Likewise.
22728         * soft-fp/getf2.c: Likewise.
22729         * soft-fp/ledf2.c: Likewise.
22730         * soft-fp/lesf2.c: Likewise.
22731         * soft-fp/letf2.c: Likewise.
22732         * soft-fp/muldf3.c: Likewise.
22733         * soft-fp/mulsf3.c: Likewise.
22734         * soft-fp/multf3.c: Likewise.
22735         * soft-fp/negdf2.c: Likewise.
22736         * soft-fp/negsf2.c: Likewise.
22737         * soft-fp/negtf2.c: Likewise.
22738         * soft-fp/op-1.h: Likewise.
22739         * soft-fp/op-2.h: Likewise.
22740         * soft-fp/op-4.h: Likewise.
22741         * soft-fp/op-8.h: Likewise.
22742         * soft-fp/op-common.h: Likewise.
22743         * soft-fp/quad.h: Likewise.
22744         * soft-fp/single.h: Likewise.
22745         * soft-fp/soft-fp.h: Likewise.
22746         * soft-fp/sqrtdf2.c: Likewise.
22747         * soft-fp/sqrtsf2.c: Likewise.
22748         * soft-fp/sqrttf2.c: Likewise.
22749         * soft-fp/subdf3.c: Likewise.
22750         * soft-fp/subsf3.c: Likewise.
22751         * soft-fp/subtf3.c: Likewise.
22752         * soft-fp/truncdfsf2.c: Likewise.
22753         * soft-fp/trunctfdf2.c: Likewise.
22754         * soft-fp/trunctfsf2.c: Likewise.
22755         * soft-fp/trunctfxf2.c: Likewise.
22756         * soft-fp/unorddf2.c: Likewise.
22757         * soft-fp/unordsf2.c: Likewise.
22758         * soft-fp/unordtf2.c: Likewise.
22760 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22762         [BZ #15672]
22763         * misc/error.c (error_tail): Fix possible buffer overflow.
22765 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22767         [BZ #13028]
22768         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22769         address.
22771 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22773         [BZ #832]
22774         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22775         testing pipefail option.
22777 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22779         * soft-fp/double.h: Indent preprocessor directives inside #if.
22780         * soft-fp/extended.h: Likewise.
22781         * soft-fp/op-2.h: Likewise.
22782         * soft-fp/op-4.h: Likewise.
22783         * soft-fp/op-common.h: Likewise.
22784         * soft-fp/quad.h: Likewise.
22785         * soft-fp/single.h: Likewise.
22786         * soft-fp/soft-fp.h: Likewise.
22788 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22790         * iconv/iconv_prog.c: Fix typos.
22791         * stdio-common/psiginfo-data.h: Likewise.
22793 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22795         [BZ #15764]
22796         * locale/setlocale.c: Fix typo.
22798 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22800         [BZ #16036]
22801         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22802         signaling NaN arguments.
22803         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22804         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22806         [BZ #14910]
22807         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22808         unordered operands.
22809         * soft-fp/gesf2.c (__gesf2): Likewise.
22810         * soft-fp/getf2.c (__getf2): Likewise.
22811         * soft-fp/ledf2.c (__ledf2): Likewise.
22812         * soft-fp/lesf2.c (__lesf2): Likewise.
22813         * soft-fp/letf2.c (__letf2): Likewise.
22815         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22816         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22817         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22818         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22819         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22820         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22821         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22822         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22823         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22824         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22825         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22826         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22827         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22828         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22829         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22830         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22831         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22832         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22833         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22834         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22835         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22836         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22837         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22838         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22839         * soft-fp/floattidf.c (__floattidf): Likewise.
22840         * soft-fp/floattisf.c (__floattisf): Likewise.
22841         * soft-fp/floattitf.c (__floattitf): Likewise.
22842         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22843         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22844         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22845         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22846         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22847         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22848         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22849         * soft-fp/gesf2.c (__gesf2): Likewise.
22850         * soft-fp/getf2.c (__getf2): Likewise.
22851         * soft-fp/ledf2.c (__ledf2): Likewise.
22852         * soft-fp/lesf2.c (__lesf2): Likewise.
22853         * soft-fp/letf2.c (__letf2): Likewise.
22855         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22856         Undefine and redefine.
22857         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22858         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22859         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22860         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22861         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22862         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22863         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22864         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22865         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22866         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22867         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22868         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22869         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22870         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22871         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22873         [BZ #16032]
22874         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22875         without decrementing exponent if mantissa >= that for the
22876         denominator, not >.
22877         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22878         denominator, not >.  Decrement exponent in < case instead of
22879         incrementing in >= case.
22880         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22881         without decrementing exponent if mantissa >= that for the
22882         denominator, not >.
22884         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22885         computing saturated result for unsigned overflow.
22887 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22888             Jeff Law  <law@redhat.com>
22890         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22891         (atan2Mp): Add systemtap probe marker.
22892         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22893         (__ieee754_log): Add systemtap probe marker.
22894         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22895         (atanMp): Add systemtap probe marker.
22896         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22897         (tanMp): Add systemtap probe marker.
22898         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22899         (__slowexp): Add systemtap probe marker.
22900         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22901         (__slowpow): Add systemtap probe marker.
22902         * manual/probes.texi: Document probes.
22904 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22906         [BZ #15362]
22907         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22908         written.
22909         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22910         written.
22911         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22912         written to buffer but not flushed.
22913         * libio/iofwrite_u.c:  Likewise.
22914         * libio/iopadn.c:  Return bytes returned even if EOF was
22915         encountered.
22916         * libio/iowpadn.c:  Likewise.
22917         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22918         if _IO_padn does not write the whole buffer.
22919         [!COMPILE_WPRINTF] (PAD): Likewise.
22921 2013-10-10  David S. Miller  <davem@davemloft.net>
22923         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22924         directory block.
22926 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22928         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22929         instead of FSF address.
22930         * soft-fp/fixdfti.c: Likewise.
22931         * soft-fp/fixsfti.c: Likewise.
22932         * soft-fp/fixtfti.c: Likewise.
22933         * soft-fp/fixunsdfti.c: Likewise.
22934         * soft-fp/fixunssfti.c: Likewise.
22935         * soft-fp/fixunstfti.c: Likewise.
22936         * soft-fp/floattidf.c: Likewise.
22937         * soft-fp/floattisf.c: Likewise.
22938         * soft-fp/floattitf.c: Likewise.
22939         * soft-fp/floatuntidf.c: Likewise.
22940         * soft-fp/floatuntisf.c: Likewise.
22941         * soft-fp/floatuntitf.c: Likewise.
22942         * soft-fp/trunctfxf2.c: Likewise.
22944         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22945         * soft-fp/fixdfti.c: Likewise.
22946         * soft-fp/fixsfti.c: Likewise.
22947         * soft-fp/fixtfti.c: Likewise.
22948         * soft-fp/fixunsdfti.c: Likewise.
22949         * soft-fp/fixunssfti.c: Likewise.
22950         * soft-fp/fixunstfti.c: Likewise.
22951         * soft-fp/floattidf.c: Likewise.
22952         * soft-fp/floattisf.c: Likewise.
22953         * soft-fp/floattitf.c: Likewise.
22954         * soft-fp/floatuntidf.c: Likewise.
22955         * soft-fp/floatuntisf.c: Likewise.
22956         * soft-fp/floatuntitf.c: Likewise.
22957         * soft-fp/trunctfxf2.c: Likewise.
22959 2013-10-10  David S. Miller  <davem@davemloft.net>
22961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22963 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22965         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22966         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22967         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22968         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22969         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22970         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22971         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22973         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22974         for NaNs before doing comparisons on argument.
22975         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22976         Likewise.
22978 2013-10-10  Will Newton  <will.newton@linaro.org>
22980         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22981         passed to _int_memalign does not overflow.
22983 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22985         * scripts/bench.pl: Add include-sources directive.
22986         * benchtests/README: Update documentation.
22988 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22990         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22991         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22992         instead of FP_INIT_ROUNDMODE.
22993         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22994         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22996         [BZ #16034]
22997         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22998         copy class of input value.
22999         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23000         not handle exceptions.
23001         * soft-fp/negsf2.c (__negsf2): Likewise.
23002         * soft-fp/negtf2.c (__negtf2): Likewise.
23003         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23005 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23007         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23008         semicolon.  From Linux kernel.
23010 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23012         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23014 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23016         [BZ #156]
23017         * manual/socket.texi: Added statement about buffer
23018         for gethostbyname2_r.
23020 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23022         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23023         Use .p2align directive instead, throughout.
23024         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23025         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23026         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23027         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23028         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23029         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23030         * sysdeps/x86_64/strchr.S: Likewise.
23031         * sysdeps/x86_64/strrchr.S: Likewise.
23033 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23035         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23037         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23039         * sysdeps/generic/math_private.h (__mpsin1): Remove
23040         declaration.
23041         (__mpcos1): Likewise.
23042         (__mpsin): New argument __range_reduce.
23043         (__mpcos): Likewise.
23044         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23045         (slow): Use __mpsin and __mpcos.
23046         (slow1): Likewise.
23047         (slow2): Likewise.
23048         (sloww): Likewise.
23049         (sloww1): Likewise.
23050         (sloww2): Likewise.
23051         (bsloww): Likewise.
23052         (bsloww1): Likewise.
23053         (bsloww2): Likewise.
23054         (cslow2): Likewise.
23055         (csloww): Likewise.
23056         (csloww1): Likewise.
23057         (csloww2): Likewise.
23058         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23059         range_reduce.  Merge in __mpsin1.
23060         (__mpcos): Likewise.
23061         (__mpsin1): Remove.
23062         (__mpcos1): Likewise.
23064 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23066         * locale/loadlocale.c (_nl_intern_locale_data): Use
23067         LOCFILE_ALIGNED_P.
23068         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23069         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23070         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23071         obstack data is appropriately aligned.
23072         (obstack_int32_grow_fast): Likewise.
23073         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23074         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23075         (add_locale_uint32_array): Likewise.
23077 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23079         * benchtests/Makefile: Remove ARGLIST and RET variables.
23080         ($(objpfx)bench-%.c): Pass only function name to the script.
23081         * benchtests/README: Update documentation.
23082         * benchtests/acos-inputs: Add new directives.
23083         * benchtests/acosh-inputs: Likewise.
23084         * benchtests/asin-inputs: Likewise.
23085         * benchtests/asinh-inputs: Likewise.
23086         * benchtests/atan-inputs: Likewise.
23087         * benchtests/atanh-inputs: Likewise.
23088         * benchtests/cos-inputs: Likewise.
23089         * benchtests/cosh-inputs: Likewise.
23090         * benchtests/exp-inputs: Likewise.
23091         * benchtests/log-inputs: Likewise.
23092         * benchtests/pow-inputs: Likewise.
23093         * benchtests/rint-inputs: Likewise.
23094         * benchtests/sin-inputs: Likewise.
23095         * benchtests/sinh-inputs: Likewise.
23096         * benchtests/tan-inputs: Likewise.
23097         * benchtests/tanh-inputs: Likewise.
23098         * scripts/bench.pl: Add support for new directives.
23100 2013-10-07  Alan Modra  <amodra@gmail.com>
23102         * README: Fix careless merge.
23104 2013-10-05  Alan Modra  <amodra@gmail.com>
23106         * NEWS: Mention powerpc64le support and bugs fixed.
23107         * README: Both big-endian and little-endian powerpc64 supported.
23109 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23111         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23112         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23113         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23114         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23116 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23118         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23119         match prototype.
23121 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23123         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23124         Move -mhard-float appending from
23125         ports/sysdeps/powerpc/powerpc32/Makefile.
23126         [$(with-fp) = yes] (ASFLAGS): Likewise.
23127         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23128         * sysdeps/powerpc/nofpu: Move directory from
23129         ports/sysdeps/powerpc/nofpu.
23130         * sysdeps/powerpc/soft-fp: Move directory from
23131         ports/sysdeps/powerpc/soft-fp.
23132         * sysdeps/powerpc/powerpc32/405: Move directory from
23133         ports/sysdeps/powerpc/powerpc32/405.
23134         * sysdeps/powerpc/powerpc32/440: Move directory from
23135         ports/sysdeps/powerpc/powerpc32/440.
23136         * sysdeps/powerpc/powerpc32/464: Move directory from
23137         ports/sysdeps/powerpc/powerpc32/464.
23138         * sysdeps/powerpc/powerpc32/476: Move directory from
23139         ports/sysdeps/powerpc/powerpc32/476.
23140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23141         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23143         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23145         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23147         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23149         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23150         * README: Update for powerpc-*-linux-gnu software floating point
23151         support in libc.
23153         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23154         case to powerpc/powerpc32*.
23155         * sysdeps/unix/sysv/linux/configure: Regenerated.
23157         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23158         (_FPU_MASK_OM): Define as 0x04.
23159         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23160         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23161         0x00c10080.
23162         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23163         0x0000003c.
23164         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23167         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23168         getcontext_e500.
23169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23170         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23171         setcontext_e500.
23172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23173         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23174         and setcontext_e500.
23176 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23178         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23180 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23182         * manual/threads.texi (Default Thread Attributes): Fix typo.
23184 2013-10-04  Will Newton  <will.newton@linaro.org>
23186         * malloc/Makefile: Add tst-memalign.
23187         * malloc/tst-memalign.c: New file.
23189         * malloc/tst-posix_memalign.c: Add comments.
23190         (do_test): Add comments and call free on all potentially
23191         allocated pointers. Add space after cast.
23193         * malloc/tst-pvalloc.c: Add comments.
23194         (do_test): Add comments and call free on all potentially
23195         allocated pointers. Remove duplicate check for NULL pointer.
23196         Add space after cast.
23198         * malloc/tst-valloc.c: Add comments.
23199         (do_test): Add comments and call free on all potentially
23200         allocated pointers. Remove duplicate check for NULL pointer.
23201         Add space after cast.
23203 2013-10-04  Alan Modra  <amodra@gmail.com>
23205         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23206         Use stdint types in rather than __attribute__((mode())).
23207         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23209 2013-10-04  Alan Modra  <amodra@gmail.com>
23211         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23212         Correct handling of unaligned relocs for little-endian.
23213         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23215 2013-10-04  Alan Modra  <amodra@gmail.com>
23217         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23218         * configure: Regenerate.
23219         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23220         * shlib-versions: Likewise.
23222 2013-10-04  Alan Modra  <amodra@gmail.com>
23224         * string/tester.c (test_memrchr): Increment reported test cycle.
23226 2013-10-04  Alan Modra  <amodra@gmail.com>
23228         * string/test-memcpy.c (do_one_test): When reporting errors, print
23229         string address and don't overrun end of string.
23231 2013-10-04  Alan Modra  <amodra@gmail.com>
23233         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23234         insrdi.  Make better use of reg selection to speed exit slightly.
23235         Schedule entry path a little better.  Remove useless "are we done"
23236         checks on entry to main loop.  Handle wrapping around zero address.
23237         Correct main loop count.  Handle single left-over word from main
23238         loop inline rather than by using loop_small.  Remove extra word
23239         case in loop_small caused by wrong loop count.  Add little-endian
23240         support.
23241         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23242         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23243         cache hint.
23244         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23245         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23246         support.  Avoid rlwimi.
23247         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23249 2013-10-04  Alan Modra  <amodra@gmail.com>
23251         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23252         insrdi.  Formatting.
23253         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23254         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23255         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23256         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23257         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23258         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23260 2013-10-04  Alan Modra  <amodra@gmail.com>
23262         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23263         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23264         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23265         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23266         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23267         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23268         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23269         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23270         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23271         use of regs.  Use power7 mtocrf.  Tidy function tails.
23273 2013-10-04  Alan Modra  <amodra@gmail.com>
23275         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23276         Formatting.  Consistently use rXXX register defines or rN defines.
23277         Use early exit labels that avoid restoring unused non-volatile regs.
23278         Make cr field use more consistent with rWORDn compares.  Rename
23279         regs used as shift registers for unaligned loop, using rN defines
23280         for short lifetime/multiple use regs.
23281         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23282         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23283         addi 1,1,64 to pop stack frame.  Simplify return value code.
23284         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23286 2013-10-04  Alan Modra  <amodra@gmail.com>
23288         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23289         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23290         rather than rlwimi.
23291         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23292         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23293         little-endian support.  Correct typos.
23294         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23295         rather than rlwimi.
23296         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23297         in loop and entry code to keep "and." results.
23298         (strchr): Add little-endian support.  Comment.  Move cntlzd
23299         earlier in tail.
23300         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23302 2013-10-04  Alan Modra  <amodra@gmail.com>
23304         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23305         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23306         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23307         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23309 2013-10-04  Alan Modra  <amodra@gmail.com>
23311         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23312         (rTMP): Define as r11.
23313         (strcmp): Add little-endian support.  Optimise tail.
23314         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23315         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23316         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23317         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23318         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23319         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23320         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23322 2013-10-04  Alan Modra  <amodra@gmail.com>
23324         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23325         little-endian support.  Remove unnecessary "are we done" tests.
23326         Handle "s" wrapping around zero and extremely large "size".
23327         Correct main loop count.  Handle single left-over word from main
23328         loop inline rather than by using small_loop.  Correct comments.
23329         Delete "zero" tail, use "end_max" instead.
23330         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23332 2013-10-04  Alan Modra  <amodra@gmail.com>
23334         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23335         support.  Don't branch over align.
23336         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23337         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23338         support.  Rearrange tmp reg use to suit.  Comment.
23339         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23341 2013-10-04  Alan Modra  <amodra@gmail.com>
23343         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23345 2013-10-04  Alan Modra  <amodra@gmail.com>
23347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23348         conditional form of branch and link when obtaining pc.
23349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23351 2013-10-04  Alan Modra  <amodra@gmail.com>
23353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23354         HIWORD/LOWORD.
23355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23358 2013-10-04  Alan Modra  <amodra@gmail.com>
23360         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23361         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23362         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23363         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23364         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23365         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23366         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23367         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23368         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23369         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23371 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23372             Alistair Popple <alistair@ozlabs.au.ibm.com>
23373             Alan Modra <amodra@gmail.com>
23375         [BZ #15723]
23376         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23377         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23378         _dl_hwcap access for little-endian.
23379         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23380         destroy vmx regs when saving unaligned.
23381         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23382         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23383         destroy vmx regs when saving unaligned.
23385 2013-10-04  Alan Modra  <amodra@gmail.com>
23387         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23388         Don't use a union to pack hi/low value.
23390 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23392         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23393         for little-endian.
23394         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23395         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23396         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23397         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23398         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23400 2013-10-04  Alan Modra  <amodra@gmail.com>
23402         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23403         constants to usual value for .cst8 section, and remove redundant
23404         high address load.
23405         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23406         constant for 0x1p52.  Load little-endian words of double from
23407         correct stack offsets.
23409 2013-10-04  Alan Modra  <amodra@gmail.com>
23411         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23412         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23413         words of double from correct stack offsets.
23414         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23415         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23416         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23417         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23418         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23419         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23420         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23421         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23422         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23423         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23424         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23425         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23426         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23427         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23428         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23429         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23430         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23432 2013-10-04  Alan Modra  <amodra@gmail.com>
23434         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23435         64-bit int/double union.
23436         (_FPU_SETCW): Likewise.
23437         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23438         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23440 2013-10-04  Alan Modra  <amodra@gmail.com>
23442         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23443         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23445 2013-10-04  Alan Modra  <amodra@gmail.com>
23447         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23448         use vector int constants.
23449         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23451 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23453         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23454         array with long long.
23455         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23456         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23457         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23458         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23459         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23460         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23461         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23462         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23463         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23464         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23465         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23466         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23467         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23469 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23471         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23472         (__signbit): Likewise.  Correct for little-endian.
23473         (__signbitl): Call __signbit.
23474         (lrint): Correct for little-endian.
23475         (lrintf): Call lrint.
23477 2013-10-04  Alan Modra  <amodra@gmail.com>
23479         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23480         union 32-bit int array member with 64-bit int array.
23481         (t515, tm256): Double rather than long double.
23482         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23484 2013-10-04  Alan Modra  <amodra@gmail.com>
23486         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23487         Delete.
23488         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23489         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23490         version of math_ldbl.h.
23492 2013-10-04  Alan Modra  <amodra@gmail.com>
23494         [BZ #15734], [BZ #15735]
23495         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23496         all uses of ieee875 long double macros and unions.  Simplify test
23497         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23498         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23499         normalize after ldbl_extract_mantissa, and don't add hidden bit
23500         already handled.  Don't treat low word of ieee854 mantissa like
23501         low word of IBM long double and mask off bit when testing for
23502         zero.
23503         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23504         all uses of ieee875 long double macros and unions.  Simplify tests
23505         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23506         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23507         two1022, instead use their values.  Recognise that tests for large
23508         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23509         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23510         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23511         test for 0.0L and nan.  Correct negation.
23512         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23513         ieee875 long double macros and unions.  Correct output for large
23514         magnitude x.  Correct absolute value calculation.
23515         (__erfcl): Likewise.
23516         * math/libm-test.inc: Add tests for errors discovered in IBM long
23517         double versions of fmodl, remainderl, erfl and erfcl.
23519 2013-10-04  Alan Modra  <amodra@gmail.com>
23521         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23522         all uses of ieee854 long double macros and unions.  Simplify tests
23523         for long doubles that are fully specified by the high double.
23524         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23525         Likewise.
23526         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23527         Remove dead code too.
23528         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23529         (__ieee754_ynl): Likewise.
23530         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23531         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23532         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23533         Remove dead code too.
23534         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23535         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23536         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23537         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23538         Simplify.
23539         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23540         Simplify.
23541         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23542         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23543         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23544         Comment on variable precision.
23545         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23546         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23547         Likewise.
23548         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23549         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23550         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23551         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23552         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23554 2013-10-04  Alan Modra  <amodra@gmail.com>
23556         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23557         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23558         all uses of ieee854 long double macros and unions.
23559         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23560         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23561         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23562         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23563         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23564         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23565         Likewise.
23566         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23567         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23568         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23569         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23570         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23571         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23572         Simplify sign and nan test too.
23573         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23574         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23575         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23576         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23577         Likewise.
23578         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23579         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23580         Likewise.
23581         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23582         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23583         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23584         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23585         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23586         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23588 2013-10-04  Alan Modra  <amodra@gmail.com>
23590         * stdio-common/printf_size.c (__printf_size): Don't use
23591         union ieee854_long_double in fpnum union.
23592         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23593         signbit macro to retrieve sign from long double.
23594         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23595         retrieve sign from long double.
23596         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23597         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23598         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23599         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23600         * math/test-misc.c (main): Don't use union ieee854_long_double.
23602 2013-10-04  Alan Modra  <amodra@gmail.com>
23604         [BZ #15680]
23605         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23606         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23607         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23608         calculation.  Remove unnecessary test for denormal exponent.
23609         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23610         Correct handling of denormals.  Avoid undefined shift behaviour.
23611         Correct normalisation of low mantissa when low double is denormal.
23612         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23613         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23614         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23615         Correct normalisation of low mantissa.  Test for overflow of high
23616         mantissa and normalise.
23617         (ldbl_nearbyint): Use more readable constant for two52.
23618         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23619         (__mpn_construct_long_double): Fix test for overflow of high
23620         mantissa and correct normalisation.  Avoid undefined shift.
23622 2013-10-04  Alan Modra  <amodra@gmail.com>
23624         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23625         (union ibm_extended_long_double): Define as an array of ieee754_double.
23626         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23627         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23628         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23629         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23630         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23631         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23632         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23633         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23634         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23635         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23636         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23638 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23640         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23641         page size instead of calling getpagesize.
23643         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23644         (LOCFILE_ALIGN_MASK): Likewise.
23645         (LOCFILE_ALIGN_UP): Likewise.
23646         (LOCFILE_ALIGNED_P): Likewise.
23647         * locale/programs/ld-collate.c (collate_output): Use the new
23648         macros instead of __alignof__ (int32_t).
23649         * locale/weight.h (findidx): Likewise.
23651 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23653         [BZ #431]
23654         * manual/string.texi: Fix strncat and wcsncat.
23656 2013-10-03  Brooks Moses  <bmoses@google.com>
23658         [BZ #15915]
23659         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23660         * Makerules: ...here, and adjust associated comments.
23662 2013-10-02  Will Newton  <will.newton@linaro.org>
23664         * malloc/Makefile: Add tst-pvalloc.
23665         * malloc/tst-pvalloc.c: New file.
23667 2013-10-02  Will Newton  <will.newton@linaro.org>
23669         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23670         improve test coverage.
23672 2013-10-02  Will Newton  <will.newton@linaro.org>
23674         * malloc/Makefile: Add tst-posix_memalign.
23675         * malloc/tst-posix_memalign.c: New file.
23677 2013-10-01  Eric Blake  <eblake@redhat.com>
23679         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23680         Use __THROWNL rather than __THROW on static functions.
23682 2013-09-30  Petr Machata  <pmachata@redhat.com>
23684         * elf/elf.h (R_AARCH64_ABS16): New macro.
23685         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23686         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23687         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23688         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23689         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23690         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23691         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23692         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23693         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23694         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23695         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23696         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23697         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23698         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23699         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23700         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23701         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23702         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23703         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23704         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23705         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23706         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23707         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23708         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23709         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23710         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23711         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23712         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23713         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23714         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23715         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23716         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23717         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23718         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23719         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23720         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23721         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23722         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23723         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23724         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23725         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23726         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23727         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23728         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23729         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23730         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23731         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23732         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23733         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23734         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23735         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23736         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23737         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23738         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23739         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23740         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23741         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23742         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23743         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23744         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23745         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23746         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23747         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23748         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23749         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23750         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23751         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23752         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23753         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23754         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23755         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23756         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23757         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23758         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23759         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23760         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23761         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23762         (R_AARCH64_TLSDESC_LDR): Likewise.
23763         (R_AARCH64_TLSDESC_ADD): Likewise.
23764         (R_AARCH64_TLSDESC_CALL): Likewise.
23766 2013-09-30  Andreas Schwab  <schwab@suse.de>
23768         [BZ #15048]
23769         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23770         the nss database lookup.
23771         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23774 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23776         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23778 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23780         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23781         ${Bash-specific parameter/pattern/string} parameter expansion.
23782         * sysdeps/unix/make-syscalls.sh: Likewise.
23784 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23786         * sysdeps/sh/stackguard-macros.h: New file.
23788 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23790         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23791         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23792         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23793         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23794         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23795         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23797 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23799         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23800         Fix thread ID register.
23802 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23804         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23805         [POSIX || UNIX98]: Require rather than permitting all symbols from
23806         <time.h>.
23807         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23808         element of struct sched_param.
23809         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23810         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23811         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23812         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23813         constant.
23815 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23817         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23818         argument calculation.
23820 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23822         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23823         Expect macro.
23824         [POSIX] (pthread_attr_t): Do not require type.
23825         [POSIX] (pthread_cond_t): Likewise.
23826         [POSIX] (pthread_condattr_t): Likewise.
23827         [POSIX] (pthread_key_t): Likewise.
23828         [POSIX] (pthread_mutex_t): Likewise.
23829         [POSIX] (pthread_mutexattr_t): Likewise.
23830         [POSIX] (pthread_once_t): Likewise.
23831         [POSIX] (pthread_t): Likewise.
23832         [POSIX-based standards] (pthread_atfork): Expect function.
23834 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23835             Richard Sandiford  <richard@codesourcery.com>
23837         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23838         (swap_endianness_p): New extern variable.
23839         (set_big_endian): New inline function.
23840         (maybe_swap_uint32): Likewise.
23841         (maybe_swap_uint32_array): Likewise.
23842         (maybe_swap_uint32_obstack): Likewise.
23843         * locale/programs/locfile.c: Include <stdbool.h>.
23844         (swap_endianness_p): New variable.
23845         (add_locale_uint32): Call maybe_swap_uint32.
23846         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23847         (write_locale_data): Call maybe_swap_uint32_array.
23848         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23849         maybe_swap_uint32.
23850         (obstack_int32_grow_fast): Likewise.
23851         (output_weightwc): Call maybe_swap_uint32_obstack.
23852         (collate_output): Likewise.
23853         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23854         (OPT_LITTLE_ENDIAN): Likewise.
23855         (options): Add --little-endian and --big-endian options.
23856         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23857         * locale/programs/locarchive.c: Include "locfile.h".
23858         (GET): New macro.
23859         (SET): Likewise.
23860         (INC): Likewise.
23861         (create_archive): Use the new macros to access fields of
23862         structures directly mapped from or written to locale archives.
23863         (oldlocrecentcmp): Likewise.
23864         (enlarge_archive): Likewise.
23865         (insert_name): Likewise.
23866         (add_alias): Likewise.
23867         (add_locale): Likewise.
23868         (delete_locales_from_archive): Likewise.
23869         (show_archive_content): Likewise.
23870         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23871         locale data.
23873 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23875         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23876         http://www.gnu.org/doc/freemanuals.texi.
23877         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23879 2013-09-24  Will Newton  <will.newton@linaro.org>
23881         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23882         macro.
23884 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23886         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23887         unsigned char.
23889 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23891         * manual/threads.texi (POSIX Threads): Fix a typo.
23893 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23895         [BZ #14547]
23896         * string/tst-strcoll-overflow.c: New test case.
23897         * string/Makefile (xtests): Add tst-strcoll-overflow.
23898         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23899         cache if string sizes may cause integer overflow.
23901         [BZ #14547]
23902         * string/strcoll_l.c (coll_seq): New members rule, idx,
23903         save_idx and back_us.
23904         (get_next_seq_nocache): New function.
23905         (do_compare_nocache): New function.
23906         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23907         when malloc fails.
23909 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23911         [BZ #15754]
23912         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23913         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23914         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23916         [BZ #15754]
23917         * elf/Makefile (tests): Add tst-ptrguard1.
23918         (tests-static): Add tst-ptrguard1-static.
23919         (tst-ptrguard1-ARGS): Define.
23920         (tst-ptrguard1-static-ARGS): Define.
23921         * elf/tst-ptrguard1.c: New file.
23922         * elf/tst-ptrguard1-static.c: New file.
23923         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23924         * sysdeps/i386/stackguard-macros.h: Likewise.
23925         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23926         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23927         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23928         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23929         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23930         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23932 2013-09-23  Hector Marco  <hecmargi@upv.es>
23933             Ismael Ripoll  <iripoll@disca.upv.es>
23934             Carlos O'Donell  <carlos@redhat.com>
23936         [BZ #15754]
23937         * sysdeps/generic/stackguard-macros.h: Define
23938         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23939         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23940         Define __pointer_chk_guard_local.
23941         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23942         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23944 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23946         [BZ #15859]
23947         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23949 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23951         * include/string.h (__ffs): Declare as hidden.
23952         * string/ffs.c (__ffs): Define as hidden.
23953         * sysdeps/i386/ffs.c (__ffs): Likewise.
23954         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23955         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23956         * sysdeps/s390/ffs.c (__ffs): Likewise.
23957         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23959 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23961         * NEWS: Mention malloc probes.
23963         * malloc/arena.c (new_heap): New memory_heap_new probe.
23964         (grow_heap): New memory_heap_more probe.
23965         (shrink_heap): New memory_heap_less probe.
23966         (heap_trim): New memory_heap_free probe.
23967         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23968         (systrim): New memory_sbrk_less probe.
23969         * manual/probes.texi: Document them.
23971         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23972         * manual/probes.texi: Document it.
23974         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23975         (__libc_realloc): Add memory_realloc_retry probe.
23976         (__libc_memalign): Add memory_memalign_retry probe.
23977         (__libc_valloc): Add memory_valloc_retry probe.
23978         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23979         (__libc_calloc): Add memory_calloc_retry probe.
23980         * manual/probes.texi: Document them.
23982         * malloc/arena.c (get_free_list): Add probe
23983         memory_arena_reuse_free_list.
23984         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23985         and memory_arena_reuse.
23986         (arena_get2) [!PER_THREAD]: Likewise.
23987         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23988         memory_arena_reuse_realloc.
23989         * manual/probes.texi: Document them.
23991         * malloc/malloc.c (__libc_free): Add
23992         memory_mallopt_free_dyn_thresholds probe.
23993         (__libc_mallopt): Add multiple memory_mallopt probes.
23994         * manual/probes.texi: Document them.
23996         * malloc/malloc.c: Include stap-probe.h.
23997         (__libc_mallopt): Add memory_mallopt probe.
23998         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23999         * manual/probes.texi: New.
24000         * manual/Makefile (chapters): Add probes.
24001         * manual/threads.texi: Set next node.
24003 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24005         [BZ #15963, #13985]
24006         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24007         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24008         Add `Chinese' to `nan' entry name.
24010 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24012         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24013         (POLYNOMIAL): Likewise.
24014         (TAYLOR_SINCOS): Likewise.
24015         (TAYLOR_SLOW): Likewise.
24016         (__sin): Use TAYLOR_SINCOS.
24017         (__cos): Likewise.
24018         (slow): Use TAYLOR_SLOW.
24019         (sloww): Likewise.
24020         (bsloww): Likewise.
24021         (csloww): Likewise.
24023 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24025         * stdlib/strtod_l.c: Fix buffer overrun.
24027 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24029         * benchtests/Makefile (bench): Add sincos.
24030         * benchtests/bench-sincos.c: New file.
24032         * math/libm-test.inc (cos_test_data): New test inputs.
24033         (sin_test_data): Likewise.
24035         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24036         macro.
24037         (__sin): Use it.
24038         (__cos): Likewise.
24039         (slow1): Likewise.
24040         (slow2): Likewise.
24041         (sloww1): Likewise.
24042         (sloww2): Likewise.
24043         (bsloww1): Likewise.
24044         (bsloww2): Likewise.
24045         (cslow2): Likewise.
24046         (csloww1): Likewise.
24047         (csloww2): Likewise.
24049         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24050         function.
24051         (__sin): Use it.
24052         (__cos): Likewise.
24054         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24055         gotos.
24056         (__cos): Likewise.
24058 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24060         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24061         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24062         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24063         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24064         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24065         * elf/cache.c (print_entry): Handle the new cache flags.
24067 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24068             Aldy Hernandez  <aldyh@redhat.com>
24070         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24071         Change condition to [_SOFT_FLOAT].
24072         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24073         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24074         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24075         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24076         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24077         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24078         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24079         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24080         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24081         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24082         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24083         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24084         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24085         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24086         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24087         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24088         declaration.
24090 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24092         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24093         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24094         (__longjmp): Use LOAD_GP to load saved GPRs.
24095         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24096         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24097         (__sigsetjmp): Use SAVE_GP to save GPRs.
24099         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24100         Do not append -msoft-float.
24101         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24103 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24105         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24107 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24109         [BZ #15966]
24110         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24111         (_FPU_GETCW): Use initial "__" on variable and field names but not
24112         on macro parameter name.
24113         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24114         parentheses around reference to macro parameter.
24116 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24118         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24119         prototype.
24120         (ctype_startup): Use uint32_t in cast and sizeof for
24121         ctype->charnames.
24123 2013-09-11  Jia Liu  <proljc@gmail.com>
24125         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24126         __daddr_t_defined.
24127         [__FreeBSD__]: Likewise.
24129 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24131         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24132         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24133         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24134         (strchr): Remove __strchr_sse42 ifunc selection.
24135         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24136         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24138 2013-09-11  Will Newton  <will.newton@linaro.org>
24140         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24141         parameter to RES. Remove hardcoded 1000 value.
24142         * benchtests/bench-skeleton.c (main): Pass RES parameter
24143         to TIMING_INIT and multiply result by 1000.
24145 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24149 2013-09-11  Andreas Schwab  <schwab@suse.de>
24151         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24152         if not defined.
24153         (O_TMPFILE) [__USE_GNU]: Define.
24154         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24155         Define.
24157 2013-09-11  Will Newton  <will.newton@linaro.org>
24159         [BZ #15857]
24160         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24161         does not overflow.
24163 2013-09-11  Will Newton  <will.newton@linaro.org>
24165         [BZ #15856]
24166         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24167         does not overflow.
24169 2013-09-11  Will Newton  <will.newton@linaro.org>
24171         [BZ #15855]
24172         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24173         does not overflow.
24175 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24177         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24178         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24179         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24180         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24181         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24183 2013-09-10  Allan McRae  <allan@archlinux.org>
24185         [BZ #15748]
24186         * manual/arith.texi (Parsing of Floats): Clarify
24187         cross-reference.
24189         [BZ #15849]
24190         * manual/install.texi (Running make install): Mention
24191         --enable-pt-chown.
24192         * INSTALL: Regenerated.
24194 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24196         * csu/init-first.c (_init): Remove the !SHARED condition around
24197         FPU control word initialization.
24198         * elf/dl-support.c (_dl_fpu_control): New variable.
24199         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24200         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24201         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24202         * math/test-fpucw-static.c: New file.
24203         * math/test-fpucw-ieee.c: New file.
24204         * math/test-fpucw-ieee-static.c: New file.
24205         * math/Makefile (tests): Add `test-fpucw-ieee' and
24206         `$(tests-static)'.
24207         (tests-static): New variable.
24208         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24209         dependency to...
24210         [($(build-shared),yes)]
24211         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24212         ... this.
24213         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24214         New dependency.
24216 2013-09-09  Allan McRae  <allan@archlinux.org>
24218         [BZ #15939]
24219         * manual/string.texi (Collation Functions): Fix typo in
24220         strcoll example.
24221         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24223         [BZ #15893]
24224         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24226         [BZ #15892]
24227         * libio/memstream.c (open_memstream): Fix memory leak.
24228         * libio/wmemstream.c (open_wmemstream): Likewise.
24230         [BZ #15895]
24231         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24233 2013-09-09  Will Newton  <will.newton@linaro.org>
24235         * malloc/Makefile: Add tst-realloc to tests.
24236         * malloc/tst-realloc.c: New file.
24238 2013-09-09  Allan McRae  <allan@archlinux.org>
24240         [BZ #15844]
24241         * COPYING: Update from GNU website to fix FSF address.
24242         * COPYING.LIB: Likewise.
24244 2013-09-06  David S. Miller  <davem@davemloft.net>
24246         * po/zh_TW.po: Update Chinese (traditional) translation from
24247         translation project.
24249 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24250             Joseph Myers  <joseph@codesourcery.com>
24252         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24253         "localeinfo.h".
24254         (obstack_chunk_alloc): New macro.
24255         (obstack_chunk_free): Likewise.
24256         (record_offset): New function.
24257         (init_locale_data): Likewise.
24258         (align_locale_data): Likewise.
24259         (add_locale_empty): Likewise.
24260         (add_locale_raw_data): Likewise.
24261         (add_locale_raw_obstack): Likewise.
24262         (add_locale_string): Likewise.
24263         (add_locale_wstring): Likewise.
24264         (add_locale_uint32): Likewise.
24265         (add_locale_uint32_array): Likewise.
24266         (add_locale_char): Likewise.
24267         (start_locale_structure): Likewise.
24268         (end_locale_structure): Likewise.
24269         (start_locale_prelude): Likewise.
24270         (end_locale_prelude): Likewise.
24271         (write_locale_data): Take locale_file structure rather than an
24272         iovec.
24273         * locale/programs/locfile.h: Include "obstack.h".
24274         (struct locale_file): Change to store locale file contents instead
24275         of header.
24276         (init_locale_data): New prototype.
24277         (align_locale_data): Likewise.
24278         (add_locale_empty): Likewise.
24279         (add_locale_raw_data): Likewise.
24280         (add_locale_raw_obstack): Likewise.
24281         (add_locale_string): Likewise.
24282         (add_locale_wstring): Likewise.
24283         (add_locale_uint32): Likewise.
24284         (add_locale_uint32_array): Likewise.
24285         (add_locale_char): Likewise.
24286         (start_locale_structure): Likewise.
24287         (end_locale_structure): Likewise.
24288         (start_locale_prelude): Likewise.
24289         (end_locale_prelude): Likewise.
24290         (write_locale_data): Update prototype.
24291         * locale/programs/3level.h (struct TABLE): Remove result field.
24292         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24293         Use new locale_file interface.
24294         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24295         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24296         * locale/programs/ld-address.c (address_output): Use new
24297         locale_file interface.
24298         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24299         NO_ADD_LOCALE.
24300         (collate_finish): Don't call collseq_table_finalize.
24301         (collate_output): Use new locale_file interface.
24302         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24303         in file.
24304         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24305         (TABLE): Move defines earlier in file.
24306         (ELEMENT): Likewise.
24307         (DEFAULT): Likewise.
24308         (wctrans_table_add): Move macro and inline function earlier in
24309         file.
24310         (struct wctype_table): Move type earlier in file.
24311         (add_locale_wctype_table): New static prototype.
24312         (struct locale_ctype_t): Use logical types instead of struct iovec
24313         pointers for members.
24314         (ctype_output): Use new locale_file interface.
24315         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24316         new locale_file interface.
24317         (allocate_arrays): Update for use of new locale_file interface.
24318         * locale/programs/ld-identification.c (identification_output): Use
24319         new locale_file interface.
24320         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24321         * locale/programs/ld-messages.c (messages_output): Likewise.
24322         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24323         * locale/programs/ld-name.c (name_output): Likewise.
24324         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24325         * locale/programs/ld-paper.c (paper_output): Likewise.
24326         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24327         * locale/programs/ld-time.c (time_output): Likewise.
24329 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24331         * benchtests/Makefile: Add memrchr benchmark.
24332         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24333         benchmark as memrchr.
24334         * benchtests/bench-memrchr-ifunc.c: New file.
24335         * benchtests/bench-memrchr.c: New file.
24337 2013-09-06   Will Newton  <will.newton@linaro.org>
24339         * benchtests/Makefile (string-bench): Add memcpy.
24341 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24342             Cong Wang  <amwang@redhat.com>
24344         [BZ #15850]
24345         * sysdeps/unix/sysv/linux/bits/in.h
24346         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24347         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24348         before __USE_KERNEL_IPV6_DEFS uses.
24349         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24350         IPPROTO_BEETPH.
24351         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24352         sockaddr_in6, or ipv6_mreq.
24354 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24356         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24357         memory access for final bytes in some large inputs.
24358         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24360 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24362         * string/test-memrchr.c: New file.
24363         * string/test-memrchr-ifunc.c: New file.
24364         * string/Makefile: Add new memrchr testcase.
24366 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24368         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24369         fanotify_init returns EPERM.
24371 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24373         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24374         errors.
24375         (top level): Treat second token from macro or constant entries for
24376         allowed headers as allowed.
24377         * include/complex.h: Condition internal declarations on
24378         [!_ISOMAC].
24379         * include/fenv.h: Condition include of <stdbool.h> and internal
24380         declarations on [!_ISOMAC].
24382 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24384         [BZ #15923]
24385         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24387 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24389         * configure.in (--enable-versioning): Remove configure option.
24390         (libc_cv_asm_symver_directive): Remove configure test.
24391         (libc_cv_ld_version_script_option): Likewise.
24392         (VERSIONING): Remove variable and AC_SUBST.
24393         (DO_VERSIONING): Remove AC_DEFINE.
24394         * configure: Regenerated.
24395         * config.h.in (DO_VERSIONING): Remove macro.
24396         * Makerules [$(versioning) = yes]: Change conditionals to
24397         [$(build-shared) = yes].
24398         * config.make.in (versioning): Remove variable.
24399         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24400         [$(build-shared) = yes].
24401         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24402         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24403         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24404         [$(build-shared) = yes].
24405         * extra-lib.mk [$(versioning) = yes]: Likewise.
24406         * hurd/Makefile [$(versioning) = yes]: Likewise.
24407         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24408         [SHARED].
24409         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24410         [SHARED].
24411         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24412         [SHARED && !NO_HIDDEN].
24413         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24414         [SHARED].
24415         [SHARED && DO_VERSIONING]: Likewise..
24416         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24417         [$(build-shared) = yes].
24418         * manual/install.texi (--disable-versioning): Remove
24419         documentation.
24420         * INSTALL: Regenerated.
24421         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24422         to [SHARED].
24423         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24424         [$(build-shared) = yes].
24425         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24426         * sysdeps/i386/i686/multiarch/strstr-c.c
24427         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24428         [SHARED && !NO_HIDDEN].
24429         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24430         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24431         * sysdeps/powerpc/powerpc32/dl-machine.c
24432         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24433         * sysdeps/powerpc/powerpc32/sysdep.h
24434         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24435         to [SHARED && PIC && !NO_HIDDEN].
24436         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24437         conditional to [SHARED].
24439 2013-09-04   Will Newton  <will.newton@linaro.org>
24441         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24442         * benchtests/bench-string.h: Include bench-timing.h instead
24443         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24444         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24445         call to HP_TIMING_DIFF_INIT.
24446         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24447         instead of hp-timing.h macros.
24448         * benchtests/bench-memchr.c: Likewise.
24449         * benchtests/bench-memcmp.c: Likewise.
24450         * benchtests/bench-memcpy.c: Likewise.
24451         * benchtests/bench-memmem.c: Likewise.
24452         * benchtests/bench-memmove.c: Likewise.
24453         * benchtests/bench-memset.c: Likewise.
24454         * benchtests/bench-rawmemchr.c: Likewise.
24455         * benchtests/bench-strcasecmp.c: Likewise.
24456         * benchtests/bench-strcasestr.c: Likewise.
24457         * benchtests/bench-strcat.c: Likewise.
24458         * benchtests/bench-strchr.c: Likewise.
24459         * benchtests/bench-strcmp.c: Likewise.
24460         * benchtests/bench-strcpy.c: Likewise.
24461         * benchtests/bench-strcpy_chk.c: Likewise.
24462         * benchtests/bench-strlen.c: Likewise.
24463         * benchtests/bench-strncasecmp.c: Likewise.
24464         * benchtests/bench-strncat.c: Likewise.
24465         * benchtests/bench-strncmp.c: Likewise.
24466         * benchtests/bench-strncpy.c: Likewise.
24467         * benchtests/bench-strnlen.c: Likewise.
24468         * benchtests/bench-strpbrk.c: Likewise.
24469         * benchtests/bench-strrchr.c: Likewise.
24470         * benchtests/bench-strspn.c: Likewise.
24471         * benchtests/bench-strstr.c: Likewise.
24473 2013-09-04  Will Newton  <will.newton@linaro.org>
24475         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24477 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24479         [BZ #15427]
24480         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24481         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24482         * math/libm-test.inc (lgamma_test_data): Add more tests.
24483         * sysdeps/i386/fpu/libm-test-ulps: Update.
24484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24486 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24488         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24489         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24490         Add ifunc.
24491         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24492         Add strcmp-sse2-unaligned
24493         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24495 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24497         * Versions.def (libc): Add GLIBC_2.19.
24499 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24501         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24502         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24504 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24506         [BZ #14155]
24507         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24508         intermediate calculations in recurrence.
24509         (__ieee754_ynf): Likewise.
24510         * math/libm-test.inc (jn_test_data): Do not allow spurious
24511         underflow exception.  Add more tests.
24512         (yn_test_data): Add more tests.
24513         * sysdeps/i386/fpu/libm-test-ulps: Update.
24514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24516 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24518         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24520 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24522         * csu/init-first.c: Fix then/than typos.
24523         * locale/programs/ld-collate.c: Likewise.
24524         * locale/programs/linereader.h: Likewise.
24525         * manual/charset.texi: Likewise.
24526         * manual/filesys.texi: Likewise.
24527         * manual/stdio.texi: Likewise.
24528         * manual/string.texi: Likewise.
24529         * stdlib/fmtmsg.c: Likewise.
24530         * sysdeps/i386/stpncpy.S: Likewise.
24531         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24532         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24533         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24534         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24536 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24538         * elf/dl-open.c: Fix typos.
24539         * iconvdata/gbbig5.c: Likewise.
24540         * iconvdata/iso-2022-jp.c: Likewise.
24541         * iconv/gconv_int.h: Likewise.
24542         * iconv/loop.c: Likewise.
24543         * nis/rpcsvc/nis.h: Likewise.
24544         * resolv/ns_name.c: Likewise.
24545         * stdio-common/vfscanf.c: Likewise.
24546         * streams/stropts.h: Likewise.
24547         * sunrpc/rpc_thread.c: Likewise.
24548         * sysdeps/i386/strpbrk.S: Likewise.
24549         * sysdeps/ieee754/k_standard.c: Likewise.
24550         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24551         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24552         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24553         * sysdeps/mach/hurd/profil.c: Likewise.
24554         * sysdeps/s390/dl-procinfo.h: Likewise.
24555         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24556         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24557         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24558         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24559         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24561 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24563         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24564         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24566 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24568         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24569         aix specific files.
24570         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24571         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24572         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24573         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24574         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24575         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24576         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24577         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24579 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24580             Roland McGrath  <roland@hack.frob.com>
24582         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24583         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24585 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24587         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24588         __executable_start symbol instead of _start.
24590 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24592         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24593         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24594         Move macros to...
24595         * sysdeps/gnu/ldsodefs.h: ... this new file.
24597         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24598         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24599         instead of ELFOSABI_LINUX.
24601         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24602         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24603         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24604         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24605         Likewise.
24606         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24607         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24608         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24609         Likewise.
24610         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24611         (ibm_extended_long_double): Add ieee_nan member.
24612         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24613         (do_test): New function.
24615         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24616         TEST_TRUNC.
24617         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24618         functions, renamed from truncdfsf_test, trunctfsf_test,
24619         trunctfdf_test.
24620         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24621         functions.
24622         (do_test): Run all these.
24624 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24626         * argp/argp-help.c: Fix typos.
24627         * argp/argp-parse.c: Likewise.
24628         * debug/backtracesyms.c: Likewise.
24629         * elf/elf.h: Likewise.
24630         * malloc/malloc.c: Likewise.
24631         * nis/nis_print.c: Likewise.
24632         * resolv/res_comp.c: Likewise.
24633         * stdlib/stdlib.h: Likewise.
24634         * sunrpc/clnt_tcp.c: Likewise.
24635         * sunrpc/clnt_udp.c: Likewise.
24636         * sunrpc/clnt_unix.c: Likewise.
24637         * sysdeps/unix/bsd/ptsname.c: Likewise.
24638         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24639         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24641         Likewise.
24642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24643         Likewise.
24644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24645         Likewise.
24646         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24648 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24650         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24651         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24653 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24655         [BZ #15897]
24656         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24657         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24658         ($(objpfx)bug-dl-leaf): New rule.
24659         ($(objpfx)bug-dl-leaf.so): Likewise.
24660         ($(objpfx)bug-dl-leaf.out): Likewise.
24661         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24662         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24663         * dlfcn/bug-dl-leaf.c: New test.
24664         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24665         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24666         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24667         (dlclose): Likewise.
24668         (dlmopen): Likewise.
24670 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24672         * include/netdb.h [!_ISOMAC]:
24673         Don't include <tls.h>.
24674         (h_errno, __libc_h_errno): Move declaration and macros out of
24675         [_LIBC_REENTRANT].
24677         * include/resolv.h [_RESOLV_H_]:
24678         Don't include <tls.h>.
24679         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24680         * resolv/res_libc.c: Don't include <tls.h>.
24681         (_res): Use __attribute__ ((nocommon)) in place of
24682         __attribute__ ((section (".bss"))).
24684         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24685         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24687         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24689         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24690         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24692         * resolv/res_mkquery.c: Include <sys/time.h>.
24694         * inet/ifreq.c: Moved to ...
24695         * sysdeps/unix/ifreq.c: ... here.
24696         * inet/ifreq.c: New file, true stub version.
24698         * socket/sa_len.c: New file.
24699         * socket/Makefile (aux): Add it.
24700         * sysdeps/unix/sysv/linux/Makefile
24701         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24702         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24703         and #include <socket/sa_len.c>.
24704         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24705         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24707         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24708         * bits/socket.h: ... here.
24710         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24711         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24712         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24714 2013-08-27  Andreas Schwab  <schwab@suse.de>
24716         [BZ #15736]
24717         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24718         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24719         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24720         * string/test-strcasecmp.c (test_main): Run tests in several
24721         locales.
24722         * string/test-strncasecmp.c (test_main): Likewise.
24724         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24725         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24726         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24727         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24728         (__strncasecmp_ssse3) [PIC]: Likewise.
24730 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24732         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24734         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24735         instead of explicitly declaring xdecrypt.
24736         * nis/nss_nis/nis-publickey.c: Likewise.
24738 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24740         [BZ #15890]
24741         * nscd/aicache.c: Include res_hconf.h.
24742         (addhstaiX): Initialize res_hconf.
24744 2013-08-26  Andreas Schwab  <schwab@suse.de>
24746         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24747         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24749 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24751         * nscd/aicache.c (addhstaiX): Fix indentation.
24753 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24755         * configure.ac: Quote $build_pt_chown test.
24756         * configure: Regenerated.
24758 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24760         [BZ #15532]
24761         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24762         * math/s_cexpf.c (__cexpf): Likewise.
24763         * math/s_cexpl.c (__cexpl): Likewise.
24764         * math/libm-test.inc (cexp_test_data): Correct expected return
24765         value for NaN + i0.  Add another test.
24767 2013-08-22  David S. Miller  <davem@davemloft.net>
24769         * po/ca.po: Update Catalan translation from translation project.
24770         * po/uk.po: Add Ukrainian translations from translation project.
24772 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24774         [BZ #15797]
24775         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24776         is infinite, not alongside NaN test.
24777         * math/s_fdimf.c (__fdimf): Likewise.
24778         * math/s_fdiml.c (__fdiml): Likewise.
24779         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24780         errno is unchanged.
24782 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24784         * argp/argp-help.c: Fix typos.
24785         * crypt/speeds.c: Likewise.
24786         * csu/check_fds.c: Likewise.
24787         * elf/dl-load.c: Likewise.
24788         * elf/dl-open.c: Likewise.
24789         * elf/reldep3.c: Likewise.
24790         * elf/reldep.c: Likewise.
24791         * elf/sprof.c: Likewise.
24792         * iconv/iconv_charmap.c: Likewise.
24793         * iconv/skeleton.c: Likewise.
24794         * iconv/strtab.c: Likewise.
24795         * io/lockf64.c: Likewise.
24796         * libio/libioP.h: Likewise.
24797         * resolv/gai_notify.c: Likewise.
24798         * resolv/ns_name.c: Likewise.
24799         * resolv/ns_samedomain.c: Likewise.
24800         * resolv/res_send.c: Likewise.
24801         * stdlib/random.c: Likewise.
24802         * sunrpc/rpc/xdr.h: Likewise.
24803         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24804         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24805         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24806         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24807         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24808         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24809         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24810         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24811         * sysdeps/mach/hurd/check_fds.c: Likewise.
24812         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24813         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24814         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24815         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24816         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24817         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24818         * sysdeps/pthread/aio_notify.c: Likewise.
24819         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24820         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24821         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24822         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24823         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24825 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24827         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24828         version if bit_Slow_SSE4_2 is set.
24829         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24830         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24832 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24834         [BZ #15867]
24835         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24836         trampoline stack frame information.
24837         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24838         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24839         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24840         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24841         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24842         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24843         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24844         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24845         sa_flags value.
24846         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24847         interrupting a syscall and set with option SA_SIGINFO.
24849 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24851         [BZ #15531]
24852         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24853         argument is infinite.
24854         * math/s_cprojf.c (__cprojf): Likewise.
24855         * math/s_cprojl.c (__cprojl): Likewise.
24856         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24857         * math/libm-test.inc (cproj_test_data): Add more tests.
24859         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24861         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24862         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24863         size.  Use __ffs to determine corresponding shift.
24865 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24866             Roland McGrath  <roland@hack.frob.com>
24868         * Makefile (INSTALL): Remove trailing blank lines from output of
24869         makeinfo.
24871 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24873         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24874         Align 32 bit compat elf_greg to 8 bytes.
24876 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24878         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24880 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24882         * string/strcoll_l.c (coll_seq): New structure.
24883         (get_next_seq_cached): New function.
24884         (get_next_seq): New function.
24885         (do_compare): New function.
24886         (STRCOLL): Use GNU style definition.  Simplify implementation
24887         by using get_next_seq, get_next_seq_cached and do_compare.
24889 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24891         [BZ #14699]
24892         CVE-2013-4237
24893         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24894         member.
24895         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24896         member.
24897         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24898         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24899         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24900         conditional.
24901         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24902         GETDENTS_64BIT_ALIGNED.
24903         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24904         * manual/filesys.texi (Reading/Closing Directory): Document
24905         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24906         strongly.
24907         * manual/conf.texi (Limits for Files): Add portability note to
24908         NAME_MAX, PATH_MAX.
24909         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24911 2013-08-13  Andreas Schwab  <schwab@suse.de>
24913         [BZ #15749]
24914         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24915         of fabs.
24916         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24917         LDBL_MAX_EXP >= 16384]: Add tests for it.
24919 2013-08-12  David S. Miller  <davem@davemloft.net>
24921         * version.h (RELEASE): Set to "development".
24922         (VERSION): Set to "2.18.90".
24923         * NEWS: Add 2.19 section.
24925 2013-08-03  David S. Miller  <davem@davemloft.net>
24927         * po/ko.po: Update Korean translation from translation project.
24929 2013-08-01  David S. Miller  <davem@davemloft.net>
24931         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24932         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24933         Bilka.
24935 2013-07-30  David S. Miller  <davem@davemloft.net>
24937         * po/fr.po: Update French translation from translation project.
24939 2013-07-28  David S. Miller  <davem@davemloft.net>
24941         * po/cs.po: Update Czech translation from translation project.
24943         * po/sv.po: Update Swedish translation from translation project.
24945 2013-07-27  David S. Miller  <davem@davemloft.net>
24947         * po/eo.po: Update Esperanto translation from translation project.
24949         * po/vi.po: Update Vietnamese translation from translation project.
24951         * po/de.po: Update German translation from translation project.
24953 2013-07-26  David S. Miller  <davem@davemloft.net>
24955         * po/bg.po: Update Bulgarian translation from translation project.
24957         * po/nl.po: Update Dutch translation from translation project.
24958         * po/pl.po: Update Polish translation from translation project.
24959         * po/ru.po: Update Russian translation from translation project.
24961 2013-07-24  David S. Miller  <davem@davemloft.net>
24963         * po/libc.pot: Update.
24965 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24967         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24968         variable page size.
24969         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24970         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24971         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24973 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24975         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24977 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24978             Andreas Schwab  <schwab@suse.de>
24979             Roland McGrath  <roland@hack.frob.com>
24980             Joseph Myers  <joseph@codesourcery.com>
24981             Carlos O'Donell  <carlos@redhat.com>
24983         [BZ #15755]
24984         * config.h.in: Define HAVE_PT_CHOWN.
24985         * config.make.in (build-pt-chown): New variable.
24986         * configure.in (--enable-pt_chown): New configure option.
24987         * configure: Regenerate.
24988         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24989         build-pt-chown is enabled.
24990         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24991         pt_chown to fix pty ownership.
24992         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24993         CLOSE_ALL_FDS.
24994         * manual/install.texi (Configuring and compiling): Mention
24995         --enable-pt_chown. Add @findex for grantpt.
24996         * INSTALL: Regenerate.
24998 2013-07-20  David S. Miller  <davem@davemloft.net>
25000         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25001         difference between 32-bit and 64-bit.
25003 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25005         [BZ #15711]
25006         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25007         Avoid system header dependency with -ffreestanding.
25008         ($(objpfx)bits/syscall%d): Likewise.
25010 2013-07-13  David S. Miller  <davem@davemloft.net>
25012         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25013         underflows from atanl/atan2l due to bug 15319.
25014         (casinh_test_data): Likewise.
25016 2013-07-07  David S. Miller  <davem@davemloft.net>
25018         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25020 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25022         * sysdeps/i386/fpu/libm-test-ulps: Update.
25023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25025 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25027         * configure.in (--enable-lock-elision): Fix message text.
25028         * INSTALL: Regenerate.
25029         * configure: Regenerate.
25031 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25035 2013-07-03  Andreas Jaeger  <aj@suse.de>
25037         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25038         define.
25039         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25040         (ptrace_peeksiginfo_args): Add.
25041         (__ptrace_peeksiginfo_flags): Add.
25042         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25043         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25044         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25046 2013-07-03  Allan McRae  <allan@archlinux.org>
25048         * sysdeps/i386/fpu/libm-test-ulps: Update.
25050 2013-07-02  David S. Miller  <davem@davemloft.net>
25052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25054 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25056         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25058 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25060         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25063 2013-07-02  Andi Kleen <ak@linux.intel.com>
25065         * config.h.in (ENABLE_LOCK_ELISION): Add.
25066         * configure.in (--enable-lock-elision): Add option.
25067         * manual/install.texi: Document --enable lock elision.
25068         * configure: Regenerate
25069         * INSTALL: Regenerate.
25071 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25073         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25074         SSE4.2 strcasecmp for libc.a.
25075         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25077 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25079         [BZ #13304]
25080         * soft-fp/op-common.h (_FP_FMA): New macro.
25081         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25082         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25083         (_FP_MUL_MEAT_1_imm): ... here.
25084         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25085         (_FP_MUL_MEAT_1_wide): ... here.
25086         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25087         (_FP_MUL_MEAT_1_hard): ... here.
25088         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25089         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25090         (_FP_MUL_MEAT_2_wide): ... here.
25091         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25092         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25093         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25094         (_FP_MUL_MEAT_2_gmp): ... here.
25095         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25096         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25097         (_FP_MUL_MEAT_4_wide): ... here.
25098         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25099         (_FP_MUL_MEAT_4_gmp): ... here.
25100         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25101         (_FP_WFRACBITS_DW_S): Likewise.
25102         (_FP_WFRACXBITS_DW_S): Likewise.
25103         (_FP_HIGHBIT_DW_S): Likewise.
25104         (FP_FMA_S): Likewise.
25105         (_FP_FRAC_HIGH_DW_S): Likewise.
25106         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25107         (_FP_WFRACBITS_DW_D): Likewise.
25108         (_FP_WFRACXBITS_DW_D): Likewise.
25109         (_FP_HIGHBIT_DW_D): Likewise.
25110         (FP_FMA_D): Likewise.
25111         (_FP_FRAC_HIGH_DW_D): Likewise.
25112         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25113         (_FP_WFRACBITS_DW_E): Likewise.
25114         (_FP_WFRACXBITS_DW_E): Likewise.
25115         (_FP_HIGHBIT_DW_E): Likewise.
25116         (FP_FMA_E): Likewise.
25117         (_FP_FRAC_HIGH_DW_E): Likewise.
25118         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25119         (_FP_WFRACBITS_DW_Q): Likewise.
25120         (_FP_WFRACXBITS_DW_Q): Likewise.
25121         (_FP_HIGHBIT_DW_Q): Likewise.
25122         (FP_FMA_Q): Likewise.
25123         (_FP_FRAC_HIGH_DW_Q): Likewise.
25124         * soft-fp/fmasf4.c: New file.
25125         * soft-fp/fmadf4.c: Likewise.
25126         * soft-fp/fmatf4.c: Likewise.
25128 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25130         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25131         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25132         Silvermont.
25133         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25134         macro.
25135         (index_Slow_SSE4_2): Likewise.
25136         (index_Prefer_PMINUB_for_stringop): Likewise.
25137         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25138         bit_Slow_SSE4_2 is set.
25139         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25140         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25142 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25144         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25145         rtld_global._dl_hwcap2.
25146         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25147         POWER8.
25148         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25149         POWER8 feature descriptions defined in _dl_hwcap2.
25150         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25151         string handling for POWER8 feature bits.
25152         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25153         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25154         _dl_powerpc_cap_flags.
25155         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25156         * sysdeps/powerpc/rtld-global-offsets.sym
25157         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25158         _dl_hwcap2 in the rtld_global_ro structure.
25160 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25162         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25163         hardware capabilities in support of AT_HWCAP2.
25164         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25165         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25166         GLRO(dl_hwcap2).
25167         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25168         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25169         explicitly the unknown a_type display mechanism is used.
25170         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25171         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25172         struct member.
25173         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25174         to macro prototype for AT_HWCAP2 support.
25175         * sysdeps/i386/dl-procinfo.h: Likewise.
25176         * sysdeps/s390/dl-procinfo.h: Likewise.
25177         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25178         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25179         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25180         return -1 for unknown a_type display fallback.
25181         * sysdeps/sparc/dl-procinfo.h: Likewise.
25182         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25183         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25185 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25187         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25188         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25190 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25192         [BZ #12492]
25193         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25194         mprotect making __stack_prot writable.
25196 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25197             Joseph Myers  <joseph@codesourcery.com>
25199         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25200         as being properly aligned.
25202 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25204         * dlfcn/modstatic5.c: New file.
25205         * dlfcn/tststatic5.c: New file.
25206         * dlfcn/Makefile (tests): Add tststatic5.
25207         (tests-static): Likewise.
25208         (modules-names): Add modstatic5.
25209         (tststatic5-ENV): New variable.
25210         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25212         [BZ #15022]
25213         * elf/dl-support.c (_dl_main_map): New variable.
25214         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25215         (_dl_nns, _dl_load_adds): Set to 1.
25216         (_dl_initial_searchlist): Refer to _dl_main_map.
25217         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25218         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25219         call to _dl_get_origin.
25220         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25221         around call_map.
25222         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25223         * dlfcn/modstatic3.c: New file.
25224         * dlfcn/tststatic3.c: New file.
25225         * dlfcn/tststatic4.c: New file.
25226         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25227         (tests-static): Likewise.
25228         (modules-names): Add modstatic3.
25229         (tststatic3-ENV, tststatic4-ENV): New variables.
25230         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25231         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25233 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25235         * configure.in (CC): Require GCC version 4.4 or later.
25236         * configure: Regenerated.
25237         * manual/install.texi (Tools for Compilation): Update GCC version
25238         requirement.
25239         * INSTALL: Regenerated.
25241 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25243         [BZ #15674]
25244         * string/test-memcmp.c (check2): New.
25245         (main): Call check2.
25247         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25249 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25251         [BZ #15022]
25252         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25253         over to...
25254         (dl_open_worker) [!SHARED]: ... here.
25256 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25258         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25260 2013-06-25  Richard Henderson  <rth@redhat.com>
25262         * locale/programs/locarchive.c: Include <libc-internal.h>
25264 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25266         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25267         trailing whitespace removed.
25269 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25271         [BZ #10283]
25272         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25273         * locale/programs/locarchive.c: Include libc-mmap.h.
25274         (prepare_address_space): Take two new outputs (the mmap base and len).
25275         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25276         values.
25277         (create_archive): Declare new mmap base and len values for
25278         prepare_address_space, and store the result in ah.
25279         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25280         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25281         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25282         Declare new mmap base and len values for
25283         prepare_address_space, and store the result in new_ah.
25284         (open_archive): Declare new mmap base and len values for
25285         prepare_address_space, and store the result in ah.
25286         (close_archive): If ah->mmap_base is not NULL, use that and
25287         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25288         * sysdeps/generic/libc-mmap.h: New file.
25290 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25292         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25293         (ALIGN_UP): Likewise.
25294         (PTR_ALIGN_DOWN): Likewise.
25295         (PTR_ALIGN_UP): Likewise.
25297 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25299         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25300         entry mapped to PPC_PLATFORM_POWER8.
25301         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25302         POWER8.
25303         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25304         (_dl_string_platform): Add case for exporting platform position for
25305         POWER8.
25306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25307         search path to sysdeps/powerpc/powerpc32/power8 directory.
25308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25309         search path to sysdeps/powerpc/powerpc64/power8 directory.
25310         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25311         power7 directories.
25312         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25313         power7 directories.
25315 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25317         * INSTALL: Regenerate.
25319         * nscd/connections.c (nscd_init): Fix comment.
25321 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25323         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25325         [BZ #15667]
25326         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25327         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25329 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25331         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25332         DL_DST_REQ_STATIC.
25333         (DL_DST_REQ_STATIC): Remove macro.
25335 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25337         [BZ #7006]
25338         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25339         with a shift of 0 bits.
25341 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25343         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25344         $(tststatic-ENV).
25346 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25348         [BZ #15655]
25349         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25351 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25353         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25354         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25355         accepts -fno-tree-loop-distribute-patterns.
25356         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25357         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25358         recursive call.
25359         * string/memset.c (memset): Likewise.
25360         * string/test-memmove.c (simple_memmove): Disable loop transformation
25361         to library calls.
25362         * string/test-memset.c (simple_memset): Likewise.
25363         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25364         * benchtests/bench-memset.c (simple_memset): Likewise.
25365         * configure: Regenerated.
25367 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25369         * math/test-misc.c (main): Ignore fesetround failure when failures
25370         of subsequent rounding tests would be ignored.
25372         [BZ #15654]
25373         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25374         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25375         * math/fegetenv.c (__fegetenv): Return 0.
25376         * math/fegetexcept.c (fegetexcept): Return 0.
25377         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25378         FE_TONEAREST.
25379         * math/feholdexcpt.c (feholdexcept): Return 0.
25380         * math/fesetenv.c (__fesetenv): Return 0.
25381         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25382         argument FE_TONEAREST.
25383         * math/feupdateenv.c (__feupdateenv): Return 0.
25384         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25386 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25388         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25389         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25390         ($(objpfx)rtld-%.os rules): Use them.
25392 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25394         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25395         fields.
25397 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25399         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25400         length of target pattern, then descending length of dependency pattern.
25401         * configure.in (AWK): Require gawk 3.1.2 or newer.
25402         * manual/install.texi (Tools for Compilation): Say that we do.
25403         * configure: Regenerated.
25405         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25406         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25407         * scripts/sysd-rules.awk: ... this new script.
25408         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25409         than a glob-style pattern.
25411 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25413         * math/test-misc.c (main): Do not treat incorrectly rounded
25414         conversions as failure unless ROUNDING_TESTS passes.
25416 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25418         [BZ #15631]
25419         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25420         restore exception state around main square root computation, then
25421         check for inexactness explicitly.
25423         * math/libm-test.inc (fma_test_data): Add another test.
25425 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25427         * manual/threads.texi (Non-POSIX Extensions): New document
25428         node.  Document pthread_getattr_default_np and
25429         pthread_setattr_default_np.
25431         * Versions.def (libpthread): Add GLIBC_2.18.
25432         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25434         Likewise.
25435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25436         Likewise.
25437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25438         Likewise.
25439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25440         Likewise.
25441         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25442         Likewise.
25443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25444         Likewise.
25445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25446         Likewise.
25447         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25448         Likewise.
25449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25450         Likewise.
25452 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25455         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25457 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25458             H.J. Lu  <hjl.tools@gmail.com>
25460         [BZ #15627]
25461         * sysdeps/x86_64/rtld-memset.c: Remove file.
25462         * sysdeps/x86_64/rtld-memset.S: New file.
25464 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25466         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25467         (test_in_one_mode): Take arguments for whether the rounding mode
25468         is supported for each floating-point type.
25469         (do_test): Pass new arguments to test_in_one_mode using
25470         ROUNDING_TESTS.
25472 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25474         * posix/tst-waitid.c (do_test): Distinguish different instances of
25475         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25476         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25477         before entering the kernel for waitpid.
25479 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25481         * NEWS: Fix note on clock function precision.  Text by Roland
25482         McGrath.
25484 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25486         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25487         it into place only when and if the sanity check passes.
25489 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25491         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25492         output for whether conversion result is exact.  Take argument
25493         indicating whether type is IBM long double.
25494         (round_for_all): Change need_exact field to ibm_ld.
25495         * stdlib/tst-strtod-round.c (struct exactness): New type.
25496         (struct test): Change bool ld_ok field to struct exactness exact.
25497         (TEST): Update all definitions for change to field.
25498         (tests): Regenerate array contents.
25499         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25500         field value.  Check for IBM long double here.
25501         (do_test): Update calls to test_in_one_mode.
25503 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25505         [BZ #12515]
25506         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25507         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25509 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25511         [BZ #15605]
25512         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25513         generated by the compiler on loop optimizations.
25514         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25515         general definitions.
25517 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25519         * math/bug-nextafter.c: Include <math-tests.h>.
25520         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25521         the relevant type.
25522         * math/bug-nexttoward.c: Include <math-tests.h>.
25523         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25524         the relevant type.
25525         * math/test-misc.c: Include <math-tests.h>.
25526         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25527         the relevant type.
25529 2013-06-12  Andreas Jaeger  <aj@suse.de>
25531         * po/ia.po: Update Interlingua translation from translation
25532         project.
25534 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25536         * include/fenv.h: Include stdbool.h.
25537         (struct rm_ctx): New structure.
25538         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25539         Define macro.
25540         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25541         (SET_RESTORE_ROUNDF): Likewise.
25542         (SET_RESTORE_ROUNDL): Likewise.
25543         (SET_RESTORE_ROUND_NOEX): Likewise.
25544         (SET_RESTORE_ROUND_NOEXF): Likewise.
25545         (SET_RESTORE_ROUND_NOEXL): Likewise.
25546         (SET_RESTORE_ROUND_53BIT): Likewise.
25547         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25548         (libc_feresetround_noexf_ctx): Likewise.
25549         (libc_feresetround_noexl_ctx): Likewise.
25550         (libc_feholdsetround_53bit_ctx): Likewise.
25551         (libc_feresetround_53bit_ctx): Likewise.
25552         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25553         (libc_feholdexcept_setround_sse_ctx): New function.
25554         (libc_fesetenv_sse_ctx): Likewise.
25555         (libc_feupdateenv_sse_ctx): Likewise.
25556         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25557         (libc_feholdexcept_setround_387_ctx): Likewise.
25558         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25559         (libc_feholdsetround_387_prec_ctx): Likewise.
25560         (libc_feholdsetround_387_ctx): Likewise.
25561         (libc_feholdsetround_387_53bit_ctx): Likewise.
25562         (libc_feholdsetround_sse_ctx): Likewise.
25563         (libc_feresetround_sse_ctx): Likewise.
25564         (libc_feresetround_387_ctx): Likewise.
25565         (libc_feupdateenv_387_ctx): Likewise.
25566         (libc_feholdexcept_setroundf_ctx): Define macro.
25567         (libc_fesetenvf_ctx): Likewise.
25568         (libc_feupdateenvf_ctx): Likewise.
25569         (libc_feholdsetroundf_ctx): Likewise.
25570         (libc_feresetroundf_ctx): Likewise.
25571         (libc_feholdexcept_setround_ctx): Likewise.
25572         (libc_fesetenv_ctx): Likewise.
25573         (libc_feupdateenv_ctx): Likewise.
25574         (libc_feholdsetround_ctx): Likewise.
25575         (libc_feresetround_ctx): Likewise.
25576         (libc_feholdexcept_setroundl_ctx): Likewise.
25577         (libc_feupdateenvl_ctx): Likewise.
25578         (libc_feholdsetroundl_ctx): Likewise.
25579         (libc_feresetroundl_ctx): Likewise.
25580         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25581         (libc_feresetround_53bit_ctx): Likewise.
25583 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25585         * locale/iso-639.def: Convert to UTF-8.
25587 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25589         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25590         (EXCEPTION_TESTS_double): Likewise.
25591         (EXCEPTION_TESTS_long_double): Likewise.
25592         (EXCEPTION_TESTS): Likewise.
25593         * math/libm-test.inc (test_exceptions): Only test exceptions if
25594         EXCEPTION_TESTS (FLOAT).
25596 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25598         * benchtests/Makefile (string-bench): Add strcpy_chk and
25599         stpcpy_chk.
25600         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25601         * benchtests/bench-stpcpy_chk.c: New file.
25602         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25603         * benchtests/bench-strcpy_chk.c: New file.
25604         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25605         code.
25606         (do_test): Likewise.
25608 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25610         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25611         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25612         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25613         with tabs where appropriate.
25614         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25615         dl-procinfo.h.
25616         [PPC_PLATFORM_PPC440]: Likewise.
25617         [PPC_PLATFORM_PPC464]: Likewise.
25618         [PPC_PLATFORM_PPC476]: Likewise.
25619         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25620         ppc464, and ppc476 platform strings merging from ports/
25621         dl-procinfo.h.
25623 2013-06-11  Andreas Schwab  <schwab@suse.de>
25625         [BZ #14991]
25626         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25627         (from_ucs4_idx): Regenerate.
25628         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25629         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25630         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25631         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25632         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25633         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25634         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25635         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25636         from FROM_LOOP and TO_LOOP specific macros.
25637         (BODY): Handle combining characters.
25638         * iconvdata/BIG5HKSCS.irreversible: Update.
25639         * iconvdata/BIG5HKSCS.precomposed: New file.
25640         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25641         characters.
25642         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25644 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25646         * include/sys/time.h: Fix indentation and add copyright header.
25648         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25649         (do_test): Likewise.
25650         * string/test-memchr.c (do_one_test): Likewise.
25651         (do_test): Likewise.
25652         * string/test-memcmp.c (do_one_test): Likewise.
25653         (do_test): Likewise.
25654         * string/test-memcpy.c (do_one_test): Likewise.
25655         (do_test): Likewise.
25656         * string/test-memmem.c (do_one_test): Likewise.
25657         (do_test): Likewise.
25658         (do_random_tests): Likewise.
25659         * string/test-memmove.c (do_one_test): Likewise.
25660         (do_test): Likewise.
25661         * string/test-memset.c (do_one_test): Likewise.
25662         (do_test): Likewise.
25663         * string/test-rawmemchr.c (do_one_test): Likewise.
25664         (do_test): Likewise.
25665         * string/test-strcasecmp.c (do_one_test): Likewise.
25666         (do_test): Likewise.
25667         * string/test-strcasestr.c (do_one_test): Likewise.
25668         (do_test): Likewise.
25669         * string/test-strcat.c (do_one_test): Likewise.
25670         (do_test): Likewise.
25671         * string/test-strchr.c (do_one_test): Likewise.
25672         (do_test): Likewise.
25673         * string/test-strcmp.c (do_one_test): Likewise.
25674         (do_test): Likewise.
25675         * string/test-strcpy.c (do_one_test): Likewise.
25676         (do_test): Likewise.
25677         * string/test-string.h: Likewise.
25678         (test_init): Likewise.
25679         * string/test-strlen.c (do_one_test): Likewise.
25680         (do_test): Likewise.
25681         * string/test-strncasecmp.c (do_one_test): Likewise.
25682         (do_test): Likewise.
25683         * string/test-strncat.c (do_one_test): Likewise.
25684         (do_test): Likewise.
25685         * string/test-strncmp.c (do_one_test): Likewise.
25686         (do_test_limit): Likewise.
25687         (do_test): Likewise.
25688         * string/test-strncpy.c (do_one_test): Likewise.
25689         (do_test): Likewise.
25690         * string/test-strnlen.c (do_one_test): Likewise.
25691         (do_test): Likewise.
25692         * string/test-strpbrk.c (do_one_test): Likewise.
25693         (do_test): Likewise.
25694         * string/test-strrchr.c (do_one_test): Likewise.
25695         (do_test): Likewise.
25696         * string/test-strspn.c (do_one_test): Likewise.
25697         (do_test): Likewise.
25698         * string/test-strstr.c (do_one_test): Likewise.
25699         (do_test): Likewise.
25701         * benchtests/Makefile (string-bench): Add string benchmarks.
25702         * benchtests/bench-bcopy-ifunc.c: New file.
25703         * benchtests/bench-bcopy.c: New file.
25704         * benchtests/bench-bzero-ifunc.c: New file.
25705         * benchtests/bench-bzero.c: New file.
25706         * benchtests/bench-memccpy-ifunc.c: New file.
25707         * benchtests/bench-memccpy.c: New file.
25708         * benchtests/bench-memchr-ifunc.c: New file.
25709         * benchtests/bench-memchr.c: New file.
25710         * benchtests/bench-memcmp-ifunc.c: New file.
25711         * benchtests/bench-memcmp.c: New file.
25712         * benchtests/bench-memmem-ifunc.c: New file.
25713         * benchtests/bench-memmem.c: New file.
25714         * benchtests/bench-memmove-ifunc.c: New file.
25715         * benchtests/bench-memmove.c: New file.
25716         * benchtests/bench-mempcpy-ifunc.c: New file.
25717         * benchtests/bench-mempcpy.c: New file.
25718         * benchtests/bench-memset-ifunc.c: New file.
25719         * benchtests/bench-memset.c: New file.
25720         * benchtests/bench-rawmemchr-ifunc.c: New file.
25721         * benchtests/bench-rawmemchr.c: New file.
25722         * benchtests/bench-stpcpy-ifunc.c: New file.
25723         * benchtests/bench-stpcpy.c: New file.
25724         * benchtests/bench-stpncpy-ifunc.c: New file.
25725         * benchtests/bench-stpncpy.c: New file.
25726         * benchtests/bench-strcasecmp-ifunc.c: New file.
25727         * benchtests/bench-strcasecmp.c: New file.
25728         * benchtests/bench-strcasestr-ifunc.c: New file.
25729         * benchtests/bench-strcasestr.c: New file.
25730         * benchtests/bench-strcat-ifunc.c: New file.
25731         * benchtests/bench-strcat.c: New file.
25732         * benchtests/bench-strchr-ifunc.c: New file.
25733         * benchtests/bench-strchr.c: New file.
25734         * benchtests/bench-strchrnul-ifunc.c: New file.
25735         * benchtests/bench-strchrnul.c: New file.
25736         * benchtests/bench-strcmp-ifunc.c: New file.
25737         * benchtests/bench-strcmp.c: New file.
25738         * benchtests/bench-strcpy-ifunc.c: New file.
25739         * benchtests/bench-strcpy.c: New file.
25740         * benchtests/bench-strcspn-ifunc.c: New file.
25741         * benchtests/bench-strcspn.c: New file.
25742         * benchtests/bench-strlen-ifunc.c: New file.
25743         * benchtests/bench-strlen.c: New file.
25744         * benchtests/bench-strncasecmp-ifunc.c: New file.
25745         * benchtests/bench-strncasecmp.c: New file.
25746         * benchtests/bench-strncat-ifunc.c: New file.
25747         * benchtests/bench-strncat.c: New file.
25748         * benchtests/bench-strncmp-ifunc.c: New file.
25749         * benchtests/bench-strncmp.c: New file.
25750         * benchtests/bench-strncpy-ifunc.c: New file.
25751         * benchtests/bench-strncpy.c: New file.
25752         * benchtests/bench-strnlen-ifunc.c: New file.
25753         * benchtests/bench-strnlen.c: New file.
25754         * benchtests/bench-strpbrk-ifunc.c: New file.
25755         * benchtests/bench-strpbrk.c: New file.
25756         * benchtests/bench-strrchr-ifunc.c: New file.
25757         * benchtests/bench-strrchr.c: New file.
25758         * benchtests/bench-strspn-ifunc.c: New file.
25759         * benchtests/bench-strspn.c: New file.
25760         * benchtests/bench-strstr-ifunc.c: New file.
25761         * benchtests/bench-strstr.c: New file.
25763         * benchtests/Makefile: Disable parallel execution of targets.
25764         (string-bench): Add memcpy.
25765         (benchset): New variable to store a list of benchmark sets.
25766         (bench-func): Renamed from bench.
25767         (bench-set): New target.
25768         (bench): Depend on bench-func and bench-set.
25769         * benchtests/README: Add section on benchmark sets.
25770         * benchtests/bench-memcpy-ifunc.c: New file.
25771         * benchtests/bench-memcpy.c: New file.
25772         * benchtests/bench-string.h: New file.
25774 2013-06-11  Andreas Schwab  <schwab@suse.de>
25776         [BZ #15577]
25777         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25778         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25779         values in the triple.
25780         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25781         terminator in the group key.
25783 2013-06-11  Andreas Jaeger  <aj@suse.de>
25785         * po/zh_TW.po: Update Chinese (traditional) translation from
25786         translation project.
25788 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25790         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25791         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25792         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25793         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25794         (clock_getcpuclockid): Likewise.
25795         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25796         Add weak_alias and libc_hidden_def.
25797         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25798         * rt/clock_gettime.c (clock_gettime): Rename to
25799         __clock_gettime.  Add weak_alias and libc_hidden_def.
25800         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25801         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25802         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25803         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25804         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25805         Likewise.
25806         * rt/clock_settime.c (clock_settime): Rename to
25807         __clock_settime.  Add weak_alias and libc_hidden_def.
25808         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25810 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25812         * mach/err_boot.sub: Remove trailing whitespace.
25813         * mach/err_ipc.sub: Likewise.
25814         * mach/err_mach.sub: Likewise.
25816         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25817         (ROUNDING_TESTS_double): Likewise.
25818         (ROUNDING_TESTS_long_double): Likewise.
25819         (ROUNDING_TESTS): Likewise.
25820         * math/libm-test.inc: Include <math-tests.h>.
25821         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25822         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25823         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25824         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25826 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25828         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25829         of assigning.
25831 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25833         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25834         otherwise empty TRANS lines.
25835         * sysdeps/gnu/errlist.c: Regenerated.
25837         * catgets/gencat.c (error_print): Use (void) in function
25838         definition.
25839         * crypt/crypt_util.c (__init_des): Likewise.
25840         * crypt/speeds.c (Stop): Likewise.
25841         (main): Likewise.
25842         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25843         * inet/ruserpass.c (token): Likewise.
25844         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25845         * intl/localealias.c (extend_alias_table): Likewise.
25846         * intl/plural-exp.c (init_germanic_plural): Likewise.
25847         * libio/fcloseall.c (__fcloseall): Likewise.
25848         * libio/genops.c (_IO_flush_all): Likewise.
25849         (_IO_flush_all_linebuffered): Likewise.
25850         (_IO_cleanup): Likewise.
25851         (_IO_iter_begin): Likewise.
25852         (_IO_iter_end): Likewise.
25853         (_IO_list_lock): Likewise.
25854         (_IO_list_unlock): Likewise.
25855         (_IO_list_resetlock): Likewise.
25856         * libio/getchar.c (getchar): Likewise.
25857         * libio/getchar_u.c (getchar_unlocked): Likewise.
25858         * libio/getwchar.c (getwchar): Likewise.
25859         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25860         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25861         * login/getpt.c (__getpt): Likewise.
25862         * login/tst-utmp.c (main): Likewise.
25863         * malloc/hooks.c (__malloc_check_init): Likewise.
25864         * malloc/malloc.c (__malloc_stats): Likewise.
25865         * malloc/mtrace.c (tr_break): Likewise.
25866         (mtrace): Likewise.
25867         (muntrace): Likewise.
25868         * misc/fstab.c (endfsent): Likewise.
25869         * misc/getclktck.c (__getclktck): Likewise.
25870         * misc/getdtsz.c (__getdtablesize): Likewise.
25871         * misc/gethostid.c (gethostid): Likewise.
25872         * misc/getpagesize.c (__getpagesize): Likewise.
25873         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25874         (__get_nprocs): Likewise.
25875         (__get_phys_pages): Likewise.
25876         (__get_avphys_pages): Likewise.
25877         * misc/getttyent.c (getttyent): Likewise.
25878         (setttyent): Likewise.
25879         (endttyent): Likewise.
25880         * misc/getusershell.c (getusershell): Likewise.
25881         (endusershell): Likewise.
25882         (setusershell): Likewise.
25883         (initshells): Likewise.
25884         * misc/hsearch.c (__hdestroy): Likewise.
25885         * misc/sync.c (sync): Likewise.
25886         * misc/syslog.c (closelog_internal): Likewise.
25887         (closelog): Likewise.
25888         * misc/ttyslot.c (ttyslot): Likewise.
25889         * misc/vhangup.c (vhangup): Likewise.
25890         * posix/fork.c (__fork): Likewise.
25891         * posix/getegid.c (__getegid): Likewise.
25892         * posix/geteuid.c (__geteuid): Likewise.
25893         * posix/getgid.c (__getgid): Likewise.
25894         * posix/getpid.c (__getpid): Likewise.
25895         * posix/getppid.c (__getppid): Likewise.
25896         * posix/getuid.c (__getuid): Likewise.
25897         * posix/pause.c (pause): Likewise.
25898         * posix/setpgrp.c (setpgrp): Likewise.
25899         * posix/setsid.c (__setsid): Likewise.
25900         * posix/test-vfork.c (noop): Likewise.
25901         * resolv/gethnamaddr.c (_endhtent): Likewise.
25902         (_gethtent): Likewise.
25903         (ht_endhostent): Likewise.
25904         (gethostent): Likewise.
25905         (dns_service): Likewise.
25906         * stdlib/drand48.c (drand48): Likewise.
25907         * stdlib/lrand48.c (lrand48): Likewise.
25908         * stdlib/mrand48.c (mrand48): Likewise.
25909         * stdlib/rand.c (rand): Likewise.
25910         * stdlib/random.c (__random): Likewise.
25911         * stdlib/setenv.c (clearenv): Likewise.
25912         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25913         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25914         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25915         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25916         (__get_nprocs): Likewise.
25917         (__get_phys_pages): Likewise.
25918         (__get_avphys_pages): Likewise.
25919         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25920         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25921         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25922         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25923         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25924         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25925         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25926         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25927         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25928         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25929         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25930         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25931         * sysdeps/posix/clock.c (clock): Likewise.
25932         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25933         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25934         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25935         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25936         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25937         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25938         (__get_nprocs_conf): Likewise.
25939         (__get_phys_pages): Likewise.
25940         (__get_avphys_pages): Likewise.
25941         * time/clock.c (clock): Likewise.
25942         * time/tzset.c (__tzname_max): Likewise.
25944 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25946         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25947         (__bswap_32): Do not use "register".
25948         * crypt/crypt.c (_ufc_doit_r): Likewise.
25949         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25950         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25951         * gmon/gmon.c (__monstartup): Likewise.
25952         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25953         * hurd/hurdmalloc.c (more_memory): Likewise.
25954         (malloc): Likewise.
25955         (free): Likewise.
25956         (realloc): Likewise.
25957         (malloc_fork_prepare): Likewise.
25958         (malloc_fork_parent): Likewise.
25959         (malloc_fork_child): Likewise.
25960         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25961         (_svcauth_des): Likewise.
25962         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25963         * inet/inet_net.c (inet_network): Likewise.
25964         * inet/inet_netof.c (inet_netof): Likewise.
25965         * inet/rcmd.c (__validuser2_sa): Likewise.
25966         * io/fts.c (fts_open): Likewise.
25967         (fts_load): Likewise.
25968         (fts_close): Likewise.
25969         (fts_read): Likewise.
25970         (fts_children): Likewise.
25971         (fts_build): Likewise.
25972         (fts_stat): Likewise.
25973         (fts_sort): Likewise.
25974         (fts_alloc): Likewise.
25975         (fts_lfree): Likewise.
25976         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25977         (_IO_file_xsgetn): Likewise.
25978         (_IO_file_xsgetn_mmap): Likewise.
25979         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25980         (_IO_cookie_write): Likewise.
25981         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25982         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25983         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25984         * malloc/obstack.c (_obstack_begin): Likewise.
25985         (_obstack_begin_1): Likewise.
25986         (_obstack_newchunk): Likewise.
25987         (_obstack_allocated_p): Likewise.
25988         (obstack_free): Likewise.
25989         (_obstack_memory_used): Likewise.
25990         * misc/getttyent.c (getttynam): Likewise.
25991         (getttyent): Likewise.
25992         (skip): Likewise.
25993         (value): Likewise.
25994         * misc/getusershell.c (initshells): Likewise.
25995         * misc/syslog.c (__vsyslog_chk): Likewise.
25996         * misc/ttyslot.c (ttyslot): Likewise.
25997         * nis/nis_hash.c (__nis_hash): Likewise.
25998         * posix/fnmatch_loop.c (FCT): Likewise.
25999         * posix/getconf.c (print_all): Likewise.
26000         (main): Likewise.
26001         * posix/getopt.c (exchange): Likewise.
26002         * posix/glob.c (globfree): Likewise.
26003         (prefix_array): Likewise.
26004         (__glob_pattern_type): Likewise.
26005         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26006         (NS_GET32): Likewise.
26007         (NS_PUT16): Likewise.
26008         (NS_PUT32): Likewise.
26009         * resolv/gethnamaddr.c (getanswer): Likewise.
26010         (gethostbyname2): Likewise.
26011         (gethostbyaddr): Likewise.
26012         (_gethtent): Likewise.
26013         (_gethtbyname2): Likewise.
26014         (_gethtbyaddr): Likewise.
26015         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26016         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26017         * resolv/res_init.c (__res_vinit): Likewise.
26018         (net_mask): Likewise.
26019         * resolv/res_mkquery.c (outchar): Likewise.
26020         (PRINT): Likewise.
26021         * stdio-common/printf_fp.c (outchar): Likewise.
26022         (PRINT): Likewise.
26023         * stdio-common/printf_fphex.c (outchar): Likewise.
26024         (PRINT): Likewise.
26025         * stdio-common/printf_size.c (outchar): Likewise.
26026         (PRINT): Likewise.
26027         * stdio-common/test_rdwr.c (main): Likewise.
26028         * stdio-common/tfformat.c (matches): Likewise.
26029         * stdio-common/vfprintf.c (outchar): Likewise.
26030         (printf_unknown): Likewise.
26031         (buffered_vfprintf): Likewise.
26032         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26033         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26034         (ReadFile): Likewise.
26035         * stdlib/qsort.c (SWAP): Likewise.
26036         (_quicksort): Likewise.
26037         * stdlib/setenv.c (__add_to_environ): Likewise.
26038         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26039         * stdlib/strtol_l.c (__strtol_l): Likewise.
26040         * stdlib/tst-strtod.c (main): Likewise.
26041         * stdlib/tst-strtol.c (main): Likewise.
26042         * stdlib/tst-strtoll.c (main): Likewise.
26043         * string/bits/string2.h (__strcmp_cc): Likewise.
26044         (__strcmp_cg): Likewise.
26045         (__strcspn_c1): Likewise.
26046         (__strcspn_c2): Likewise.
26047         (__strcspn_c3): Likewise.
26048         (__strspn_c1): Likewise.
26049         (__strspn_c2): Likewise.
26050         (__strspn_c3): Likewise.
26051         (__strsep_1c): Likewise.
26052         (__strsep_2c): Likewise.
26053         (__strsep_3c): Likewise.
26054         * string/memccpy.c (__memccpy): Likewise.
26055         * string/stpcpy.c (__stpcpy): Likewise.
26056         * string/strcmp.c (strcmp): Likewise.
26057         * string/strrchr.c (strrchr): Likewise.
26058         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26059         Likewise.
26060         * sysdeps/mach/hurd/getcwd.c
26061         (_hurd_canonicalize_directory_name_internal): Likewise.
26062         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26063         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26064         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26065         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26066         Likewise, in both definitions.
26067         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26068         definitions.
26069         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26070         64] (__bswap_64): Likewise.
26071         * time/test_time.c (main): Likewise.
26072         * time/tzfile.c (__tzfile_read): Likewise.
26073         (__tzfile_compute): Likewise.
26074         * time/tzset.c (__tzset_parse_tz): Likewise.
26075         (tzset_internal): Likewise.
26076         (compute_change): Likewise.
26077         * wcsmbs/wcscat.c (__wcscat): Likewise.
26078         * wcsmbs/wcschr.c (wcschr): Likewise.
26079         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26080         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26081         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26082         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26083         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26084         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26085         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26086         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26087         * wcsmbs/wmemset.c (wmemset): Likewise.
26089 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26091         * scripts/config.guess: Update to version 2013-05-16.
26092         * scripts/config.sub: Update to version 2013-04-24.
26093         * scripts/install-sh: Update to version 2011-11-20.07.
26094         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26095         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26097 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26099         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26100         * elf/sln.c: Likewise.
26101         * hurd/hurd/ioctl.h: Likewise.
26102         * hurd/hurdmalloc.c: Likewise.
26103         * hurd/xattr.c: Likewise.
26104         * include/shlib-compat.h: Likewise.
26105         * inet/ruserpass.c: Likewise.
26106         * libio/iofgets_u.c: Likewise.
26107         * libio/iofgetws_u.c: Likewise.
26108         * locale/programs/ld-identification.c: Likewise.
26109         * locale/programs/ld-time.c: Likewise.
26110         * mach/msg-destroy.c: Likewise.
26111         * nss/nss_files/files-netgrp.c: Likewise.
26112         * resolv/res_data.c: Likewise.
26113         * soft-fp/op-1.h: Likewise.
26114         * soft-fp/op-2.h: Likewise.
26115         * soft-fp/op-4.h: Likewise.
26116         * soft-fp/op-common.h: Likewise.
26117         * stdio-common/printf_fphex.c: Likewise.
26118         * stdlib/strtod_l.c: Likewise.
26119         * sunrpc/rpc/clnt.h: Likewise.
26120         * sysdeps/generic/framestate.c: Likewise.
26121         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26122         * sysdeps/i386/bsd-setjmp.S: Likewise.
26123         * sysdeps/i386/__longjmp.S: Likewise.
26124         * sysdeps/i386/setjmp.S: Likewise.
26125         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26126         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26127         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26128         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26129         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26130         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26131         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26132         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26133         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26134         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26135         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26136         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26137         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26138         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26139         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26140         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26141         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26142         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26143         * sysdeps/ieee754/support.c: Likewise.
26144         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26145         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26146         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26147         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26148         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26149         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26150         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26151         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26152         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26153         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26154         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26155         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26156         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26157         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26158         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26159         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26160         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26163 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26165         * posix/transbug.c: Remove executable mode.
26167 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26169         * crypt/speeds.c: Remove trailing whitespace.
26170         * dlfcn/default.c: Likewise.
26171         * elf/ifuncdep2.c: Likewise.
26172         * elf/ifuncmain1.c: Likewise.
26173         * elf/ifuncmain1vis.c: Likewise.
26174         * elf/testobj.h: Likewise.
26175         * elf/tst-stackguard1.c: Likewise.
26176         * gmon/sys/gmon.h: Likewise.
26177         * hurd/hurdmsg.c: Likewise.
26178         * hurd/new-fd.c: Likewise.
26179         * hurd/ports-get.c: Likewise.
26180         * iconvdata/ibm1008_420.c: Likewise.
26181         * inet/tst-getni1.c: Likewise.
26182         * inet/tst-getni2.c: Likewise.
26183         * libio/ioungetc.c: Likewise.
26184         * libio/wfiledoalloc.c: Likewise.
26185         * manual/libm-err-tab.pl: Likewise.
26186         * math/w_dremf.c: Likewise.
26187         * misc/ftruncate.c: Likewise.
26188         * posix/bug-glob2.c: Likewise.
26189         * posix/tst-pcre.c: Likewise.
26190         * posix/wait4.c: Likewise.
26191         * resolv/README: Likewise.
26192         * resolv/res_debug.h: Likewise.
26193         * resolv/tst-inet_ntop.c: Likewise.
26194         * setjmp/bug269-setjmp.c: Likewise.
26195         * soft-fp/extended.h: Likewise.
26196         * soft-fp/op-1.h: Likewise.
26197         * soft-fp/op-2.h: Likewise.
26198         * soft-fp/op-4.h: Likewise.
26199         * soft-fp/op-8.h: Likewise.
26200         * soft-fp/testit.c: Likewise.
26201         * stdio-common/bug16.c: Likewise.
26202         * stdlib/random.c: Likewise.
26203         * sunrpc/rpcsvc/rquota.x: Likewise.
26204         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26205         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26206         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26207         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26208         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26209         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26210         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26211         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26212         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26213         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26214         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26215         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26216         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26217         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26218         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26219         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26220         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26221         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26222         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26223         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26224         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26225         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26226         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26227         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26228         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26229         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26230         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26231         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26232         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26233         * sysdeps/ieee754/s_lib_version.c: Likewise.
26234         * sysdeps/mach/hurd/check_fds.c: Likewise.
26235         * sysdeps/mach/hurd/getsockname.c: Likewise.
26236         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26237         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26238         * sysdeps/powerpc/bits/link.h: Likewise.
26239         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26240         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26241         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26242         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26243         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26244         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26245         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26246         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26247         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26248         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26249         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26250         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26251         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26252         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26253         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26254         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26255         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26256         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26257         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26258         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26259         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26260         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26261         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26262         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26263         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26264         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26265         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26266         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26267         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26268         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26269         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26270         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26271         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26272         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26273         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26274         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26275         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26276         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26277         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26278         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26279         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26280         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26281         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26282         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26283         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26284         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26285         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26286         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26287         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26288         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26289         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26290         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26291         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26292         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26293         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26294         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26295         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26296         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26297         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26298         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26299         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26300         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26301         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26302         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26303         * sysdeps/powerpc/sysdep.h: Likewise.
26304         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26305         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26306         * sysdeps/sh/dl-trampoline.S: Likewise.
26307         * sysdeps/sh/memset.S: Likewise.
26308         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26309         * sysdeps/sh/strlen.S: Likewise.
26310         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26311         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26312         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26313         * sysdeps/sparc/sparc32/rem.S: Likewise.
26314         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26315         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26316         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26317         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26318         * sysdeps/sparc/sparc32/urem.S: Likewise.
26319         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26320         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26321         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26322         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26323         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26324         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26325         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26326         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26327         * sysdeps/unix/bsd/times.c: Likewise.
26328         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26329         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26333         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26334         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26335         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26336         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26337         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26338         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26339         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26340         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26341         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26342         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26343         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26344         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26345         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26346         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26347         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26348         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26349         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26350         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26351         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26352         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26353         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26354         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26355         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26356         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26357         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26358         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26359         * sysdeps/x86_64/strcspn.S: Likewise.
26361 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26363         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26364         generated file.  Regenerate properly from gen-translit.pl.
26365         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26366         locale/C-translit.h.
26368 2013-06-05  Andreas Schwab  <schwab@suse.de>
26370         [BZ #15100]
26371         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26372         week as 6 instead of -1.
26373         * time/tst-strptime.c (day_tests): Add test case.
26375 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26377         * sysdeps/generic/math_private.h
26378         (libc_feholdexcept_setround_53bit): Replace with
26379         libc_feholdsetround_53bit.
26380         (libc_feupdateenv_53bit): Replace with
26381         libc_feresetround_53bit.
26382         (SET_RESTORE_ROUND_53BIT): Adjust.
26384 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26386         * string/test-strchrnul.c: Add copyright header.
26388         * posix/tst-getaddrinfo4.c: Increase test timeout.
26390 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26392         [BZ #15536]
26393         * math/libm-test.inc (MAX_EXP): Remove
26394         (MIN_EXP): Define.
26395         (ulp): Use MIN_EXP - MANT_DIG.
26396         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26398 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26400         * po/be.po: Revert last change.
26401         * po/zh_CN.po: Likewise.
26402         * po/header.pot: Likewise.
26404 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26406         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26407         link-libc-deps to empty as target-specific variable.
26408         * Makerules (link-libc-args): New variable.
26409         (libc-for-link): Likewise.
26410         (link-libc-deps): Likewise.
26411         (lib%.so): Depend on $(link-libc-deps).  Link with
26412         $(link-libc-args).
26413         (build-module): Link with $(link-libc-args).
26414         (build-module-asneeded): Likewise.
26415         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26416         list of objects.
26417         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26418         target-specific variable.
26419         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26420         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26421         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26422         libc.
26423         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26424         libc and ld.so.
26425         ($(objpfx)libpcprofile.so): Likewise.
26426         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26427         libc_nonshared.a.
26428         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26429         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26430         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26431         $(link-libc-deps).
26432         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26433         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26434         * login/Makefile ($(objpfx)libutil.so): Likewise.
26435         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26436         * math/Makefile ($(objpfx)libm.so): Likewise.
26437         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26438         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26439         variable instead of depending directly on libc.
26440         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26441         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26442         $(link-libc-deps).
26443         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26444         libc.
26445         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26446         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26447         ($(objpfx)libanl.so): Likewise.
26448         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26449         ld.so.
26450         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26451         $(link-libc-deps).
26452         * sysdeps/i386/fpu/Makefile: Remove file.
26453         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26454         ($(objpfx)libm.so): Remove dependency on ld.so.
26456 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26458         [BZ # 15553]
26459         * nis/yp_xdr.c (XDRMAXNAME): Define.
26460         (XDRMAXRECORD): Define.
26461         (xdr_domainname): Use XDRMAXNAME.
26462         (xdr_mapname): Likewise.
26463         (xdr_peername): Likewise.
26464         (xdr_keydat): Use XDRMAXRECORD.
26465         (xdr_valdat): Likewise.
26467 2013-05-30  Jeff Law  <law@redhat.com>
26469         [BZ #14256]
26470         * manual/errno.texi (ESTALE): Update to account for more than
26471         just NFS file systems.
26472         * sysdeps/gnu/errlist.c: Regenerated.
26474 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26476         [BZ #15465]
26477         * elf/Makefile (tests): Add tst-null-argv.
26478         (modules-names):  Add tst-null-argv-lib.
26479         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26480         (tst-null-argv-ENV): Set environment for tst-null-argv.
26481         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26482         (RTLD_PROGNAME): New macro.
26483         * elf/tst-null-argv.c: New test case.
26484         * elf/tst-null-argv-lib.c: Library for test case.
26485         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26486         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26487         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26488         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26489         * elf/dl-init.c (call_init): Likewise.
26490         (_dl_init): Likewise.
26491         * elf/dl-load.c (print_search_path): Likewise.
26492         (_dl_map_object): Likewise.
26493         * elf/dl-lookup.c (do_lookup_x): Likewise.
26494         (add_dependency): Likewise.
26495         (_dl_lookup_symbol_x): Likewise.
26496         (_dl_debug_bindings): Likewise.
26497         * elf/dl-open.c (_dl_show_scope): Likewise.
26498         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26499         * elf/dl-version.c (match_symbol): Likewise.
26500         (_dl_check_map_versions): Likewise.
26501         * elf/rtld.c (dl_main): Likewise.
26502         (print_unresolved): Use RTLD_PROGNAME.
26503         (print_missing_version): Likewise.
26504         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26505         (elf_machine_rela): Likewise.
26506         * sysdeps/powerpc/powerpc32/dl-machine.c
26507         (__process_machine_rela): Likewise.
26508         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26509         Likewise.
26510         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26511         Likewise.
26512         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26513         Likewise.
26514         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26515         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26516         Likewise.
26517         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26518         Likewise.
26519         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26521 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26523         * po/be.po: Add descriptive title.
26524         * po/zh_CN.po: Likewise.
26525         * po/header.pot: Likewise.
26527 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26529         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26530         error message.
26531         (enlarge_archive): Likewise.
26533 2013-05-28  Ben North  <ben@redfrontdoor.org>
26535         * manual/arith.texi (frexp): It is the magnitude of the return
26536         value which lies in [0.5, 1), not the return value itself.
26538 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26542 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26544         * stdio-common/bug26.c (main): Correct fscanf template.
26546         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26547         declare _dl_skip_args.
26549         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26550         Don't declare.
26552         * manual/platform.texi: Add missing @end deftypefun.
26554 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26556         [BZ #15529]
26557         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26558         bit of mantissa of 2^16382.
26559         * math/libm-test.inc (hypot_test_data): Add more tests.
26561         * math/libm-test.inc: Add drem and pow10 to list of tested
26562         functions.
26563         (pow10_test): New function.
26564         (drem_test): Likewise.
26565         (drem_test_tonearest): Likewise.
26566         (drem_test_towardzero): Likewise.
26567         (drem_test_downward): Likewise.
26568         (drem_test_upward): Likewise.
26569         (main): Call the new functions.
26571         * math/libm-test.inc (finite_test_data): Remove.
26572         (finite_test): Run tests from isfinite_test_data.
26573         (gamma_test_data): Remove.
26574         (gamma_test): Run tests from lgamma_test_data.
26575         * sysdeps/i386/fpu/libm-test-ulps: Update.
26576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26578 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26580         * manual/platform.texi: Add PowerPC PPR function set documentation.
26581         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26582         implementation.
26584 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26586         * math/libm-test.inc (MAX_EXP): Define.
26587         (ULPDIFF): Define.
26588         (ulp): New function.
26589         (check_float_internal): Use ULPDIFF.
26590         (cpow_test): Disable failing test.
26591         (check_ulp): Test ulp() implemetnation.
26592         (main): Call check_ulp before starting tests.
26594 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26596         * math/gen-libm-test.pl (generate_testfile): Do not handle
26597         START_DATA and END_DATA.
26598         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26599         END_DATA.
26600         (acos_tonearest_test_data): Likewise.
26601         (acos_towardzero_test_data): Likewise.
26602         (acos_downward_test_data): Likewise.
26603         (acos_upward_test_data): Likewise.
26604         (acosh_test_data): Likewise.
26605         (asin_test_data): Likewise.
26606         (asin_tonearest_test_data): Likewise.
26607         (asin_towardzero_test_data): Likewise.
26608         (asin_downward_test_data): Likewise.
26609         (asin_upward_test_data): Likewise.
26610         (asinh_test_data): Likewise.
26611         (atan_test_data): Likewise.
26612         (atanh_test_data): Likewise.
26613         (atan2_test_data): Likewise.
26614         (cabs_test_data): Likewise.
26615         (cacos_test_data): Likewise.
26616         (cacosh_test_data): Likewise.
26617         (carg_test_data): Likewise.
26618         (casin_test_data): Likewise.
26619         (casinh_test_data): Likewise.
26620         (catan_test_data): Likewise.
26621         (catanh_test_data): Likewise.
26622         (cbrt_test_data): Likewise.
26623         (ccos_test_data): Likewise.
26624         (ccosh_test_data): Likewise.
26625         (ceil_test_data): Likewise.
26626         (cexp_test_data): Likewise.
26627         (cimag_test_data): Likewise.
26628         (clog_test_data): Likewise.
26629         (clog10_test_data): Likewise.
26630         (conj_test_data): Likewise.
26631         (copysign_test_data): Likewise.
26632         (cos_test_data): Likewise.
26633         (cos_tonearest_test_data): Likewise.
26634         (cos_towardzero_test_data): Likewise.
26635         (cos_downward_test_data): Likewise.
26636         (cos_upward_test_data): Likewise.
26637         (cosh_test_data): Likewise.
26638         (cosh_tonearest_test_data): Likewise.
26639         (cosh_towardzero_test_data): Likewise.
26640         (cosh_downward_test_data): Likewise.
26641         (cosh_upward_test_data): Likewise.
26642         (cpow_test_data): Likewise.
26643         (cproj_test_data): Likewise.
26644         (creal_test_data): Likewise.
26645         (csin_test_data): Likewise.
26646         (csinh_test_data): Likewise.
26647         (csqrt_test_data): Likewise.
26648         (ctan_test_data): Likewise.
26649         (ctan_tonearest_test_data): Likewise.
26650         (ctan_towardzero_test_data): Likewise.
26651         (ctan_downward_test_data): Likewise.
26652         (ctan_upward_test_data): Likewise.
26653         (ctanh_test_data): Likewise.
26654         (ctanh_tonearest_test_data): Likewise.
26655         (ctanh_towardzero_test_data): Likewise.
26656         (ctanh_downward_test_data): Likewise.
26657         (ctanh_upward_test_data): Likewise.
26658         (erf_test_data): Likewise.
26659         (erfc_test_data): Likewise.
26660         (exp_test_data): Likewise.
26661         (exp_tonearest_test_data): Likewise.
26662         (exp_towardzero_test_data): Likewise.
26663         (exp_downward_test_data): Likewise.
26664         (exp_upward_test_data): Likewise.
26665         (exp10_test_data): Likewise.
26666         (exp2_test_data): Likewise.
26667         (expm1_test_data): Likewise.
26668         (fabs_test_data): Likewise.
26669         (fdim_test_data): Likewise.
26670         (finite_test_data): Likewise.
26671         (floor_test_data): Likewise.
26672         (fma_test_data): Likewise.
26673         (fma_towardzero_test_data): Likewise.
26674         (fma_downward_test_data): Likewise.
26675         (fma_upward_test_data): Likewise.
26676         (fmax_test_data): Likewise.
26677         (fmin_test_data): Likewise.
26678         (fmod_test_data): Likewise.
26679         (fpclassify_test_data): Likewise.
26680         (frexp_test_data): Likewise.
26681         (gamma_test_data): Likewise.
26682         (hypot_test_data): Likewise.
26683         (ilogb_test_data): Likewise.
26684         (isfinite_test_data): Likewise.
26685         (isgreater_test_data): Likewise.
26686         (isgreaterequal_test_data): Likewise.
26687         (isinf_test_data): Likewise.
26688         (isless_test_data): Likewise.
26689         (islessequal_test_data): Likewise.
26690         (islessgreater_test_data): Likewise.
26691         (isnan_test_data): Likewise.
26692         (isnormal_test_data): Likewise.
26693         (issignaling_test_data): Likewise.
26694         (isunordered_test_data): Likewise.
26695         (j0_test_data): Likewise.
26696         (j1_test_data): Likewise.
26697         (jn_test_data): Likewise.
26698         (ldexp_test_data): Likewise.
26699         (lgamma_test_data): Likewise.
26700         (lrint_test_data): Likewise.
26701         (lrint_tonearest_test_data): Likewise.
26702         (lrint_towardzero_test_data): Likewise.
26703         (lrint_downward_test_data): Likewise.
26704         (lrint_upward_test_data): Likewise.
26705         (llrint_test_data): Likewise.
26706         (llrint_tonearest_test_data): Likewise.
26707         (llrint_towardzero_test_data): Likewise.
26708         (llrint_downward_test_data): Likewise.
26709         (llrint_upward_test_data): Likewise.
26710         (log_test_data): Likewise.
26711         (log10_test_data): Likewise.
26712         (log1p_test_data): Likewise.
26713         (log2_test_data): Likewise.
26714         (logb_test_data): Likewise.
26715         (logb_downward_test_data): Likewise.
26716         (lround_test_data): Likewise.
26717         (llround_test_data): Likewise.
26718         (modf_test_data): Likewise.
26719         (nearbyint_test_data): Likewise.
26720         (nextafter_test_data): Likewise.
26721         (nexttoward_test_data): Likewise.
26722         (pow_test_data): Likewise.
26723         (pow_tonearest_test_data): Likewise.
26724         (pow_towardzero_test_data): Likewise.
26725         (pow_downward_test_data): Likewise.
26726         (pow_upward_test_data): Likewise.
26727         (remainder_test_data): Likewise.
26728         (remainder_tonearest_test_data): Likewise.
26729         (remainder_towardzero_test_data): Likewise.
26730         (remainder_downward_test_data): Likewise.
26731         (remainder_upward_test_data): Likewise.
26732         (remquo_test_data): Likewise.
26733         (rint_test_data): Likewise.
26734         (rint_tonearest_test_data): Likewise.
26735         (rint_towardzero_test_data): Likewise.
26736         (rint_downward_test_data): Likewise.
26737         (rint_upward_test_data): Likewise.
26738         (round_test_data): Likewise.
26739         (scalb_test_data): Likewise.
26740         (scalbn_test_data): Likewise.
26741         (scalbln_test_data): Likewise.
26742         (signbit_test_data): Likewise.
26743         (sin_test_data): Likewise.
26744         (sin_tonearest_test_data): Likewise.
26745         (sin_towardzero_test_data): Likewise.
26746         (sin_downward_test_data): Likewise.
26747         (sin_upward_test_data): Likewise.
26748         (sincos_test_data): Likewise.
26749         (sinh_test_data): Likewise.
26750         (sinh_tonearest_test_data): Likewise.
26751         (sinh_towardzero_test_data): Likewise.
26752         (sinh_downward_test_data): Likewise.
26753         (sinh_upward_test_data): Likewise.
26754         (sqrt_test_data): Likewise.
26755         (tan_test_data): Likewise.
26756         (tan_tonearest_test_data): Likewise.
26757         (tan_towardzero_test_data): Likewise.
26758         (tan_downward_test_data): Likewise.
26759         (tan_upward_test_data): Likewise.
26760         (tanh_test_data): Likewise.
26761         (tgamma_test_data): Likewise.
26762         (trunc_test_data): Likewise.
26763         (y0_test_data): Likewise.
26764         (y1_test_data): Likewise.
26765         (yn_test_data): Likewise.
26766         (significand_test_data): Likewise.
26768         * math/gen-libm-test.pl (@functions): Remove variable.
26769         (generate_testfile): Don't handle START and END lines.
26770         * math/libm-test.inc (START): New macro.
26771         (END): Likewise.
26772         (END_COMPLEX): Likewise.
26773         (acos_test): Use END macro without arguments.
26774         (acos_test_tonearest): Likewise.
26775         (acos_test_towardzero): Likewise.
26776         (acos_test_downward): Likewise.
26777         (acos_test_upward): Likewise.
26778         (acosh_test): Likewise.
26779         (asin_test): Likewise.
26780         (asin_test_tonearest): Likewise.
26781         (asin_test_towardzero): Likewise.
26782         (asin_test_downward): Likewise.
26783         (asin_test_upward): Likewise.
26784         (asinh_test): Likewise.
26785         (atan_test): Likewise.
26786         (atanh_test): Likewise.
26787         (atan2_test): Likewise.
26788         (cabs_test): Likewise.
26789         (cacos_test): Use END_COMPLEX macro without arguments.
26790         (cacosh_test): Likewise.
26791         (carg_test): Use END macro without arguments.
26792         (casin_test): Use END_COMPLEX macro without arguments.
26793         (casinh_test): Likewise.
26794         (catan_test): Likewise.
26795         (catanh_test): Likewise.
26796         (cbrt_test): Use END macro without arguments.
26797         (ccos_test): Use END_COMPLEX macro without arguments.
26798         (ccosh_test): Likewise.
26799         (ceil_test): Use END macro without arguments.
26800         (cexp_test): Use END_COMPLEX macro without arguments.
26801         (cimag_test): Use END macro without arguments.
26802         (clog_test): Use END_COMPLEX macro without arguments.
26803         (clog10_test): Likewise.
26804         (conj_test): Likewise.
26805         (copysign_test): Use END macro without arguments.
26806         (cos_test): Likewise.
26807         (cos_test_tonearest): Likewise.
26808         (cos_test_towardzero): Likewise.
26809         (cos_test_downward): Likewise.
26810         (cos_test_upward): Likewise.
26811         (cosh_test): Likewise.
26812         (cosh_test_tonearest): Likewise.
26813         (cosh_test_towardzero): Likewise.
26814         (cosh_test_downward): Likewise.
26815         (cosh_test_upward): Likewise.
26816         (cpow_test): Use END_COMPLEX macro without arguments.
26817         (cproj_test): Likewise.
26818         (creal_test): Use END macro without arguments.
26819         (csin_test): Use END_COMPLEX macro without arguments.
26820         (csinh_test): Likewise.
26821         (csqrt_test): Likewise.
26822         (ctan_test): Likewise.
26823         (ctan_test_tonearest): Likewise.
26824         (ctan_test_towardzero): Likewise.
26825         (ctan_test_downward): Likewise.
26826         (ctan_test_upward): Likewise.
26827         (ctanh_test): Likewise.
26828         (ctanh_test_tonearest): Likewise.
26829         (ctanh_test_towardzero): Likewise.
26830         (ctanh_test_downward): Likewise.
26831         (ctanh_test_upward): Likewise.
26832         (erf_test): Use END macro without arguments.
26833         (erfc_test): Likewise.
26834         (exp_test): Likewise.
26835         (exp_test_tonearest): Likewise.
26836         (exp_test_towardzero): Likewise.
26837         (exp_test_downward): Likewise.
26838         (exp_test_upward): Likewise.
26839         (exp10_test): Likewise.
26840         (exp2_test): Likewise.
26841         (expm1_test): Likewise.
26842         (fabs_test): Likewise.
26843         (fdim_test): Likewise.
26844         (finite_test): Likewise.
26845         (floor_test): Likewise.
26846         (fma_test): Likewise.
26847         (fma_test_towardzero): Likewise.
26848         (fma_test_downward): Likewise.
26849         (fma_test_upward): Likewise.
26850         (fmax_test): Likewise.
26851         (fmin_test): Likewise.
26852         (fmod_test): Likewise.
26853         (fpclassify_test): Likewise.
26854         (frexp_test): Likewise.
26855         (gamma_test): Likewise.
26856         (hypot_test): Likewise.
26857         (ilogb_test): Likewise.
26858         (isfinite_test): Likewise.
26859         (isgreater_test): Likewise.
26860         (isgreaterequal_test): Likewise.
26861         (isinf_test): Likewise.
26862         (isless_test): Likewise.
26863         (islessequal_test): Likewise.
26864         (islessgreater_test): Likewise.
26865         (isnan_test): Likewise.
26866         (isnormal_test): Likewise.
26867         (issignaling_test): Likewise.
26868         (isunordered_test): Likewise.
26869         (j0_test): Likewise.
26870         (j1_test): Likewise.
26871         (jn_test): Likewise.
26872         (ldexp_test): Likewise.
26873         (lgamma_test): Likewise.
26874         (lrint_test): Likewise.
26875         (lrint_test_tonearest): Likewise.
26876         (lrint_test_towardzero): Likewise.
26877         (lrint_test_downward): Likewise.
26878         (lrint_test_upward): Likewise.
26879         (llrint_test): Likewise.
26880         (llrint_test_tonearest): Likewise.
26881         (llrint_test_towardzero): Likewise.
26882         (llrint_test_downward): Likewise.
26883         (llrint_test_upward): Likewise.
26884         (log_test): Likewise.
26885         (log10_test): Likewise.
26886         (log1p_test): Likewise.
26887         (log2_test): Likewise.
26888         (logb_test): Likewise.
26889         (logb_test_downward): Likewise.
26890         (lround_test): Likewise.
26891         (llround_test): Likewise.
26892         (modf_test): Likewise.
26893         (nearbyint_test): Likewise.
26894         (nextafter_test): Likewise.
26895         (nexttoward_test): Likewise.
26896         (pow_test): Likewise.
26897         (pow_test_tonearest): Likewise.
26898         (pow_test_towardzero): Likewise.
26899         (pow_test_downward): Likewise.
26900         (pow_test_upward): Likewise.
26901         (remainder_test): Likewise.
26902         (remainder_test_tonearest): Likewise.
26903         (remainder_test_towardzero): Likewise.
26904         (remainder_test_downward): Likewise.
26905         (remainder_test_upward): Likewise.
26906         (remquo_test): Likewise.
26907         (rint_test): Likewise.
26908         (rint_test_tonearest): Likewise.
26909         (rint_test_towardzero): Likewise.
26910         (rint_test_downward): Likewise.
26911         (rint_test_upward): Likewise.
26912         (round_test): Likewise.
26913         (scalb_test): Likewise.
26914         (scalbn_test): Likewise.
26915         (scalbln_test): Likewise.
26916         (signbit_test): Likewise.
26917         (sin_test): Likewise.
26918         (sin_test_tonearest): Likewise.
26919         (sin_test_towardzero): Likewise.
26920         (sin_test_downward): Likewise.
26921         (sin_test_upward): Likewise.
26922         (sincos_test): Likewise.
26923         (sinh_test): Likewise.
26924         (sinh_test_tonearest): Likewise.
26925         (sinh_test_towardzero): Likewise.
26926         (sinh_test_downward): Likewise.
26927         (sinh_test_upward): Likewise.
26928         (sqrt_test): Likewise.
26929         (tan_test): Likewise.
26930         (tan_test_tonearest): Likewise.
26931         (tan_test_towardzero): Likewise.
26932         (tan_test_downward): Likewise.
26933         (tan_test_upward): Likewise.
26934         (tanh_test): Likewise.
26935         (tgamma_test): Likewise.
26936         (trunc_test): Likewise.
26937         (y0_test): Likewise.
26938         (y1_test): Likewise.
26939         (yn_test): Likewise.
26940         (significand_test): Likewise.
26942 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26944         [BZ #15381]
26945         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26947 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26949         [BZ #14894]
26950         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26951         __ppc_mdoio and __ppc_mdoom.
26952         * manual/platform.texi: Document new functions __ppc_yield,
26953         __ppc_mdoio and __ppc_mdoom.
26955 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26957         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26958         (main): Mention "tls" pseudo-hwcap is legacy.
26959         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26961 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26963         * math/gen-libm-test.pl (parse_args): Output only string of
26964         arguments as text for test name, not full call or descriptions of
26965         tests for extra outputs.
26966         (generate_testfile): Do not pass function name to parse_args.
26967         Generate this_func variable from START.
26968         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26969         field to arg_str.
26970         (struct test_ff_f_data): Likewise.
26971         (test_ff_f_data_nexttoward): Likewise.
26972         (struct test_fi_f_data): Likewise.
26973         (struct test_fl_f_data): Likewise.
26974         (struct test_if_f_data): Likewise.
26975         (struct test_fff_f_data): Likewise.
26976         (struct test_c_f_data): Likewise.
26977         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26978         (struct test_fF_f1_data): Likewise.
26979         (struct test_ffI_f1_data): Likewise.
26980         (struct test_c_c_data): Rename test_name field to arg_str.
26981         (struct test_cc_c_data): Likewise.
26982         (struct test_f_i_data): Likewise.
26983         (struct test_ff_i_data): Likewise.
26984         (struct test_f_l_data): Likewise.
26985         (struct test_f_L_data): Likewise.
26986         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26987         and extra2_name.
26988         (COMMON_TEST_SETUP): New macro.
26989         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26990         (COMMON_TEST_CLEANUP): Likewise.
26991         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26992         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26993         macros.
26994         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26995         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26996         macros.
26997         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26998         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26999         cleanup macros.
27000         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27001         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27002         macros.
27003         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27004         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27005         macros.
27006         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27007         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27008         cleanup macros.
27009         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27010         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27011         cleanup macros.
27012         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27013         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27014         cleanup macros.
27015         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27016         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27017         macros.
27018         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27019         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27020         macros.
27021         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27022         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27023         macros.
27024         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27025         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27026         cleanup macros.
27027         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27028         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27029         cleanup macros.
27030         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27031         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27032         macros.
27033         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27034         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27035         cleanup macros.
27036         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27037         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27038         macros.
27039         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27040         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27041         macros.
27042         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27043         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27044         cleanup macros.
27045         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27047 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27049         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27050         to _sifields.sigfault.
27051         (si_addr_lsb): Define new macro.
27052         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27053         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27054         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27056 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27058         [BZ #15441]
27059         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27060         returns -1.
27061         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27062         null return -1.
27063         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27064         loading the domain.
27066 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27068         * math/gen-libm-test.pl (parse_args): Do not include expected
27069         result in test name.
27070         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27071         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27072         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27073         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27074         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27077 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27079         * benchtests/Makefile: Sort function entries.
27081         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27082         tanh, asinh, acosh, atanh.
27083         * benchtests/acos-inputs: New file.
27084         * benchtests/acosh-inputs: New file.
27085         * benchtests/asin-inputs: New file.
27086         * benchtests/asinh-inputs: New file.
27087         * benchtests/atanh-inputs: New file.
27088         * benchtests/cosh-inputs: New file.
27089         * benchtests/log-inputs: New file.
27090         * benchtests/sinh-inputs: New file.
27091         * benchtests/tanh-inputs: New file.
27093 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27095         [BZ #15339]
27096         * posix/tst-getaddrinfo4.c: New test.
27097         * posix/Makefile (tests): Add it.
27099 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27101         [BZ #15339]
27102         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27103         when no services were used.
27104         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27105         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27107 2013-05-21  Andreas Schwab  <schwab@suse.de>
27109         [BZ #15014]
27110         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27111         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27112         successful.
27113         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27114         redundant variable declarations and reallocation of buffer when
27115         parsing as IPv6 address.  Always set NSS status when called from
27116         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27117         buffer too small.  Correct computation of needed size.
27118         * nss/Makefile (tests): Add test-digits-dots.
27119         * nss/test-digits-dots.c: New test.
27121 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27123         * benchtests/Makefile: Remove instructions for adding
27124         benchmark tests.
27125         * benchtests/README: New file to explain how to execute and
27126         enhance the benchmark tests.
27128 2013-05-21  Andreas Schwab  <schwab@suse.de>
27130         [BZ #15493]
27131         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27132         * setjmp/tst-sigsetjmp.c: New test.
27134 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27136         * sysdeps/x86_64/memset.S (memset): New implementation.
27137         (__bzero): Likewise.
27138         (__memset_tail): New function.
27140 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27142         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27143         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27144         __memcpy_sse2_unaligned ifunc selection.
27145         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27146         Add memcpy-sse2-unaligned.S.
27147         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27148         Add: __memcpy_sse2_unaligned.
27150 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27152         [BZ #15490]
27153         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27154         math_force_eval before restoring floating-point envrionment.
27155         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27156         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27157         Likewise.
27158         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27159         <math_private.h>.
27160         (__nearbyintl): Use math_force_eval before restoring
27161         floating-point environment.
27162         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27164         * math/gen-libm-test.pl (special_functions): Remove.
27165         (parse_args): Don't handle TEST_extra.  Handle functions with no
27166         return value.
27167         * math/libm-test.inc (struct test_sincos_data): Replace with
27168         struct test_fFF_11_data.
27169         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27170         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27171         (sincos_test_data): Change element type to struct
27172         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27173         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27174         RUN_TEST_LOOP_sincos.
27175         * math/README.libm-test: Don't mention special handling of
27176         individual functions.
27177         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27178         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27179         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27180         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27181         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27184         * math/gen-libm-test.pl (get_variable): Remove function.
27185         (parse_args): Don't show pointer parameters to call in test
27186         names.  Use "extra output N" in test names for extra outputs
27187         rather than naming variables.
27189 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27191         [BZ #15488]
27192         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27193         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27194         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27195         double tests.
27196         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27197         disable.
27198         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27199         check_long_double.
27201         * math/gen-libm-test.pl (@tests): Remove variable.
27202         ($count): Likewise.
27203         (new_test): Remove function.
27204         (show_exceptions): New function.
27205         (special_functions): Use show_exceptions instead of new_test.
27206         (parse_args): Likewise.
27207         (generate_testfile): Pass only function name in generated call to
27208         print_max_error or print_complex_max_error.
27209         (get_ulps): Do not handle complex tests specially.
27210         (output_test): Rename to ...
27211         (get_all_ulps_for_test): ... this.  Return a string rather than
27212         printing to a file.  Require ulps to be present.
27213         (output_ulps): Generate arrays rather than #defines.
27214         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27215         (struct ulp_data): New type.
27216         (BUILD_COMPLEX_ULP): Remove macro.
27217         (compare_ulp_data): New function.
27218         (find_ulps): Likewise.
27219         (find_test_ulps): Likewise.
27220         (find_function_ulps): Likewise.
27221         (find_complex_function_ulps): Likewise.
27222         (print_max_error): Determine allowed ulps using
27223         find_function_ulps.
27224         (print_complex_max_error): Determine allowed ulps using
27225         find_complex_function_ulps.
27226         (check_float_internal): Determine max ulps using find_test_ulps.
27227         (check_float): Do not take max_ulp parameter.  Update call to
27228         check_float_internal.
27229         (check_complex): Likewise.
27230         (check_int): Do not take max_ulp parameter.
27231         (check_long): Likewise.
27232         (check_bool): Likewise.
27233         (check_longlong): Likewise.
27234         (struct test_f_f_data): Remove max_ulp field.
27235         (struct test_ff_f_data): Likewise.
27236         (struct test_ff_f_data_nexttoward): Likewise.
27237         (struct test_fi_f_data): Likewise.
27238         (struct test_fl_f_data): Likewise.
27239         (struct test_if_f_data): Likewise.
27240         (struct test_fff_f_data): Likewise.
27241         (struct test_c_f_data): Likewise.
27242         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27243         (struct test_fF_f1_data): Likewise.
27244         (struct test_ffI_f1_data): Likewise.
27245         (struct test_c_c_data): Remove max_ulp field.
27246         (struct test_cc_c_data): Likewise.
27247         (struct test_f_i_data): Likewise.
27248         (struct test_ff_i_data): Likewise.
27249         (struct test_f_l_data): Likewise.
27250         (struct test_f_L_data): Likewise.
27251         (struct test_sincos_data): Likewise.
27252         (RUN_TEST_f_f): Do not handle ulps.
27253         (RUN_TEST_LOOP_f_f): Likewise.
27254         (RUN_TEST_2_f): Likewise.
27255         (RUN_TEST_LOOP_2_f): Likewise.
27256         (RUN_TEST_fff_f): Likewise.
27257         (RUN_TEST_LOOP_fff_f): Likewise.
27258         (RUN_TEST_c_f): Likewise.
27259         (RUN_TEST_LOOP_c_f): Likewise.
27260         (RUN_TEST_f_f1): Likewise.
27261         (RUN_TEST_LOOP_f_f1): Likewise.
27262         (RUN_TEST_fF_f1): Likewise.
27263         (RUN_TEST_LOOP_fF_f1): Likewise.
27264         (RUN_TEST_fI_f1): Likewise.
27265         (RUN_TEST_LOOP_fI_f1): Likewise.
27266         (RUN_TEST_ffI_f1): Likewise.
27267         (RUN_TEST_LOOP_ffI_f1): Likewise.
27268         (RUN_TEST_c_c): Likewise.
27269         (RUN_TEST_LOOP_c_c): Likewise.
27270         (RUN_TEST_cc_c): Likewise.
27271         (RUN_TEST_LOOP_cc_c): Likewise.
27272         (RUN_TEST_f_i): Likewise.
27273         (RUN_TEST_LOOP_f_i): Likewise.
27274         (RUN_TEST_f_i_tg): Likewise.
27275         (RUN_TEST_LOOP_f_i_tg): Likewise.
27276         (RUN_TEST_ff_i_tg): Likewise.
27277         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27278         (RUN_TEST_f_b): Likewise.
27279         (RUN_TEST_LOOP_f_b): Likewise.
27280         (RUN_TEST_f_b_tg): Likewise.
27281         (RUN_TEST_LOOP_f_b_tg): Likewise.
27282         (RUN_TEST_f_l): Likewise.
27283         (RUN_TEST_LOOP_f_l): Likewise.
27284         (RUN_TEST_f_L): Likewise.
27285         (RUN_TEST_LOOP_f_L): Likewise.
27286         (RUN_TEST_sincos): Likewise.
27287         (RUN_TEST_LOOP_sincos): Likewise.
27289 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27291         [BZ #15480]
27292         [BZ #15485]
27293         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27294         main case of finite arguments, set rounding mode to FE_TONEAREST
27295         and discard exceptions.
27296         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27297         exceptions.
27298         (remainder_tonearest_test_data): New variable.
27299         (remainder_test_tonearest): New function.
27300         (remainder_towardzero_test_data): New variable.
27301         (remainder_test_towardzero): New function.
27302         (remainder_downward_test_data): New variable.
27303         (remainder_test_downward): New function.
27304         (remainder_upward_test_data): New variable.
27305         (remainder_test_upward): New function.
27306         (main): Call the new test functions.
27308         * math/libm-test.inc (struct test_f_f1_data): Remove field
27309         extra_init.
27310         (struct test_fF_f1_data): Likewise.
27311         (struct test_ffI_f1_data): Likewise.
27312         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27313         based on value of EXTRA_EXPECTED.
27314         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27315         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27316         EXTRA_VAR based on value of EXTRA_EXPECTED.
27317         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27318         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27319         EXTRA_VAR based on value of EXTRA_EXPECTED.
27320         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27321         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27322         EXTRA_VAR based on value of EXTRA_EXPECTED.
27323         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27324         * math/gen-libm-test.pl (parse_args): Don't output initializers
27325         for extra output values.
27327         * math/libm-test.inc (check_int): Expect result to be exactly
27328         equal to expected value and do not handle ulps.
27329         (check_long): Likewise.
27330         (check_longlong): Likewise.
27332         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27333         exceptions.
27334         (cimag_test_data): Likewise.
27335         (conj_test_data): Likewise.
27336         (copysign_test_data): Likewise.
27337         (cproj_test_data): Likewise.
27338         (creal_test_data): Likewise.
27339         (fabs_test_data): Likewise.
27340         (fdim_test_data): Likewise.
27341         (finite_test_data): Likewise.
27342         (floor_test_data): Likewise.
27343         (fmax_test_data): Likewise.
27344         (fmin_test_data): Likewise.
27345         (fmod_test_data): Likewise.
27346         (fpclassify_test_data): Likewise.
27347         (frexp_test_data): Likewise.
27348         (ilogb_test_data): Likewise.
27349         (isfinite_test_data): Likewise.
27350         (isgreater_test_data): Likewise.
27351         (isgreaterequal_test_data): Likewise.
27352         (isinf_test_data): Likewise.
27353         (isless_test_data): Likewise.
27354         (islessequal_test_data): Likewise.
27355         (islessgreater_test_data): Likewise.
27356         (isnan_test_data): Likewise.
27357         (isnormal_test_data): Likewise.
27358         (issignaling_test_data): Likewise.
27359         (isunordered_test_data): Likewise.
27360         (ldexp_test_data): Likewise.
27361         (lrint_test_data): Likewise.
27362         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27363         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27364         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27365         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27366         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27367         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27368         test input.
27369         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27370         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27371         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27372         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27373         that test input.
27374         (lrint_downward_test_data): Test for "inexact" exceptions.
27375         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27376         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27377         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27378         test input.
27379         (lrint_upward_test_data): Test for "inexact" exceptions.
27380         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27381         test input.
27382         (llrint_test_data): Test for "inexact" exceptions.
27383         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27384         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27385         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27386         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27387         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27388         (llrint_downward_test_data): Test for "inexact" exceptions.
27389         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27390         (llrint_upward_test_data): Test for "inexact" exceptions.
27391         (logb_test_data): Likewise.
27392         (logb_downward_test_data): Likewise.
27393         (nextafter_test_data): Likewise.
27394         (nexttoward_test_data): Likewise.
27395         (remainder_test_data): Likewise.
27396         (remquo_test_data): Likewise.
27397         (scalbn_test_data): Likewise.
27398         (scalbln_test_data): Likewise.
27399         (signbit_test_data): Likewise.
27400         (sqrt_test_data): Likewise.
27401         (significand_test_data): Likewise.
27403 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27405         [BZ #15424]
27406         * benchtests/bench-modf.c (struct args): Mark arg0 as
27407         volatile.
27408         * scripts/bench.pl: Mark members of struct args as volatile.
27410 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27412         [BZ # 15497]
27413         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27414         negative infinity on POWER6 or lower.
27415         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27417 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27419         [BZ #15442]
27420         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27421         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27422         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27423         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27424         (_FP_SETQNAN): New macro.
27425         (_FP_SETQNAN_SEMIRAW): Likewise.
27426         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27427         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27428         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27429         (FP_EXTEND): Use _FP_FRAC_SNANP.
27430         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27431         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27432         into account.
27433         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27434         New macro.
27435         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27436         Likewise.
27438 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27440         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27441         with DIVIDE_BY_ZERO_EXCEPTION.
27442         (gamma_test_data): Likewise.
27443         (lgamma_test_data): Likewise.
27444         (log_test_data): Likewise.
27445         (log10_test_data): Likewise.
27446         (log2_test_data): Likewise.
27447         (tgamma_test_data): Likewise.
27449         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27450         (acos_test_tonearest): Likewise.
27451         (acos_test_towardzero): Likewise.
27452         (acos_test_downward): Likewise.
27453         (acos_test_upward): Likewise.
27454         (acosh_test): Likewise.
27455         (asin_test): Likewise.
27456         (asin_test_tonearest): Likewise.
27457         (asin_test_towardzero): Likewise.
27458         (asin_test_downward): Likewise.
27459         (asin_test_upward): Likewise.
27460         (asinh_test): Likewise.
27461         (atan_test): Likewise.
27462         (atanh_test): Likewise.
27463         (atan2_test): Likewise.
27464         (cabs_test): Likewise.
27465         (cacos_test): Likewise.
27466         (cacosh_test): Likewise.
27467         (casin_test): Likewise.
27468         (casinh_test): Likewise.
27469         (catan_test): Likewise.
27470         (catanh_test): Likewise.
27471         (cbrt_test): Likewise.
27472         (ccos_test): Likewise.
27473         (ccosh_test): Likewise.
27474         (cexp_test): Likewise.
27475         (clog_test): Likewise.
27476         (clog10_test): Likewise.
27477         (cos_test): Likewise.
27478         (cos_test_tonearest): Likewise.
27479         (cos_test_towardzero): Likewise.
27480         (cos_test_downward): Likewise.
27481         (cos_test_upward): Likewise.
27482         (cosh_test): Likewise.
27483         (cosh_test_tonearest): Likewise.
27484         (cosh_test_towardzero): Likewise.
27485         (cosh_test_downward): Likewise.
27486         (cosh_test_upward): Likewise.
27487         (cpow_test): Likewise.
27488         (csin_test): Likewise.
27489         (csinh_test): Likewise.
27490         (csqrt_test): Likewise.
27491         (ctan_test): Likewise.
27492         (ctan_test_tonearest): Likewise.
27493         (ctan_test_towardzero): Likewise.
27494         (ctan_test_downward): Likewise.
27495         (ctan_test_upward): Likewise.
27496         (ctanh_test): Likewise.
27497         (ctanh_test_tonearest): Likewise.
27498         (ctanh_test_towardzero): Likewise.
27499         (ctanh_test_downward): Likewise.
27500         (ctanh_test_upward): Likewise.
27501         (erf_test): Likewise.
27502         (erfc_test): Likewise.
27503         (exp_test): Likewise.
27504         (exp_test_tonearest): Likewise.
27505         (exp_test_towardzero): Likewise.
27506         (exp_test_downward): Likewise.
27507         (exp_test_upward): Likewise.
27508         (exp10_test): Likewise.
27509         (exp2_test): Likewise.
27510         (expm1_test): Likewise.
27511         (fmod_test): Likewise.
27512         (gamma_test): Likewise.
27513         (hypot_test): Likewise.
27514         (j0_test): Likewise.
27515         (j1_test): Likewise.
27516         (jn_test): Likewise.
27517         (lgamma_test): Likewise.
27518         (log_test): Likewise.
27519         (log10_test): Likewise.
27520         (log1p_test): Likewise.
27521         (log2_test): Likewise.
27522         (logb_test_downward): Likewise.
27523         (pow_test): Likewise.
27524         (pow_test_tonearest): Likewise.
27525         (pow_test_towardzero): Likewise.
27526         (pow_test_downward): Likewise.
27527         (pow_test_upward): Likewise.
27528         (remainder_test): Likewise.
27529         (remquo_test): Likewise.
27530         (sin_test): Likewise.
27531         (sin_test_tonearest): Likewise.
27532         (sin_test_towardzero): Likewise.
27533         (sin_test_downward): Likewise.
27534         (sin_test_upward): Likewise.
27535         (sincos_test): Likewise.
27536         (sinh_test): Likewise.
27537         (sinh_test_tonearest): Likewise.
27538         (sinh_test_towardzero): Likewise.
27539         (sinh_test_downward): Likewise.
27540         (sinh_test_upward): Likewise.
27541         (sqrt_test): Likewise.
27542         (tan_test): Likewise.
27543         (tan_test_tonearest): Likewise.
27544         (tan_test_towardzero): Likewise.
27545         (tan_test_downward): Likewise.
27546         (tan_test_upward): Likewise.
27547         (tanh_test): Likewise.
27548         (tgamma_test): Likewise.
27549         (y0_test): Likewise.
27550         (y1_test): Likewise.
27551         (yn_test): Likewise.
27553         * math/gen-libm-test.pl (adjust_arg): Remove function.
27554         (special_function): Remove argument $in_func.  Only handle
27555         generating output for tables of tests, not inside functions.
27556         (parse_args): Likewise.
27557         (generate_testfile): Remove variable $in_func.  Update call to
27558         parse_args.
27559         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27560         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27561         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27562         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27563         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27564         (MAX_VALUE_INIT): Rename macro to max_value.
27565         (MIN_VALUE_INIT): Rename macro to min_value.
27566         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27567         (plus_zero): Remove variable.
27568         (minus_zero): Likewise.
27569         (plus_infty): Likewise.
27570         (minus_infty): Likewise.
27571         (qnan_value): Likewise.
27572         (max_value): Likewise.
27573         (min_value): Likewise.
27574         (min_subnorm_value): Likewise.
27576 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27578         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27579         uint64_t or uint32_t usage.
27580         * crypt/sha256-block.c: Likewise.
27581         * crypt/sha256-crypt.c: Likewise.
27582         * crypt/sha256.c: Likewise.
27583         * crypt/sha512-block.c: Likewise.
27584         * crypt/sha512-crypt.c: Likewise.
27585         * crypt/sha512.c: Likewise.
27586         * debug/backtrace-tst.c: Likewise.
27587         * debug/pcprofiledump.c: Likewise.
27588         * elf/cache.c: Likewise.
27589         * elf/dl-cache.c: Likewise.
27590         * elf/dl-misc.c: Likewise.
27591         * elf/dl-profile.c: Likewise.
27592         * elf/dl-support.c: Likewise.
27593         * elf/ldconfig.c: Likewise.
27594         * elf/sprof.c: Likewise.
27595         * iconv/dummy-repertoire.c: Likewise.
27596         * iconv/iconv_charmap.c: Likewise.
27597         * iconv/skeleton.c: Likewise.
27598         * iconvdata/8bit-generic.c: Likewise.
27599         * iconvdata/cp737.h: Likewise.
27600         * iconvdata/cp775.h: Likewise.
27601         * iconvdata/ibm1008.h: Likewise.
27602         * iconvdata/ibm1025.h: Likewise.
27603         * iconvdata/ibm1046.h: Likewise.
27604         * iconvdata/ibm1097.h: Likewise.
27605         * iconvdata/ibm1112.h: Likewise.
27606         * iconvdata/ibm1122.h: Likewise.
27607         * iconvdata/ibm1123.h: Likewise.
27608         * iconvdata/ibm1124.h: Likewise.
27609         * iconvdata/ibm1129.h: Likewise.
27610         * iconvdata/ibm1130.h: Likewise.
27611         * iconvdata/ibm1132.h: Likewise.
27612         * iconvdata/ibm1133.h: Likewise.
27613         * iconvdata/ibm1137.h: Likewise.
27614         * iconvdata/ibm1140.h: Likewise.
27615         * iconvdata/ibm1141.h: Likewise.
27616         * iconvdata/ibm1142.h: Likewise.
27617         * iconvdata/ibm1143.h: Likewise.
27618         * iconvdata/ibm1144.h: Likewise.
27619         * iconvdata/ibm1145.h: Likewise.
27620         * iconvdata/ibm1146.h: Likewise.
27621         * iconvdata/ibm1147.h: Likewise.
27622         * iconvdata/ibm1148.h: Likewise.
27623         * iconvdata/ibm1149.h: Likewise.
27624         * iconvdata/ibm1153.h: Likewise.
27625         * iconvdata/ibm1154.h: Likewise.
27626         * iconvdata/ibm1155.h: Likewise.
27627         * iconvdata/ibm1156.h: Likewise.
27628         * iconvdata/ibm1157.h: Likewise.
27629         * iconvdata/ibm1158.h: Likewise.
27630         * iconvdata/ibm1160.h: Likewise.
27631         * iconvdata/ibm1161.h: Likewise.
27632         * iconvdata/ibm1162.h: Likewise.
27633         * iconvdata/ibm1163.h: Likewise.
27634         * iconvdata/ibm1164.h: Likewise.
27635         * iconvdata/ibm1166.h: Likewise.
27636         * iconvdata/ibm1167.h: Likewise.
27637         * iconvdata/ibm12712.h: Likewise.
27638         * iconvdata/ibm1390.h: Likewise.
27639         * iconvdata/ibm1399.h: Likewise.
27640         * iconvdata/ibm16804.h: Likewise.
27641         * iconvdata/ibm4517.h: Likewise.
27642         * iconvdata/ibm4899.h: Likewise.
27643         * iconvdata/ibm4909.h: Likewise.
27644         * iconvdata/ibm4971.h: Likewise.
27645         * iconvdata/ibm5347.h: Likewise.
27646         * iconvdata/ibm803.h: Likewise.
27647         * iconvdata/ibm856.h: Likewise.
27648         * iconvdata/ibm901.h: Likewise.
27649         * iconvdata/ibm902.h: Likewise.
27650         * iconvdata/ibm9030.h: Likewise.
27651         * iconvdata/ibm9066.h: Likewise.
27652         * iconvdata/ibm921.h: Likewise.
27653         * iconvdata/ibm922.h: Likewise.
27654         * iconvdata/ibm9448.h: Likewise.
27655         * iconvdata/isiri-3342.h: Likewise.
27656         * iconvdata/jis0201.h: Likewise.
27657         * include/link.h: Likewise.
27658         * include/netdb.h: Likewise.
27659         * inet/check_native.c: Likewise.
27660         * inet/check_pf.c: Likewise.
27661         * inet/getipv4sourcefilter.c: Likewise.
27662         * inet/getnameinfo.c: Likewise.
27663         * inet/getsourcefilter.c: Likewise.
27664         * inet/htonl.c: Likewise.
27665         * inet/setipv4sourcefilter.c: Likewise.
27666         * inet/setsourcefilter.c: Likewise.
27667         * inet/test-inet6_opt.c: Likewise.
27668         * inet/tst-network.c: Likewise.
27669         * locale/C-collate.c: Likewise.
27670         * locale/C-ctype.c: Likewise.
27671         * locale/C-time.c: Likewise.
27672         * locale/C-translit.h: Likewise.
27673         * locale/loadarchive.c: Likewise.
27674         * locale/programs/3level.h: Likewise.
27675         * locale/programs/charmap.c: Likewise.
27676         * locale/programs/charmap.h: Likewise.
27677         * locale/programs/ld-address.c: Likewise.
27678         * locale/programs/ld-collate.c: Likewise.
27679         * locale/programs/ld-ctype.c: Likewise.
27680         * locale/programs/ld-identification.c: Likewise.
27681         * locale/programs/ld-measurement.c: Likewise.
27682         * locale/programs/ld-messages.c: Likewise.
27683         * locale/programs/ld-monetary.c: Likewise.
27684         * locale/programs/ld-name.c: Likewise.
27685         * locale/programs/ld-numeric.c: Likewise.
27686         * locale/programs/ld-paper.c: Likewise.
27687         * locale/programs/ld-telephone.c: Likewise.
27688         * locale/programs/ld-time.c: Likewise.
27689         * locale/programs/linereader.c: Likewise.
27690         * locale/programs/locale.c: Likewise.
27691         * locale/programs/locarchive.c: Likewise.
27692         * locale/programs/locfile.h: Likewise.
27693         * locale/programs/repertoire.c: Likewise.
27694         * locale/programs/simple-hash.c: Likewise.
27695         * locale/programs/simple-hash.h: Likewise.
27696         * malloc/memusage.c: Likewise.
27697         * malloc/memusagestat.c: Likewise.
27698         * nis/nis_defaults.c: Likewise.
27699         * nis/nis_hash.c: Likewise.
27700         * nis/nis_print.c: Likewise.
27701         * nis/nis_xdr.c: Likewise.
27702         * nscd/connections.c: Likewise.
27703         * nscd/hstcache.c: Likewise.
27704         * nscd/nscd_gethst_r.c: Likewise.
27705         * nscd/nscd_getserv_r.c: Likewise.
27706         * nscd/nscd_helper.c: Likewise.
27707         * nscd/servicescache.c: Likewise.
27708         * nss/makedb.c: Likewise.
27709         * nss/nss_db/db-XXX.c: Likewise.
27710         * nss/nss_db/db-initgroups.c: Likewise.
27711         * nss/nss_db/db-netgrp.c: Likewise.
27712         * nss/nss_files/files-network.c: Likewise.
27713         * nss/nss_files/files-parse.c: Likewise.
27714         * posix/bug-regex5.c: Likewise.
27715         * posix/fnmatch_loop.c: Likewise.
27716         * posix/regcomp.c: Likewise.
27717         * posix/regexec.c: Likewise.
27718         * posix/tst-rfc3484-2.c: Likewise.
27719         * posix/tst-rfc3484-3.c: Likewise.
27720         * posix/tst-rfc3484.c: Likewise.
27721         * resolv/nss_dns/dns-canon.c: Likewise.
27722         * resolv/nss_dns/dns-network.c: Likewise.
27723         * resolv/res_init.c: Likewise.
27724         * resolv/res_mkquery.c: Likewise.
27725         * resolv/tst-aton.c: Likewise.
27726         * stdlib/cxa_atexit.c: Likewise.
27727         * stdlib/cxa_finalize.c: Likewise.
27728         * stdlib/gen-fpioconst.c: Likewise.
27729         * stdlib/strtol_l.c: Likewise.
27730         * string/tst-endian.c: Likewise.
27731         * sunrpc/auth_des.c: Likewise.
27732         * sunrpc/clnt_udp.c: Likewise.
27733         * sunrpc/rtime.c: Likewise.
27734         * sunrpc/svcauth_des.c: Likewise.
27735         * sunrpc/xdr.c: Likewise.
27736         * sunrpc/xdr_intXX_t.c: Likewise.
27737         * sunrpc/xdr_rec.c: Likewise.
27738         * sysdeps/generic/ldconfig.h: Likewise.
27739         * sysdeps/generic/ldsodefs.h: Likewise.
27740         * sysdeps/generic/memusage.h: Likewise.
27741         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27742         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27743         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27744         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27745         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27746         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27747         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27748         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27749         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27750         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27751         * sysdeps/posix/getaddrinfo.c: Likewise.
27752         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27753         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27754         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27755         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27756         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27757         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27758         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27759         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27760         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27761         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27762         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27763         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27764         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27765         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27766         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27767         * sysdeps/x86_64/dl-tls.h: Likewise.
27768         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27769         * time/alt_digit.c: Likewise.
27770         * time/era.c: Likewise.
27771         * wcsmbs/tst-c16c32-1.c: Likewise.
27773 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27775         * math/libm-test.inc (struct test_sincos_data): New type.
27776         (RUN_TEST_LOOP_sincos): New macro.
27777         (sincos_test_data): New variable.
27778         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27780 2013-05-16  Richard Henderson  <rth@redhat.com>
27782         * math/atest-exp2.c (LIMB64): New macro.
27783         (CONSTSZ): New macro.
27784         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27785         (hexdig): Move ...
27786         (print_mpn_fp): ... to function scope.
27787         (read_mpn_hex): Remove.
27788         (get_log2): Remove.
27789         (exp2_mpn): Use mp_log2.
27790         (main): Use mp_exp1.
27792 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27794         * math/libm-test.inc: Remove comment about not testing "inexact"
27795         exceptions.
27796         (INEXACT_EXCEPTION): New macro.
27797         (NO_INEXACT_EXCEPTION): Likewise.
27798         (INVALID_EXCEPTION_OK): Update value.
27799         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27800         (OVERFLOW_EXCEPTION_OK): Likewise.
27801         (UNDERFLOW_EXCEPTION_OK): Likewise.
27802         (IGNORE_ZERO_INF_SIGN): Likewise.
27803         (ERRNO_UNCHANGED): Likewise.
27804         (ERRNO_EDOM): Likewise.
27805         (ERRNO_ERANGE): Likewise.
27806         (test_exceptions): Handle testing "inexact" exceptions.
27807         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27808         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27809         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27810         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27811         INEXACT_EXCEPTION.
27812         (rint_towardzero_test_data): Likewise.
27813         (rint_downward_test_data): Likewise.
27814         (rint_upward_test_data): Likewise.
27816         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27817         with OVERFLOW_EXCEPTION.
27818         (exp10_test_data): Likewise.
27819         (exp2_test_data): Likewise.
27820         (expm1_test_data): Likewise.
27821         (lgamma_test_data): Likewise.
27822         (pow_test_data): Likewise.
27823         (tgamma_test_data): Likewise.
27824         (yn_test_data): Remove duplicate test of overflow.
27826         * math/libm-test.inc (struct test_cc_c_data): New type.
27827         (RUN_TEST_LOOP_cc_c): New macro.
27828         (cpow_test_data): New variable.
27829         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27831         * math/libm-test.inc (struct test_f_L_data): New type.
27832         (RUN_TEST_LOOP_f_L): New macro.
27833         (llrint_test_data): New variable.
27834         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27835         (llrint_tonearest_test_data): New variable.
27836         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27837         (llrint_towardzero_test_data): New variable.
27838         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27839         (llrint_downward_test_data): New variable.
27840         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27841         (llrint_upward_test_data): New variable.
27842         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27843         (llround_test_data): New variable.
27844         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27846 2013-05-13  Peter Collingbourne  <pcc@google.com>
27848         * math/atest-exp2.c (get_log2): Remove const attribute.
27850 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27852         * math/libm-test.inc (struct test_f_l_data): New type.
27853         (RUN_TEST_LOOP_f_l): New macro.
27854         (lrint_test_data): New variable.
27855         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27856         (lrint_tonearest_test_data): New variable.
27857         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27858         (lrint_towardzero_test_data): New variable.
27859         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27860         (lrint_downward_test_data): New variable.
27861         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27862         (lrint_upward_test_data): New variable.
27863         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27864         (lround_test_data): New variable.
27865         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27867 2013-05-15  Peter Collingbourne  <pcc@google.com>
27869         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27870         (EXTRACT_WORDS64) Use where appropriate.
27871         (INSERT_WORDS64) Likewise.
27873         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27874         constraints with x constraints.
27875         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27877         * malloc/obstack.c (_obstack_compat): Add initializer.
27879 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27881         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27882         si_trapno and add si_addr_lsb to _sifields.sigfault.
27883         (si_trapno): Remove macro.
27884         (si_addr_lsb): Define new macro.
27885         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27887 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27889         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27890         instead of TEST_f_l.
27891         (llrint_test_tonearest): Likewise.
27892         (llrint_test_towardzero): Likewise.
27893         (llrint_test_downward): Likewise.
27894         (llrint_test_upward): Likewise.
27895         (llround_test): Likewise.
27897         * math/libm-test.inc (struct test_f_i_data): Add comment.
27898         (RUN_TEST_LOOP_f_b): New macro.
27899         (RUN_TEST_LOOP_f_b_tg): Likewise.
27900         (finite_test_data): New variable.
27901         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27902         (isfinite_test_data): New variable.
27903         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27904         (isinf_test_data): New variable.
27905         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27906         (isnan_test_data): New variable.
27907         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27908         (isnormal_test_data): New variable.
27909         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27910         (issignaling_test_data): New variable.
27911         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27912         (signbit_test_data): New variable.
27913         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27915         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27916         with INVALID_EXCEPTION.
27917         (acosh_test_data): Likewise.
27918         (asin_test_data): Likewise.
27919         (atanh_test_data): Likewise.
27920         (fmod_test_data): Likewise.
27921         (log_test_data): Likewise.
27922         (log10_test_data): Likewise.
27923         (log2_test_data): Likewise.
27924         (pow_test_data): Likewise.
27925         (sqrt_test_data): Likewise.
27926         (y0_test_data): Likewise.
27927         (y1_test_data): Likewise.
27928         (yn_test_data): Likewise.
27930         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27931         function contents.
27933         * math/libm-test.inc (struct test_ff_i_data): New type.
27934         (RUN_TEST_LOOP_ff_i_tg): New macro.
27935         (isgreater_test_data): New variable.
27936         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27937         (isgreaterequal_test_data): New variable.
27938         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27939         (isless_test_data): New variable.
27940         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27941         (islessequal_test_data): New variable.
27942         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27943         (islessgreater_test_data): New variable.
27944         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27945         (isunordered_test_data): New variable.
27946         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27948 2013-05-14  David S. Miller  <davem@davemloft.net>
27950         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27952 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27954         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27956         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27957         extra_test to int.
27958         (struct test_f_i_data): Change type of max_ulp to int.
27960         * math/libm-test.inc (test_ffI_f1_data): New type.
27961         (RUN_TEST_LOOP_ffI_f1): New macro.
27962         (remquo_test_data): New variable.
27963         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27965         * setjmp/tst-setjmp-fp.c: New file.
27966         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27967         (link-libm): New variable.
27968         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27970         * math/libm-test.inc (struct test_f_i_data): New type.
27971         (RUN_TEST_LOOP_f_i): New macro.
27972         (RUN_TEST_LOOP_f_i_tg): Likewise.
27973         (fpclassify_test_data): New variable.
27974         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27975         (ilogb_test_data): New variable.
27976         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27978         * math/libm-test.inc (scalbln_test): Correct function name in END
27979         call.
27981         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27982         (RUN_TEST_LOOP_fI_f1): New macro.
27983         (frexp_test_data): New variable.
27984         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27986         * math/libm-test.inc (struct test_fF_f1_data): New type.
27987         (RUN_TEST_LOOP_fF_f1): New macro.
27988         (modf_test_data): New variable.
27989         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27991         * math/libm-test.inc (struct test_f_f1_data): New type.
27992         (RUN_TEST_LOOP_f_f1): New macro.
27993         (gamma_test_data): New variable.
27994         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27995         (lgamma_test_data): New variable.
27996         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27998 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28000         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28001         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28002         (main): Comment "tls" pseudo-hwcap.
28004 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28006         * math/libm-test.inc (struct test_fl_f_data): New type.
28007         (RUN_TEST_LOOP_fl_f): New variable.
28008         (scalbln_test_data): New variable.
28009         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28011         * math/libm-test.inc (struct test_fi_f_data): New type.
28012         (RUN_TEST_LOOP_fi_f): New macro.
28013         (ldexp_test_data): New variable.
28014         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28015         (scalbn_test_data): New variable.
28016         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28018         * math/libm-test.inc (struct test_c_f_data): New type.
28019         (RUN_TEST_LOOP_c_f): New macro.
28020         (cabs_test_data): New variable.
28021         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28022         (carg_test_data): New variable.
28023         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28024         (cimag_test_data): New variable.
28025         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28026         (creal_test_data): New variable.
28027         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28029         * math/libm-test.inc (struct test_if_f_data): New type.
28030         (RUN_TEST_LOOP_if_f): New macro.
28031         (jn_test_data): New variable.
28032         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28033         (yn_test_data): New variable.
28034         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28036         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28038 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28040         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28041         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28043 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28045         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28046         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28047         (bench-deps): Add bench-timing.h.
28048         * benchtests-bench-skeleton.c: Include bench-timing.h.
28049         (main): Use TIMING_* macros instead of clock_gettime.
28050         * benchtests/bench-timing.h: New file.
28052         [BZ #14582]
28053         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28054         Renamed from _LIB_VERSION.
28055         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28057 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28059         * math/libm-test.inc (struct test_fff_f_data): New type.
28060         (RUN_TEST_LOOP_fff_f): New macro.
28061         (fma_test_data): New variable.
28062         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28063         (fma_towardzero_test_data): New variable.
28064         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28065         (fma_downward_test_data): New variable.
28066         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28067         (fma_upward_test_data): New variable.
28068         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28070         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28071         (struct test_c_c_data): New type.
28072         (RUN_TEST_LOOP_c_c): New macro.
28073         (cacos_test_data): New variable.
28074         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28075         (cacosh_test_data): New variable.
28076         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28077         (casin_test_data): New variable.
28078         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28079         (casinh_test_data): New variable.
28080         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28081         (catan_test_data): New variable.
28082         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28083         (catanh_test_data): New variable.
28084         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28085         (ccos_test_data): New variable.
28086         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28087         (ccosh_test_data): New variable.
28088         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28089         (cexp_test_data): New variable.
28090         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28091         (clog_test_data): New variable.
28092         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28093         (clog10_test_data): New variable.
28094         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28095         (conj_test_data): New variable.
28096         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28097         (cproj_test_data): New variable.
28098         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28099         (csin_test_data): New variable.
28100         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28101         (csinh_test_data): New variable.
28102         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28103         (csqrt_test_data): New variable.
28104         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28105         (ctan_test_data): New variable.
28106         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28107         (ctan_tonearest_test_data): New variable.
28108         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28109         (ctan_towardzero_test_data): New variable.
28110         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28111         (ctan_downward_test_data): New variable.
28112         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28113         (ctan_upward_test_data): New variable.
28114         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28115         (ctanh_test_data): New variable.
28116         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28117         (ctanh_tonearest_test_data): New variable.
28118         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28119         (ctanh_towardzero_test_data): New variable.
28120         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28121         (ctanh_downward_test_data): New variable.
28122         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28123         (ctanh_upward_test_data): New variable.
28124         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28125         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28126         of BUILD_COMPLEX.
28128         * math/libm-test.inc (struct test_ff_f_data): New type.
28129         (struct test_ff_f_data_nexttoward): Likewise.
28130         (RUN_TEST_LOOP_2_f): New macro.
28131         (RUN_TEST_LOOP_ff_f): Likewise.
28132         (atan2_test_data): New variable.
28133         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28134         (copysign_test_data): New variable.
28135         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28136         (fdim_test_data): New variable.
28137         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28138         (fmax_test_data): New variable.
28139         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28140         (fmin_test_data): New variable.
28141         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28142         (fmod_test_data): New variable.
28143         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28144         (hypot_test_data): New variable.
28145         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28146         (nextafter_test_data): New variable.
28147         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28148         (nexttoward_test_data): New variable.
28149         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28150         (pow_test_data): New variable.
28151         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28152         (pow_tonearest_test_data): New variable.
28153         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28154         (pow_towardzero_test_data): New variable.
28155         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28156         (pow_downward_test_data): New variable.
28157         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28158         (pow_upward_test_data): New variable.
28159         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28160         (remainder_test_data): New variable.
28161         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28162         (scalb_test_data): New variable.
28163         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28164         * sysdeps/i386/fpu/libm-test-ulps: Update.
28166 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28168         * math/libm-test.inc (fma_test): Use max_value instead of local
28169         variable fltmax.
28170         (nextafter_test): Likewise.
28172         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28173         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28174         (acos_downward_test_data): New variable.
28175         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28176         (acos_upward_test_data): New variable.
28177         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28178         (acosh_test_data): New variable.
28179         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28180         (asin_test_data): New variable.
28181         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28182         (asin_tonearest_test_data): New variable.
28183         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28184         (asin_towardzero_test_data): New variable.
28185         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28186         (asin_downward_test_data): New variable.
28187         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28188         (asin_upward_test_data): New variable.
28189         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28190         (asinh_test_data): New variable.
28191         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28192         (atan_test_data): New variable.
28193         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28194         (atanh_test_data): New variable.
28195         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28196         (cbrt_test_data): New variable.
28197         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28198         (ceil_test_data): New variable.
28199         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28200         (cos_test_data): New variable.
28201         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28202         (cos_tonearest_test_data): New variable.
28203         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28204         (cos_towardzero_test_data): New variable.
28205         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28206         (cos_downward_test_data): New variable.
28207         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28208         (cos_upward_test_data): New variable.
28209         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28210         (cosh_test_data): New variable.
28211         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28212         (cosh_tonearest_test_data): New variable.
28213         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28214         (cosh_towardzero_test_data): New variable.
28215         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28216         (cosh_downward_test_data): New variable.
28217         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28218         (cosh_upward_test_data): New variable.
28219         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28220         (erf_test_data): New variable.
28221         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28222         (erfc_test_data): New variable.
28223         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28224         (exp_test_data): New variable.
28225         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28226         (exp_tonearest_test_data): New variable.
28227         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28228         (exp_towardzero_test_data): New variable.
28229         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28230         (exp_downward_test_data): New variable.
28231         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28232         (exp_upward_test_data): New variable.
28233         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28234         (exp10_test_data): New variable.
28235         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28236         (exp2_test_data): New variable.
28237         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28238         (expm1_test_data): New variable.
28239         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28240         (fabs_test_data): New variable.
28241         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28242         (floor_test_data): New variable.
28243         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28244         (j0_test_data): New variable.
28245         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28246         (j1_test_data): New variable.
28247         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28248         (log_test_data): New variable.
28249         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28250         (log10_test_data): New variable.
28251         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28252         (log1p_test_data): New variable.
28253         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28254         (log2_test_data): New variable.
28255         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28256         (logb_test_data): New variable.
28257         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28258         (logb_downward_test_data): New variable.
28259         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28260         (nearbyint_test_data): New variable.
28261         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28262         (rint_test_data): New variable.
28263         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28264         (rint_tonearest_test_data): New variable.
28265         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28266         (rint_towardzero_test_data): New variable.
28267         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28268         (rint_downward_test_data): New variable.
28269         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28270         (rint_upward_test_data): New variable.
28271         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28272         (round_test_data): New variable.
28273         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28274         (sin_test_data): New variable.
28275         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28276         (sin_tonearest_test_data): New variable.
28277         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28278         (sin_towardzero_test_data): New variable.
28279         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28280         (sin_downward_test_data): New variable.
28281         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28282         (sin_upward_test_data): New variable.
28283         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28284         (sinh_test_data): New variable.
28285         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28286         (sinh_tonearest_test_data): New variable.
28287         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28288         (sinh_towardzero_test_data): New variable.
28289         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28290         (sinh_downward_test_data): New variable.
28291         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28292         (sinh_upward_test_data): New variable.
28293         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28294         (sqrt_test_data): New variable.
28295         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28296         (tan_test_data): New variable.
28297         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28298         (tan_tonearest_test_data): New variable.
28299         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28300         (tan_towardzero_test_data): New variable.
28301         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28302         (tan_downward_test_data): New variable.
28303         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28304         (tan_upward_test_data): New variable.
28305         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28306         (tanh_test_data): New variable.
28307         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28308         (tgamma_test_data): New variable.
28309         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28310         (trunc_test_data): New variable.
28311         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28312         (y0_test_data): New variable.
28313         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28314         (y1_test_data): New variable.
28315         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28316         (significand_test_data): New variable.
28317         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28319 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28321         [BZ #12387]
28322         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28324 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28326         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28328 2013-05-10  Andreas Jaeger  <aj@suse.de>
28330         [BZ #15448]
28331         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28332         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28334 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28336         * math/gen-libm-test.pl (adjust_arg): New function.
28337         (special_functions): Handle generating output in both functions
28338         and arrays.
28339         (parse_args): Likewise.
28340         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28341         $in_func argument to parse_args.
28342         * math/libm-test.inc (struct test_f_f_data): New type.
28343         (IF_ROUND_INIT_): New macro.
28344         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28345         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28346         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28347         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28348         (ROUND_RESTORE_): Likewise.
28349         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28350         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28351         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28352         (ROUND_RESTORE_FE_UPWARD): Likewise.
28353         (RUN_TEST_LOOP_f_f): New macro.
28354         (acos_test_data): New variable.
28355         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28356         (acos_tonearest_test_data): New variable.
28357         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28359 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28361         * benchtests/bench-skeleton.c (startup): Fix coding style.
28363 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28365         [BZ #6809]
28366         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28367         negative infinity argument.
28368         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28369         negative infinity argument.
28370         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28371         negative infinity argument.
28372         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28373         domain errors.
28375 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28377         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28378         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28379         * iconv/iconv_prog.c (main): Likewise.
28380         * locale/programs/charmap-dir.c (charmap_readdir)
28381         (fopen_uncompressed): Likewise.
28382         * locale/programs/locfile.c (siblings_uncached)
28383         (write_locale_data): Use lstat64 instead of lstat.
28384         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28385         stat.
28387 2013-05-10  Andreas Jaeger  <aj@suse.de>
28389         [BZ #15395]
28390         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28391         localization.
28392         Include <locale.h>.
28394 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28396         * elf/dl-close.c (_dl_close_worker): Add comments.
28398 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28400         [BZ #15359]
28401         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28402         high part of pi/2.
28403         (__ieee754_rem_pio2l): Update comments.
28405         [BZ #15429]
28406         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28407         high part of pi/2.
28408         (__ieee754_rem_pio2l): Update comments.
28410         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28411         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28413         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28414         M_PI_4l.
28416         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28417         (M_PI_34_LOG10El): Likewise.
28418         (M_PI2_LOG10El): Likewise.
28419         (M_PI4_LOG10El): Likewise.
28420         (M_PI_LOG10El): Likewise.
28422 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28424         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28426 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28428         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28429         (MINUS_ZERO_INIT): Likewise.
28430         (PLUS_INFTY_INIT): Likewise.
28431         (MINUS_INFTY_INIT): Likewise.
28432         (QNAN_VALUE_INIT): Likewise.
28433         (MAX_VALUE_INIT): Likewise.
28434         (MIN_VALUE_INIT): Likewise.
28435         (MIN_SUBNORM_VALUE_INIT): Likewise.
28436         (plus_zero): Initialize with PLUS_ZERO_INIT.
28437         (minus_zero): Initialize with MINUS_ZERO_INIT.
28438         (plus_infty): Initialize with PLUS_INFTY_INIT.
28439         (minus_infty): Initialize with MINUS_INFTY_INIT.
28440         (qnan_value): Initialize with QNAN_VALUE_INIT.
28441         (max_value): Initialize with MAX_VALUE_INIT.
28442         (min_value): Initialize with MIN_VALUE_INIT.
28443         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28445         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28446         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28447         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28448         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28450         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28451         (RUN_TEST_2_f): Likewise.
28452         (RUN_TEST_ff_f): Likewise.
28453         (RUN_TEST_fi_f): Likewise.
28454         (RUN_TEST_fl_f): Likewise.
28455         (RUN_TEST_fff_f): Likewise.
28456         (RUN_TEST_c_f): Likewise.
28457         (RUN_TEST_f_f1): Likewise.
28458         (RUN_TEST_fF_f1): Likewise.
28459         (RUN_TEST_fI_f1): Likewise.
28460         (RUN_TEST_ffI_f1): Likewise.
28461         (RUN_TEST_c_c): Likewise.
28462         (RUN_TEST_cc_c): Likewise.
28463         (RUN_TEST_f_i): Likewise.
28464         (RUN_TEST_f_i_tg): Likewise.
28465         (RUN_TEST_ff_i_tg): Likewise.
28466         (RUN_TEST_f_b): Likewise.
28467         (RUN_TEST_f_b_tg): Likewise.
28468         (RUN_TEST_f_l): Likewise.
28469         (RUN_TEST_f_L): Likewise.
28470         (RUN_TEST_sincos): Likewise.
28471         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28472         whether to show exceptions.  Do not include ");\n" in return
28473         value.
28474         (special_functions): Output call to RUN_TEST_sincos instead of
28475         check_float calls.  Update calls to new_test.
28476         (parse_args): Output call to single RUN_TEST_* macro instead of
28477         check_* calls and other assignments.  Update calls to new_test.
28479         [BZ #2546]
28480         [BZ #2560]
28481         [BZ #5159]
28482         [BZ #15426]
28483         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28484         input to result for tgamma overflow.
28485         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28486         (gamma_coeff): New variable.
28487         (NCOEFF): New macro.
28488         (gamma_positive): New function.
28489         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28490         underflow here.  Use gamma_positive instead of exp (lgamma) for
28491         other arguments.
28492         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28493         (gamma_coeff): New variable.
28494         (NCOEFF): New macro.
28495         (gammaf_positive): New function.
28496         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28497         underflow here.  Use gamma_positive instead of exp (lgamma) for
28498         other arguments.
28499         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28500         (gamma_coeff): New variable.
28501         (NCOEFF): New macro.
28502         (gammal_positive): New function.
28503         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28504         underflow here.  Use gamma_positive instead of exp (lgamma) for
28505         other arguments.
28506         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28507         (gamma_coeff): New variable.
28508         (NCOEFF): New macro.
28509         (gammal_positive): New function.
28510         (__ieee754_gammal_r): Handle positive infinity, overflow and
28511         underflow here.  Handle NaN the same as positive infinity.  Remove
28512         check x < 0xffffffff for negative integers.  Use gamma_positive
28513         instead of exp (lgamma) for other arguments.
28514         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28515         (gamma_coeff): New variable.
28516         (NCOEFF): New macro.
28517         (gammal_positive): New function.
28518         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28519         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28520         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28521         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28522         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28523         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28524         * sysdeps/generic/math_private.h (__gamma_productf): New
28525         prototype.
28526         (__gamma_product): Likewise.
28527         (__gamma_productl): Likewise.
28528         * math/Makefile (libm-calls): Add gamma_product.
28529         * math/libm-test.inc (tgamma_test): Add more tests.
28530         * sysdeps/i386/fpu/libm-test-ulps: Update.
28531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28533 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28535         * benchtests/bench-skeleton.c (main): Preheat CPU.
28537 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28539         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28541 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28543         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28544         and _dl_skip_args_internal.
28546 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28548         * manual/message.texi (Message Translation): Talk about users.
28549         Message to key mapping impacts design.
28551 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28553         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28555         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28557         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28558         * sysdeps/wordsize-64/glob64.c: ... here.
28560         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28561         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28562         New macros.
28564         * debug/getlogin_r_chk.c: Moved to ...
28565         * login/getlogin_r_chk.c: ... here.
28566         * debug/Makefile (routines): Move getlogin_r_chk to ...
28567         * login/Makefile (routines): ... here.
28568         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28569         * login/Versions (libc: GLIBC_2.4): ... here.
28571         * io/poll.c (__poll): Renamed from poll.
28572         Add libc_hidden_def.
28573         (poll): Define as weak alias.
28575         * debug/ptsname_r_chk.c: Moved to ...
28576         * login/ptsname_r_chk.c: ... here.
28577         * debug/Makefile (routines): Move ptsname_r_chk to ...
28578         * login/Makefile (routines): ... here.
28579         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28580         * login/Versions (libc: GLIBC_2.4): ... here.
28582         * posix/getlogin.c: Moved to ...
28583         * login/getlogin.c: ... here.
28584         * posix/getlogin_r.c: Moved to ...
28585         * login/getlogin_r.c: ... here.
28586         * posix/getlogin_r.c: Moved to ...
28587         * login/getlogin_r.c: ... here.
28588         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28589         * login/Makefile (routines): ... here.
28590         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28591         * login/Versions (libc: GLIBC_2.0): ... here.
28593         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28594         (setrlimit): Define as weak alias.
28596         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28597         Call __ names for open, ftruncate, and close.
28598         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28599         (truncate): Define as weak alias.
28601 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28603         * math/gen-libm-test.pl (parse_args): Initialize x before each
28604         test of frexp, modf and remquo.
28606         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28607         test signgam value.
28609 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28611         [BZ #15418]
28612         [BZ #15419]
28613         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28614         internal tests.
28615         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28617 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28619         * elf/dl-writev.h: New file.
28620         * elf/dl-misc.c: Include it.
28621         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28622         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28624 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28626         * math/libm-test.inc (noXFails): Remove variable.
28627         (noXPasses): Likewise.
28628         (BUILD_COMPLEX_INT): Remove macro.
28629         (print_screen): Remove xfail argument.
28630         (print_screen_max_error): Likewise.
28631         (update_stats): Likewise.
28632         (print_max_error): Likewise.  Update calls to other affected
28633         functions.
28634         (print_complex_max_error): Likewise.
28635         (test_single_exception): Update calls to print_screen.
28636         (test_single_errno): Likewise.
28637         (check_float_internal): Remove xfail argument.  Update calls to
28638         other affected functions.
28639         (check_float): Likewise.
28640         (check_complex): Likewise.
28641         (check_int): Likewise.
28642         (check_long): Likewise.
28643         (check_bool): Likewise.
28644         (check_longlong): Likewise.
28645         (main): Don't print noXFails and noXPasses.
28646         * math/gen-libm-test.pl (top level): Don't mention expected
28647         failure handling in comment.
28648         (new_test): Don't handle expected failures.
28649         (parse_args): Don't mention expected failure handling in comment.
28650         (generate_testfile): Don't handle expected failures.
28651         (parse_ulps): Likewise.
28652         (print_ulps_file): Likewise.
28653         (get_failure): Remove function.
28654         (output_test): Don't handle expected failures.
28655         * make/README.libm-test: Don't mention expected failure handling.
28657         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28658         (minus_zero): Likewise.
28659         (plus_infty): Likewise.
28660         (minus_infty): Likewise.
28661         (qnan_value): Likewise.
28662         (max_value): Likewise.
28663         (min_value): Likewise.
28664         (min_subnorm_value): Likewise.
28665         (initialize): Do not initialize those variables dynamically.
28667 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28669         * io/open.c (__open_2): Moved to ...
28670         * io/open_2.c: ... this new file.
28671         * io/open64.c (__open64_2): Moved to ...
28672         * io/open64_2.c: ... this new file.
28673         * io/openat.c (__openat_2): Moved to ...
28674         * io/openat_2.c: ... this new file.
28675         * io/openat64.c (__openat64_2): Moved to ...
28676         * io/openat64_2.c: ... this new file.
28677         * io/Makefile (routines): Add them.
28678         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28679         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28680         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28681         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28682         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28683         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28684         (__openat64): Add hidden_ver.
28685         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28686         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28688         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28689         Separately conditionalize setting of GLRO(dl_sysinfo) so
28690         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28691         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28693 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28695         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28696         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28697         definition.
28698         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28699         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28700         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28701         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28702         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28704 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28706         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28707         test signgam value.
28709         * math/libm-test.inc (hypot_test): Do not use
28710         IGNORE_ZERO_INF_SIGN.
28712 2013-05-03  Andreas Jaeger  <aj@suse.de>
28714         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28715         Linux 3.9.
28716         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28717         (PF_MAX): Adjust for VSOCK change.
28719 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28723 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28725         [BZ #15264]
28726         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28727         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28728         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28730 2013-05-02  David S. Miller  <davem@davemloft.net>
28732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28734 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28736         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28738 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28740         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28742 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28744         [BZ #14952]
28745         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28746         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28747         Use __attribute__ ((__gnu_inline__)).
28748         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28749         Don't use __attribute__ ((__gnu_inline__)).
28751 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28753         [BZ #15423]
28754         * math/s_catan.c (__catan): Handle small real or imaginary part of
28755         input specially to avoid spurious underflow.
28756         * math/s_catanf.c (__catanf): Likewise.
28757         * math/s_catanh.c (__catanh): Likewise.
28758         * math/s_catanhf.c (__catanhf): Likewise.
28759         * math/s_catanhl.c (__catanhl): Likewise.
28760         * math/s_catanl.c (__catanl): Likewise.
28761         * math/libm-test.inc (catan_test): Add more tests.
28762         (catanh_test): Likewise.
28763         * sysdeps/i386/fpu/libm-test-ulps: Update.
28764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28766 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28770 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28772         [BZ #15416]
28773         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28774         accurately for denominator in atan2.
28775         * math/s_catanf.c (__catanf): Likewise.
28776         * math/s_catanh.c (__catanh): Likewise.
28777         * math/s_catanhf.c (__catanhf): Likewise.
28778         * math/s_catanhl.c (__catanhl): Likewise.
28779         * math/s_catanl.c (__catanl): Likewise.
28780         * math/libm-test.inc (catan_test): Add more tests.
28781         (catanh_test): Likewise.
28782         * sysdeps/i386/fpu/libm-test-ulps: Update.
28783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28785 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28787         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28789         * benchtests/Makefile (bench): Remove slow benchmarks.
28790         * benchtests/atan-inputs: Add slow benchmark inputs.
28791         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28792         (BENCH_FUNC): Accept variant offset.
28793         (VARIANT): Define.
28794         * benchtests/bench-skeleton.c (main): Run benchmark for each
28795         variant.
28796         * benchtests/cos-inputs: Add slow benchmark inputs.
28797         * benchtests/exp-inputs: Likewise.
28798         * benchtests/pow-inputs: Likewise.
28799         * benchtests/sin-inputs: Likewise.
28800         * benchtests/slowatan-inputs: Remove.
28801         * benchtests/slowatan.c: Remove.
28802         * benchtests/slowcos-inputs: Remove.
28803         * benchtests/slowcos.c: Remove.
28804         * benchtests/slowexp-inputs: Remove.
28805         * benchtests/slowexp.c: Remove.
28806         * benchtests/slowpow-inputs: Remove.
28807         * benchtests/slowpow.c: Remove.
28808         * benchtests/slowsin-inputs: Remove.
28809         * benchtests/slowsin.c: Remove.
28810         * benchtests/slowtan-inputs: Remove.
28811         * benchtests/slowtan.c: Remove.
28812         * benchtests/tan-inputs: Add slow benchmark inputs.
28813         * scripts/bench.pl: Parse comments and directives.
28815         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28816         in CPPFLAGS.
28817         ($(objpfx)bench-%.c): Remove *-ITER.
28818         * benchtests/bench-modf.c: Remove definition of ITER.
28819         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28820         (main): Loop for DURATION seconds instead of fixed number of
28821         iterations.
28822         * scripts/bench.pl: Don't expect iterations in parameters.
28824 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28826         * io/fchdir.c (__fchdir): Renamed from fchdir.
28827         (fchdir): Define as weak alias.
28829 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28831         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28832         (ERRNO_EDOM): Likewise.
28833         (ERRNO_ERANGE): Likewise.
28834         (noErrnoTests): New variable.
28835         (init_max_error): Set errno to 0.
28836         (test_single_errno): New function.
28837         (test_errno): Likewise.
28838         (check_float_internal): Call test_errno.  Set errno to 0.
28839         (check_complex): Refer to errno tests in comment.
28840         (check_int): Call test_errno.  Set errno to 0.
28841         (check_long): Likewise.
28842         (check_bool): Likewise.
28843         (check_longlong): Likewise.
28844         (cos_test): Use ERRNO_* flags for errno tests instead of
28845         check_int.
28846         (expm1_test): Likewise.
28847         (fmod_test): Likewise.
28848         (ilogb_test): Likewise.
28849         (lgamma_test): Likewise.
28850         (pow_test): Likewise.
28851         (remainder_test): Likewise.
28852         (sin_test): Likewise.
28853         (tan_test): Likewise.
28854         (yn_test): Likewise.
28855         (initialize): Set errno to 0.
28856         (main): Print number of errno tests.
28857         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28859 2013-04-29  Andreas Jaeger  <aj@suse.de>
28861         [BZ #15084]
28862         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28863         and RES_USEVC.
28865         [BZ #15085]
28866         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28867         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28868         unimplemented.
28870         [BZ #15380]
28871         * stdlib/random.c (__initstate): Return NULL if
28872         __initstate fails.
28874         [BZ #15086]
28875         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28876         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28877         RES_SNGLKUPREOP.
28879 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28881         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28883 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28885         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28886         of individual tests.
28887         (casin_test): Likewise.
28888         (casinh_test): Likewise.
28890 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28892         [BZ #15409]
28893         * math/s_catan.c (__catan): Handle arguments with large real or
28894         imaginary part separately without squaring.
28895         * math/s_catanf.c (__catanf): Likewise.
28896         * math/s_catanh.c (__catanh): Likewise.
28897         * math/s_catanhf.c (__catanhf): Likewise.
28898         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28899         and redefine.
28900         (__catanhl): Handle arguments with large real or imaginary part
28901         separately without squaring.
28902         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28903         and redefine.
28904         (__catanl): Handle arguments with large real or imaginary part
28905         separately without squaring.
28906         * math/libm-test.inc (catan_test): Add more tests.
28907         (catanh_test): Likewise.
28908         * sysdeps/i386/fpu/libm-test-ulps: Update.
28909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28911 2013-04-27  Andreas Jaeger  <aj@suse.de>
28913         [BZ #15007]
28914         * stdlib/stdlib.h: Update guards for qecvt.
28915         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28916         <stdlib.h>.
28918 2013-04-27  Allan McRae  <allan@archlinux.org>
28920         * sysdeps/i386/fpu/libm-test-ulps: Update.
28922 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28924         [BZ #15406]
28925         * math/s_catan.c: Include <float.h>.
28926         (__catan): Ensure underflow exception occurs for underflowed
28927         result.
28928         * math/s_catanf.c: Include <float.h>.
28929         (__catanf): Ensure underflow exception occurs for underflowed
28930         result.
28931         * math/s_catanh.c: Include <float.h>.
28932         (__catanh): Ensure underflow exception occurs for underflowed
28933         result.
28934         * math/s_catanhf.c: Include <float.h>.
28935         (__catanhf): Ensure underflow exception occurs for underflowed
28936         result.
28937         * math/s_catanhl.c: Include <float.h>.
28938         (__catanhl): Ensure underflow exception occurs for underflowed
28939         result.
28940         * math/s_catanl.c: Include <float.h>.
28941         (__catanl): Ensure underflow exception occurs for underflowed
28942         result.
28943         * math/libm-test.inc (catan_test): Add more tests.
28944         (catanh_test): Likewise.
28946         [BZ #15405]
28947         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28948         underflowed result.
28949         * math/s_ccoshf.c (__ccoshf): Likewise.
28950         * math/s_ccoshl.c (__ccoshl): Likewise.
28951         * math/s_csin.c (__csin): Likewise.
28952         * math/s_csinf.c (__csinf): Likewise.
28953         * math/s_csinh.c (__csinh): Likewise.
28954         * math/s_csinhf.c (__csinhf): Likewise.
28955         * math/s_csinhl.c (__csinhl): Likewise.
28956         * math/s_csinl.c (__csinl): Likewise.
28957         * math/libm-test.inc (ccos_test): Add more tests.
28958         (ccosh_test): Likewise.
28959         (csin_test): Likewise.
28960         (csinh_test): Likewise.
28962 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28964         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28965         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28966         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28967         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28968         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28969         powerpc/power5+/fpu folders.
28970         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28973 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28975         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28977 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28979         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28980         additions to variable.
28981         [$(config-machine) = x86_64] (modules-names): Likewise.
28982         ($(objpfx)tst-audit3): Remove dependency.
28983         ($(objpfx)tst-audit3.out): Likewise.
28984         ($(objpfx)tst-audit4): Likewise.
28985         ($(objpfx)tst-audit4.out): Likewise.
28986         ($(objpfx)tst-audit5): Likewise.
28987         ($(objpfx)tst-audit5.out): Likewise.
28988         ($(objpfx)tst-audit6): Likewise.
28989         ($(objpfx)tst-audit6.out): Likewise.
28990         ($(objpfx)tst-audit7): Likewise.
28991         ($(objpfx)tst-audit7.out): Likewise.
28992         (tst-audit3-ENV): Remove variable.
28993         (tst-audit4-ENV): Likewise.
28994         (tst-audit5-ENV): Likewise.
28995         (tst-audit6-ENV): Likewise.
28996         (tst-audit7-ENV): Likewise.
28997         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28998         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28999         addition to variable.
29000         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29001         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29002         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29003         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29004         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29005         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29006         tst-audit3, tst-audit4 and tst-audit5.
29007         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29008         tst-audit6 and tst-audit7.
29009         [$(subdir) = elf] (modules-names): Add audit modules for those
29010         tests.
29011         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29012         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29013         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29014         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29015         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29016         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29017         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29018         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29019         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29020         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29021         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29022         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29023         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29024         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29025         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29026         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29027         Likewise.
29028         [$(subdir) = elf && $(config-cflags-avx) = yes]
29029         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29030         [$(subdir) = elf && $(config-cflags-avx) = yes]
29031         (CFLAGS-tst-auditmod4a.c): Likewise.
29032         [$(subdir) = elf && $(config-cflags-avx) = yes]
29033         (CFLAGS-tst-auditmod4b.c): Likewise.
29034         [$(subdir) = elf && $(config-cflags-avx) = yes]
29035         (CFLAGS-tst-auditmod6b.c): Likewise.
29036         [$(subdir) = elf && $(config-cflags-avx) = yes]
29037         (CFLAGS-tst-auditmod6c.c): Likewise.
29038         [$(subdir) = elf && $(config-cflags-avx) = yes]
29039         (CFLAGS-tst-auditmod7b.c): Likewise.
29040         * elf/tst-audit3.c: Move to ...
29041         * sysdeps/x86_64/tst-audit3.c: ... here.
29042         * elf/tst-audit4.c: Move to ...
29043         * sysdeps/x86_64/tst-audit4.c: ... here.
29044         * elf/tst-audit5.c: Move to ...
29045         * sysdeps/x86_64/tst-audit5.c: ... here.
29046         * elf/tst-audit6.c: Move to ...
29047         * sysdeps/x86_64/tst-audit6.c: ... here.
29048         * elf/tst-audit7.c: Move to ...
29049         * sysdeps/x86_64/tst-audit7.c: ... here.
29050         * elf/tst-auditmod3a.c: Move to ...
29051         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29052         * elf/tst-auditmod3b.c: Move to ...
29053         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29054         * elf/tst-auditmod4a.c: Move to ...
29055         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29056         * elf/tst-auditmod4b.c: Move to ...
29057         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29058         * elf/tst-auditmod5a.c: Move to ...
29059         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29060         * elf/tst-auditmod5b.c: Move to ...
29061         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29062         * elf/tst-auditmod6a.c: Move to ...
29063         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29064         * elf/tst-auditmod6b.c: Move to ...
29065         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29066         * elf/tst-auditmod6c.c: Move to ...
29067         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29068         * elf/tst-auditmod7a.c: Move to ...
29069         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29070         * elf/tst-auditmod7b.c: Move to ...
29071         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29073 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29075         [BZ #15366]
29076         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29077         define unconditionally.
29078         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29079         define unconditionally.
29080         (INT8_C, INT16_C, etc.): Likewise.
29082 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29084         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29085         __ehdr_start with hidden visibility.
29087         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29089 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29091         * math/libm-test.inc (cos_test): Use accurate hex constants.
29092         (sincost_test): Likewise.
29094 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29096         * math/libm-test.inc (catan_test): Add more tests.
29097         (catanh_test): Likewise.
29099         * math/s_catanf.c (__catanf): Use suffixed floating-point
29100         constants.
29101         * math/s_catanhf.c (__catanhf): Likewise.
29102         * math/s_catanhl.c (__catanhl): Likewise.
29103         * math/s_catanl.c (__catanl): Likewise.
29105         [BZ #15394]
29106         * math/s_catan.c (__catan): Calculate imaginary part of result
29107         with log1p not log unless computing log of number close to 0.
29108         * math/s_catanf.c (__catanf): Likewise.
29109         * math/s_catanl.c (__catanl): Likewise.
29110         * math/s_catanh.c (__catanh): Calculate real part of result with
29111         log1p not log unless computing log of number close to 0.
29112         * math/s_catanhf.c (__catanhf): Likewise.
29113         * math/s_catanhl.c (__catanhl): Likewise.
29114         * math/libm-test.inc (catan_test): Add more tests.
29115         (catanh_test): Likewise.
29116         * sysdeps/i386/fpu/libm-test-ulps: Update.
29117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29119 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29121         * benchtests/Makefile: Mention files in which fast and slow
29122         paths of math functions are implemented.
29124 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29126         * sysdeps/posix/timespec_get.c: New file.
29128 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29130         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29131         POWER.
29132         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29133         for POWER.
29134         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29135         powerpc/power5/fpu folders.
29136         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29137         * benchtests/Makefile: Add modf testcase.
29138         * benchtests/bench-modf.c: New file: Benchmark test for mo
29140 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29142         [BZ #14888]
29143         * time/Makefile (tests): Add tst-strptime-whitespace.
29144         * time/strptime_l.c (get_number): Use ISSPACE.
29145         (__strptime_internal): Likewise.
29146         * time/tst-strptime-whitespace.c: New test case.
29148 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29150         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29151         member.
29152         (_nss_files_init): Set it here.
29154 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29156         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29157         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29158         unsigned.
29160 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29162         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29164 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29166         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29167         size just once.
29169 2013-04-21  David S. Miller  <davem@davemloft.net>
29171         * po/ru.po: Update Russion translation from translation project.
29173 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29175         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29176         and setfsgid.
29178 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29180         * configure.in: Remove i386 configure warning. Remove i386 case.
29181         * configure: Regenerate.
29182         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29183         Add example to error message.
29184         * sysdeps/i386/configure: Regenerate.
29186 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29188         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29189         slowtan.
29190         * benchtests/cos-inputs: New file.
29191         * benchtests/slowcos-inputs: New file.
29192         * benchtests/slowcos.c: New file.
29193         * benchtests/slowtan-inputs: New file.
29194         * benchtests/slowtan.c: New file.
29195         * benchtests/tan-inputs: New file.
29197 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29199         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29200         considered kosher.
29202 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29204         * benchtests/Makefile: Include cppflags-iterator.mk to add
29205         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29207         * Makefile.in (bench-clean): New target.
29208         * benchtests/Makefile (bench-clean): Likewise.
29210 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29212         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29214 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29216         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29218 2013-04-15  Andreas Schwab  <schwab@suse.de>
29220         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29221         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29222         * nscd/pwdcache.c (cache_addpw): Likewise.
29223         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29224         more than recsize.
29226 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29228         * benchtests/Makefile (bench): Write all output to
29229         bench-out.tmp together.
29231 2013-04-15  Andreas Schwab  <schwab@suse.de>
29233         * nscd/nscd.c (main): Don't fork again after closing files.
29235 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29237         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29239         * benchtests/Rules (bench-deps): Collect dependencies into a
29240         single variable.  Add Makefile to dependencies.
29241         ($(objpfx)bench-%.c): Depend on bench-deps.
29243 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29244             Xavier Roche  <roche+kml2@exalead.com>
29246         [BZ #15361]
29247         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29248         just that it's a file descriptor.
29249         * manual/llio.texi (Synchronizing AIO Operations): Update description
29250         for EBADF error from aio_fsync.
29252 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29254         * Rules (bench): Move target definition...
29255         * benchtests/Makefile: ... here.
29257 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29259         * math/libm-test.inc (cos_test): Fix PI/2 test.
29260         (sincos_test): Likewise.
29261         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29262         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29264 2013-04-11  Andreas Schwab  <schwab@suse.de>
29266         [BZ #13988]
29267         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29268         accept exponent character only when digits were seen.
29269         * stdio-common/Makefile (tests): Add bug26.
29270         * stdio-common/bug26.c: New file.
29272         [BZ #14293]
29273         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29274         non-freeable.
29276 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29278         * Makeconfig (rtld-prefix): Define built linker prefix.
29279         * Rules (run-bench): Use it.
29280         * math/Makefile (run-regen-ulps): Likewise.
29282         * Rules (bench): Remove eval.
29284 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29285             Roland McGrath  <roland@hack.frob.com>
29286             Ondrej Bilka  <neleai@seznam.cz>
29288         [BZ #15346]
29289         * time/getdate.c: Include ctype.h and alloca.h.
29290         (__getdate_r): Trim leading and trailing spaces of input.
29291         * time/tst-getdate.c (tests): Add tests with leading and
29292         trailing spaces.
29294 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29296         [BZ #14280]
29297         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29298         when computing value.
29300 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29302         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29303         Use testrun.sh to run libm tests.
29305         [BZ #15309]
29306         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29308 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29310         [BZ #15264]
29311         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29313 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29315         * Makefile.in (regen-ulps): New target.
29316         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29317         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29318         [ifneq (no,$(PERL)] (regen-ulps): New target.
29319         [ifeq (no,$(PERL)] (regen-ulps): New target.
29320         * math/libm-test.inc (ulps_file_name): Define.
29321         (output_dir): New variable.
29322         (options): Add "output-dir" option.
29323         (parse_opt): Handle 'o' case.
29324         (main): If output_dir is non-NULL use it as a prefix
29325         otherwise use "".
29326         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29328 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29330         [BZ #10060, #10062]
29331         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29332         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29333         fail configure if __sync_val_compare_and_swap is not inlined.
29334         * sysdeps/i386/configure: Regenerate.
29335         * configure.in: Build for i686 when configured for i386.
29336         * configure: Regenerate.
29337         * README: Remove i386 reference.
29339 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29341         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29342         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29344 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29346         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29347         (lmsnanval): New variables.
29348         (F): Add conversion tests.
29349         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29350         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29352         * stdio-common/tstdiomisc.c (F): Properly collect individual
29353         tests' results.
29355         [BZ #14686, #15336]
29356         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29357         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29358         Instead, use input NaN values or generate a qNaN by arithmetic
29359         operation.  Also fix bugs to comply with the standard.
29360         * math/libm-test.inc (remainder_test): Add more tests.
29362         [BZ #15335, #15342]
29363         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29364         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29365         input NaN values or generate a qNaN by arithmetic operation.
29367         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29368         unreachable code.
29370         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29371         definitions.
29373 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29375         [BZ #14478]
29376         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29377         underflowed result.
29378         * math/s_cexpf.c (__cexpf): Likewise.
29379         * math/s_cexpl.c (__cexpl): Likewise.
29380         * math/libm-test.inc (cexp_test): Add more tests.
29382 2013-04-03  Andreas Schwab  <schwab@suse.de>
29384         [BZ #15330]
29385         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29386         order arrays from heap if bigger than alloca cutoff.
29388 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29390         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29391         (SNAN_TESTS_double): Refer to GCC PR56831.
29392         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29393         GCC PR56828.
29395 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29397         * Rules (bench): Move bench.out after the run is complete.
29399         * Rules (bench): Echo currently running benchmark.
29401         * benchtests/Makefile (bench): Add atan and slowatan.
29402         * benchtests/atan-inputs: New file.
29403         * benchtests/slowatan-inputs: New file.
29404         * benchtests/slowatan.c: New file.
29406         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29407         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29408         its value.
29410         [BZ #15305]
29411         * sysdeps/unix/sysv/linux/kernel-features.h
29412         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29413         __ASSUME_XFS_RESTRICTED_CHOWN.
29414         * sysdeps/unix/sysv/linux/pathconf.c
29415         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29416         Save and restore errno.
29418 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29420         [BZ #15327]
29421         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29422         arguments using __kernel_casinh.
29423         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29424         arguments using __kernel_casinhf.
29425         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29426         arguments using __kernel_casinhl.
29427         * math/libm-test.inc (cacosh_test): Add more tests.
29428         * sysdeps/i386/fpu/libm-test-ulps: Update.
29429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29431 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29433         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29434         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29436         * bench/Makefile (bench): Add sin and slowsin.
29437         * benchtests/sin-inputs: New file.
29438         * benchtests/slowsin-inputs: New file.
29439         * benchtests/slowsin.c: New file.
29441         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29442         (bench): Add slowexp and slowpow.
29443         (exp-ITER): Increase iterations.
29444         (pow-ITER): Likewise.
29445         * benchtests/exp-inputs: Change input.
29446         * benchtests/pow-inputs: Likewise.
29447         * benchtests/slowexp-inputs: New file.
29448         * benchtests/slowexp.c: New file.
29449         * benchtests/slowpow-inputs: New file.
29450         * benchtests/slowpow.c: New file.
29452 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29454         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29455         instructions.
29456         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29457         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29458         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29459         * benchtests/Makefile: Add rint benchtest.
29460         * benchtests/rint-inputs: Input for rint benchtest.
29462 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29464         * Versions.def (libm): Add GLIBC_2.18.
29465         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29466         hidden libm prototypes.
29467         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29468         * math/Makefile (libm-calls): Add s_issignaling.
29469         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29470         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29471         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29472         declaration.
29473         * math/math.h [__USE_GNU] (issignaling): New macro.
29474         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29475         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29476         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29477         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29478         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29479         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29480         * manual/arith.texi (issignaling): New section.
29481         * manual/libm-err-tab.pl (@all_functions): Update comment.
29482         * math/gen-libm-test.pl (parse_args): Apply special handling for
29483         issignaling.
29484         * math/libm-test.inc (print_float, issignaling_test): New
29485         functions.
29486         (check_float_internal): Add issignaling checks.
29487         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29488         default definition.
29489         * sysdeps/powerpc/math-tests.h: New file.
29490         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29491         tests.
29492         * math/test-snan.c (TEST_FUNC): Likewise.
29494 2013-03-30  David S. Miller  <davem@davemloft.net>
29496         * po/de.po: Update from translation team.
29498 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29500         [BZ #10357]
29501         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29502         imaginary part less than 1.0 and real part less than 0.5
29503         specially.
29504         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29505         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29506         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29507         (cacos_test): Add more tests.
29508         (casin_test): Likewise.
29509         (casinh_test): Likewise.
29510         * sysdeps/i386/fpu/libm-test-ulps: Update.
29511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29513 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29515         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29516         ONE with its value.
29518         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29519         (__pow_mp): Replace ONE and MONE with their values.
29520         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29521         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29522         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29523         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29524         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29525         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29527         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29529         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29530         (__pow_mp): Replace ZERO and MZERO with their values.
29531         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29532         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29533         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29534         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29535         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29536         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29537         (__sqr): Likewise.
29539         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29541         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29543 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29545         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29546         Declare with __attribute__ ((weak)).
29547         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29548         Call __call_tls_dtors only if it's not NULL.
29550 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29552         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29553         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29554         magic __ehdr_start linker symbol if it's defined.
29555         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29556         them up here if it was already done.
29558         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29559         (_dl_aux_init): Use const in cast when setting it.
29560         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29561         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29562         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29564         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29565         Declare them here.
29566         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29567         * csu/libc-tls.c: Nor here.
29568         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29570         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29571         (__libc_message): Never call vsyslog.
29573 2013-03-28  Alan Modra  <amodra@gmail.com>
29575         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29576         Define as empty.
29577         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29578         Likewise.
29580 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29582         [BZ #15214]
29583         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29584         underflow.
29585         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29587 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29589         [BZ #15304]
29590         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29591         Don't add gid passed as argument.
29593         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29595 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29597         [BZ #15307]
29598         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29599         imaginary part between 1.0 and 1.5 and real part less than 0.5
29600         specially.
29601         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29602         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29603         * math/libm-test.inc (cacos_test): Add more tests.
29604         (casin_test): Likewise.
29605         (casinh_test): Likewise.
29606         * sysdeps/i386/fpu/libm-test-ulps: Update.
29607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29609 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29611         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29612         constants.
29613         (norm): Likewise.
29614         (denorm): Likewise.
29615         (__dbl_mp): Likewise.
29616         (add_magnitudes): Likewise.
29617         (sub_magnitudes): Likewise.
29618         (__add): Likewise.
29619         (__sub): Likewise.
29620         (__mul): Likewise.
29621         (__sqr): Likewise.
29622         (__inv): Likewise.
29623         (__dvd): Likewise.
29625         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29626         commented code.
29627         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29628         (__dubcos): Likewise.
29629         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29630         (__ieee754_acos): Likewise.
29631         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29632         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29633         (__exp1): Likewise.
29634         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29635         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29636         (log1): Likewise.
29637         (my_log2): Likewise.
29638         (checkint): Likewise.
29639         * sysdeps/ieee754/dbl-64/e_remainder.c
29640         (__ieee754_remainder): Likewise.
29641         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29642         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29643         (bsloww): Likewise.
29644         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29646         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29647         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29648         MANTISSA_STORE_T to store computations on mantissa.  Use
29649         macros for rounding and division.
29650         (denorm): Likewise.
29651         (__dbl_mp): Likewise.
29652         (add_magnitudes): Likewise.
29653         (sub_magnitudes): Likewise.
29654         (__mul): Likewise.
29655         (__sqr): Likewise.
29656         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29657         powers of two in terms of TWOPOW macro.
29658         (mp_no): Make type of mantissa as MANTISSA_T.
29659         [!RADIXI]: Define RADIXI.
29660         [!TWO52]: Define TWO52.
29661         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29663 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29665         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29666         llroundl symbol when building for PPC32.
29668 2013-03-24  Mark H Weaver  <mhw@netris.org>
29670         * manual/arith.texi (Normalization Functions): Fix prototypes for
29671         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29673 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29675         [BZ #13889]
29676         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29677         high value to check if expl overflow.
29678         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29679         to check for underflow and overflow.
29680         * math/libm-test.inc: Add exp test.
29682 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29684         [BZ #11120]
29685         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29686         with NOT_IN_libc.
29688 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29690         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29691         symbol.
29693 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29695         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29696         wrap blocks consisting of several statements.
29698         * sysdeps/generic/math-tests.h: New file.
29699         * sysdeps/i386/fpu/math-tests.h: Likewise.
29700         * math/test-snan.c: Include it.
29701         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29703 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29705         [BZ #15285]
29706         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29707         (__ieee754_j0l): Do not improve calculations using cos of twice
29708         input for inputs above LDBL_MAX / 2.0L.
29709         (__ieee754_y0l): Likewise.
29710         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29711         (__ieee754_j1l): Do not improve calculations using cos of twice
29712         input for inputs above LDBL_MAX / 2.0L.
29713         (__ieee754_y1l): Likewise.
29714         * math/libm-test.inc (j0_test): Add another test.
29715         (j1_test): Likewise.
29716         (y0_test): Likewise.
29717         (y1_test): Likewise.
29718         * sysdeps/i386/fpu/libm-test-ulps: Update.
29720 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29722         * Rules ($(objpfx)bench-%.c): Include code from a C source
29723         file.
29725 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29727         [BZ #15287]
29728         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29729         imaginary part 1.0 and real part less than 0.5 specially.
29730         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29731         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29732         * math/libm-test.inc (cacos_test): Add more tests.
29733         (casin_test): Likewise.
29734         (casinh_test): Likewise.
29735         * sysdeps/i386/fpu/libm-test-ulps: Update.
29736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29738 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29740         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29741         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29743 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29745         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29746         * config.make.in (config-cflags-sse4): Remove variable.
29747         (config-cflags-avx): Likewise.
29748         (config-cflags-sse2avx): Likewise.
29749         (config-cflags-novzeroupper): Likewise.
29750         (config-asflags-i686): Likewise.
29751         (have-mfma4): Likewise.
29752         (have-as-vis3): Likewise.
29753         (MIG): Likewise.
29754         * configure.in (MIG): Do not AC_SUBST.
29755         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29756         (libc_cv_cc_sse4): Do not AC_SUBST.
29757         (libc_cv_cc_avx): Likewise.
29758         (libc_cv_cc_sse2avx): Likewise.
29759         (libc_cv_cc_novzeroupper): Likewise.
29760         (libc_cv_cc_fma4): Likewise.
29761         (libc_cv_as_i686): Likewise.
29762         (libc_cv_sparc_as_vis3): Likewise.
29763         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29764         LIBC_CONFIG_VAR.
29765         (config-asflags-i686): Likewise.
29766         (config-cflags-avx): Likewise.
29767         (config-cflags-sse2avx): Likewise.
29768         (have-mfma4): Likewise.
29769         (config-cflags-novzeroupper): Likewise.
29770         * sysdeps/mach/configure.in (MIG): Likewise.
29771         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29772         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29773         LIBC_CONFIG_VAR.
29774         (config-cflags-avx): Likewise.
29775         (config-cflags-sse2avx): Likewise.
29776         (have-mfma4): Likewise.
29777         (config-cflags-novzeroupper): Likewise.
29778         * configure: Regenerated.
29779         * sysdeps/i386/configure: Likewise.
29780         * sysdeps/mach/configure: Likewise.
29781         * sysdeps/sparc/configure: Likewise.
29782         * sysdeps/x86_64/configure: Likewise.
29784 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29786         [BZ #14812]
29787         * locale/programs/localedef.c (options): Put N_ translation marker
29788         on argument names, not just descriptions.
29790 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29792         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29794 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29796         [BZ #14176]
29797         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29799 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29801         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29802         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29803         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29804         [!BEFORE_ABORT] (before_abort): New function.
29805         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29806         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29807         (writev_for_fatal): New function.
29808         (WRITEV_FOR_FATAL): New macro; call that.
29809         (backtrace_and_maps): New function.
29810         (BEFORE_ABORT): New macro; call that.
29811         (struct str_list): Type removed.
29812         (__libc_message, __libc_fatal): Functions removed.
29813         Include <sysdeps/posix/libc_fatal.c> instead.
29815 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29817         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29818         constants.
29819         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29820         double constants.
29822 2013-03-19  Andreas Schwab  <schwab@suse.de>
29824         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29825         * sysdeps/gnu/configure: Regenerate.
29827         * configure.in: Substitute libc_cv_rtlddir.
29828         * configure: Regenerate.
29829         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29830         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29831         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29832         * elf/Makefile (install-others, CFLAGS-interp.c)
29833         (ldso_install, common-ldd-rewrite): Likewise.
29834         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29835         $(inst_slibdir)/$(rtld-installed-name).
29836         * scripts/rellns-sh: Add -p option.
29837         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29838         for source.
29840 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29842         * manual/nptl.texi: Renamed to ...
29843         * manual/threads.texi: ... this.
29844         * manual/Makefile (chapters): Update.
29846 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29848         [BZ #14812]
29849         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29850         on argument names, not just descriptions.
29851         * malloc/memusagestat.c (options): Likewise.
29852         * nss/getent.c (options): Likewise.
29854 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29856         [BZ #14812]
29857         * iconv/iconv_prog.c (options): Put N_ translation marker
29858         on argument names, not just descriptions.
29859         * iconv/iconvconfig.c (options): Likewise.
29861 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29863         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29864         implementation which is faster on all x86_64 architectures.
29865         Tested on AMD, Intel Nehalem, SNB, IVB.
29866         * sysdeps/x86_64/strnlen.S: Likewise.
29868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29869         Remove all multiarch strlen and strnlen versions.
29870         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29871         Remove strlen and strnlen related parts.
29873         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29874         Inline strlen part.
29875         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29877         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29878         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29879         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29880         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29881         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29882         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29884 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29886         * manual/memory.texi (Malloc Tunable Parameters):
29887         Sort parameters alphabetically. Add comments for missing entries.
29889 2013-03-17  David S. Miller  <davem@davemloft.net>
29891         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29893 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29895         [BZ #15283]
29896         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29897         for arguments at most half maximum finite value.
29898         * math/libm-test.inc (j0_test): Add more tests.
29899         (j1_test): Likewise.
29900         (y0_test): Likewise.
29901         (y1_test): Likewise.
29902         * sysdeps/i386/fpu/libm-test-ulps: Update.
29903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29905         [BZ #14155]
29906         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29907         1 / x and functions P and Q for arguments above 0x1p256L.
29908         (__ieee754_y0l): Likewise.
29909         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29910         (__ieee754_y1l): Likewise.
29911         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29912         (j1_test): Likewise.
29913         (y0_test): Likewise.
29914         (y1_test): Likewise.
29916 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29918         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29919         variable.
29921 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29923         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29924         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29925         zero since it's initialized to EXEC_PAGESIZE.
29927         * sysdeps/unix/sysv/linux/ldsodefs.h
29928         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29929         * sysdeps/generic/ldsodefs.h: ... here.
29931 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29933         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29935         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29936         math/test-snan.c.
29937         * math/test-snan.c: Renamed from
29938         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29939         * math/Makefile (tests): Add test-snan.
29940         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29941         test-powerpc-snan.
29943         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29944         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29945         functions.
29946         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29947         __builtin_nan family of functions.
29948         * math/libm-test.inc (initialize): Initialize qnan_value with
29949         __builtin_nan family of functions.
29950         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29951         Remove variables.
29952         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29953         Remove functions.
29954         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29955         storage class.  Initialize qNaN_var and sNaN_var with
29956         __builtin_nan and __builtin_nans families of functions,
29957         respectively.
29959         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29960         (sqrt_test): Remove duplicate test with qNaN input.
29961         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29962         (round_test, signbit_test, significand_test): Note missing +/-Inf
29963         as well as qNaN tests.
29965         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29966         qNaN_var.  Fix a few strings, too.
29967         * math/libm-test.inc (nan_value): Rename to qnan_value.
29968         * math/gen-libm-test.pl (%beautify): Adjust to that.
29969         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29970         * math/test-misc.c (main): Likewise.
29971         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29972         to __qnan_bytes, and __qnan_union, respectively.
29973         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29974         Likewise.
29975         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29976         and lqnanval, respectively.
29977         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29978         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29979         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29980         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29982         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29983         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29984         doubles.
29986         * math/test-misc.c (main): Fix copy'n'pastos.
29987         * misc/tst-efgcvt.c (special): Likewise.
29989         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29990         Remove declarations.
29992 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29994         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29995         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29996         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29997         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29999 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30001         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30002         macro to return vdso values correctly in IFUNC implementations.
30003         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30004         Optimization by using IFUNC.
30006 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30007             Richard Henderson  <rth@redhat.com>
30008             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30010         * Makefile.in (bench): New target.
30011         * NEWS: Mention the benchmark framework.
30012         * Rules (bench): Likewise.
30013         (binaries-bench): Generate binaries for functions to
30014         benchmark.
30015         * benchtests/Makefile: New makefile for benchmark tests.
30016         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30017         programs.
30018         * benchtests/exp-inputs: New input file for EXP function.
30019         * benchtests/pow-inputs: New input file for POW function.
30020         * scripts/bench.pl: New script to generate source files for
30021         benchmark programs.
30023 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30025         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30026         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30027         computations on mantissa.  Use macros for rounding and
30028         division.
30029         (denorm): Likewise.
30030         (__dbl_mp): Likewise.
30031         (add_magnitudes): Likewise.
30032         (sub_magnitudes): Likewise.
30033         (__mul): Likewise.
30034         (__sqr): Likewise.
30035         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30036         powers of two in terms of TWOPOW macro.
30037         (mp_no): Make type of mantissa as MANTISSA_T.
30038         [!RADIXI]: Define RADIXI.
30039         [!TWO52]: Define TWO52.
30040         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30042         * manual/nptl.texi (cindex): Modify threads to pthreads.
30044 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30046         * sysdeps/x86_64/preconfigure: Regenerated.
30048 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30050         [BZ #14155]
30051         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30052         0x1p28 and above.
30053         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30054         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30055         0x1p28 and above.
30056         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30057         * math/libm-test.inc (j0_test): Do not allow one spurious
30058         underflow exception.
30059         (y1_test): Likewise.
30061 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30063         * manual/Makefile (chapters): Add nptl.
30064         * manual/debug.texi (Debugging Support): Add link to Threads
30065         chapter.
30066         * manual/nptl.texi: New file.
30068         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30070 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30072         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30073         for non-NULL pointer before the memory validity test. Pointed
30074         out by Holger Brunck <holger.brunck@keymile.com>.
30076 2013-03-13  Andreas Schwab  <schwab@suse.de>
30078         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30079         instead of .os.
30081 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30083         * timezone/zic.c: Update from tzcode 2013b.
30085 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30087         * manual/install.texi (Configuring and compiling):
30088         Mention i686 and i586.
30089         * INSTALL: Regenerate.
30091 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30093         * sysdeps/init_array/elf-init.c: New file.
30094         * csu/elf-init.c
30095         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30096         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30098         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30099         __gmon_start__ as global, but as static with a .preinit_array pointer.
30100         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30101         * sysdeps/init_array/crti.S: New file, empty except for comments.
30102         * sysdeps/init_array/crtn.S: Likewise.
30104 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30106         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30107         definining bcopy.
30108         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30109         Remove Prefer_SSE_for_memop.
30110         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30111         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30112         HAS_PREFER_SSE_FOR_MEMOP.
30113         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30114         memset-x86-64.
30115         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30116         Remove bzero, memset ifunc support.
30117         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30118         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30119         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30120         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30122 2013-03-11  Andreas Schwab  <schwab@suse.de>
30124         [BZ #15234]
30125         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30126         by SHLIB_COMPAT.
30127         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30128         (GLIBC_2.16): Remove pthread_atfork.
30130 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30132         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30133         (ptestcases.h): Likewise.
30135 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30137         * Makeconfig ($(common-objpfx)config.status): Depend on
30138         sysdeps/*/preconfigure{,.in} too.
30140 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30142         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30143         (__free_hook): Use void * instead of __malloc_ptr_t.
30144         (__malloc_hook): Likewise.
30145         (__realloc_hook): Likewise.
30146         (__memalign_hook): Likewise.
30147         (__after_morecore_hook): Likewise.
30148         * malloc/arena.c (save_malloc_hook): Likewise.
30149         (save_free_hook): Likewise.
30150         * malloc/hooks.c (malloc_hook_ini): Likewise.
30151         (realloc_hook_ini): Likewise.
30152         (memalign_hook_ini): Likewise.
30153         * malloc/malloc.c (malloc_hook_ini): Likewise.
30154         (realloc_hook_ini): Likewise.
30155         (memalign_hook_ini): Likewise.
30156         (__free_hook): Likewise.
30157         (__malloc_hook): Likewise.
30158         (__realloc_hook): Likewise.
30159         (__memalign_hook): Likewise.
30160         (__libc_malloc): Likewise.
30161         (__libc_free): Likewise.
30162         (__libc_realloc): Likewise.
30163         (__libc_memalign): Likewise.
30164         (__libc_valloc): Likewise.
30165         (__libc_pvalloc): Likewise.
30166         (__libc_calloc): Likewise.
30167         (__posix_memalign): Likewise.
30168         * malloc/morecore.c (__sbrk): Likewise.
30169         (__default_morecore): Likewise.
30171         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30173         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30174         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30175         __malloc_ptrdiff_t.
30177         * malloc/malloc.h (__malloc_size_t): Remove macro.
30178         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30179         __malloc_size_t.
30180         (old_memalign_hook): Likewise.
30181         (old_realloc_hook): Likewise.
30182         (struct hdr): Likewise.
30183         (flood): Likewise.
30184         (mallochook): Likewise.
30185         (memalignhook): Likewise.
30186         (reallochook): Likewise.
30187         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30188         (tr_old_realloc_hook): Likewise.
30189         (tr_old_memalign_hook): Likewise.
30190         (tr_mallochook): Likewise.
30191         (tr_reallochook): Likewise.
30192         (tr_memalignhook): Likewise.
30194 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30196         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30197         default_ldbl_pack and using as default implementation.
30198         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30199         implementation.
30200         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30201         redundant definition.
30202         (ldbl_insert_mantissa): Likewise.
30203         (ldbl_canonicalize): Likewise.
30204         (ldbl_nearbyint): Likewise.
30205         (ldbl_pack): Rename to ldbl_pack_ppc.
30206         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30207         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30208         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30210 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30212         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30213         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30214         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30215         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30216         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30217         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30218         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30219         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30221 2013-03-07  Andreas Jaeger  <aj@suse.de>
30223         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30224         bits/mman-linux.h.
30226 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30228         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30229         Include mpa.h and declare __MPEXP.
30230         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30231         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30232         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30233         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30234         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30235         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30236         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30238         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30239         (__slowpow): Use long double EXPL and LOGL functions to
30240         compute POW.
30241         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30242         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30243         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30244         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30245         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30246         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30249         intermediate variable to calculate exponent.
30250         (__sqr): Likewise.
30251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30252         Likewise.
30253         (__sqr): Likewise.
30255         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30256         [!NO__SQR]: Define __sqr.
30257         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30258         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30259         sysdeps/ieee754/dbl-64/mpa.c.
30260         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30262         [BZ #12723]
30263         * posix/Makefile (tests): Add tst-pathconf.
30264         * posix/tst-pathconf.c: New test case.
30265         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30266         _PC_PIPE_BUF.
30267         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30269 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30271         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30273 2013-03-06  Andreas Jaeger  <aj@suse.de>
30275         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30276         definition via __MAP_ANONYMOUS.
30278         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30279         it's not part of Linux headers.
30281         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30282         (MAP_HUGE_MASK): Define.
30284         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30285         Define.
30286         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30287         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30288         Define.
30289         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30290         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30291         Define.
30292         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30293         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30294         Define.
30295         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30297         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30298         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30299         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30300         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30301         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30302         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30304         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30305         Handle f2fs.
30307         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30308         Handle f2fs and efivarfs.
30310         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30311         f2fs.
30313         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30314         (EFIVARFS_MAGIC): Add.
30315         (F2FS_LINK_MAX): Add.
30317 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30319         * stdio-common/vfprintf.c: Replace __builtin_expect with
30320         __glibc_unlikely.
30322 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30324         [BZ #13550]
30325         * sysdeps/generic/bp-sym.h: Remove file.
30326         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30327         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30328         <bp-sym.h> and <bp-asm.h>.
30329         (__longjmp): Don't use BP_SYM.
30330         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30331         and <bp-asm.h>.
30332         (memcpy): Don't use BP_SYM.
30333         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30334         <bp-sym.h> and <bp-asm.h>.
30335         (memcpy): Don't use BP_SYM.
30336         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30337         <bp-asm.h>.
30338         (memcpy): Don't use BP_SYM.
30339         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30340         <bp-asm.h>.
30341         (memset): Don't use BP_SYM.
30342         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30343         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30344         (__bzero): Don't use BP_SYM.
30345         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30346         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30347         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30348         <bp-sym.h> and <bp-asm.h>.
30349         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30350         pointers.
30351         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30352         <bp-sym.h> and <bp-asm.h>.
30353         (memcpy): Don't use BP_SYM.
30354         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30355         <bp-sym.h> and <bp-asm.h>.
30356         (memset): Don't use BP_SYM.
30357         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30358         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30359         (__bzero): Don't use BP_SYM.
30360         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30361         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30362         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30363         <bp-sym.h> and <bp-asm.h>.
30364         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30365         pointers.
30366         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30367         <bp-sym.h> and <bp-asm.h>.
30368         (memcpy): Don't use BP_SYM.
30369         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30370         <bp-sym.h> and <bp-asm.h>.
30371         (memset): Don't use BP_SYM.
30372         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30373         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30374         (__bzero): Don't use BP_SYM.
30375         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30376         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30377         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30378         <bp-sym.h> and <bp-asm.h>.
30379         (__memchr): Don't use BP_SYM.
30380         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30381         <bp-sym.h> and <bp-asm.h>.
30382         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30383         pointers.
30384         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30385         <bp-sym.h> and <bp-asm.h>.
30386         (memcpy): Don't use BP_SYM.
30387         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30388         <bp-sym.h> and <bp-asm.h>.
30389         (__mempcpy): Don't use BP_SYM.
30390         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30391         <bp-sym.h> and <bp-asm.h>.
30392         (__memrchr): Don't use BP_SYM.
30393         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30394         <bp-sym.h> and <bp-asm.h>.
30395         (memset): Don't use BP_SYM.
30396         (__bzero): Likewise.
30397         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30398         <bp-sym.h> and <bp-asm.h>.
30399         (__rawmemchr): Don't use BP_SYM.
30400         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30401         <bp-sym.h> and <bp-asm.h>.
30402         (__STRCMP): Don't use BP_SYM.
30403         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30404         <bp-sym.h> and <bp-asm.h>.
30405         (strchr): Don't use BP_SYM.
30406         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30407         <bp-sym.h> and <bp-asm.h>.
30408         (__strchrnul): Don't use BP_SYM.
30409         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30410         <bp-sym.h> and <bp-asm.h>.
30411         (strlen): Don't use BP_SYM.
30412         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30413         <bp-sym.h> and <bp-asm.h>.
30414         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30415         pointers.
30416         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30417         <bp-sym.h> and <bp-asm.h>.
30418         (__strnlen): Don't use BP_SYM.
30419         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30420         <bp-sym.h> and <bp-asm.h>.
30421         (__GI__setjmp): Don't use BP_SYM.
30422         (_setjmp): Likewise.
30423         (__sigsetjmp): Likewise.
30424         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30425         (L(start_addresses)): Don't use BP_SYM.
30426         (_start): Likewise.
30427         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30428         <bp-asm.h>.
30429         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30430         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30431         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30432         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30433         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30434         <bp-asm.h>.
30435         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30436         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30437         about bounded pointers.
30438         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30439         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30440         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30441         <bp-asm.h>.
30442         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30443         about bounded pointers.  Remove GKM FIXME comments.
30444         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30445         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30446         <bp-asm.h>.
30447         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30448         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30449         Remove GKM FIXME comments.
30450         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30451         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30452         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30453         <bp-asm.h>.
30454         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30455         about bounded pointers.  Remove GKM FIXME comment.
30456         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30457         and <bp-asm.h>.
30458         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30459         pointers.
30460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30461         <bp-sym.h> and <bp-asm.h>.
30462         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30464         <bp-sym.h> and <bp-asm.h>.
30465         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30466         comment.
30468 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30470         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30471         call free(NULL).
30473 2013-03-05  David S. Miller  <davem@davemloft.net>
30475         * po/es.po: Update from translation team.
30477 2013-03-05  Andreas Jaeger  <aj@suse.de>
30479         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30480         <bits/mman-linux.h>.
30481         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30482         is fine.
30483         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30484         <bits/mman-linux.h> to end of file.
30485         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30486         is fine.
30487         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30488         <bits/mman-linux.h> to end of file.
30489         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30490         is fine.
30491         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30492         <bits/mman-linux.h> to end of file.
30494         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30495         (MCL_CURRENT, MCL_FUTURE): Define here.
30497 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30499         [BZ #15232]
30500         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30501         attribute_hidden.
30502         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30504 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30506         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30507         fourth parameter needed for rt_sigprocmask syscall.
30508         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30509         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30510         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30511         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30512         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30513         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30515 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30517         [BZ #13550]
30518         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30519         comment about bounded pointers.
30520         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30521         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30523 2013-03-04  Andreas Jaeger  <aj@suse.de>
30525         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30526         common definitions.
30528         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30529         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30530         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30531         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30532         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30533         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30535 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30537         [BZ #15055]
30538         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30539         __ieee754_sqrl instead of __sqrl.
30541 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30543         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30544         * sysdeps/powerpc/fpu_control.h: ... here.
30545         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30546         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30547         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30548         * sysdeps/powerpc/bits/mathinline.h: ... here.
30550 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30552         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30553         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30554         to just [NEED_DL_SYSINFO_DSO].
30555         * elf/dl-support.c: Likewise.
30556         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30557         * elf/rtld.c (dl_main): Likewise.
30558         * elf/setup-vdso.h (setup_vdso): Likewise.
30559         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30560         * sysdeps/unix/sysv/linux/dl-sysdep.c
30561         (_dl_discover_osversion): Likewise.
30563 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30565         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30566         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30568 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30570         * NEWS: Mention libm performance improvements and non-x86 PI
30571         futex support.
30573         * csu/libc-start.c (__pthread_initialize_minimal): Change
30574         function arguments.
30575         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30577 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30579         [BZ #13550]
30580         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30581         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30582         <bp-sym.h> and <bp-asm.h>.
30583         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30584         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30585         and <bp-asm.h>.
30586         (memcpy): Don't use BP_SYM.
30587         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30588         <bp-asm.h>.
30589         (__mpn_add_n): Don't use BP_SYM.
30590         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30591         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30592         and <bp-asm.h>.
30593         (__mpn_addmul_1): Don't use BP_SYM.
30594         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30595         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30596         <bp-sym.h>.
30597         (_setjmp): Don't use BP_SYM.
30598         (__novmx_setjmp): Likewise.
30599         (__GI__setjmp): Likewise.
30600         (__vmx_setjmp): Likewise.
30601         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30602         <bp-sym.h>.
30603         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30604         (__bzero): Don't use BP_SYM.
30605         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30606         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30607         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30608         <bp-sym.h> and <bp-asm.h>.
30609         (memcpy): Don't use BP_SYM.
30610         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30611         <bp-sym.h> and <bp-asm.h>.
30612         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30613         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30614         <bp-sym.h> and <bp-asm.h>.
30615         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30616         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30617         <bp-asm.h>.
30618         (__mpn_lshift): Don't use BP_SYM.
30619         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30620         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30621         <bp-asm.h>.
30622         (memset): Don't use BP_SYM.
30623         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30624         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30625         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30626         <bp-asm.h>.
30627         (__mpn_mul_1): Don't use BP_SYM.
30628         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30629         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30630         <bp-sym.h> and <bp-asm.h>.
30631         (memcmp): Don't use BP_SYM.
30632         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30633         <bp-sym.h> and <bp-asm.h>.
30634         (memcpy): Don't use BP_SYM.
30635         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30636         <bp-sym.h> and <bp-asm.h>.
30637         (memset): Don't use BP_SYM.
30638         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30639         <bp-sym.h> and <bp-asm.h>.
30640         (strncmp): Don't use BP_SYM.
30641         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30642         <bp-sym.h> and <bp-asm.h>.
30643         (memcpy): Don't use BP_SYM.
30644         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30645         <bp-sym.h> and <bp-asm.h>.
30646         (memset): Don't use BP_SYM.
30647         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30648         <bp-sym.h> and <bp-asm.h>.
30649         (__memchr): Don't use BP_SYM.
30650         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30651         <bp-sym.h> and <bp-asm.h>.
30652         (memcmp): Don't use BP_SYM.
30653         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30654         <bp-sym.h> and <bp-asm.h>.
30655         (memcpy): Don't use BP_SYM.
30656         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30657         <bp-sym.h> and <bp-asm.h>.
30658         (__mempcpy): Don't use BP_SYM.
30659         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30660         <bp-sym.h> and <bp-asm.h>.
30661         (__memrchr): Don't use BP_SYM.
30662         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30663         <bp-sym.h> and <bp-asm.h>.
30664         (memset): Don't use BP_SYM.
30665         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30666         <bp-sym.h> and <bp-asm.h>.
30667         (__rawmemchr): Don't use BP_SYM.
30668         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30669         <bp-sym.h> and <bp-asm.h>.
30670         (__STRCMP): Don't use BP_SYM.
30671         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30672         <bp-sym.h> and <bp-asm.h>.
30673         (strchr): Don't use BP_SYM.
30674         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30675         <bp-sym.h> and <bp-asm.h>.
30676         (__strchrnul): Don't use BP_SYM.
30677         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30678         <bp-sym.h> and <bp-asm.h>.
30679         (strlen): Don't use BP_SYM.
30680         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30681         <bp-sym.h> and <bp-asm.h>.
30682         (strncmp): Don't use BP_SYM.
30683         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30684         <bp-sym.h> and <bp-asm.h>.
30685         (__strnlen): Don't use BP_SYM.
30686         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30687         <bp-asm.h>.
30688         (__mpn_rshift): Don't use BP_SYM.
30689         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30690         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30691         <bp-sym.h> and <bp-asm.h>.
30692         (__sigsetjmp): Don't use BP_SYM.
30693         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30694         (L(start_addresses)): Don't use BP_SYM.
30695         (_start): Likewise.
30696         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30697         <bp-asm.h>.
30698         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30699         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30700         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30701         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30702         <bp-asm.h>.
30703         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30704         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30705         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30706         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30707         <bp-asm.h>.
30708         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30709         comments.
30710         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30711         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30712         <bp-asm.h>.
30713         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30714         FIXME comments.
30715         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30716         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30717         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30718         <bp-asm.h>.
30719         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30720         comment.
30721         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30722         and <bp-asm.h>.
30723         (strncmp): Don't use BP_SYM,
30724         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30725         <bp-asm.h>.
30726         (__mpn_sub_n): Don't use BP_SYM.
30727         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30728         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30729         and <bp-asm.h>.
30730         (__mpn_submul_1): Don't use BP_SYM.
30731         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30733         <bp-sym.h> and <bp-asm.h>.
30734         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30736         <bp-sym.h> and <bp-asm.h>.
30737         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30738         comment.
30740 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30743         Use ZK to minimize writes to Z.
30744         (sub_magnitudes): Simplify code a bit.
30745         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30746         Use ZK to minimize writes to Z.
30747         (sub_magnitudes): Simplify code a bit.
30749 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30751         * csu/gmon-start.c: Add special exception to license text.
30753 2013-02-27  Richard Henderson  <rth@redhat.com>
30755         * scripts/config.guess: Update from config.git.
30756         * scripts/config.sub: Likewise.
30758 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30760         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30762         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30764         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30766         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30768         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30770 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30772         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30773         [$(build-shared = yes].
30775 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30777         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30778         (__mul): Reduce iterations for calculating mantissa.
30780         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30781         MPTWO.
30782         (__mpranred): Likewise.
30784         [BZ #15160]
30785         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30786         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30788 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30790         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30791         Define __attribute__.
30793 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30795         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30796         unused.
30797         * posix/regex_internal.h (__attribute): Remove.
30798         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30799         (re_string_context_at): Likewise.
30800         (bitset_not): Use __attribute__ and mark function as possibly
30801         unused.
30802         (bitset_merge): Likewise.
30803         (bitset_mask): Likewise.
30804         (re_string_char_size_at): Likewise.
30805         (re_string_wchar_at): Likewise.
30806         (re_string_elem_size_at): Likewise.
30808 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30810         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30811         code.
30812         (cc32): Likewise.
30814         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30815         (__acr): Likewise.
30816         (__cpy): Likewise.
30817         (norm): Likewise.
30818         (denorm): Likewise.
30819         (__dbl_mp): Likewise.
30820         (add_magnitudes): Likewise.
30821         (sub_magnitudes): Likewise.
30822         (__mul): Likewise.
30823         (__inv): Likewise.
30825         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30826         style.
30828         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30829         style.
30831         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30832         code.
30834         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30835         up changes with default code.
30836         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30837         Likewise.
30839 2013-02-24  Allan McRae  <allan@archlinux.org>
30841         * manual/socket.texi (The Internet Namespace): Order menu items
30842         to match that in the file.
30844         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30845         node listing of the info page menu.
30847 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30849         [BZ #13550]
30850         * sysdeps/i386/bp-asm.h: Remove file.
30851         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30852         (PARMS): Do not use macros from bp-asm.h.
30853         (S1): Likewise.
30854         (S2): Likewise.
30855         (SIZE): Likewise.
30856         (__mpn_add_n): Do not use BP_SYM
30857         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30858         "bp-asm.h".
30859         (PARMS): Do not use macros from bp-asm.h.
30860         (S1): Likewise.
30861         (SIZE): Likewise.
30862         (__mpn_addmul_1): Do not use BP_SYM
30863         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30864         "bp-asm.h".
30865         (PARMS): Do not use macros from bp-asm.h.
30866         (SIGMSK): Likewise.
30867         (_setjmp): Likewise.  Do not use BP_SYM.
30868         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30869         "bp-asm.h".
30870         (PARMS): Do not use macros from bp-asm.h.
30871         (SIGMSK): Likewise.
30872         (setjmp): Likewise.  Do not use BP_SYM.
30873         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30874         "bp-asm.h".
30875         (PARMS): Do not use macros from bp-asm.h.
30876         (__frexp): Do not use BP_SYM.
30877         (frexp): Likewise.
30878         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30879         "bp-asm.h".
30880         (PARMS): Do not use macros from bp-asm.h.
30881         (__frexpf): Do not use BP_SYM.
30882         (frexpf): Likewise.
30883         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30884         "bp-asm.h".
30885         (PARMS): Do not use macros from bp-asm.h.
30886         (__frexpl): Do not use BP_SYM.
30887         (frexpl): Likewise.
30888         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30889         "bp-asm.h".
30890         (PARMS): Do not use macros from bp-asm.h.
30891         (__remquo): Do not use BP_SYM.
30892         (remquo): Likewise.
30893         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30894         "bp-asm.h".
30895         (PARMS): Do not use macros from bp-asm.h.
30896         (__remquof): Do not use BP_SYM.
30897         (remquof): Likewise.
30898         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30899         "bp-asm.h".
30900         (PARMS): Do not use macros from bp-asm.h.
30901         (__remquol): Do not use BP_SYM.
30902         (remquol): Likewise.
30903         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30904         "bp-asm.h".
30905         (PARMS): Do not use macros from bp-asm.h.
30906         (DEST): Likewise.
30907         (SRC): Likewise.
30908         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30909         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30910         "bp-asm.h".
30911         (PARMS): Do not use macros from bp-asm.h.
30912         (strlen): Do not use BP_SYM.
30913         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30914         "bp-asm.h".
30915         (PARMS): Do not use macros from bp-asm.h.
30916         (S1): Likewise.
30917         (S2): Likewise.
30918         (SIZE): Likewise.
30919         (__mpn_add_n): Do not use BP_SYM.
30920         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30921         "bp-asm.h".
30922         (PARMS): Do not use macros from bp-asm.h.
30923         (S1): Likewise.
30924         (SIZE): Likewise.
30925         (__mpn_addmul_1): Do not use BP_SYM.
30926         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30927         weak_alias.
30928         (bzero): Likewise.
30929         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30930         "bp-asm.h".
30931         (PARMS): Do not use macros from bp-asm.h.
30932         (S): Likewise.
30933         (SIZE): Likewise.
30934         (__mpn_lshift): Do not use BP_SYM.
30935         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30936         "bp-asm.h".
30937         (PARMS): Do not use macros from bp-asm.h.
30938         (DEST): Likewise.
30939         (SRC): Likewise.
30940         (LEN): Likewise.
30941         (memcpy): Likewise.  Do not use BP_SYM.
30942         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30943         libc_hidden_def and weak_alias.
30944         (mempcpy): Do not use BP_SYM in weak_alias.
30945         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30946         "bp-asm.h".
30947         (PARMS): Do not use macros from bp-asm.h.
30948         (DEST): Likewise.
30949         (LEN): Likewise.
30950         [!BZERO_P] (CHR): Likewise.
30951         (memset): Likewise.  Do not use BP_SYM.
30952         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30953         "bp-asm.h".
30954         (PARMS): Do not use macros from bp-asm.h.
30955         (S1): Likewise.
30956         (SIZE): Likewise.
30957         (__mpn_mul_1): Do not use BP_SYM.
30958         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30959         "bp-asm.h".
30960         (PARMS): Do not use macros from bp-asm.h.
30961         (S): Likewise.
30962         (SIZE): Likewise.
30963         (__mpn_rshift): Do not use BP_SYM.
30964         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30965         "bp-asm.h".
30966         (PARMS): Do not use macros from bp-asm.h.
30967         (STR): Likewise.
30968         (CHR): Likewise.
30969         (strchr): Likewise.  Do not use BP_SYM.
30970         (index): Do not use BP_SYM in weak_alias.
30971         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30972         "bp-asm.h".
30973         (PARMS): Do not use macros from bp-asm.h.
30974         (DEST): Likewise.
30975         (SRC): Likewise.
30976         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30977         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30978         "bp-asm.h".
30979         (PARMS): Do not use macros from bp-asm.h.
30980         (strlen): Do not use BP_SYM.
30981         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30982         "bp-asm.h".
30983         (PARMS): Do not use macros from bp-asm.h.
30984         (S1): Likewise.
30985         (S2): Likewise.
30986         (SIZE): Likewise.
30987         (__mpn_sub_n): Do not use BP_SYM.
30988         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30989         "bp-asm.h".
30990         (PARMS): Do not use macros from bp-asm.h.
30991         (S1): Likewise.
30992         (SIZE): Likewise.
30993         (__mpn_submul_1): Do not use BP_SYM.
30994         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30995         "bp-asm.h".
30996         (PARMS): Do not use macros from bp-asm.h.
30997         (S1): Likewise.
30998         (S2): Likewise.
30999         (SIZE): Likewise.
31000         (__mpn_add_n): Do not use BP_SYM.
31001         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31002         weak_alias.
31003         (bzero): Likewise.
31004         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31005         "bp-asm.h".
31006         (PARMS): Do not use macros from bp-asm.h.
31007         (BLK2): Likewise.
31008         (LEN): Likewise.
31009         (memcmp): Do not use BP_SYM.
31010         (bcmp): Do not use BP_SYM in weak_alias.
31011         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31012         "bp-asm.h".
31013         (PARMS): Do not use macros from bp-asm.h.
31014         (DEST): Likewise.
31015         (SRC): Likewise.
31016         (LEN): Likewise.
31017         (memcpy): Likewise.  Do not use BP_SYM.
31018         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31019         "bp-asm.h".
31020         (PARMS): Do not use macros from bp-asm.h.
31021         (DEST): Likewise.
31022         (SRC): Likewise.
31023         (LEN): Likewise.
31024         (memmove): Likewise.  Do not use BP_SYM.
31025         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31026         "bp-asm.h".
31027         (PARMS): Do not use macros from bp-asm.h.
31028         (DEST): Likewise.
31029         (SRC): Likewise.
31030         (LEN): Likewise.
31031         (__mempcpy): Likewise.  Do not use BP_SYM.
31032         (mempcpy): Do not use BP_SYM in weak_alias.
31033         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31034         "bp-asm.h".
31035         (PARMS): Do not use macros from bp-asm.h.
31036         (DEST): Likewise.
31037         (LEN): Likewise.
31038         [!BZERO_P] (CHR): Likewise.
31039         (memset): Likewise.  Do not use BP_SYM.
31040         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31041         "bp-asm.h".
31042         (PARMS): Do not use macros from bp-asm.h.
31043         (STR2): Likewise.
31044         (strcmp): Do not use BP_SYM.
31045         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31046         "bp-asm.h".
31047         (PARMS): Do not use macros from bp-asm.h.
31048         (STR): Likewise.
31049         (DELIM): Likewise.
31050         [USE_AS_STRTOK_R] (SAVE): Likewise.
31051         (FUNCTION): Likewise.  Do not use BP_SYM.
31052         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31053         aliases.
31054         (strtok_r): Likewise.
31055         (__GI___strtok_r): Likewise.
31056         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31057         (PARMS): Do not use macros from bp-asm.h.
31058         (S): Likewise.
31059         (SIZE): Likewise.
31060         (__mpn_lshift): Do not use BP_SYM.
31061         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31062         (PARMS): Do not use macros from bp-asm.h.
31063         (STR): Likewise.
31064         (CHR): Likewise.
31065         (__memchr): Do not use BP_SYM.
31066         (memchr): Do not use BP_SYM in weak_alias.
31067         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31068         (PARMS): Do not use macros from bp-asm.h.
31069         (BLK2): Likewise.
31070         (LEN): Likewise.
31071         (memcmp): Do not use BP_SYM.
31072         (bcmp): Do not use BP_SYM in weak_alias.
31073         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31074         (PARMS): Do not use macros from bp-asm.h.
31075         (S1): Likewise.
31076         (SIZE): Likewise.
31077         (__mpn_mul_1): Do not use BP_SYM.
31078         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31079         "bp-asm.h".
31080         (PARMS): Do not use macros from bp-asm.h.
31081         (STR): Likewise.
31082         (CHR): Likewise.
31083         (__rawmemchr): Do not use BP_SYM.
31084         (rawmemchr): Do not use BP_SYM in weak_alias.
31085         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31086         (PARMS): Do not use macros from bp-asm.h.
31087         (S): Likewise.
31088         (SIZE): Likewise.
31089         (__mpn_rshift): Do not use BP_SYM.
31090         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31091         (PARMS): Do not use macros from bp-asm.h.
31092         (SIGMSK): Likewise.
31093         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31094         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31095         (_start): Do not use BP_SYM.
31096         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31097         (PARMS): Do not use macros from bp-asm.h.
31098         (DEST): Likewise.
31099         (SRC): Likewise.
31100         (__stpcpy): Likewise.  Do not use BP_SYM.
31101         (stpcpy): Do not use BP_SYM in weak_alias.
31102         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31103         "bp-asm.h".
31104         (PARMS): Do not use macros from bp-asm.h.
31105         (DEST): Likewise.
31106         (SRC): Likewise.
31107         (LEN): Likewise.
31108         (__stpncpy): Likewise.  Do not use BP_SYM.
31109         (stpncpy): Do not use BP_SYM in weak_alias.
31110         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31111         (PARMS): Do not use macros from bp-asm.h.
31112         (STR): Likewise.
31113         (CHR): Likewise.
31114         (strchr): Likewise.  Do not use BP_SYM.
31115         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31116         "bp-asm.h".
31117         (PARMS): Do not use macros from bp-asm.h.
31118         (STR): Likewise.
31119         (CHR): Likewise.
31120         (__strchrnul): Likewise.  Do not use BP_SYM.
31121         (strchrnul): Do not use BP_SYM in weak_alias.
31122         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31123         "bp-asm.h".
31124         (PARMS): Do not use macros from bp-asm.h.
31125         (STOP): Likewise.
31126         (strcspn): Do not use BP_SYM.
31127         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31128         "bp-asm.h".
31129         (PARMS): Do not use macros from bp-asm.h.
31130         (STR): Likewise.
31131         (STOP): Likewise.
31132         (strpbrk): Likewise.  Do not use BP_SYM.
31133         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31134         "bp-asm.h".
31135         (PARMS): Do not use macros from bp-asm.h.
31136         (STR): Likewise.
31137         (CHR): Likewise.
31138         (strrchr): Likewise.  Do not use BP_SYM.
31139         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31140         (PARMS): Do not use macros from bp-asm.h.
31141         (SKIP): Likewise.
31142         (strspn): Do not use BP_SYM.
31143         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31144         (PARMS): Do not use macros from bp-asm.h.
31145         (STR): Likewise.
31146         (DELIM): Likewise.
31147         (SAVE): Likewise.
31148         (FUNCTION): Likewise.  Do not use BP_SYM.
31149         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31150         aliases.
31151         (strtok_r): Likewise.
31152         (__GI___strtok_r): Likewise.
31153         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31154         (PARMS): Do not use macros from bp-asm.h.
31155         (S1): Likewise.
31156         (S2): Likewise.
31157         (SIZE): Likewise.
31158         (__mpn_sub_n): Do not use BP_SYM.
31159         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31160         "bp-asm.h".
31161         (PARMS): Do not use macros from bp-asm.h.
31162         (S1): Likewise.
31163         (SIZE): Likewise.
31164         (__mpn_submul_1): Do not use BP_SYM.
31165         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31166         <bp-sym.h>.
31167         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31168         and <bp-asm.h>.
31169         (PARMS): Do not use macros from bp-asm.h.
31170         (FLAGS): Likewise.
31171         (PTID): Likewise.
31172         (TLS): Likewise.
31173         (CTID): Likewise.
31174         (__clone): Do not use BP_SYM.
31175         (clone): Do not use BP_SYM in weak_alias.
31176         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31177         and <bp-asm.h>.
31178         (PARMS): Do not use macros from bp-asm.h.
31179         (LEN): Likewise.
31180         (__mmap64): Do not use BP_SYM.
31181         (mmap64): Do not use BP_SYM in weak_alias.
31182         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31183         <bp-sym.h> and <bp-asm.h>.
31184         (PARMS): Do not use macros from bp-asm.h.
31185         (__posix_fadvise64_l64): Do not use BP_SYM.
31186         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31187         (PARMS): Do not use macros from bp-asm.h.
31188         (NSOPS): Likewise.
31189         (semtimedop): Do not use BP_SYM.
31190         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31191         and <bp-asm.h>.
31193 2013-02-21  Allan McRae  <allan@archlinux.org>
31195         * manual/message.texi (Charset conversion in gettext):
31196         Move @end statement to beginning of line.
31198 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31200         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31201         static.
31202         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31203         Likewise.
31205         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31206         (denorm): Likewise.
31207         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31208         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31210 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31212         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31213         tail-call to the resolved function if pltexit isn't needed.
31215 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31217         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31218         or Y being zero as being unlikely.
31219         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31220         Likewise.
31222 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31224         * manual/nss.texi (System Databases and Name Service Switch):
31225         Remove frobnicate @pxref.
31227 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31229         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31230         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31232 2013-02-20  Petr Machata  <pmachata@redhat.com>
31234         * elf/elf.h (R_ARM_TARGET1): New macro.
31235         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31236         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31237         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31238         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31239         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31240         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31241         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31242         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31243         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31244         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31245         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31246         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31247         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31248         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31249         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31250         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31251         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31252         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31253         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31254         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31255         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31256         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31257         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31258         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31259         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31260         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31261         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31262         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31263         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31264         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31265         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31266         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31267         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31268         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31269         (R_ARM_THM_GOT_BREL12): Likewise.
31270         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31271         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31272         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31273         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31274         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31275         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31276         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31277         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31278         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31280 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31282         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31283         __attribute_used__ to __attribute__ ((unused)).
31285 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31287         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31288         powerpc mpa.c.
31289         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31290         comment formatting.
31291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31293 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31295         [BZ #13550]
31296         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31297         Remove macro.
31298         (ENTER): Remove both macro definitions.
31299         (LEAVE): Likewise.
31300         (CHECK_BOUNDS_LOW): Likewise.
31301         (CHECK_BOUNDS_HIGH): Likewise.
31302         (CHECK_BOUNDS_BOTH): Likewise.
31303         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31304         (RETURN_BOUNDED_POINTER): Likewise.
31305         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31306         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31307         (POP_ERRNO_LOCATION_RETURN): Likewise.
31308         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31309         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31310         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31311         macros.
31312         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31313         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31314         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31315         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31316         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31317         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31318         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31319         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31320         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31321         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31322         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31323         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31324         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31325         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31326         removed macros.
31327         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31328         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31329         macros.
31330         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31331         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31332         * sysdeps/i386/i586/memset.S (memset): Likewise.
31333         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31334         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31335         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31336         macros.
31337         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31338         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31339         Change uses of L(2) to L(out).
31340         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31341         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31342         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31343         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31344         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31345         removed macros.
31346         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31347         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31348         macros.
31349         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31350         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31351         (RETURN): Do not use macro LEAVE.
31352         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31353         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31354         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31355         * sysdeps/i386/i686/memset.S (memset): Likewise.
31356         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31357         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31358         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31359         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31360         Likewise.
31361         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31362         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31363         L(1_2) and L(1_3) into L(1).
31364         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31365         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31366         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31367         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31368         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31369         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31370         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31371         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31372         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31373         macros.
31374         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31375         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31376         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31377         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31378         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31379         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31380         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31381         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31382         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31383         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31384         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31385         * sysdeps/i386/strspn.S (strspn): Likewise.
31386         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31387         conditional code.
31388         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31389         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31390         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31391         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31392         L(1_3) into L(1_1).
31393         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31394         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31395         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31396         macros.
31397         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31399 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31401         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31402         macro.
31404 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31406         * math/atest-exp.c (exp_mpn): Remove ROUND.
31407         * math/atest-exp2.c (exp_mpn): Likewise.
31408         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31410         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31411         * stdlib/tst-tls-atexit-lib.c: Likewise.
31412         * stdlib/tst-tls-atexit.c: Likewise.
31414 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31416         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31417         and __attribute_alloc_size__.
31419 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31421         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31422         __attribute_alloc_size__.
31423         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31424         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31426 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31428         * include/programs/xmalloc.h: New file.
31429         * catgets/gencat.c: Include it.
31430         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31431         * elf/pldd.c: Likewise.
31432         * iconv/iconv_charmap.c: Likewise.
31433         * iconv/iconvconfig.c: Likewise.
31434         * iconv/strtab.c: Likewise.
31435         * locale/programs/locale.c: Likewise.
31436         * locale/programs/localedef.h: Likewise.
31437         * locale/programs/simple-hash.c: Likewise.
31438         * nscd/nscd.h: Likewise.
31439         * nss/makedb.c: Likewise.
31440         * sysdeps/generic/ldconfig.h: Likewise.
31442 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31444         * Versions.def: Add GLIBC_2.18.
31445         * include/link.h (struct link_map): New member l_tls_dtor_count.
31446         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31447         (__call_tls_dtors): Likewise.
31448         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31449         __cxa_thread_atexit_impl.
31450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31451         Likewise.
31452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31453         Likewise.
31454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31455         Likewise.
31456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31457         Likewise.
31458         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31460         Likewise.
31461         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31462         Likewise.
31463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31464         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31465         Likewise.
31466         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31467         (tests): Add test case tst-tls-atexit.
31468         (modules-names): Add shared library for tst-tls-atexit.
31469         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31470         (GLIBC_PRIVATE): Add __call_tls_dtors.
31471         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31472         for libstdc++.
31473         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31474         * stdlib/tst-tls-atexit.c: New test case.
31475         * stdlib/tst-tls-atexit-lib.c: New test case.
31477         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31479         * elf/Versions (ld): Add _dl_find_dso_for_object.
31480         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31481         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31482         (dl_open_worker): Use _dl_find_dso_for_object.
31483         * elf/dl-sym.c (do_sym): Likewise.
31484         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31486 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31488         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31489         Syntactic changes only.
31490         (_dl_runtime_profile): Do a tail-call to the resolved function.
31492 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31494         [BZ #13550]
31495         * sysdeps/x86_64/bp-asm.h: Remove file.
31496         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31497         <bp-sym.h> and <bp-asm.h>.
31498         (__clone): Do not use BP_SYM.
31499         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31500         <bp-sym.h> and <bp-asm.h>.
31501         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31502         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31503         "bp-asm.h".
31504         (_setjmp): Do not use BP_SYM.
31505         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31506         "bp-asm.h".
31507         (setjmp): Do not use BP_SYM.
31508         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31509         libc_hidden_def.
31510         (mempcpy): Do not use BP_SYM in weak_alias.
31511         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31512         "bp-asm.h".
31513         (strchr): Do not use BP_SYM.
31514         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31515         "bp-asm.h".
31516         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31517         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31518         (_start): Do not use BP_SYM.
31519         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31520         "bp-asm.h".
31521         (strcat): Do not use BP_SYM.
31522         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31523         "bp-asm.h".
31524         (STRCMP): Do not use BP_SYM.
31525         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31526         "bp-asm.h".
31527         (STRCPY): Do not use BP_SYM.
31528         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31529         "bp-asm.h".
31530         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31531         "bp-asm.h".
31532         (FUNCTION): Do not use BP_SYM.
31533         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31534         weak_alias.
31535         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31537 2013-02-17  Andreas Jaeger  <aj@suse.de>
31539         * time/Versions: Sort entries.
31540         * string/Versions: Likewise.
31541         * resolv/Versions: Likewise.
31542         * posix/Versions: Likewise.
31543         * iconv/Versions: Likewise.
31544         * elf/Versions: Likewise.
31545         * wcsmbs/Versions: Likewise.
31547 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31549         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31550         loop termination condition.
31552         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31553         variable to calculate EZ.
31554         (__sqr): Likewise.
31556         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31557         the lower precision input.
31559 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31561         [BZ #13550]
31562         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31563         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31564         (run-via-rtld-prefix): Do not handle %-bp tests.
31565         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31566         (all-object-suffixes): Remove .ob.
31567         (bppfx): Remove variable.
31568         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31569         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31570         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31571         [$(build-bounded) = yes] (libtype.ob): Likewise.
31572         * Makerules (elide-routines.ob): Remove variable.
31573         (do-tests-clean): Do not handle *-bp.out.
31574         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31575         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31576         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31577         (tests): Do not include $(tests-bp.out).
31578         (xtests): Do not include $(xtests-bp.out).
31579         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31580         [$(build-bounded) = yes] ($(addprefix
31581         $(objpfx),$(binaries-bounded))): Remove rule.
31582         ($(objpfx)%-bp.out): Remove rule.
31583         * config.make.in (build-bounded): Remove variable.
31584         * crypt/Makefile [$(build-bounded) = yes]
31585         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31586         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31587         append to variable.
31588         [$(build-bounded) = yes] (install-lib): Likewise.
31589         [$(build-bounded) = yes] (generated): Likewise.
31590         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31591         Remove rule.
31592         * intl/Makefile [$(build-bounded) = yes]
31593         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31594         * math/Makefile [$(build-bounded) = yes]
31595         ($(tests:%=$(objpfx)%-bp): Likewise.
31596         * misc/Makefile [$(build-bounded) = yes]
31597         ($(objpfx)tst-tsearch-bp): Likewise.
31598         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31599         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31600         Remove dependency.
31601         * string/Makefile (o-objects.ob): Remove variable.
31602         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31603         (CFLAGS-.ob): Remove variable.
31604         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31605         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31606         both definitions of variable.
31607         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31608         (ASFLAGS-.ob): Remove variable.
31610 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31612         [BZ #13550]
31613         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31614         Remove __BOUNDED_POINTERS__ from condition.
31615         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31616         * string/bits/string2.h [!__NO_STRING_INLINES &&
31617         !__BOUNDED_POINTERS__]: Likewise.
31618         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31619         Likewise.
31620         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31621         Remove conditional code.
31622         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31623         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31624         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31625         condition.
31627         [BZ #13550]
31628         * csu/libc-start.c: Do not include <bp-sym.h>.
31629         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31630         * elf/dl-open.c: Do not include <bp-sym.h>.
31631         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31632         * math/fegetenv.c: Do not include <bp-sym.h>.
31633         (fegetenv): Do not use BP_SYM in versioned symbols.
31634         * nptl/sysdeps/pthread/bits/libc-lockP.h
31635         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31636         <bp-sym.h>.
31637         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31638         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31640         (__pthread_mutex_destroy): Likewise.
31641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31642         (__pthread_mutex_lock): Likewise.
31643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31644         (__pthread_mutex_trylock): Likewise.
31645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31646         (__pthread_mutex_unlock): Likewise.
31647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31648         (__pthread_mutexattr_init): Likewise.
31649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31650         (__pthread_mutexattr_destroy): Likewise.
31651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31652         (__pthread_mutexattr_settype): Likewise.
31653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31654         (__pthread_rwlock_init): Likewise.
31655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31656         (__pthread_rwlock_destroy): Likewise.
31657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31658         (__pthread_rwlock_rdlock): Likewise.
31659         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31660         (__pthread_rwlock_tryrdlock): Likewise.
31661         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31662         (__pthread_rwlock_wrlock): Likewise.
31663         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31664         (__pthread_rwlock_trywrlock): Likewise.
31665         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31666         (__pthread_rwlock_unlock): Likewise.
31667         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31668         (__pthread_key_create): Likewise.
31669         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31670         (__pthread_setspecific): Likewise.
31671         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31672         (__pthread_getspecific): Likewise.
31673         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31674         Likewise.
31675         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31676         (_pthread_cleanup_push_defer): Likewise.
31677         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31678         (_pthread_cleanup_pop_restore): Likewise.
31679         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31680         (pthread_setcancelstate): Likewise.
31681         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31682         <bp-sym.h>.
31683         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31684         (memchr): Do not use BP_SYM in weak_alias.
31685         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31686         (fegetenv): Do not use BP_SYM in versioned symbols.
31687         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31688         (fesetenv): Do not use BP_SYM in versioned symbols.
31689         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31690         (feupdateenv): Do not use BP_SYM in versioned symbols.
31691         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31692         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31693         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31694         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31695         (open64): Do not use BP_SYM in weak_alias.
31696         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31697         (fegetenv): Do not use BP_SYM in versioned symbols.
31698         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31699         (fesetenv): Do not use BP_SYM in versioned symbols.
31700         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31701         (feupdateenv): Do not use BP_SYM in versioned symbols.
31702         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31703         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31704         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31705         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31706         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31707         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31708         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31709         <bp-sym.h>.
31710         (__libc_start_main): Do not use BP_SYM.
31712 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31714         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31715         redundant return line.
31716         (norm): Likewise.
31717         (denorm): Likewise.
31718         (dbl_mp): Likewise.
31719         (sub_magnitudes): Likewise.
31720         (__add): Likewise.
31721         (__sub): Likewise.
31722         (__mul): Likewise.
31723         (__inv): Likewise.
31724         (__dvd): Likewise.
31725         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31726         (norm): Likewise.
31727         (denorm): Likewise.
31728         (dbl_mp): Likewise.
31729         (sub_magnitudes): Likewise.
31730         (__add): Likewise.
31731         (__sub): Likewise.
31732         (__mul): Likewise.
31733         (__inv): Likewise.
31734         (__dvd): Likewise.
31736         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31737         instead of __mul.
31738         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31739         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31740         (cc32): Likewise.
31742         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31743         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31744         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31745         of __mul for squares.
31746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31747         function
31748         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31749         Likewise.
31750         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31751         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31753 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31755         [BZ #13550]
31756         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31757         code.
31758         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31759         prototype or function definition.  Rename ubp_* variables and
31760         parameters.  Remove argv definitions conditional on
31761         [__BOUNDED_POINTERS__].
31762         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31763         * elf/dl-runtime.c (_dl_fixup): Likewise.
31764         * include/set-hooks.h (RUN_HOOK): Likewise.
31765         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31766         definition.
31767         * string/strcpy.c (strcpy): Do not use __unbounded.
31768         * sysdeps/generic/frame.h (struct layout): Likewise.
31769         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31770         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31771         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31772         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31773         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31774         (__backtrace): Likewise.
31775         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31776         use __ptrvalue.
31777         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31778         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31779         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31780         Likewise.
31781         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31782         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31783         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31784         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31785         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31786         Do not use __unbounded.
31787         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31788         Rename __unboundedrlimits parameter to rlimits in prototype.
31789         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31790         Do not use __unbounded.
31791         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31792         not use __ptrvalue.
31793         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31794         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31795         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31796         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31797         __ptrvalue or __unbounded.
31798         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31799         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31800         use __unbounded.
31801         (__new_msgctl): Do not use __ptrvalue.
31802         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31803         __unbounded.
31804         (__libc_msgrcv): Do not use __ptrvalue.
31805         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31806         startup_info): Do not use __unbounded.
31807         (__libc_start_main): Likewise.  Rename ubp_* variables and
31808         parameters.  Remove argv definitions conditional on
31809         [__BOUNDED_POINTERS__].
31810         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31811         __ptrvalue.
31812         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31813         use __unbounded.
31814         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31815         or __ptrvalue.
31816         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31817         use __unbounded.
31818         (__new_shmctl): Do not use __ptrvalue.
31819         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31820         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31821         Likewise.
31822         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31823         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31824         (__libc_sigaction): Likewise.
31825         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31826         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31827         Likewise.
31828         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31830 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31832         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31834         * string/mempcpy.c: Implement by calling memcpy.
31836 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31838         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31840         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31841         evaluation.
31843         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31844         values in the mantissa.
31846         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31847         minimize writes to Z.
31848         (sub_magnitudes): Simplify code a bit.
31850 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31852         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31853         from the message.  The linker prefixes all warnings with that already.
31855 2013-02-12  Andreas Schwab  <schwab@suse.de>
31857         [BZ #15078]
31858         * posix/regexec.c (extend_buffers): Add parameter min_len.
31859         (check_matching): Pass minimum needed length.
31860         (clean_state_log_if_needed): Likewise.
31861         (get_subexp): Likewise.
31862         * posix/Makefile (tests): Add bug-regex34.
31863         (bug-regex34-ENV): Define.
31864         * posix/bug-regex34.c: New file.
31866         [BZ #11561]
31867         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31868         elements compare against the byte sequence of it, not its name.
31869         * posix/Makefile (tests): Add bug-regex35.
31870         (bug-regex35-ENV): Define.
31871         * posix/bug-regex35.c: New file.
31873 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31875         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31876         comment.
31877         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31878         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31879         (CHECK_EOL): Add undef.
31881 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31883         * bits/stdlib-bsearch.h: New file.
31884         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31885         * stdlib/stdlib.h: Likewise.
31887 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31889         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31890         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31891         declaration.
31892         * manual/search.texi (Array Search Function): Add missing const in
31893         lfind prototype.
31894         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31895         declaration to use rlim_t.
31896         (Basic Scheduling Functions): Remove erroneous const from
31897         sched_getparam prototype.  Remove erroneous * from
31898         sched_get_priority_max and sched_get_priority_min prototypes.
31899         (Resource Usage): Fix summary @comment on vtimes to refer to
31900         sys/vtimes.h rather than vtimes.h.
31901         Add missing *s in vtimes prototype.
31902         (Limits on Resources): Fix ulimit prototype to return long int.
31903         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31904         prototypes to use long int rather than double.
31905         (BSD Random): Fix initstate and setstate to use char *, not void *.
31906         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31907         prototype to make second argument 'struct aiocb64 *const[]'.
31908         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31909         (Status of AIO Operations): Remove erroneous const in aio_return and
31910         aio_return64 prototypes.
31911         (Synchronizing I/O): Fix sync prototype to return void.
31912         * manual/startup.texi (Suboptions): Remove an erroneous const in
31913         getsubopt prototype.
31914         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31915         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31916         use size_t rather than int.
31917         (Scanning All Users): Likewise for getpwent_r.
31918         (Setting Groups): Add missing const to setgroups prototype.
31919         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31920         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31921         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31922         'const void *' rather than 'const char *'.
31923         (Host Address Functions): Likewise for inet_ntop.
31924         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31925         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31926         ssize_t for return value.
31927         (Sending Data): Likewise for send, sendto, sendmsg.
31928         (Socket Option Functions): Add a missing const in setsockopt prototype.
31929         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31930         use wchar_t for the argument.
31931         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31932         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31933         take no arguments.
31934         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31935         double/float/long double for second argument.
31936         Fix return types of significand, significandf, significandl.
31937         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31938         argument in fchmod prototype.
31939         (File Owner): Use uid_t and gid_t in fchown prototype.
31940         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31941         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31942         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31943         use 'const struct dirent **' as argument types to CMP function pointer
31944         argument.
31945         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31946         (File Times): Fix summary magic @comment for struct utimbuf and utime
31947         to refer to utime.h, not time.h.
31948         * manual/string.texi (Argz Functions): Add missing const in
31949         argz_extract and argz_next prototypes.
31950         (Finding Tokens in a String): Likewise for basename.
31951         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31952         (Copying and Concatenation): Fix typo in wmemmove prototype.
31953         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31954         (Signal Stack): Remove erroneous const in sigstack prototype.
31955         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31956         prototype.
31957         (Simple Calendar Time): Likewise for stime.
31958         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31959         prototype.
31960         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31961         say sys/sysctl.h instead.
31962         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31963         and vsyslog prototypes.
31965 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31967         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31968         Remove.
31970 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31972         * misc/sys/mman.h: Fix typo in mremap comment.
31974 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31976         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31977         the '\0' terminator.
31979 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31981         [BZ #13550]
31982         * debug/segfault.c: Don't include <bp-checks.h>.
31983         * sysdeps/generic/bp-checks.h: Remove file.
31984         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31985         (__GETDENTS): Don't use CHECK_N.
31986         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31987         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31988         (__getgroups): Don't use CHECK_N.
31989         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31990         (setgroups): Don't use CHECK_N.
31991         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31992         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31993         (__libc_msgrcv): Don't use CHECK_N.
31994         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31995         (__libc_msgsnd): Don't use CHECK_N.
31996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31997         <bp-checks.h>.
31998         (__libc_pread): Don't use CHECK_N.
31999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32000         include <bp-checks.h>.
32001         (__libc_pread64): Don't use CHECK_N.
32002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32003         include <bp-checks.h>.
32004         (__libc_pwrite): Don't use CHECK_N.
32005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32006         include <bp-checks.h>.
32007         (__libc_pwrite64): Don't use CHECK_N.
32008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32009         <bp-checks.h>.
32010         (__libc_pread): Don't use CHECK_N.
32011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32012         include <bp-checks.h>.
32013         (__libc_pread64): Don't use CHECK_N.
32014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32015         include <bp-checks.h>.
32016         (__libc_pwrite): Don't use CHECK_N.
32017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32018         include <bp-checks.h>.
32019         (__libc_pwrite64): Don't use CHECK_N.
32020         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32021         (do_pread): Don't use CHECK_N.
32022         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32023         (do_pread64): Don't use CHECK_N.
32024         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32025         (do_pwrite): Don't use CHECK_N.
32026         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32027         (do_pwrite64): Don't use CHECK_N.
32028         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32029         (__libc_readv): Don't use CHECK_N.
32030         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32031         (semop): Don't use CHECK_N.
32032         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32033         <bp-checks.h>.
32034         (semtimedop): Don't use CHECK_N.
32035         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32036         (__libc_pread): Don't use CHECK_N.
32037         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32038         <bp-checks.h>.
32039         (__libc_pread64): Don't use CHECK_N.
32040         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32041         <bp-checks.h>.
32042         (__libc_pwrite): Don't use CHECK_N.
32043         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32044         <bp-checks.h>.
32045         (__libc_pwrite64): Don't use CHECK_N.
32046         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32047         <bp-checks.h>.
32048         (__libc_msgrcv): Don't use CHECK_N.
32049         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32050         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32051         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32052         (__libc_writev): Don't use CHECK_N.
32054 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32056         * string/strcpy.c: Removed unused variable.
32058         * Makeconfig (+sysdep-includes): Define with := rather than =.
32059         Use an existing include/ subdir of each sysdeps dir before it.
32061 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32063         * nscd/connection.c (register_traced_file): Comment function.
32064         [HAVE_INOTIFY] (union __inev): Define.
32065         [HAVE_INOTIFY] (inotify_check_files): New function.
32066         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32067         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32068         clear_db_cache.
32069         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32071 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32073         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32074         loaded if not already and that a failure is permanent.
32076 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32078         [BZ #15006]
32079         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32080         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32082 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32084         [BZ #13550]
32085         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32086         (CHECK_1_NULL_OK): Likewise.
32087         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32088         (__fxstat): Do not use CHECK_1.
32089         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32090         <bp-checks.h>.
32091         (___fxstat64): Do not use CHECK_1.
32092         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32093         <bp-checks.h>.
32094         (__fxstatat): Do not use CHECK_1.
32095         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32096         <bp-checks.h>.
32097         (__fxstatat64): Do not use CHECK_1.
32098         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32099         <bp-checks.h>.
32100         (__fxstat): Do not use CHECK_1.
32101         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32102         <bp-checks.h>.
32103         (__fxstatat): Do not use CHECK_1.
32104         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32105         <bp-checks.h>.
32106         (__getresgid): Do not use CHECK_1.
32107         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32108         <bp-checks.h>.
32109         (__getresuid): Do not use CHECK_1.
32110         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32111         <bp-checks.h>.
32112         (__lxstat): Do not use CHECK_1.
32113         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32114         <bp-checks.h>.
32115         (__old_msgctl): Do not use CHECK_1.
32116         (__new_msgctl): Likewise.
32117         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32118         <bp-checks.h>.
32119         (__new_setrlimit): Do not use CHECK_1.
32120         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32121         <bp-checks.h>.
32122         (__old_shmctl): Do not use CHECK_1.
32123         (__new_shmctl): Likewise.
32124         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32125         <bp-checks.h>.
32126         (__xstat): Do not use CHECK_1.
32127         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32128         (__lxstat): Do not use CHECK_1.
32129         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32130         <bp-checks.h>.
32131         (___lxstat64): Do not use CHECK_1.
32132         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32133         (__old_msgctl): Do not use CHECK_1.
32134         (__new_msgctl): Likewise.
32135         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32136         <bp-checks.h>.
32137         (__gettimeofday): Do not use CHECK_1.
32138         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32139         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32140         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32141         <bp-checks.h>.
32142         (__gettimeofday): Do not use CHECK_1.
32143         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32144         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32145         (__new_shmctl): Do not use CHECK_1.
32146         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32147         <bp-checks.h>.
32148         (do_sigtimedwait): Do not use CHECK_1.
32149         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32150         <bp-checks.h>.
32151         (do_sigwaitinfo): Do not use CHECK_1.
32152         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32153         <bp-checks.h>.
32154         (msgctl): Do not use CHECK_1.
32155         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32156         <bp-checks.h>.
32157         (shmctl): Do not use CHECK_1.
32158         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32159         (ustat): Do not use CHECK_1.
32160         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32161         <bp-checks.h>.
32162         (__fxstat): Do not use CHECK_1.
32163         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32164         <bp-checks.h>.
32165         (__fxstatat): Do not use CHECK_1.
32166         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32167         <bp-checks.h>.
32168         (__lxstat): Do not use CHECK_1.
32169         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32170         <bp-checks.h>.
32171         (__xstat): Do not use CHECK_1.
32172         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32173         (__xstat): Do not use CHECK_1.
32174         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32175         (___xstat64): Do not use CHECK_1.
32177         [BZ #13550]
32178         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32179         definitions.
32180         (CHECK_BOUNDS_HIGH): Likewise.
32181         * string/strcpy.c: Do not include <bp-checks.h>.
32182         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32184 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32186         * nscd/nscd-client.h (__nscd_drop_map_ref):
32187         Add __attribute__ ((unused)).
32188         * nis/nss-nisplus.h (niserr2nss): Likewise.
32190         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32191         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32193         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32194         Remove inline keyword.
32195         * include/rounding-mode.h (round_away): Likewise.
32196         * libio/wfileops.c (adjust_wide_data): Likewise.
32197         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32198         (__m128i_strloadu_tolower): Likewise.
32199         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32200         (__m128i_strloadu_tolower): Likewise.
32201         * time/mktime.c (ydhms_diff): Likewise.
32202         * locale/elem-hash.h (elem_hash): Likewise.
32203         * locale/setlocale.c (setdata): Likewise.
32204         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32205         (re_string_wchar_at): Likewise.
32206         (bitset_not, bitset_merge, bitset_mask): Likewise.
32207         [!(__GNUC__ > 3)] (inline): Remove macro.
32208         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32209         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32210         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32211         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32212         * string/memcmp.c (memcmp_bytes): Likewise.
32213         * locale/programs/locarchive.c (compute_hashval): Likewise.
32214         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32215         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32216         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32217         * nss/getent.c (print_rpc, print_protocols): Likewise.
32218         (print_passwd, print_group, print_aliases): Likewise.
32219         * nis/nss-nisplus.h (niserr2nss): Likewise.
32220         * nscd/connections.c (restart_p): Likewise.
32221         Change return type to bool.
32223 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32225         * Makeconfig (all-Depend-files): Add existing
32226         $(sorted-subdirs:=/Depend) files.
32227         (all-subdirs): Remove nss.
32228         * sysdeps/unix/inet/Subdirs: Add it here instead.
32229         * hesiod/Depend: New file.
32231         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32232         instead of calling alloca.
32234         * io/lseek.c (__lseek): Rename to __libc_lseek.
32235         Define __lseek as an alias.
32237         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32239 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32241         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32242         else clause and remove check for non-standard endianness.
32244 2013-02-04  David S. Miller  <davem@davemloft.net>
32246         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32248 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32250         [BZ #13550]
32251         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32252         (__ubp_memchr): Remove prototype.
32253         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32254         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32255         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32256         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32257         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32258         Remove alias.
32259         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32260         (__ubp_memchr): Likewise.
32261         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32262         (__ubp_memchr): Likewise.
32263         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32264         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32265         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32266         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32267         CHECK_STRING.
32268         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32269         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32270         (__getcwd): Do not use CHECK_STRING.
32271         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32272         <bp-checks.h>.
32273         (__real_chown): Do not use CHECK_STRING.
32274         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32275         <bp-checks.h>.
32276         (fchownat): Do not use CHECK_STRING.
32277         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32278         CHECK_STRING.
32279         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32280         <bp-checks.h>.
32281         (__lchown): Do not use CHECK_STRING.
32282         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32283         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32284         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32285         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32287         include <bp-checks.h>.
32288         (truncate64): Do not use CHECK_STRING.
32289         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32290         <bp-checks.h>.
32291         (__real_chown): Do not use CHECK_STRING.
32292         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32293         <bp-checks.h>.
32294         (__lchown): Do not use CHECK_STRING.
32295         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32296         <bp-checks.h>.
32297         (__chown): Do not use CHECK_STRING.
32298         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32299         <bp-checks.h>.
32300         (truncate64): Do not use CHECK_STRING.
32301         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32302         Likewise.
32303         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32304         (__xmknod): Do not use CHECK_STRING.
32305         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32306         <bp-checks.h>.
32307         (__xmknodat): Do not use CHECK_STRING.
32308         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32309         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32311 2013-02-04  Andreas Schwab  <schwab@suse.de>
32313         [BZ #14142]
32314         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32315         * include/netdb.h: Likewise for h_errno.
32316         * elf/tst-stackguard1.c: Include <tls.h>.
32318 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32320         * elf/link.h (struct link_map): Extend the l_addr comment.
32321         * include/link.h (struct link_map): Likewise.
32323 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32325         [BZ #13550]
32326         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32327         (BOUNDED_1): Remove macro.
32328         * debug/backtrace.c: Don't include <bp-checks.h>.
32329         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32330         (__backtrace): Likewise.
32331         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32332         <bp-checks.h>.
32333         (__backtrace): Don't use BOUNDED_1.
32334         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32335         <bp-checks.h>.
32336         (__backtrace): Don't use BOUNDED_1.
32337         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32338         (__backtrace): Don't use BOUNDED_1.
32339         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32340         (shmat): Don't use BOUNDED_N.
32342 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32344         [BZ #13550]
32345         * sysdeps/generic/bp-start.h: Remove file.
32346         * csu/libc-start.c: Don't include <bp-start.h>.
32347         (LIBC_START_MAIN): Set up __environ directly instead of using
32348         INIT_ARGV_and_ENVIRON.
32349         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32350         <bp-start.h>.
32352         [BZ #13550]
32353         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32354         definitions.
32355         (CHECK_FCNTL): Likewise.
32356         (CHECK_N_PAGES): Likewise.
32358         [BZ #13550]
32359         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32360         definitions.
32361         (CHECK_SIGSET_NULL_OK): Likewise.
32362         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32363         <bp-checks.h>.
32364         (sigpending): Don't use CHECK_SIGSET.
32365         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32366         <bp-checks.h>.
32367         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32368         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32369         <bp-checks.h>.
32370         (do_sigsuspend): Don't use CHECK_SIGSET.
32371         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32372         use CHECK_SIGSET.
32373         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32374         (do_sigwait): Don't use CHECK_SIGSET.
32375         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32376         use CHECK_SIGSET.
32377         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32378         include <bp-checks.h>.
32379         (sigpending): Don't use CHECK_SIGSET.
32380         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32381         include <bp-checks.h>.
32382         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32383         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32384         <bp-checks.h>.
32385         (sigpending): Don't use CHECK_SIGSET.
32386         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32387         <bp-checks.h>.
32388         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32390         [BZ #13550]
32391         * sysdeps/generic/bp-semctl.h: Remove file.
32392         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32393         <bp-checks.h> and <bp-semctl.h>.
32394         (__old_semctl): Don't use CHECK_SEMCTL.
32395         (__new_semctl): Likewise.
32396         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32397         and <bp-semctl.h>.
32398         (__old_semctl): Don't use CHECK_SEMCTL.
32399         (__new_semctl): Likewise.
32400         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32401         <bp-checks.h> and <bp-semctl.h>.
32402         (__old_semctl): Don't use CHECK_SEMCTL.
32403         (__new_semctl): Likewise.
32404         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32405         <bp-checks.h> and <bp-semctl.h>.
32406         (semctl): Don't use CHECK_SEMCTL.
32408         [BZ #13550]
32409         * Makerules (elide-bp-thunks): Remove variable.
32410         (elide-routines.oS): Don't use $(elide-bp-thunks).
32411         (elide-routines.os): Likewise.
32412         (elide-routines.o): Likewise.
32413         (elide-routines.op): Likewise.
32414         (elide-routines.og): Likewise.
32415         (objects): Don't use $(bp-thunks).
32416         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32417         include.
32418         (common-generated): Do not add s-proto-bp.d.
32419         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32420         (int): Likewise.
32421         (typ): Likewise.
32422         Do not generate makefile rules for bounded-pointer thunks.
32423         * sysdeps/generic/bp-thunks.h: Remove file.
32424         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32425         * sysdeps/unix/s-proto-bp.S: Likewise.
32427         [BZ #15062]
32428         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32429         parts of result separately when argument is not close to line from
32430         -i to i and one part of argument is small.
32431         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32432         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32433         * math/libm-test.inc (cacos_test): Add more tests.
32434         (casin_test): Likewise.
32435         (casinh_test): Likewise.
32436         * sysdeps/i386/fpu/libm-test-ulps: Update.
32437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32439 2013-01-31  David S. Miller  <davem@davemloft.net>
32441         * po/de.po: Update from translation team.
32443 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32445         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32447 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32449         * configure.in (_AC_PROG_CC_C89): New definition.
32450         * configure: Regenerate.
32452         * configure.in (AC_PROG_CPP): New definition.
32453         * configure: Regenerate.
32455 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32457         * debug/tst-backtrace.h: New file.
32458         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32459         (ret): Remove variable.
32460         (x): Likewise.
32461         (FAIL): Remove macro.
32462         (NO_INLINE): Likewise.
32463         (fn1): Use match function instead of strstr.
32464         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32465         (ret): Remove variable.
32466         (x): Likewise.
32467         (FAIL): Remove macro.
32468         (NO_INLINE): Likewise.
32469         (fn): Use match function instead of strstr.
32470         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32471         (ret): Remove variable.
32472         (x): Likewise.
32473         (FAIL): Remove macro.
32474         (NO_INLINE): Likewise.
32475         (handle_signal): Use match function instead of strstr.
32476         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32477         (ret): Remove variable.
32478         (x): Likewise.
32479         (FAIL): Remove macro.
32480         (NO_INLINE): Likewise.
32481         (handle_signal): Use match function instead of strstr.
32483 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32485         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32487 2013-01-23  David S. Miller  <davem@davemloft.net>
32489         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32490         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32491         argument of CAS if possible.
32492         * sysdeps/sparc/sparc64/bits/atomic.h
32493         (__arch_compare_and_exchange_val_32_acq): Likewise.
32494         (__arch_compare_and_exchange_val_64_acq): Likewise.
32496 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32498         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32499         * sysdeps/posix/ulimit.c: ... this.
32500         Include <limits.h>.
32501         * sysdeps/unix/bsd/ulimit.c: Remove file.
32503 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32505         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32506         (LDFLAGS-tst-array5): Likewise.
32508 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32510         [BZ #15036]
32511         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32512         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32513         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32514         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32516 2013-01-21  David S. Miller  <davem@davemloft.net>
32518         * sysdeps/sparc/backtrace.c: New file.
32519         * sysdeps/sparc/sparc32/backtrace.h: New file.
32520         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32521         * sysdeps/sparc/sparc64/backtrace.h: New file.
32522         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32523         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32524         -funwind-tables.
32526 2013-01-21  Andreas Schwab  <schwab@suse.de>
32528         [BZ #15020]
32529         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32530         closed its stdout.
32532 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32534         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32535         "mpa2.h".
32536         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32538 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32539             Mark Mitchell  <mark@codesourcery.com>
32540             Tom de Vries  <tom@codesourcery.com>
32541             Paul Pluzhnikov  <ppluzhnikov@google.com>
32543         * debug/tst-backtrace2.c: New file.
32544         * debug/tst-backtrace3.c: Likewise.
32545         * debug/tst-backtrace4.c: Likewise.
32546         * debug/tst-backtrace5.c: Likewise.
32547         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32548         (CFLAGS-tst-backtrace3.c): Likewise.
32549         (CFLAGS-tst-backtrace4.c): Likewise.
32550         (CFLAGS-tst-backtrace5.c): Likewise.
32551         (LDFLAGS-tst-backtrace2): Likewise.
32552         (LDFLAGS-tst-backtrace3): Likewise.
32553         (LDFLAGS-tst-backtrace4): Likewise.
32554         (LDFLAGS-tst-backtrace5): Likewise.
32555         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32556         tst-backtrace4 and tst-backtrace5.
32558 2013-01-18  Anton Blanchard  <anton@samba.org>
32559             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32561         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32562         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32563         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32564         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32566         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32567         "+r" and remove output regs list as redundant.  Add explicit inline
32568         asm to specify register of return val to work around compiler codegen
32569         bug.  Remove (int) cast on return value.  Add return type parameter to
32570         use in macro so that this macro does not truncate return value for
32571         64-bit values.
32572         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32573         pass to INTERNAL_VSYSCALL_NCS.
32574         (INLINE_VSYSCALL): Add 'long int' as return type to
32575         INTERNAL_VSYSCALL_NCS macro invocation.
32576         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32577         INTERNAL_VSYSCALL_NCS macro invocation.
32578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32580 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32582         [BZ #14496]
32583         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32584         Fix application of SIMD FP exception mask.
32586         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32587         mp_no from a power of two.
32588         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32589         __mpexp_twomm1.  Use __pow_mp.
32591         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32592         multiplication.
32594 2013-01-17  David S. Miller  <davem@davemloft.net>
32596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32598 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32600         [BZ #15023]
32601         * include/complex.h: Condition contents on [!_COMPLEX_H].
32602         (__kernel_casinhf): New prototype.
32603         (__kernel_casinh): Likewise.
32604         (__kernel_casinhl): Likewise.
32605         * math/Makefile (libm_calls): Add k_casinh.
32606         * math/k_casinh.c: New file.
32607         * math/k_casinhf.c: Likewise.
32608         * math/k_casinhl.c: Likewise.
32609         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32610         finite nonzero arguments.
32611         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32612         finite nonzero arguments.
32613         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32614         finite nonzero arguments.
32615         * math/s_casinh.c: Do not include <float.h>.
32616         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32617         * math/s_casinhf.c: Do not include <float.h>.
32618         (__casinhf): Move code for finite nonzero arguments to
32619         k_casinhf.c.
32620         * math/s_casinhl.c: Do not include <float.h>.
32621         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32622         redefine.
32623         (__casinhl): Move code for finite nonzero arguments to
32624         k_casinhl.c.
32625         * math/libm-test.inc (cacos_test): Add more tests.
32626         * sysdeps/i386/fpu/libm-test-ulps: Update.
32627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32629 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32631         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32632         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32633         [!HAVE_MREMAP]: Remove [defined linux] case.
32634         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32636 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32638         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32640 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32642         * elf/elf.h (R_386_SIZE32): New relocation.
32643         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32644         R_386_SIZE32.
32645         (elf_machine_rela): Likewise.
32646         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32647         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32649 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32651         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32652         (FP_FAST_FMA): Do not define.
32653         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32654         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32655         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32656         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32657         !_SOFT_FLOAT]: Likewise.
32658         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32659         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32660         value.
32661         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32662         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32663         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32664         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32665         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32666         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32667         file.
32669 2013-01-16  Andreas Schwab  <schwab@suse.de>
32671         [BZ #14327]
32672         * include/stdlib.h (__mktemp): Add declaration.
32673         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32674         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32676 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32678         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32679         definitions.
32680         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32681         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32682         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32683         definitions here.
32684         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32685         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32686         definitions.
32687         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32688         and ONE.
32689         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32690         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32691         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32692         definitions.
32693         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32694         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32695         definitions.
32696         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32698         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32700 2013-01-15  David S. Miller  <davem@davemloft.net>
32702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32703         trunc{,f} to libm-sysdep_routes.
32704         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32706         file.
32707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32709         file.
32710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32711         file.
32712         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32713         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32714         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32715         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32716         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32717         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32718         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32719         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32722         nearbyint{,f} to libm-sysdep_routes.
32723         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32725         New file.
32726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32727         file.
32728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32729         New file.
32730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32731         file.
32732         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32733         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32734         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32735         file.
32736         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32737         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32738         file.
32739         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32740         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32741         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32743         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32744         libc_feholdexcept and libc_fesetenv.
32746 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32748         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32750 2013-01-14  David S. Miller  <davem@davemloft.net>
32752         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32753         (SPARC_ASM_VIS2_IFUNC): Likewise.
32754         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32756         use of 'siam' instruction.
32757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32758         Likewise.
32759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32760         Likewise.
32761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32762         Likewise.
32763         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32764         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32765         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32766         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32768         file.
32769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32770         file.
32771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32772         file.
32773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32774         file.
32775         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32776         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32777         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32778         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32780         new VIS2 routines.
32781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32784         Likewise.
32785         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32786         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32787         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32788         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32790         routines to libm-sysdep_routines.
32791         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32794         fdim/fdimf to libm-sysdep_routines.
32795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32796         file.
32797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32799         file.
32800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32801         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32802         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32803         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32804         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32805         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32806         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32808 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32810         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32811         to optimize copies.
32813         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32815         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32817         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32818         local variable MPTWO.
32819         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32820         Likewise.
32822 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32824         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32825         GLOB_NOESCAPE.
32827 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32829         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32831 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32833         * manual/pattern.texi (glob_t): Document gl_flags.
32834         (glob64_t): Likewise.
32836 2013-01-11  David S. Miller  <davem@davemloft.net>
32838         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32839         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32840         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32841         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32842         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32843         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32844         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32845         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32846         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32847         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32848         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32849         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32850         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32852         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32853         sparc V9 rather than using V8 code.
32854         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32855         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32857         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32858         Move to...
32859         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32860         Here.
32862 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32864         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32865         not in the main loop.
32866         * configure: Regenerated.
32868 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32870         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32871         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32872         to just #else.
32873         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32874         [!__GLIBC_HAVE_LONG_LONG] case.
32875         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32876         condition to just #else.
32877         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32878         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32879         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32880         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32881         unconditional.
32882         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32883         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32884         #elif condition to just #else.
32885         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32886         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32887         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32888         #elif condition to just #else.
32890 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32892         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32893         (EF_MIPS_ARCH_64): Fix value.
32894         (EF_MIPS_ARCH_32R2): New.
32895         (EF_MIPS_ARCH_64R2): New.
32897 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32899         * Makeconfig (+link-pie-before-libc): New.
32900         (+link-pie-after-libc): Likewise.
32901         (+link-pie-tests): Likewise.
32902         (+link-pie): Rewritten.
32903         (link-before-libc): Remove $(config-LDFLAGS).
32904         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32905         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32906         (config-LDFLAGS): Renamed to ...
32907         (rtld-LDFLAGS): This.
32908         (rtld-tests-LDFLAGS): New macro.
32909         (link-libc-rpath-link): Likewise.
32910         (link-libc-tests-rpath-link): Likewise.
32911         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32912         (link-libc): Prepand $(link-libc-rpath-link).
32913         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32914         (test-program-prefix): New macro.
32915         (test-via-rtld-prefix): Likewise.
32916         (test-program-cmd): Likewise.
32917         (host-test-program-cmd): Likewise.
32918         * Makefile ($(common-objpfx)testrun.sh): Replace
32919         $(run-program-prefix) with $(test-program-prefix).
32920         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32921         $(rtld-LDFLAGS).
32922         ($(common-objpfx)shlib.lds): Likewise.
32923         (build-module-helper): Likewise.
32924         ($(common-objpfx)format.lds): Likewise.
32925         * Rules (binaries-pie-tests): New.
32926         (binaries-pie-notests): Likewise.
32927         (binaries-pie): Rewritten.
32928         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32929         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32930         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32931         (make-test-out): Replace $(host-built-program-cmd) with
32932         $(host-test-program-cmd).
32933         * config.make.in (build-hardcoded-path-in-tests): New variable.
32934         * configure.in (--enable-hardcoded-path-in-tests): New configure
32935         option.
32936         (hardcoded_path_in_tests): New AC_SUBST.
32937         * configure: Regenerated.
32938         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32939         $(built-program-cmd) with $(test-program-cmd).
32940         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32941         (test_program_cmd): This.
32942         * elf/Makefile ($(objpfx)order.out): Run test with
32943         $(test-program-prefix).
32944         ($(objpfx)order2.out): Likewise.
32945         ($(objpfx)tst-initorder.out): Likewise.
32946         ($(objpfx)tst-initorder2.out): Likewise.
32947         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32948         $(test-program-cmd).
32949         ($(objpfx)tst-array1-static.out): Likewise.
32950         ($(objpfx)tst-array2.out): Likewise.
32951         ($(objpfx)tst-array3.out): Likewise.
32952         ($(objpfx)tst-array4.out): Likewise.
32953         ($(objpfx)tst-array5.out): Likewise.
32954         ($(objpfx)tst-array5-static.out): Likewise.
32955         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32956         $(test-program-cmd).
32957         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32958         $(run-program-prefix) with $(test-program-prefix).
32959         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32960         (test_program_prefix): This.
32961         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32962         $(run-program-prefix) with $(test-program-prefix).
32963         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32964         (test_program_prefix): This.
32965         * iconvdata/tst-tables.sh: Likewise.
32966         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32967         $(run-program-prefix) with $(test-program-prefix).
32968         ($(objpfx)tst-translit.out): Likewise.
32969         ($(objpfx)tst-gettext2.out): Likewise.
32970         ($(objpfx)tst-gettext4.out): Likewise.
32971         ($(objpfx)tst-gettext6.out): Likewise.
32972         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32973         (test_program_prefix): This.
32974         * intl/tst-gettext2.sh: Likewise.
32975         * intl/tst-gettext4.sh  Likewise.
32976         * intl/tst-gettext6.sh: Likewise.
32977         * intl/tst-translit.sh: Likewise.
32978         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32979         with $(test-program-cmd).
32980         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32981         $(run-program-prefix) with $(test-program-prefix).
32982         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32983         (test_program_prefix): This.
32984         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32985         $(run-program-prefix) with $(test-program-prefix).
32986         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32987         (test_program_prefix): This.
32988         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32989         * posix/Makefile ($(objpfx)globtest.out): Replace
32990         $(run-via-rtld-prefix) and $(test-wrapper) with
32991         $(test-program-prefix) and $(test-via-rtld-prefix).
32992         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32993         $(test-program-prefix).
32994         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32995         $(host-test-program-cmd).
32996         (tst-spawn-ARGS): Likewise.
32997         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32998         $(test-program-prefix).
32999         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33000         (test_via_rtld_prefix): This.
33001         (test_wrapper): Renamed to ...
33002         (test_program_prefix): This.
33003         (run_program_prefix): Replaced by test_program_prefix.
33004         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33005         (test_program_prefix): This.
33006         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33007         with $(host-test-program-cmd).
33008         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33009         $(run-program-prefix) with $(test-program-prefix).
33010         ($(objpfx)tst-printf.out): Likewise.
33011         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33012         $(test-program-cmd).
33013         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33014         (test_program_prefix): This.
33015         * stdio-common/tst-unbputc.sh: Likewise.
33016         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33017         $(run-program-prefix) with $(test-program-prefix).
33018         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33019         (test_program_prefix): This.
33020         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33021         $(built-program-cmd) with $(test-program-cmd).
33023 2013-01-11  Andreas Jaeger  <aj@suse.de>
33025         [BZ #15003]
33026         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33027         value. Sync with Linux 3.7.
33029 2013-01-10  David S. Miller  <davem@davemloft.net>
33031         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33032         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33033         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33035 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33037         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33038         never set.
33039         * configure: Regenerated.
33041 2013-01-10  David S. Miller  <davem@davemloft.net>
33043         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33044         sparc V9 rather than using V8 code.
33045         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33046         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33048 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33050         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33051         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33052         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33053         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33054         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33055         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33056         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33057         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33058         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33059         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33060         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33061         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33062         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33063         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33064         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33065         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33066         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33067         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33068         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33069         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33070         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33071         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33072         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33073         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33074         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33075         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33076         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33078 2013-01-10  David S. Miller  <davem@davemloft.net>
33080         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33082 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33084         * posix/Makefile (tests-static): New variable.
33085         (tests): Add $(tests-static).
33086         (tst-exec-static-ARGS): New variable.
33087         (tst-spawn-static-ARGS): Likewise.
33088         * posix/tst-exec-static.c: New file.
33089         * posix/tst-spawn-static.c: Likewise.
33090         * posix/tst-exec.c: Support run directly.
33091         * posix/tst-spawn.c: Likewise.
33093 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33095         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33096         long.
33097         * math/bits/mathcalls.h (llrint): Likewise.
33098         (llround): Likewise.
33099         * stdlib/stdlib.h (struct drand48_data): Likewise.
33100         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33101         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33102         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33103         Likewise.
33104         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33105         Likewise.
33106         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33107         (elf_greg_t): Likewise.
33108         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33109         (__jmp_buf): Likewise.
33110         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33111         definitions.
33112         (llrint): Likewise, for all definitions.
33113         (llrintl): Likewise.
33115         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33116         Remove [__GNUC__] condition.
33117         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33118         condition to just [__USE_ISOC99].
33119         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33121 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33123         [BZ #14200]
33124         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33125         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33126         defined.
33127         (_POSIX_V6_ILP32_OFF32): Likewise.
33128         (_XBS5_ILP32_OFF32): Likewise.
33129         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33130         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33132 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33134         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33136         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33137         doubles __mpexp_twomm1.  Adjust usage.
33138         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33139         Remove.
33141 2013-01-10  Andreas Schwab  <schwab@suse.de>
33143         [BZ #14964]
33144         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33145         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33147 2013-01-09  David S. Miller  <davem@davemloft.net>
33149         [BZ #15003]
33150         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33151         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33152         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33153         (TCP_FASTOPEN): Define.
33154         (tcp_repair_opt): New structure.
33155         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33156         enum values.
33157         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33158         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33159         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33160         (tcp_cookie_transactions): New structure.
33162 2013-01-09  Anton Blanchard  <anton@samba.org>
33164         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33165         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33166         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33167         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33169 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33171         * include/features.h (__USE_ANSI): Remove.
33173 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33175         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33177         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33179 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33181         * sysdeps/s390/fpu/libm-test-ulps: Update.
33183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33185         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33186         (__acr): Likewise.
33187         (__cpy): Likewise.
33188         (norm): Likewise.
33189         (denorm): Likewise.
33190         (__mp_dbl): Likewise.
33191         (__dbl_mp): Likewise.
33192         (add_magnitudes): Likewise.
33193         (sub_magnitudes): Likewise.
33194         (__add): Likewise.
33195         (__sub): Likewise.
33196         (__mul): Likewise.
33197         (__inv): Likewise.
33198         (__dvd): Likewise.
33199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33200         (__acr): Likewise.
33201         (__cpy): Likewise.
33202         (norm): Likewise.
33203         (denorm): Likewise.
33204         (__mp_dbl): Likewise.
33205         (__dbl_mp): Likewise.
33206         (add_magnitudes): Likewise.
33207         (sub_magnitudes): Likewise.
33208         (__add): Likewise.
33209         (__sub): Likewise.
33210         (__mul): Likewise.
33211         (__inv): Likewise.
33212         (__dvd): Likewise.
33213         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33214         (__acr): Likewise.
33215         (__cpy): Likewise.
33216         (norm): Likewise.
33217         (denorm): Likewise.
33218         (__mp_dbl): Likewise.
33219         (__dbl_mp): Likewise.
33220         (add_magnitudes): Likewise.
33221         (sub_magnitudes): Likewise.
33222         (__add): Likewise.
33223         (__sub): Likewise.
33224         (__mul): Likewise.
33225         (__inv): Likewise.
33226         (__dvd): Likewise.
33228 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33230         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33231         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33232         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33233         2 && __USE_EXTERN_INLINES]: Likewise.
33235 2013-01-08  Andreas Jaeger  <aj@suse.de>
33237         [BZ# 14985]
33238         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33239         Remove.
33240         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33241         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33243 2013-01-07  Anton Blanchard  <anton@samba.org>
33245         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33246         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33247         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33248         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33249         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33250         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33251         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33252         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33253         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33254         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33255         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33256         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33257         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33258         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33259         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33260         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33261         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33262         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33263         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33264         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33265         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33266         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33267         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33268         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33269         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33270         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33271         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33272         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33273         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33274         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33275         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33276         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33277         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33278         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33279         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33280         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33281         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33282         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33283         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33284         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33285         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33286         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33287         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33289 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33291         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33292         (__MALLOC_PMT): Likewise.
33293         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33294         [__GNUC__], only on [_LIBC].
33295         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33296         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33297         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33298         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33299         forward declaration.
33300         (realloc_hook_ini): Likewise.
33301         (memalign_hook_ini): Likewise.
33302         (__libc_memalign): Do not use __MALLOC_PMT in variable
33303         declaration.
33304         (__libc_valloc): Likewise.
33305         (__libc_pvalloc): Likewise.
33306         (__libc_calloc): Likewise.
33307         (__posix_memalign): Likewise.
33309         [BZ #14996]
33310         * math/s_casinh.c: Include <float.h>.
33311         (__casinh): Do not do computation with squaring and square root
33312         for large arguments.
33313         * math/s_casinhf.c: Include <float.h>.
33314         (__casinhf): Do not do computation with squaring and square root
33315         for large arguments.
33316         * math/s_casinhl.c: Include <float.h>.
33317         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33318         (__casinhl): Do not do computation with squaring and square root
33319         for large arguments.
33320         * math/libm-test.inc (casin_test): Add more tests.
33321         (casinh_test): Likewise.
33322         * sysdeps/i386/fpu/libm-test-ulps: Update.
33323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33325 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33327         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33328         (__x86_64_raw_data_cache_size): Likewise.
33329         (__x86_64_data_cache_size_half): Likewise.
33330         (__x86_64_raw_data_cache_size_half): Likewise.
33331         (__x86_64_shared_cache_size): Likewise.
33332         (__x86_64_raw_shared_cache_size): Likewise.
33333         (__x86_64_shared_cache_size_half): Likewise.
33334         (__x86_64_raw_shared_cache_size_half): Likewise.
33335         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33336         to ...
33337         (__x86_data_cache_size): This.
33338         (__x86_64_raw_data_cache_size): Renamed to ...
33339         (__x86_raw_data_cache_size): This.
33340         (__x86_64_data_cache_size_half): Renamed to ...
33341         (__x86_data_cache_size_half): This.
33342         (__x86_64_raw_data_cache_size_half): Renamed to ...
33343         (__x86_raw_data_cache_size_half): This.
33344         (__x86_64_shared_cache_size): Renamed to ...
33345         (__x86_shared_cache_size): This.
33346         (__x86_64_raw_shared_cache_size): Renamed to ...
33347         (__x86_raw_shared_cache_size): This.
33348         (__x86_64_shared_cache_size_half): Renamed to ...
33349         (__x86_shared_cache_size_half): This.
33350         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33351         (__x86_raw_shared_cache_size_half): This.
33352         * sysdeps/x86_64/memcpy.S: Updated.
33353         * sysdeps/x86_64/memset.S: Likewise.
33354         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33355         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33356         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33358 2013-01-04  David S. Miller  <davem@davemloft.net>
33360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33362 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33364         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33365         1 to avoid redefinition warning.
33366         (__USE_GNU): Don't define.
33367         (init_signaling_nan): Protoize.
33369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33371 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33373         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33374         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33375         (__cpymn): Likewise.
33376         (norm): Remove commented code.
33377         (denorm): Likewise.
33378         (__mp_dbl): Likewise.
33379         (__inv): Likewise.
33380         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33381         (__cpymn): Likewise.
33382         (norm): Remove commented code.
33383         (denorm): Likewise.
33384         (__mp_dbl): Likewise.
33385         (__inv): Likewise.
33387         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33388         mp_no value for 1.0 and 2.0.
33389         (norm): Use RADIXI instead of radixi.d.
33390         (denorm): Likewise.
33391         (__mul): Use 0.0 instead of zero.d.
33392         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33393         mp_no value for 1.0 and 2.0.
33394         (norm): Use RADIXI instead of radixi.d.
33395         (denorm): Likewise.
33396         (__mul): Use 0.0 instead of zero.d.
33398 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33400         [BZ #14994]
33401         * math/s_casinh.c (__casinh): Reduce finite argument to first
33402         quadrant then set signs of results at the end.
33403         * math/s_casinhf.c (__casinhf): Likewise.
33404         * math/s_casinhl.c (__casinhl): Likewise.
33405         * math/libm-test.inc (casin_test): Add more tests.
33406         (casinh_test): Likewise.
33407         * sysdeps/i386/fpu/libm-test-ulps: Update.
33408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33410 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33412         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33414         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33416         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33417         declarations.
33418         (denorm): Likewise.
33419         (__mp_dbl): Likewise.
33420         (__inv): Likewise.
33422         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33423         and adjust the header comment.
33425         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33426         variable name from declaration.
33428 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33430         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33431         Initialize COMMON_CPUID_INDEX_7 element.
33432         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33433         (CPUID_RTM): Likewise.
33434         (HAS_RTM): Likewise.
33435         (COMMON_CPUID_INDEX_7): New enum.
33437 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33439         [BZ #14981]
33440         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33441         size is zero, record memory as freed.
33443 2013-01-03  Andreas Jaeger  <aj@suse.de>
33445         * po/ia.po: Add new Interlingua translation.
33447 2012-01-03  Allan McRae  <allan@archlinux.org>
33449         * locale/programs/localedef.c: Fix description of '--posix' flag.
33451 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33453         * NEWS: Update dates in second copyright notice.
33454         * README: Update copyright dates in example.
33455         * manual/libc.texinfo: Update copyright dates.
33456         * scripts/test-installation.pl: Update copyright date in --version
33457         output.
33459         * hurd/ctty-input.c: Fix copyright notice formatting.
33460         * hurd/ctty-output.c: Likewise.
33461         * hurd/dtable.c: Likewise.
33462         * hurd/hurd-raise.c: Likewise.
33463         * hurd/hurdprio.c: Likewise.
33464         * hurd/msgportdemux.c: Likewise.
33465         * misc/sys/file.h: Likewise.
33466         * misc/sys/ioctl.h: Likewise.
33467         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33468         * sysdeps/mach/hurd/chdir.c: Likewise.
33469         * sysdeps/mach/hurd/fchdir.c: Likewise.
33470         * sysdeps/mach/hurd/rename.c: Likewise.
33471         * sysdeps/mach/hurd/rmdir.c: Likewise.
33472         * sysdeps/mach/hurd/seekdir.c: Likewise.
33473         * sysdeps/mach/hurd/setsid.c: Likewise.
33474         * sysdeps/posix/wait3.c: Likewise.
33476         * All files with FSF copyright notices: Update copyright dates
33477         using scripts/update-copyrights.
33478         * intl/plural.c: Regenerated.
33479         * locale/programs/charmap-kw.h: Likewise.
33480         * locale/programs/locfile-kw.h: Likewise.
33482 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33484         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33485         four values.
33487         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33488         calculation loop and add branch prediction.
33490         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33491         check access beyond bounds of m1np.
33493         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33494         MPTWO.
33495         (__inv): Remove local variable MPTWO to use the global
33496         constant.
33497         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33498         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33499         variable MPTWO.
33500         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33501         MP3HALFS static const.
33503 2013-01-01  David S. Miller  <davem@davemloft.net>
33505         * po/ca.po: Update from translation team.
33507 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33509         * scripts/update-copyrights: New file.
33510         * Makeconfig: Reformat copyright notice.
33511         * ctype/ctype.h: Likewise.
33512         * debug/swprintf_chk.c: Likewise.
33513         * elf/dl-cache.c: Likewise.
33514         * elf/dl-debug.c: Likewise.
33515         * elf/dl-object.c: Likewise.
33516         * grp/initgroups.c: Likewise.
33517         * hurd/Makefile: Likewise.
33518         * hurd/hurd/signal.h: Likewise.
33519         * hurd/hurdfault.c: Likewise.
33520         * hurd/hurdioctl.c: Likewise.
33521         * hurd/hurdlookup.c: Likewise.
33522         * hurd/intr-msg.c: Likewise.
33523         * iconv/gconv_open.c: Likewise.
33524         * libio/swprintf.c: Likewise.
33525         * locale/lc-ctype.c: Likewise.
33526         * locale/nl_langinfo.c: Likewise.
33527         * mach/Machrules: Likewise.
33528         * mach/Makefile: Likewise.
33529         * malloc/obstack.h: Likewise.
33530         * manual/Makefile: Likewise.
33531         * manual/tsort.awk: Likewise.
33532         * misc/bits/stab.def: Likewise.
33533         * nis/nis_print_group_entry.c: Likewise.
33534         * nis/nis_table.c: Likewise.
33535         * nis/nss_compat/compat-pwd.c: Likewise.
33536         * nis/nss_compat/compat-spwd.c: Likewise.
33537         * po/Makefile: Likewise.
33538         * posix/fnmatch.c: Likewise.
33539         * posix/regex.h: Likewise.
33540         * resolv/Makefile: Likewise.
33541         * resolv/nss_dns/dns-network.c: Likewise.
33542         * resolv/res_hconf.c: Likewise.
33543         * scripts/gen-sorted.awk: Likewise.
33544         * soft-fp/soft-fp.h: Likewise.
33545         * stdio-common/printf.h: Likewise.
33546         * stdlib/monetary.h: Likewise.
33547         * stdlib/random.c: Likewise.
33548         * stdlib/random_r.c: Likewise.
33549         * sysdeps/generic/Makefile: Likewise.
33550         * sysdeps/gnu/Makefile: Likewise.
33551         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33552         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33553         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33554         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33555         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33556         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33557         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33558         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33559         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33560         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33561         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33562         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33563         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33564         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33565         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33566         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33567         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33568         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33569         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33570         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33571         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33572         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33573         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33574         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33575         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33576         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33577         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33578         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33579         * sysdeps/mach/hurd/errnos.awk: Likewise.
33580         * sysdeps/mach/hurd/fork.c: Likewise.
33581         * sysdeps/mach/hurd/getcwd.c: Likewise.
33582         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33583         * sysdeps/mach/hurd/mmap.c: Likewise.
33584         * sysdeps/mach/hurd/utimes.c: Likewise.
33585         * sysdeps/mach/hurd/xmknod.c: Likewise.
33586         * sysdeps/posix/profil.c: Likewise.
33587         * sysdeps/posix/readdir_r.c: Likewise.
33588         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33589         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33590         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33591         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33592         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33593         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33594         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33595         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33596         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33597         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33598         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33599         * sysdeps/pthread/lio_listio.c: Likewise.
33600         * sysdeps/sparc/dl-procinfo.h: Likewise.
33601         * sysdeps/unix/i386/sysdep.S: Likewise.
33602         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33603         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33604         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33605         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33607         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33608         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33609         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33610         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33611         * sysdeps/wordsize-32/divdi3.c: Likewise.
33612         * time/sys/time.h: Likewise.
33613         * wcsmbs/Makefile: Likewise.
33615 2013-01-01  David S. Miller  <davem@davemloft.net>
33617         * po/fr.po: Update from translation team.
33619         * catgets/gencat.c: Update copyright year.
33620         * csu/version.c: Likewise.
33621         * debug/catchsegv.sh: Likewise.
33622         * debug/pcprofiledump.c: Likewise.
33623         * debug/xtrace.sh: Likewise.
33624         * elf/ldconfig.c: Likewise.
33625         * elf/ldd.bash.in: Likewise.
33626         * elf/pldd.c: Likewise.
33627         * elf/sotruss.ksh: Likewise.
33628         * elf/sprof.c: Likewise.
33629         * iconv/iconv_prog.c: Likewise.
33630         * iconv/iconvconfig.c: Likewise.
33631         * locale/programs/locale.c: Likewise.
33632         * locale/programs/localedef.c: Likewise.
33633         * login/programs/pt_chown.c: Likewise.
33634         * malloc/memusage.sh: Likewise.
33635         * malloc/memusagestat.c: Likewise.
33636         * malloc/mtrace.pl: Likewise.
33637         * nscd/nscd.c: Likewise.
33638         * nss/getent.c: Likewise.
33639         * nss/makedb.c: Likewise.
33640         * posix/getconf.c: Likewise.
33642 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33644         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33645         numbers.
33647 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33649         * math/bits/mathcalls.h (modf): Use __nonnull.
33651 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33653         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33654         (split): Use macro CN instead of the bare value.
33655         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33656         could be used.
33657         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33658         instead of the bare value.
33659         (power1): Likewise.
33661 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33663         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33664         __ATAN_TWOM.
33665         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33667         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33668         their values.
33669         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33670         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33671         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33672         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33674 2012-12-28  Andreas Jaeger  <aj@suse.de>
33676         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33677         values are from Linux 3.7.
33679         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33680         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33682 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33684         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33685         TRUE case.
33687         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33688         (norm): Likewise.
33689         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33690         variables with preprocessor constants.
33691         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33692         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33693         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33695 2012-12-27  Bruno Haible  <bruno@clisp.org>
33697         [BZ #14317]
33698         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33699         only if needed.
33701 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33703         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33704         and use variable directly.
33705         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33707         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33708         MPONE.
33709         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33710         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33711         variable MPONE.
33712         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33713         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33714         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33715         include directive.  Remove local variable MPONE.
33716         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33717         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33718         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33720 2012-12-25  David S. Miller  <davem@davemloft.net>
33722         * version.h (RELEASE): Set to "development".
33723         (VERSION): Set to "2.17.90".
33724         * NEWS: Add 2.18 section.
33726 2012-12-21  David S. Miller  <davem@davemloft.net>
33728         * po/hr.po: Update from translation team.
33730 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33732         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33734 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33736         * NEWS:  Mention new memcpy for MIPS.
33738 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33740         * manual/contrib.texi (Contributors): Spelling correction.
33742 2012-12-15  David S. Miller  <davem@davemloft.net>
33744         * po/ru.po: Update from translation team.
33746 2012-12-13  David S. Miller  <davem@davemloft.net>
33748         * NEWS: Mention IFUNC testsuite enhancements.
33750         * po/pl.po: Update from translation team.
33751         * po/bg.po: Likewise.
33753         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33754         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33756 2012-12-11  David S. Miller  <davem@davemloft.net>
33758         * po/sv.po: Update from translation team.
33760         * po/vi.po: Update from translation team.
33762         * po/cs.po: Update from translation team.
33764         * po/de.po: Update from translation team.
33765         * po/eo.po: Likewise.
33766         * po/nl.po: Likewise.
33768 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33770         [BZ #14246]
33771         * manual/argp.texi (Argp Helper Functions): Move node to follow
33772         Argp Parsing State.
33774         [BZ #14872]
33775         * manual/conf.texi (Limits on File System Capacity): Mention if
33776         terminating null is included in the max size.
33778 2012-12-10  Andreas Jaeger  <aj@suse.de>
33780         * po/cs.po: Update from translation team.
33782 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33784         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33785         void pointer and cast to uintptr_t.
33786         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33787         path.
33788         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33789         * sysdeps/s390/s390-64/memset.S: Likewise.
33791 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33793         [BZ #14833]
33794         * menual/message.texi (Message Translation): Fix typos.
33795         (Helper programs for gettext): Likewise.
33797 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33799         [BZ #14898]
33800         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33801         Change to -1.
33803 2012-12-07  David S. Miller  <davem@davemloft.net>
33805         * po/libc.pot: Update.
33807 2012-12-07  Richard Henderson  <rth@redhat.com>
33809         [BZ #10114]
33810         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33811         normal/normal case to before the switch.
33812         (_FP_DIV): Likewise.
33814 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33815             Mike Frysinger  <vapier@gentoo.org>
33817         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33818         check for __NR_fadvise64_64.
33820 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33822         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33823         0, not just to plain "0" as a statement.
33824         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33825         with cw.
33827 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33829         * NEWS: Use sourceware.org in Bugzilla URL.
33831 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33834         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33836         * stdio-common/tst-put-error.c (do_test): Add newline to the
33837         padded test to ensure flush.
33839 2012-12-05  Jeff Law  <law@redhat.com>
33841         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33843 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33845         * README: Don't refer to ports add-on as distributed separately.
33846         Mention AArch64 in list of systems supported in the ports add-on.
33848         * LICENSES: Add more non-FSF copyright and license notices.
33850         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33851         ((unused)).
33853         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33855         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33856         10000 as width of padded output.
33858 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33860         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33862         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33863         variable LX with __attribute__ ((unused)).
33864         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33865         Likewise.
33866         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33867         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33868         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33869         with __attribute__ ((unused)).
33871 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33873         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33875 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33877         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33878         (CFLAGS-nldbl-acos.c): New variable.
33879         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33880         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33881         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33882         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33883         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33884         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33885         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33886         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33887         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33888         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33889         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33890         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33891         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33892         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33893         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33894         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33895         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33896         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33897         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33898         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33899         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33900         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33901         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33902         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33903         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33904         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33905         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33906         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33907         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33908         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33909         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33910         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33911         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33912         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33913         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33914         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33915         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33916         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33917         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33918         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33919         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33920         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33921         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33922         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33923         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33924         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33925         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33926         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33927         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33928         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33929         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33930         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33931         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33932         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33933         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33934         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33935         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33936         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33937         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33938         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33939         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33940         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33941         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33942         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33943         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33944         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33945         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33946         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33947         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33948         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33949         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33950         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33951         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33952         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33953         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33954         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33955         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33956         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33957         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33958         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33959         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33960         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33961         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33962         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33963         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33964         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33965         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33966         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33967         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33968         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33969         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33970         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33971         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33972         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33973         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33974         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33975         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33978         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33980         [BZ #14914]
33981         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33982         whole low double instead of just low 47 bits when splitting values
33983         into two parts.
33985 2012-12-03  Allan McRae  <allan@archlinux.org>
33987         * manual/stdio.texi (Predefined Printf Handlers): Remove
33988         @hsep and @vsep usage.
33990 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33992         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33993         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33995 2012-12-03  Jeff Law  <law@redhat.com>
33997         * time/sys/time.h (settimeofday): Do not mark TV argument
33998         as __nonnull.
34000 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34002         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34003         when currently writing and seek to current position when not.
34004         * libio/Makefile (tests): Remove bug-fclose1.
34005         * libio/bug-fclose1.c: Delete.
34007 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34009         * manual/arith.texi (feenableexcept): Fix typo.
34010         (fedisableexcept): Likewise.
34012 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34014         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34015         second, differently-typed declaration, rather than a cast.
34017 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34019         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34020         * include/rpc/svc.h: ... here.
34022 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34024         [BZ #13013]
34025         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34026         depending n and resplen2 to catch cases where answer
34027         equals answerp2.
34029 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34031         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34032         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34034 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34036         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34038 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34040         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34042 2012-11-28  Jeff Law  <law@redhat.com>
34044         [BZ #13761]
34045         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34046         dataset_temporary.  Track alloca usage into alloca_used.
34047         If dataset is large allocate and release it via malloc/free.
34049 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34051         [BZ #14197]
34052         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34054 2012-11-28  David S. Miller  <davem@davemloft.net>
34056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34058 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34060         [BZ #14803]
34061         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34062         of pi/2 rounded to nearest to 64 bits.
34063         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34064         nearest to 64 bits.
34065         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34066         bits.
34068 2012-11-28  Jeff Law <law@redhat.com>
34069             Martin Osvald <mosvald@redhat.com>
34071         [BZ #14889]
34072         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34073         * sunrpc/svc.c: Include time.h.
34074         (__svc_accept_failed): New function.
34075         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34076         any reason other than EINTR, call __svc_accept_failed.
34077         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34078         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34080 2012-11-28  Andreas Schwab  <schwab@suse.de>
34082         * scripts/abilist.awk: Also handle indirect functions in .opd
34083         section.
34085 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34087         [BZ #13881]
34088         * sysdeps/x86/fpu/powl_helper.c: New file.
34089         * sysdeps/x86/fpu/Makefile: Likewise.
34090         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34091         (p3): New object.
34092         (__ieee754_powl): Use __powl_helper for finite arguments except
34093         integer exponents below 8.
34094         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34095         (p3): New object.
34096         (__ieee754_powl): Use __powl_helper for finite arguments except
34097         integer exponents below 8.
34098         * math/libm-test.inc (pow_test): Add more tests and enable some
34099         previously disabled tests.
34100         * sysdeps/i386/fpu/libm-test-ulps: Update.
34101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34103 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34104             Carlos O'Donell  <carlos_odonell@mentor.com>
34106         * nss/makedb.c (is_prime): Assert that input is odd and greater
34107         than 4.  Note that fact in a comment too.
34108         (next_prime): Add 4 to input.
34110 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34112         [BZ #11741]
34113         * libio/Makefile (tests): Add test case tst-fwrite-error.
34114         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34115         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34116         * libio/tst-fwrite-error.c: New test case.
34118 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34120         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34121         before casting to void *.
34122         * include/libc-internal.h (__pointer_type): New macro.
34123         (__integer_if_pointer_type_sub): Likewise.
34124         (__integer_if_pointer_type): Likewise.
34125         (cast_to_integer): Likewise.
34126         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34127         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34128         before casting to atomic64_t.
34129         (atomic_exchange_acq): Likewise.
34130         (__arch_exchange_and_add_body): Likewise.
34131         (__arch_add_body): Likewise.
34132         (atomic_add_negative): Likewise.
34133         (atomic_add_zero): Likewise.
34135 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34137         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34138         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34139         (add_fdes): Likewise.
34140         (linear_search_fdes): Likewise.
34141         (binary_search_unencoded_fdes): Likewise.
34143 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34145         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34147 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34149         * configure.in: Autodetect C++ header directories.
34150         * configure: Regenerated.
34152 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34154         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34156 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34160 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34162         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34163         LDBL_MANT_DIG == 106]: Disable some tests.
34164         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34165         Likewise.
34166         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34167         Likewise.
34169         [BZ #14871]
34170         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34171         input for small inputs.  Return +/- pi/2 for large inputs.
34172         * math/libm-test.inc (atan_test): Add more tests.
34174         * sysdeps/generic/unwind-dw2-fde-glibc.c
34175         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34176         __attribute__ ((unused)).
34178         [BZ #14645]
34179         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34180         x * y if x and y are nonzero and z is zero.
34182         [BZ #14811]
34183         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34184         nonzero exponents with absolute value below 0x1p-117 to +/-
34185         0x1p-117.
34187         [BZ #14869]
34188         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34189         up arguments below 2**-450, not just those below 2**-500.
34190         * math/libm-test.inc (hypot_test): Add another test.
34192         [BZ #14868]
34193         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34194         Return a+b for ratio over 2**120, not 2**60.
34195         * math/libm-test.inc (hypot_test): Add another test.
34197         * math/libm-test.inc (clog_test): Use
34198         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34199         (clog10_test): Likewise.
34201         [BZ #6778]
34202         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34204 2012-11-22  Andreas Schwab  <schwab@suse.de>
34206         * sysdeps/i386/fpu/libm-test-ulps: Update.
34208 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34210         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34211         printf output with newline.
34213 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34215         [BZ #14865]
34216         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34217         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34218         -z nodlopen, -z initfirst and -z execstack support.
34219         * configure: Regenerated.
34221         * elf/elf.h (DF_1_NODIRECT): New macro.
34222         (DF_1_IGNMULDEF): Likewise.
34223         (DF_1_NOKSYMS): Likewise.
34224         (DF_1_NOHDR): Likewise.
34225         (DF_1_EDITED): Likewise.
34226         (DF_1_NORELOC): Likewise.
34227         (DF_1_SYMINTPOSE): Likewise.
34228         (DF_1_GLOBAUDIT): Likewise.
34229         (DF_1_SINGLETON): Likewise.
34230         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34231         DT_1_SUPPORTED_MASK bits.
34232         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34234 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34236         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34238 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34240         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34241         macro.
34243         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34244         (sendmmsg): Move declarations...
34245         * socket/sys/socket.h: ... here.
34246         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34247         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34248         include it from...
34249         * socket/recvmmsg.c: ... this new file.
34250         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34251         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34252         definition of __sendmmsg hidden.
34253         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34254         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34255         Move ENOSYS stub into and include it from...
34256         * socket/sendmmsg.c: ... this new file.
34257         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34258         (sysdep_routines): Move recvmmsg and sendmmsg...
34259         * socket/Makefile (routines): ... here.
34260         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34261         (GLIBC_PRIVATE): Add __sendmmsg.
34262         * include/sys/socket.h (__sendmmsg): Add declarations.
34263         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34264         sendmmsg.
34266 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34268         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34269         variable I1 with __attribute__ ((unused)).
34270         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34272 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34274         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34275         DUMMY variables with __attribute__ ((unused)).
34277         * bits/byteswap.h: Include <bits/types.h>.
34278         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34280 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34282         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34283         string_t.  Do not manually set errno.
34284         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34285         length with __strnlen.  Make sure to both set errno and return it on
34286         failure.
34288 2012-11-19  David S. Miller  <davem@davemloft.net>
34290         With help from Joseph Myers.
34291         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34292         very large arguments properly.
34293         * math/libm-test.inc (atan_test): New tests.
34294         (atan2_test): New tests.
34295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34296         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34298 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34300         [BZ #14856]
34301         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34302         Define to 3.
34304         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34305         [POSIX] (EADDRNOTAVAIL): Likewise.
34306         [POSIX] (EAFNOSUPPORT): Likewise.
34307         [POSIX] (EALREADY): Likewise.
34308         [POSIX] (ECONNABORTED): Likewise.
34309         [POSIX] (ECONNREFUSED): Likewise.
34310         [POSIX] (ECONNRESET): Likewise.
34311         [POSIX] (EDESTADDRREQ): Likewise.
34312         [POSIX] (EDQUOT): Likewise.
34313         [POSIX] (EHOSTUNREACH): Likewise.
34314         [POSIX] (EIDRM): Likewise.
34315         [POSIX] (EISCONN): Likewise.
34316         [POSIX] (ELOOP): Likewise.
34317         [POSIX] (EMULTIHOP): Likewise.
34318         [POSIX] (ENETDOWN): Likewise.
34319         [POSIX] (ENETUNREACH): Likewise.
34320         [POSIX] (ENOBUFS): Likewise.
34321         [POSIX] (ENODATA): Likewise.
34322         [POSIX] (ENOLINK): Likewise.
34323         [POSIX] (ENOMSG): Likewise.
34324         [POSIX] (ENOPROTOOPT): Likewise.
34325         [POSIX] (ENOSR): Likewise.
34326         [POSIX] (ENOSTR): Likewise.
34327         [POSIX] (ENOTCONN): Likewise.
34328         [POSIX] (ENOTSOCK): Likewise.
34329         [POSIX] (EOPNOTSUPP): Likewise.
34330         [POSIX] (EOVERFLOW): Likewise.
34331         [POSIX] (EPROTO): Likewise.
34332         [POSIX] (EPROTONOSUPPORT): Likewise.
34333         [POSIX] (EPROTOTYPE): Likewise.
34334         [POSIX] (ESTALE): Likewise.
34335         [POSIX] (ETIME): Likewise.
34336         [POSIX] (ETXTBSY): Likewise.
34337         [POSIX] (EWOULDBLOCK): Likewise.
34338         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34339         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34340         [POSIX] (SEEK_CUR): Likewise.
34341         [POSIX] (SEEK_END): Likewise.
34342         [POSIX || UNIX98] (mode_t): Do not require.
34343         [POSIX] (off_t): Likewise.
34344         [POSIX] (pid_t): Likewise.
34345         [POSIX] (sys/stat.h): Do not allow header.
34346         [POSIX] (unistd.h): Likewise.
34347         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34348         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34349         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34350         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34351         require.
34352         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34353         sigevent): Specify elements.
34354         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34355         entry.
34356         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34357         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34359         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34360         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34361         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34362         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34363         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34364         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34365         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34366         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34367         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34368         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34369         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34370         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34371         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34372         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34373         Likewise.
34374         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34375         Likewise.
34376         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34377         Likewise.
34378         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34379         Likewise.
34380         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34381         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34382         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34383         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34384         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34385         Specify lower bound on value.
34386         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34387         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34388         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34389         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34390         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34391         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34392         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34393         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34394         value.
34395         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34396         as optional.
34397         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34398         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34399         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34400         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34401         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34402         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34403         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34404         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34405         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34406         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34407         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34408         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34409         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34410         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34411         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34412         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34413         entry.
34414         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34415         optional.
34416         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34417         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34418         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34419         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34420         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34421         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34422         Likewise.
34423         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34424         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34425         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34426         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34427         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34428         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34429         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34430         as optional.
34431         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34432         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34433         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34434         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34435         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34436         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34437         specify as optional.
34438         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34439         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34440         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34441         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34442         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34443         [XPG3] (NL_LANGMAX): Likewise.
34444         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34445         [POSIX || XPG3] (NL_NMAX): Likewise.
34446         [POSIX || XPG3] (NL_SETMAX): Likewise.
34447         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34448         [XPG3] (NZERO): Likewise.
34449         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34450         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34451         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34452         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34453         (REG_ERANGE): Expect.
34454         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34455         optional-constant.
34456         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34457         Use (void) in prototype.
34458         [POSIX] (*_t): Allow.
34459         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34460         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34461         (WRDE_BADVAL): Expect.
34463         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34464         expect.
34465         [XPG3 || XPG4] (O_RSYNC): Likewise.
34466         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34467         Likewise.
34468         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34469         [XPG3 || XPG4] (sigqueue): Likewise.
34470         [XPG3 || XPG4] (sigtimedwait): Likewise.
34471         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34472         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34473         [XPG3 || XPG4] (vsnprintf): Likewise.
34474         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34475         Likewise.
34476         [XPG3 || XPG4] (blksize_t): Likewise.
34477         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34478         Likewise.
34479         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34480         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34481         [XPG3 || XPG4] (struct itimerspec): Likewise.
34482         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34483         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34484         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34485         [XPG3 || XPG4] (clockid_t): Likewise.
34486         [XPG3 || XPG4] (timer_t): Likewise.
34487         [XPG3 || XPG4] (clock_getres): Likewise.
34488         [XPG3 || XPG4] (clock_gettime): Likewise.
34489         [XPG3 || XPG4] (clock_settime): Likewise.
34490         [XPG3 || XPG4] (nanosleep): Likewise.
34491         [XPG3 || XPG4] (timer_create): Likewise.
34492         [XPG3 || XPG4] (timer_delete): Likewise.
34493         [XPG3 || XPG4] (timer_gettime): Likewise.
34494         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34495         [XPG3 || XPG4] (timer_settime): Likewise.
34496         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34497         [XPG3 || XPG4] (getlogin_r): Likewise.
34498         [XPG3 || XPG4] (pread): Likewise.
34499         [XPG3 || XPG4] (pthread_atfork): Likewise.
34500         [XPG3 || XPG4] (pwrite): Likewise.
34502         [BZ #14835]
34503         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34504         <bits/siginfo.h>.
34506 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34508         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34509         finalizing MALLSTREAM.
34511         * sysdeps/mach/hurd/syncfs.c: New file.
34513 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34515         [BZ #14719]
34516         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34517         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34518         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34519         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34520         (_nss_dns_gethostbyname4_r): Likewise.
34521         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34522         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34524 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34526         [BZ #13763]
34527         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34529 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34531         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34532         * elf/cache.c (print_entry): Print ",AArch64" for
34533         FLAG_AARCH64_LIB64
34535         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34536         * elf/cache.c (print_entry): Print ",hard-float" for
34537         FLAG_ARM_LIBHF.
34539 2012-11-18  David S. Miller  <davem@davemloft.net>
34541         With help from Joseph Myers.
34542         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34543         cutoff to 2**-13.
34544         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34545         cutoff to 2**-25.
34546         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34547         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34548         small.
34549         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34550         * math/libm-test.inc (y0_test): New tests.
34551         (y1_test): New tests.
34552         * sysdeps/i386/fpu/libm-test-ulps: Update.
34553         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34554         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34556 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34558         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34559         64-bit targets.
34560         * configure: Regenerated.
34562 2012-11-17  David S. Miller  <davem@davemloft.net>
34564         [BZ #14811]
34565         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34566         nonzero exponents with absolute value below 0x1p-128 to +/-
34567         0x1p-128.
34569 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34571         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34573         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34575         * posix/getconf-speclist.c: New file.
34576         * posix/posix-envs.def: Likewise.
34577         * posix/confstr.c (START_ENV_GROUP): New macro.
34578         (END_ENV_GROUP): Likewise.
34579         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34580         (KNOWN_PRESENT_ENV_STRING): Likewise.
34581         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34582         (UNKNOWN_ENVIRONMENT): Likewise.
34583         (confstr): Include posix-envs.def instead of handling
34584         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34585         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34586         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34587         (END_ENV_GROUP): Likewise.
34588         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34589         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34590         (UNKNOWN_ENVIRONMENT): Likewise.
34591         (__sysconf): Include posix-envs.def instead of handling associated
34592         cases directly here.
34593         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34594         preprocessing getconf-speclist.c rather than running getconf or
34595         generating empty file.
34597 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34599         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34601 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34603         [BZ #14672]
34604         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34606 2012-11-16  David S. Miller  <davem@davemloft.net>
34608         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34609         smaller than LDBL_EPSILON/2.0L, just return xm1.
34611 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34613         * elf/tst-array1.c (init): Set constructor priority to 1000.
34614         (fini): Set destructor priority to 1000.
34615         * elf/tst-array2dep.c: Likewise.
34617 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34619         [BZ #11741]
34620         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34621         (_IO_new_file_xsputn): Also return EOF if none of the input
34622         data was written when overflow failed.
34623         * libio/iopadn.c (_IO_padn): Likewise.
34624         * libio/iowpadn.c (_IO_wpadn): Likewise.
34625         * stdio-common/tst-put-error.c: Add copyright notice.
34626         (do_test): Add case for printing padded string.
34627         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34628         _IO_padn returned error.
34629         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34630         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34631         return EOF.
34633 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34635         * libio/libioP.h: Add comment note that the references to C++
34636         bits are now obsolete.
34638 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34640         * math/libm-test.inc (check_complex): Use asprintf.
34642 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34644         * debug/pcprofiledump.c (print_version): Update copyright year.
34645         * malloc/memusagestat.c (print_version): Likewise.
34647 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34649         [BZ #14831]
34650         * elf/Makefile (tests): Add tst-audit8.
34651         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34652         ($(objpfx)tst-audit8.out): New target.
34653         (tst-audit8-ENV): New variable.
34654         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34655         audit if l_reloc_result is NULL.
34656         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34657         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34658         * elf/tst-audit8.c: New file.
34660 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34662         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34663         * misc/Makefile (CFLAGS-select.c): Define.
34664         * posix/Makefile (CFLAGS-pause.c): Define.
34666 2012-11-13  David S. Miller  <davem@davemloft.net>
34668         * crypt/Makefile: Move test targets after toplevel Rules
34669         inclusion.  Grab any necessary sysdep routines when linking.
34670         * crypt/md5.c (md5_process_block): Remove define, we will always
34671         name it __md5_process_block.
34672         (md5_finish_ctx): Update md5_process_block call.
34673         (md5_stream): Likewise.
34674         (md5_process_bytes): Likewise.
34675         (md5_process_block): Rename to __md5_process_block and move to ...
34676         * crypt/md5-block.c: ... here.
34677         * crypt/sha256.c (sha256_process_block): Move to ...
34678         * crypt/sha256-block.c: ... here.
34679         * crypt/sha512.c (sha512_process_block): Move to ...
34680         * crypt/sha512-block.c: ... here.
34681         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34682         path.
34683         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34684         * sysdeps/sparc/sparc64/multiarch/Makefile
34685         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34686         crypt subdir.
34687         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34688         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34689         multiarch changes.
34690         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34691         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34692         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34693         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34694         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34695         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34696         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34697         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34698         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34699         file.
34700         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34701         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34702         file.
34703         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34705 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34707         * timezone/tzselect.ksh: Update from tzcode git revision
34708         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34709         * timezone/zdump.c: Likewise.
34710         * timezone/zic.c: Likewise.
34711         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34712         in TZVERSION setting, not $(PKGVERSION).
34713         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34714         REPORT_BUGS_TO settings.
34716         [BZ #14838]
34717         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34718         macro.
34720 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34722         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34723         detection to immediately after _FP_ROUND().
34724         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34725         bits are 0.
34727 2012-11-11  David S. Miller  <davem@davemloft.net>
34729         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34730         inttypes.h
34731         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34732         __close rather than their public counterparts.
34734 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34736         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34737         file.
34738         [UNIX98] (sem_timedwait): Do not expect.
34739         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34740         [XPG4 || UNIX98] (sockatmark): Do not expect.
34741         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34742         (clock_getcpuclockid): Do not expect.
34743         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34744         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34745         Do not expect.
34746         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34747         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34748         [UNIX98] (vwscanf): Likewise.
34749         [UNIX98] (vswscanf): Likewise.
34751 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34753         * timezone/version.h: Remove file.
34754         * timezone/README: Do not refer to version.h.
34755         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34756         $(objpfx)version.h.
34757         ($(objpfx)zdump.o): Likewise.
34758         ($(objpfx)version.h): New target.
34760         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34761         2012i.
34762         * timezone/README: Don't mention modification to tzselect.ksh.
34763         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34764         work on unmodified tzselect.ksh.  Substitute version numbers in
34765         tzselect.ksh.
34767         * Makefile (format-me): Remove.
34768         (INSTALL): Adjust indentation.  Use commands directly instead of
34769         using $(format-me).
34771         * aclocal.m4 (ACX_PKGVERSION): New macro.
34772         (ACX_BUGURL): Likewise.
34773         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34774         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34775         (REPORT_BUGS_TO): Likewise.
34776         * configure: Regenerated.
34777         * config.h.in (PKGVERSION): New macro.
34778         (REPORT_BUGS_TO): Likewise.
34779         * config.make.in (PKGVERSION): New variable.
34780         (PKGVERSION_TEXI): Likewise.
34781         (REPORT_BUGS_TO): Likewise.
34782         (REPORT_BUGS_TEXI): Likewise.
34783         * Makefile (format-me): Use -I$(common-objpfx)manual.
34784         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34785         ($(common-objpfx)manual/%): New target.
34786         (manual/%): Remove target.
34787         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34788         (print_version): Use PKGVERSION.
34789         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34790         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34791         and REPORT_BUGS_TO.
34792         ($(objpfx)xtrace): Likewise.
34793         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34794         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34795         (print_version): Use PKGVERSION.
34796         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34797         (do_version): Use PKGVERSION.
34798         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34799         REPORT_BUGS_TO.
34800         (common-ldd-rewrite): Likewise.
34801         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34802         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34803         (print_version): Use PKGVERSION.
34804         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34805         * elf/pldd.c (argp_program_bug_address): Remove variable.
34806         (more_help): New function.
34807         (argp): Use more_help.
34808         (print_version): Use PKGVERSION.
34809         * elf/sln.c (main): Use PKGVERSION.
34810         (usage): Use REPORT_BUGS_TO.
34811         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34812         (top level): Use PKGVERSION.
34813         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34814         (print_version): Use PKGVERSION.
34815         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34816         (print_version): Use PKGVERSION.
34817         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34818         (print_version): Use PKGVERSION.
34819         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34820         (print_version): Use PKGVERSION.
34821         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34822         (print_version): Use PKGVERSION.
34823         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34824         (print_version): Use PKGVERSION.
34825         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34826         and BUGURL.
34827         ($(objpfx)memusage): Likewise.
34828         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34829         (do_version): Use PKGVERSION.
34830         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34831         (print_version): Use PKGVERSION.
34832         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34833         ($PKGVERSION): New variable.
34834         ($REPORT_BUGS_TO): Likewise.
34835         (usage): Use $REPORT_BUGS_TO.
34836         (top level): Use $PKGVERSION.
34837         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34838         ($(objpfx)pkgvers.texi): New rule.
34839         ($(objpfx)stamp-pkgvers): Likewise.
34840         * manual/install.texi: Include pkgvers.texi.
34841         (--with-pkgversion): Document new configure option.
34842         (--with-bugurl): Likewise.
34843         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34844         than necessarily for this particular distribution.  Use
34845         REPORT_BUGS_TO for where to report bugs.
34846         * INSTALL: Regenerated.
34847         * manual/libc.texinfo: Include pkgvers.texi.
34848         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34849         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34850         (print_version): Use PKGVERSION.
34851         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34852         (print_version): Use PKGVERSION.
34853         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34854         (print_version): Use PKGVERSION.
34855         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34856         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34857         macro.
34858         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34859         (print_version): Use PKGVERSION.
34860         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34861         (print_version): Use PKGVERSION.
34862         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34863         and PKGVERSION.
34865         * timezone/checktab.awk: Update from tzcode 2012i.
34866         * timezone/ialloc.c: Likewise.
34867         * timezone/private.h: Likewise.
34868         * timezone/scheck.c: Likewise.
34869         * timezone/tzfile.h: Likewise.
34870         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34871         (TZVERSION): Hardcode tzcode version number.
34872         * timezone/zdump.c: Update from tzcode 2012i.
34873         * timezone/zic.c: Likewise.
34874         * timezone/version.h: New file.
34875         * timezone/README: Describe version.h.  Update upstream location.
34877         [BZ #14824]
34878         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34879         (mktemp): Enable declaration.
34880         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34881         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34882         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34883         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34884         Likewise.
34885         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34886         Likewise.
34887         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34888         Likewise.
34889         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34890         Likewise.
34891         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34892         Likewise.
34893         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34894         Likewise.
34896         [BZ #14821]
34897         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34898         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34899         for copies of such integer values.
34900         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34901         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34903 2012-11-09  Andreas Jaeger  <aj@suse.de>
34905         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34906         definitions and declarations that are provided by
34907         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34909 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34911         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34912         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34913         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34914         definition.
34916 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34918         * elf/elf.h: Update comment before AArch64 relocations.
34920 2012-11-07  David S. Miller  <davem@davemloft.net>
34922         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34923         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34924         (__start_context): Declare.
34925         (__makecontext_ret): Delete.
34926         (__makecontext): Hook up __start_context instead of
34927         __makecontext_ret.
34928         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34929         (sysdep_routines): Add __start_context when in stdlib.
34931 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34933         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34934         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34935         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34936         hardcoded "nm".
34937         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34938         (READELF): New variable.  Use it instead of hardcoded "readelf".
34940 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34942         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34943         * sysdeps/x86/Makefile: Here.
34944         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34945         * sysdeps/x86/tst-xmmymm.sh: This.
34947 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34949         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34950         expectations.
34951         [UNIX98] (pthread_barrier_t): Do not expect.
34952         [UNIX98] (pthread_barrierattr_t): Likewise.
34953         [UNIX98] (pthread_spinlock_t): Likewise.
34954         [UNIX98] (pthread_barrier_destroy): Likewise.
34955         [UNIX98] (pthread_barrier_init): Likewise.
34956         [UNIX98] (pthread_barrier_wait): Likewise.
34957         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34958         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34959         [UNIX98] (pthread_barrierattr_init): Likewise.
34960         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34961         [UNIX98] (pthread_getcpuclockid): Likewise.
34962         [UNIX98] (pthread_mutex_timedlock): Likewise.
34963         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34964         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34965         [UNIX98] (pthread_sigmask): Likewise.
34966         [UNIX98] (pthread_spin_destroy): Likewise.
34967         [UNIX98] (pthread_spin_init): Likewise.
34968         [UNIX98] (pthread_spin_lock): Likewise.
34969         [UNIX98] (pthread_spin_trylock): Likewise.
34970         [UNIX98] (pthread_spin_unlock): Likewise.
34971         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34972         Do not expect.
34973         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34974         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34975         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34976         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34977         [XPG3 || XPG4] (pthread_key_t): Likewise.
34978         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34979         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34980         [XPG3 || XPG4] (pthread_once_t): Likewise.
34981         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34982         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34983         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34984         [XPG3 || XPG4] (pthread_t): Likewise.
34986         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34987         not expect.
34988         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34990         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34991         Change function return type to int.
34993         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34994         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34995         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34996         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34997         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34998         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34999         [!POSIX] (posix_madvise): Likewise.
35000         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35001         && !UNIX98].
35002         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35003         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35004         (mode_t): Likewise.
35005         (posix_mem_offset): Likewise.
35006         (posix_typed_mem_get_info): Likewise.
35007         (posix_typed_mem_open): Likewise.
35009         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35010         Change condition to [XOPEN2K8].
35012         * conform/conformtest.pl: Preprocess allow-header data with -x c
35013         instead of from stdin.
35014         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35015         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35016         [C99-based standards] (cerfc): Likewise.
35017         [C99-based standards] (cexp2): Likewise.
35018         [C99-based standards] (cexpm1): Likewise.
35019         [C99-based standards] (clog10): Likewise.
35020         [C99-based standards] (clog1p): Likewise.
35021         [C99-based standards] (clog2): Likewise.
35022         [C99-based standards] (clgamma): Likewise.
35023         [C99-based standards] (ctgamma): Likewise.
35024         [C99-based standards] (cerff): Likewise.
35025         [C99-based standards] (cerfcf): Likewise.
35026         [C99-based standards] (cexp2f): Likewise.
35027         [C99-based standards] (cexpm1f): Likewise.
35028         [C99-based standards] (clog10f): Likewise.
35029         [C99-based standards] (clog1pf): Likewise.
35030         [C99-based standards] (clog2f): Likewise.
35031         [C99-based standards] (clgammaf): Likewise.
35032         [C99-based standards] (ctgammaf): Likewise.
35033         [C99-based standards] (cerfl): Likewise.
35034         [C99-based standards] (cerfcl): Likewise.
35035         [C99-based standards] (cexp2l): Likewise.
35036         [C99-based standards] (cexpm1l): Likewise.
35037         [C99-based standards] (clog10l): Likewise.
35038         [C99-based standards] (clog1pl): Likewise.
35039         [C99-based standards] (clog2l): Likewise.
35040         [C99-based standards] (clgammal): Likewise.
35041         [C99-based standards] (ctgammal): Likewise.
35042         * conform/data/inttypes.h-data [C99-based standards]: Include
35043         stdint.h-data.  Remove all expectations for stdint.h contents.
35044         [C99-based standards] (PRI*): Do not allow.
35045         [C99-based standards] (SCN*): Likewise.
35046         [C99-based standards] (*_t): Likewise.
35047         [C99-based-standards] (PRId8): Expect macro.
35048         [C99-based-standards] (PRIi8): Likewise.
35049         [C99-based-standards] (PRIo8): Likewise.
35050         [C99-based-standards] (PRIu8): Likewise.
35051         [C99-based-standards] (PRIx8): Likewise.
35052         [C99-based-standards] (PRIX8): Likewise.
35053         [C99-based-standards] (SCNd8): Likewise.
35054         [C99-based-standards] (SCNi8): Likewise.
35055         [C99-based-standards] (SCNo8): Likewise.
35056         [C99-based-standards] (SCNu8): Likewise.
35057         [C99-based-standards] (SCNx8): Likewise.
35058         [C99-based-standards] (PRIdLEAST8): Likewise.
35059         [C99-based-standards] (PRIiLEAST8): Likewise.
35060         [C99-based-standards] (PRIoLEAST8): Likewise.
35061         [C99-based-standards] (PRIuLEAST8): Likewise.
35062         [C99-based-standards] (PRIxLEAST8): Likewise.
35063         [C99-based-standards] (PRIXLEAST8): Likewise.
35064         [C99-based-standards] (SCNdLEAST8): Likewise.
35065         [C99-based-standards] (SCNiLEAST8): Likewise.
35066         [C99-based-standards] (SCNoLEAST8): Likewise.
35067         [C99-based-standards] (SCNuLEAST8): Likewise.
35068         [C99-based-standards] (SCNxLEAST8): Likewise.
35069         [C99-based-standards] (PRIdFAST8): Likewise.
35070         [C99-based-standards] (PRIiFAST8): Likewise.
35071         [C99-based-standards] (PRIoFAST8): Likewise.
35072         [C99-based-standards] (PRIuFAST8): Likewise.
35073         [C99-based-standards] (PRIxFAST8): Likewise.
35074         [C99-based-standards] (PRIXFAST8): Likewise.
35075         [C99-based-standards] (SCNdFAST8): Likewise.
35076         [C99-based-standards] (SCNiFAST8): Likewise.
35077         [C99-based-standards] (SCNoFAST8): Likewise.
35078         [C99-based-standards] (SCNuFAST8): Likewise.
35079         [C99-based-standards] (SCNxFAST8): Likewise.
35080         [C99-based-standards] (PRId16): Likewise.
35081         [C99-based-standards] (PRIi16): Likewise.
35082         [C99-based-standards] (PRIo16): Likewise.
35083         [C99-based-standards] (PRIu16): Likewise.
35084         [C99-based-standards] (PRIx16): Likewise.
35085         [C99-based-standards] (PRIX16): Likewise.
35086         [C99-based-standards] (SCNd16): Likewise.
35087         [C99-based-standards] (SCNi16): Likewise.
35088         [C99-based-standards] (SCNo16): Likewise.
35089         [C99-based-standards] (SCNu16): Likewise.
35090         [C99-based-standards] (SCNx16): Likewise.
35091         [C99-based-standards] (PRIdLEAST16): Likewise.
35092         [C99-based-standards] (PRIiLEAST16): Likewise.
35093         [C99-based-standards] (PRIoLEAST16): Likewise.
35094         [C99-based-standards] (PRIuLEAST16): Likewise.
35095         [C99-based-standards] (PRIxLEAST16): Likewise.
35096         [C99-based-standards] (PRIXLEAST16): Likewise.
35097         [C99-based-standards] (SCNdLEAST16): Likewise.
35098         [C99-based-standards] (SCNiLEAST16): Likewise.
35099         [C99-based-standards] (SCNoLEAST16): Likewise.
35100         [C99-based-standards] (SCNuLEAST16): Likewise.
35101         [C99-based-standards] (SCNxLEAST16): Likewise.
35102         [C99-based-standards] (PRIdFAST16): Likewise.
35103         [C99-based-standards] (PRIiFAST16): Likewise.
35104         [C99-based-standards] (PRIoFAST16): Likewise.
35105         [C99-based-standards] (PRIuFAST16): Likewise.
35106         [C99-based-standards] (PRIxFAST16): Likewise.
35107         [C99-based-standards] (PRIXFAST16): Likewise.
35108         [C99-based-standards] (SCNdFAST16): Likewise.
35109         [C99-based-standards] (SCNiFAST16): Likewise.
35110         [C99-based-standards] (SCNoFAST16): Likewise.
35111         [C99-based-standards] (SCNuFAST16): Likewise.
35112         [C99-based-standards] (SCNxFAST16): Likewise.
35113         [C99-based-standards] (PRId32): Likewise.
35114         [C99-based-standards] (PRIi32): Likewise.
35115         [C99-based-standards] (PRIo32): Likewise.
35116         [C99-based-standards] (PRIu32): Likewise.
35117         [C99-based-standards] (PRIx32): Likewise.
35118         [C99-based-standards] (PRIX32): Likewise.
35119         [C99-based-standards] (SCNd32): Likewise.
35120         [C99-based-standards] (SCNi32): Likewise.
35121         [C99-based-standards] (SCNo32): Likewise.
35122         [C99-based-standards] (SCNu32): Likewise.
35123         [C99-based-standards] (SCNx32): Likewise.
35124         [C99-based-standards] (PRIdLEAST32): Likewise.
35125         [C99-based-standards] (PRIiLEAST32): Likewise.
35126         [C99-based-standards] (PRIoLEAST32): Likewise.
35127         [C99-based-standards] (PRIuLEAST32): Likewise.
35128         [C99-based-standards] (PRIxLEAST32): Likewise.
35129         [C99-based-standards] (PRIXLEAST32): Likewise.
35130         [C99-based-standards] (SCNdLEAST32): Likewise.
35131         [C99-based-standards] (SCNiLEAST32): Likewise.
35132         [C99-based-standards] (SCNoLEAST32): Likewise.
35133         [C99-based-standards] (SCNuLEAST32): Likewise.
35134         [C99-based-standards] (SCNxLEAST32): Likewise.
35135         [C99-based-standards] (PRIdFAST32): Likewise.
35136         [C99-based-standards] (PRIiFAST32): Likewise.
35137         [C99-based-standards] (PRIoFAST32): Likewise.
35138         [C99-based-standards] (PRIuFAST32): Likewise.
35139         [C99-based-standards] (PRIxFAST32): Likewise.
35140         [C99-based-standards] (PRIXFAST32): Likewise.
35141         [C99-based-standards] (SCNdFAST32): Likewise.
35142         [C99-based-standards] (SCNiFAST32): Likewise.
35143         [C99-based-standards] (SCNoFAST32): Likewise.
35144         [C99-based-standards] (SCNuFAST32): Likewise.
35145         [C99-based-standards] (SCNxFAST32): Likewise.
35146         [C99-based-standards] (PRId64): Likewise.
35147         [C99-based-standards] (PRIi64): Likewise.
35148         [C99-based-standards] (PRIo64): Likewise.
35149         [C99-based-standards] (PRIu64): Likewise.
35150         [C99-based-standards] (PRIx64): Likewise.
35151         [C99-based-standards] (PRIX64): Likewise.
35152         [C99-based-standards] (SCNd64): Likewise.
35153         [C99-based-standards] (SCNi64): Likewise.
35154         [C99-based-standards] (SCNo64): Likewise.
35155         [C99-based-standards] (SCNu64): Likewise.
35156         [C99-based-standards] (SCNx64): Likewise.
35157         [C99-based-standards] (PRIdLEAST64): Likewise.
35158         [C99-based-standards] (PRIiLEAST64): Likewise.
35159         [C99-based-standards] (PRIoLEAST64): Likewise.
35160         [C99-based-standards] (PRIuLEAST64): Likewise.
35161         [C99-based-standards] (PRIxLEAST64): Likewise.
35162         [C99-based-standards] (PRIXLEAST64): Likewise.
35163         [C99-based-standards] (SCNdLEAST64): Likewise.
35164         [C99-based-standards] (SCNiLEAST64): Likewise.
35165         [C99-based-standards] (SCNoLEAST64): Likewise.
35166         [C99-based-standards] (SCNuLEAST64): Likewise.
35167         [C99-based-standards] (SCNxLEAST64): Likewise.
35168         [C99-based-standards] (PRIdFAST64): Likewise.
35169         [C99-based-standards] (PRIiFAST64): Likewise.
35170         [C99-based-standards] (PRIoFAST64): Likewise.
35171         [C99-based-standards] (PRIuFAST64): Likewise.
35172         [C99-based-standards] (PRIxFAST64): Likewise.
35173         [C99-based-standards] (PRIXFAST64): Likewise.
35174         [C99-based-standards] (SCNdFAST64): Likewise.
35175         [C99-based-standards] (SCNiFAST64): Likewise.
35176         [C99-based-standards] (SCNoFAST64): Likewise.
35177         [C99-based-standards] (SCNuFAST64): Likewise.
35178         [C99-based-standards] (SCNxFAST64): Likewise.
35179         [C99-based-standards] (PRIdMAX): Likewise.
35180         [C99-based-standards] (PRIiMAX): Likewise.
35181         [C99-based-standards] (PRIoMAX): Likewise.
35182         [C99-based-standards] (PRIuMAX): Likewise.
35183         [C99-based-standards] (PRIxMAX): Likewise.
35184         [C99-based-standards] (PRIXMAX): Likewise.
35185         [C99-based-standards] (SCNdMAX): Likewise.
35186         [C99-based-standards] (SCNiMAX): Likewise.
35187         [C99-based-standards] (SCNoMAX): Likewise.
35188         [C99-based-standards] (SCNuMAX): Likewise.
35189         [C99-based-standards] (SCNxMAX): Likewise.
35190         [C99-based-standards] (PRIdPTR): Likewise.
35191         [C99-based-standards] (PRIiPTR): Likewise.
35192         [C99-based-standards] (PRIoPTR): Likewise.
35193         [C99-based-standards] (PRIuPTR): Likewise.
35194         [C99-based-standards] (PRIxPTR): Likewise.
35195         [C99-based-standards] (PRIXPTR): Likewise.
35196         [C99-based-standards] (SCNdPTR): Likewise.
35197         [C99-based-standards] (SCNiPTR): Likewise.
35198         [C99-based-standards] (SCNoPTR): Likewise.
35199         [C99-based-standards] (SCNuPTR): Likewise.
35200         [C99-based-standards] (SCNxPTR): Likewise.
35201         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35202         allow.
35203         * conform/data/stdint.h-data: Update comments to clarify
35204         requirements.
35205         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35206         type.
35207         [C99-based standards] (INT8_MAX): Likewise.
35208         [C99-based standards] (INT16_MIN): Likewise.
35209         [C99-based standards] (INT16_MAX): Likewise.
35210         [C99-based standards] (INT32_MIN): Likewise.
35211         [C99-based standards] (INT32_MAX): Likewise.
35212         [C99-based standards] (INT64_MIN): Likewise.
35213         [C99-based standards] (INT64_MAX): Likewise.
35214         [C99-based standards] (UINT8_MAX): Likewise.
35215         [C99-based standards] (UINT16_MAX): Likewise.
35216         [C99-based standards] (UINT32_MAX): Likewise.
35217         [C99-based standards] (UINT64_MAX): Likewise.
35218         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35219         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35220         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35221         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35222         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35223         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35224         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35225         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35226         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35227         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35228         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35229         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35230         [C99-based standards] (INT_FAST8_MIN): Likewise.
35231         [C99-based standards] (INT_FAST8_MAX): Likewise.
35232         [C99-based standards] (INT_FAST16_MIN): Likewise.
35233         [C99-based standards] (INT_FAST16_MAX): Likewise.
35234         [C99-based standards] (INT_FAST32_MIN): Likewise.
35235         [C99-based standards] (INT_FAST32_MAX): Likewise.
35236         [C99-based standards] (INT_FAST64_MIN): Likewise.
35237         [C99-based standards] (INT_FAST64_MAX): Likewise.
35238         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35239         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35240         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35241         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35242         [C99-based standards] (INTPTR_MIN): Likewise.
35243         [C99-based standards] (INTPTR_MAX): Likewise.
35244         [C99-based standards] (UINTPTR_MAX): Likewise.
35245         [C99-based standards] (INTMAX_MIN): Likewise.
35246         [C99-based standards] (INTMAX_MAX): Likewise.
35247         [C99-based standards] (UINTMAX_MAX): Likewise.
35248         [C99-based standards] (PTRDIFF_MIN): Likewise.
35249         [C99-based standards] (PTRDIFF_MAX): Likewise.
35250         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35251         [C99-based standards] (SIZE_MAX): Likewise.
35252         [C99-based standards] (WCHAR_MAX): Likewise.
35253         [C99-based standards] (WINT_MAX): Likewise.
35254         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35255         constraint on value.
35256         [C99-based standards] (WCHAR_MIN): Likewise.
35257         [C99-based standards] (WINT_MIN): Likewise.
35258         [C99-based standards] (*_t): Allow.
35259         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35260         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35261         Include math.h-data and complex.h-data.  Remove all expectations
35262         of math.h and complex.h contents.
35263         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35264         at end of line.
35265         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35266         (struct tm): Expect tag.
35267         [C99-based-standards] (wcstof): Expect function.
35268         [C99-based-standards] (wcstold): Likewise.
35269         [C99-based-standards] (wcstoll): Likewise.
35270         [C99-based-standards] (wcstoull): Likewise.
35271         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35272         macro-int-constant.  Specify type.
35273         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35274         constraint on value.
35275         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35276         Specify type.
35277         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35278         Specify value.
35279         [ISO C standards]: Do not allow headers.
35280         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35281         wcs[abcdefghijklmnopqrstuvwxyz]*.
35282         [ISO C standards] (*_t): Do not allow.
35283         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35284         Expect function.
35285         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35286         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35287         Specify type.
35288         [ISO C standards]: Do not allow headers.
35289         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35290         is[abcdefghijklmnopqrstuvwxyz]*.
35291         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35292         to[abcdefghijklmnopqrstuvwxyz]*.
35293         [ISO C standards] (*_t): Do not allow.
35294         * conform/data/stdalign.h-data: New file.
35295         * conform/data/stdbool.h-data: Likewise.
35296         * conform/data/stdnoreturn.h-data: Likewise.
35298 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35300         [BZ #14815]
35301         * manual/filesys.texi (Directory Entries): Typo fix.
35302         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35304 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35306         * elf/elf.h (EM_AARCH64): New macro.
35307         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35308         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35309         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35310         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35311         (R_AARCH64_TLSDESC): Likewise.
35312         (NT_ARM_TLS): Likewise.
35313         (NT_ARM_HW_BREAK): Likewise.
35314         (NT_ARM_HW_WATCH): Likewise.
35316 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35318         [BZ #14811]
35319         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35320         (__ieee754_powl): Saturate nonzero exponents with absolute value
35321         below 0x1p-79 to +/- 0x1p-79.
35322         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35323         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35324         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35325         nonzero exponents with absolute value below 0x1p-32 to +/-
35326         0x1p-32.
35327         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35328         (__ieee754_powl): Saturate nonzero exponents with absolute value
35329         below 0x1p-79 to +/- 0x1p-79.
35330         * math/libm-test.inc (pow_test): Add more tests.
35332 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35334         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35335         _dl_s390_cap_flags with kernel. Increase string length.
35336         (_dl_s390_platforms): Add z196 and zEC12.
35338 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35340         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35341         Change XOPEN21K to XOPEN2K.
35343 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35345         * string/memmove.c: Use memcpy when possible.
35347 2012-11-06  Andreas Jaeger  <aj@suse.de>
35349         * po/eo.po: Update from translation team.
35351 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35353         [BZ #14793]
35354         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35355         exponent and small x and y exponents, scale x or y up.  Increase
35356         by 2 the exponent used in scaling up.
35357         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35358         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35359         * math/libm-test.inc (fma_test): Add more tests.
35360         (fma_test_towardzero): Likewise.
35361         (fma_test_downward): Likewise.
35362         (fma_test_upward): Likewise.
35364 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35366         [BZ #14805]
35367         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35368         fenv_t *.
35370         [BZ #14801]
35371         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35372         namespace for names of struct fields.
35373         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35374         fenv_t fields.
35375         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35376         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35378 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35380         [BZ #3665]
35381         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35383 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35385         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35386         PTR_DEMANGLE.
35388         [BZ #5246]
35389         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35390         PTR_DEMANGLE.
35392 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35394         [BZ #14797]
35395         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35396         definitely overflow as x * y not x * y + z.
35397         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35398         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35399         * math/libm-test.inc (fma_test): Add more tests.
35400         (fma_test_towardzero): Likewise.
35401         (fma_test_downward): Likewise.
35402         (fma_test_upward): Likewise.
35404 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35406         [BZ #157]
35408         * include/stub-tag.h: Remove file.
35409         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35410         '#include' of it.
35411         * manual/maint.texi (Porting): Don't reference it.
35412         * Makerules ($(objpfx)stubs): Likewise.
35413         * dirent/closedir.c: Don't include <stub-tag.h>.
35414         * dirent/dirfd.c: Likewise.
35415         * dirent/fdopendir.c: Likewise.
35416         * dirent/getdents.c: Likewise.
35417         * dirent/getdents64.c: Likewise.
35418         * dirent/opendir.c: Likewise.
35419         * dirent/readdir.c: Likewise.
35420         * dirent/readdir64.c: Likewise.
35421         * dirent/readdir64_r.c: Likewise.
35422         * dirent/readdir_r.c: Likewise.
35423         * dirent/rewinddir.c: Likewise.
35424         * dirent/seekdir.c: Likewise.
35425         * dirent/telldir.c: Likewise.
35426         * gmon/profil.c: Likewise.
35427         * grp/setgroups.c: Likewise.
35428         * inet/if_index.c: Likewise.
35429         * io/access.c: Likewise.
35430         * io/chdir.c: Likewise.
35431         * io/chmod.c: Likewise.
35432         * io/chown.c: Likewise.
35433         * io/close.c: Likewise.
35434         * io/dup.c: Likewise.
35435         * io/dup2.c: Likewise.
35436         * io/dup3.c: Likewise.
35437         * io/euidaccess.c: Likewise.
35438         * io/faccessat.c: Likewise.
35439         * io/fchdir.c: Likewise.
35440         * io/fchmod.c: Likewise.
35441         * io/fchmodat.c: Likewise.
35442         * io/fchown.c: Likewise.
35443         * io/fchownat.c: Likewise.
35444         * io/fcntl.c: Likewise.
35445         * io/flock.c: Likewise.
35446         * io/fstatfs.c: Likewise.
35447         * io/fstatfs64.c: Likewise.
35448         * io/fstatvfs.c: Likewise.
35449         * io/fstatvfs64.c: Likewise.
35450         * io/futimens.c: Likewise.
35451         * io/fxstat.c: Likewise.
35452         * io/fxstat64.c: Likewise.
35453         * io/fxstatat.c: Likewise.
35454         * io/fxstatat64.c: Likewise.
35455         * io/getcwd.c: Likewise.
35456         * io/isatty.c: Likewise.
35457         * io/lchmod.c: Likewise.
35458         * io/lchown.c: Likewise.
35459         * io/link.c: Likewise.
35460         * io/linkat.c: Likewise.
35461         * io/lseek.c: Likewise.
35462         * io/lseek64.c: Likewise.
35463         * io/lxstat64.c: Likewise.
35464         * io/mkdir.c: Likewise.
35465         * io/mkdirat.c: Likewise.
35466         * io/mkfifo.c: Likewise.
35467         * io/mkfifoat.c: Likewise.
35468         * io/open.c: Likewise.
35469         * io/open64.c: Likewise.
35470         * io/openat.c: Likewise.
35471         * io/openat64.c: Likewise.
35472         * io/pipe.c: Likewise.
35473         * io/pipe2.c: Likewise.
35474         * io/poll.c: Likewise.
35475         * io/posix_fadvise.c: Likewise.
35476         * io/posix_fadvise64.c: Likewise.
35477         * io/posix_fallocate.c: Likewise.
35478         * io/posix_fallocate64.c: Likewise.
35479         * io/read.c: Likewise.
35480         * io/readlink.c: Likewise.
35481         * io/readlinkat.c: Likewise.
35482         * io/rmdir.c: Likewise.
35483         * io/sendfile.c: Likewise.
35484         * io/sendfile64.c: Likewise.
35485         * io/statfs.c: Likewise.
35486         * io/statfs64.c: Likewise.
35487         * io/statvfs.c: Likewise.
35488         * io/statvfs64.c: Likewise.
35489         * io/symlink.c: Likewise.
35490         * io/symlinkat.c: Likewise.
35491         * io/ttyname.c: Likewise.
35492         * io/ttyname_r.c: Likewise.
35493         * io/umask.c: Likewise.
35494         * io/unlink.c: Likewise.
35495         * io/unlinkat.c: Likewise.
35496         * io/utime.c: Likewise.
35497         * io/utimensat.c: Likewise.
35498         * io/write.c: Likewise.
35499         * io/xmknod.c: Likewise.
35500         * io/xmknodat.c: Likewise.
35501         * io/xstat.c: Likewise.
35502         * io/xstat64.c: Likewise.
35503         * login/getpt.c: Likewise.
35504         * login/grantpt.c: Likewise.
35505         * login/unlockpt.c: Likewise.
35506         * math/e_acoshl.c: Likewise.
35507         * math/e_acosl.c: Likewise.
35508         * math/e_asinl.c: Likewise.
35509         * math/e_atan2l.c: Likewise.
35510         * math/e_atanhl.c: Likewise.
35511         * math/e_coshl.c: Likewise.
35512         * math/e_expl.c: Likewise.
35513         * math/e_fmodl.c: Likewise.
35514         * math/e_gammal_r.c: Likewise.
35515         * math/e_hypotl.c: Likewise.
35516         * math/e_j0l.c: Likewise.
35517         * math/e_j1l.c: Likewise.
35518         * math/e_jnl.c: Likewise.
35519         * math/e_lgammal_r.c: Likewise.
35520         * math/e_log10l.c: Likewise.
35521         * math/e_log2l.c: Likewise.
35522         * math/e_logl.c: Likewise.
35523         * math/e_powl.c: Likewise.
35524         * math/e_rem_pio2l.c: Likewise.
35525         * math/e_sinhl.c: Likewise.
35526         * math/e_sqrtl.c: Likewise.
35527         * math/fclrexcpt.c: Likewise.
35528         * math/fedisblxcpt.c: Likewise.
35529         * math/feenablxcpt.c: Likewise.
35530         * math/fegetenv.c: Likewise.
35531         * math/fegetexcept.c: Likewise.
35532         * math/fegetround.c: Likewise.
35533         * math/feholdexcpt.c: Likewise.
35534         * math/fesetenv.c: Likewise.
35535         * math/fesetround.c: Likewise.
35536         * math/feupdateenv.c: Likewise.
35537         * math/fgetexcptflg.c: Likewise.
35538         * math/fraiseexcpt.c: Likewise.
35539         * math/fsetexcptflg.c: Likewise.
35540         * math/ftestexcept.c: Likewise.
35541         * math/k_cosl.c: Likewise.
35542         * math/k_rem_pio2l.c: Likewise.
35543         * math/k_sinl.c: Likewise.
35544         * math/k_tanl.c: Likewise.
35545         * math/s_asinhl.c: Likewise.
35546         * math/s_atanl.c: Likewise.
35547         * math/s_cbrtl.c: Likewise.
35548         * math/s_erfl.c: Likewise.
35549         * math/s_expm1l.c: Likewise.
35550         * math/s_log1pl.c: Likewise.
35551         * math/s_tanhl.c: Likewise.
35552         * misc/acct.c: Likewise.
35553         * misc/brk.c: Likewise.
35554         * misc/chflags.c: Likewise.
35555         * misc/chroot.c: Likewise.
35556         * misc/fchflags.c: Likewise.
35557         * misc/fgetxattr.c: Likewise.
35558         * misc/flistxattr.c: Likewise.
35559         * misc/fremovexattr.c: Likewise.
35560         * misc/fsetxattr.c: Likewise.
35561         * misc/fsync.c: Likewise.
35562         * misc/ftruncate.c: Likewise.
35563         * misc/futimes.c: Likewise.
35564         * misc/futimesat.c: Likewise.
35565         * misc/getdomain.c: Likewise.
35566         * misc/getdtsz.c: Likewise.
35567         * misc/gethostid.c: Likewise.
35568         * misc/gethostname.c: Likewise.
35569         * misc/getloadavg.c: Likewise.
35570         * misc/getpagesize.c: Likewise.
35571         * misc/getsysstats.c: Likewise.
35572         * misc/getxattr.c: Likewise.
35573         * misc/gtty.c: Likewise.
35574         * misc/ioctl.c: Likewise.
35575         * misc/lgetxattr.c: Likewise.
35576         * misc/listxattr.c: Likewise.
35577         * misc/llistxattr.c: Likewise.
35578         * misc/lremovexattr.c: Likewise.
35579         * misc/lsetxattr.c: Likewise.
35580         * misc/lutimes.c: Likewise.
35581         * misc/madvise.c: Likewise.
35582         * misc/mincore.c: Likewise.
35583         * misc/mlock.c: Likewise.
35584         * misc/mlockall.c: Likewise.
35585         * misc/mmap.c: Likewise.
35586         * misc/mprotect.c: Likewise.
35587         * misc/msync.c: Likewise.
35588         * misc/munlock.c: Likewise.
35589         * misc/munlockall.c: Likewise.
35590         * misc/munmap.c: Likewise.
35591         * misc/preadv.c: Likewise.
35592         * misc/preadv64.c: Likewise.
35593         * misc/ptrace.c: Likewise.
35594         * misc/pwritev.c: Likewise.
35595         * misc/pwritev64.c: Likewise.
35596         * misc/readv.c: Likewise.
35597         * misc/reboot.c: Likewise.
35598         * misc/remap_file_pages.c: Likewise.
35599         * misc/removexattr.c: Likewise.
35600         * misc/revoke.c: Likewise.
35601         * misc/select.c: Likewise.
35602         * misc/setdomain.c: Likewise.
35603         * misc/setegid.c: Likewise.
35604         * misc/seteuid.c: Likewise.
35605         * misc/sethostid.c: Likewise.
35606         * misc/sethostname.c: Likewise.
35607         * misc/setregid.c: Likewise.
35608         * misc/setreuid.c: Likewise.
35609         * misc/setxattr.c: Likewise.
35610         * misc/sstk.c: Likewise.
35611         * misc/stty.c: Likewise.
35612         * misc/swapoff.c: Likewise.
35613         * misc/swapon.c: Likewise.
35614         * misc/sync.c: Likewise.
35615         * misc/syncfs.c: Likewise.
35616         * misc/syscall.c: Likewise.
35617         * misc/truncate.c: Likewise.
35618         * misc/ualarm.c: Likewise.
35619         * misc/usleep.c: Likewise.
35620         * misc/ustat.c: Likewise.
35621         * misc/utimes.c: Likewise.
35622         * misc/vhangup.c: Likewise.
35623         * misc/writev.c: Likewise.
35624         * posix/_exit.c: Likewise.
35625         * posix/alarm.c: Likewise.
35626         * posix/execve.c: Likewise.
35627         * posix/fexecve.c: Likewise.
35628         * posix/fork.c: Likewise.
35629         * posix/fpathconf.c: Likewise.
35630         * posix/getaddrinfo.c: Likewise.
35631         * posix/getegid.c: Likewise.
35632         * posix/geteuid.c: Likewise.
35633         * posix/getgid.c: Likewise.
35634         * posix/getgroups.c: Likewise.
35635         * posix/getlogin.c: Likewise.
35636         * posix/getlogin_r.c: Likewise.
35637         * posix/getpgid.c: Likewise.
35638         * posix/getpid.c: Likewise.
35639         * posix/getppid.c: Likewise.
35640         * posix/getresgid.c: Likewise.
35641         * posix/getresuid.c: Likewise.
35642         * posix/getsid.c: Likewise.
35643         * posix/getuid.c: Likewise.
35644         * posix/glob64.c: Likewise.
35645         * posix/nanosleep.c: Likewise.
35646         * posix/pathconf.c: Likewise.
35647         * posix/pause.c: Likewise.
35648         * posix/posix_madvise.c: Likewise.
35649         * posix/pread.c: Likewise.
35650         * posix/pread64.c: Likewise.
35651         * posix/pwrite.c: Likewise.
35652         * posix/pwrite64.c: Likewise.
35653         * posix/sched_getaffinity.c: Likewise.
35654         * posix/sched_getp.c: Likewise.
35655         * posix/sched_gets.c: Likewise.
35656         * posix/sched_primax.c: Likewise.
35657         * posix/sched_primin.c: Likewise.
35658         * posix/sched_rr_gi.c: Likewise.
35659         * posix/sched_setaffinity.c: Likewise.
35660         * posix/sched_setp.c: Likewise.
35661         * posix/sched_sets.c: Likewise.
35662         * posix/sched_yield.c: Likewise.
35663         * posix/setgid.c: Likewise.
35664         * posix/setlogin.c: Likewise.
35665         * posix/setpgid.c: Likewise.
35666         * posix/setresgid.c: Likewise.
35667         * posix/setresuid.c: Likewise.
35668         * posix/setsid.c: Likewise.
35669         * posix/setuid.c: Likewise.
35670         * posix/sleep.c: Likewise.
35671         * posix/spawni.c: Likewise.
35672         * posix/sysconf.c: Likewise.
35673         * posix/times.c: Likewise.
35674         * posix/wait.c: Likewise.
35675         * posix/wait3.c: Likewise.
35676         * posix/wait4.c: Likewise.
35677         * posix/waitpid.c: Likewise.
35678         * resolv/gai_sigqueue.c: Likewise.
35679         * resource/getpriority.c: Likewise.
35680         * resource/getrlimit.c: Likewise.
35681         * resource/getrusage.c: Likewise.
35682         * resource/nice.c: Likewise.
35683         * resource/setpriority.c: Likewise.
35684         * resource/setrlimit.c: Likewise.
35685         * resource/ulimit.c: Likewise.
35686         * rt/aio_cancel.c: Likewise.
35687         * rt/aio_fsync.c: Likewise.
35688         * rt/aio_read.c: Likewise.
35689         * rt/aio_sigqueue.c: Likewise.
35690         * rt/aio_suspend.c: Likewise.
35691         * rt/aio_write.c: Likewise.
35692         * rt/clock_getres.c: Likewise.
35693         * rt/clock_gettime.c: Likewise.
35694         * rt/clock_nanosleep.c: Likewise.
35695         * rt/clock_settime.c: Likewise.
35696         * rt/lio_listio.c: Likewise.
35697         * rt/mq_close.c: Likewise.
35698         * rt/mq_getattr.c: Likewise.
35699         * rt/mq_notify.c: Likewise.
35700         * rt/mq_open.c: Likewise.
35701         * rt/mq_receive.c: Likewise.
35702         * rt/mq_send.c: Likewise.
35703         * rt/mq_setattr.c: Likewise.
35704         * rt/mq_timedreceive.c: Likewise.
35705         * rt/mq_timedsend.c: Likewise.
35706         * rt/mq_unlink.c: Likewise.
35707         * rt/shm_open.c: Likewise.
35708         * rt/shm_unlink.c: Likewise.
35709         * rt/timer_create.c: Likewise.
35710         * rt/timer_delete.c: Likewise.
35711         * rt/timer_getoverr.c: Likewise.
35712         * rt/timer_gettime.c: Likewise.
35713         * rt/timer_settime.c: Likewise.
35714         * setjmp/__longjmp.c: Likewise.
35715         * setjmp/setjmp.c: Likewise.
35716         * signal/kill.c: Likewise.
35717         * signal/killpg.c: Likewise.
35718         * signal/raise.c: Likewise.
35719         * signal/sigaction.c: Likewise.
35720         * signal/sigaltstack.c: Likewise.
35721         * signal/sigblock.c: Likewise.
35722         * signal/sigignore.c: Likewise.
35723         * signal/sigintr.c: Likewise.
35724         * signal/signal.c: Likewise.
35725         * signal/sigpause.c: Likewise.
35726         * signal/sigpending.c: Likewise.
35727         * signal/sigqueue.c: Likewise.
35728         * signal/sigreturn.c: Likewise.
35729         * signal/sigset.c: Likewise.
35730         * signal/sigsetmask.c: Likewise.
35731         * signal/sigstack.c: Likewise.
35732         * signal/sigsuspend.c: Likewise.
35733         * signal/sigtimedwait.c: Likewise.
35734         * signal/sigvec.c: Likewise.
35735         * signal/sigwait.c: Likewise.
35736         * signal/sigwaitinfo.c: Likewise.
35737         * signal/sysv_signal.c: Likewise.
35738         * socket/accept.c: Likewise.
35739         * socket/accept4.c: Likewise.
35740         * socket/bind.c: Likewise.
35741         * socket/connect.c: Likewise.
35742         * socket/getpeername.c: Likewise.
35743         * socket/getsockname.c: Likewise.
35744         * socket/getsockopt.c: Likewise.
35745         * socket/isfdtype.c: Likewise.
35746         * socket/listen.c: Likewise.
35747         * socket/recv.c: Likewise.
35748         * socket/recvfrom.c: Likewise.
35749         * socket/recvmsg.c: Likewise.
35750         * socket/send.c: Likewise.
35751         * socket/sendmsg.c: Likewise.
35752         * socket/sendto.c: Likewise.
35753         * socket/setsockopt.c: Likewise.
35754         * socket/shutdown.c: Likewise.
35755         * socket/sockatmark.c: Likewise.
35756         * socket/socket.c: Likewise.
35757         * socket/socketpair.c: Likewise.
35758         * stdio-common/ctermid.c: Likewise.
35759         * stdio-common/cuserid.c: Likewise.
35760         * stdio-common/remove.c: Likewise.
35761         * stdio-common/rename.c: Likewise.
35762         * stdio-common/renameat.c: Likewise.
35763         * stdio-common/tempname.c: Likewise.
35764         * stdlib/getcontext.c: Likewise.
35765         * stdlib/makecontext.c: Likewise.
35766         * stdlib/setcontext.c: Likewise.
35767         * stdlib/swapcontext.c: Likewise.
35768         * stdlib/system.c: Likewise.
35769         * streams/fattach.c: Likewise.
35770         * streams/fdetach.c: Likewise.
35771         * streams/getmsg.c: Likewise.
35772         * streams/getpmsg.c: Likewise.
35773         * streams/putmsg.c: Likewise.
35774         * streams/putpmsg.c: Likewise.
35775         * sysdeps/unix/bsd/getpt.c: Likewise.
35776         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35777         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35778         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35780         Likewise.
35781         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35782         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35783         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35784         * sysvipc/msgctl.c: Likewise.
35785         * sysvipc/msgget.c: Likewise.
35786         * sysvipc/msgrcv.c: Likewise.
35787         * sysvipc/msgsnd.c: Likewise.
35788         * sysvipc/semctl.c: Likewise.
35789         * sysvipc/semget.c: Likewise.
35790         * sysvipc/semop.c: Likewise.
35791         * sysvipc/semtimedop.c: Likewise.
35792         * sysvipc/shmat.c: Likewise.
35793         * sysvipc/shmctl.c: Likewise.
35794         * sysvipc/shmdt.c: Likewise.
35795         * sysvipc/shmget.c: Likewise.
35796         * termios/tcdrain.c: Likewise.
35797         * termios/tcflow.c: Likewise.
35798         * termios/tcflush.c: Likewise.
35799         * termios/tcgetattr.c: Likewise.
35800         * termios/tcgetpgrp.c: Likewise.
35801         * termios/tcsendbrk.c: Likewise.
35802         * termios/tcsetattr.c: Likewise.
35803         * termios/tcsetpgrp.c: Likewise.
35804         * time/adjtime.c: Likewise.
35805         * time/clock.c: Likewise.
35806         * time/getitimer.c: Likewise.
35807         * time/gettimeofday.c: Likewise.
35808         * time/setitimer.c: Likewise.
35809         * time/settimeofday.c: Likewise.
35810         * time/stime.c: Likewise.
35811         * time/time.c: Likewise.
35813 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35815         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35816         /usr/old/bin.
35818         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35819         instead of spaces.
35820         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35822 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35824         [BZ #14796]
35825         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35826         FE_TONEAREST before applying Dekker multiplication and Knuth
35827         addition.  Clear inexact exceptions and check for exact zero
35828         results afterwards.
35829         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35830         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35831         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35832         * math/libm-test.inc (fma_test): Add more tests.
35833         (fma_test_towardzero): Likewise.
35834         (fma_test_downward): Likewise.
35835         (fma_test_upward): Likewise.
35836         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35837         function.
35838         (libc_fesetround): New macro.
35839         (libc_fesetroundf): Likewise.
35840         (libc_fesetroundl): Likewise.
35841         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35842         function.
35843         (libc_fesetround_387): Likewise.
35844         (libc_fesetroundf): New macro.
35845         (libc_fesetround): Likewise.
35846         (libc_fesetroundl): Likewise.
35847         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35848         function.
35849         (libc_fesetroundf): New macro.
35850         (libc_fesetround): Likewise.
35851         (libc_fesetroundl): Likewise.
35852         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35853         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35854         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35855         libm_hidden_ver.
35856         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35857         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35858         libm_hidden_def.
35859         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35860         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35861         libm_hidden_ver.
35862         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35863         libm_hidden_def.
35865         [BZ #3439]
35866         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35867         integer constant usable in #if and use that to give value to enum
35868         constant.
35869         (FE_DIVBYZERO): Likewise.
35870         (FE_UNDERFLOW): Likewise.
35871         (FE_OVERFLOW): Likewise.
35872         (FE_INVALID): Likewise.
35873         (FE_INVALID_SNAN): Likewise.
35874         (FE_INVALID_ISI): Likewise.
35875         (FE_INVALID_IDI): Likewise.
35876         (FE_INVALID_ZDZ): Likewise.
35877         (FE_INVALID_IMZ): Likewise.
35878         (FE_INVALID_COMPARE): Likewise.
35879         (FE_INVALID_SOFTWARE): Likewise.
35880         (FE_INVALID_SQRT): Likewise.
35881         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35882         (FE_TONEAREST): Likewise.
35883         (FE_TOWARDZERO): Likewise.
35884         (FE_UPWARD): Likewise.
35885         (FE_DOWNWARD): Likewise.
35886         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35887         (FE_DIVBYZERO): Likewise.
35888         (FE_OVERFLOW): Likewise.
35889         (FE_UNDERFLOW): Likewise.
35890         (FE_INEXACT): Likewise.
35891         (FE_TONEAREST): Likewise.
35892         (FE_DOWNWARD): Likewise.
35893         (FE_UPWARD): Likewise.
35894         (FE_TOWARDZERO): Likewise.
35895         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35896         (FE_UNDERFLOW): Likewise.
35897         (FE_OVERFLOW): Likewise.
35898         (FE_DIVBYZERO): Likewise.
35899         (FE_INVALID): Likewise.
35900         (FE_TONEAREST): Likewise.
35901         (FE_TOWARDZERO): Likewise.
35902         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35903         (FE_OVERFLOW): Likewise.
35904         (FE_UNDERFLOW): Likewise.
35905         (FE_DIVBYZERO): Likewise.
35906         (FE_INEXACT): Likewise.
35907         (FE_TONEAREST): Likewise.
35908         (FE_TOWARDZERO): Likewise.
35909         (FE_UPWARD): Likewise.
35910         (FE_DOWNWARD): Likewise.
35911         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35912         (FE_DIVBYZERO): Likewise.
35913         (FE_OVERFLOW): Likewise.
35914         (FE_UNDERFLOW): Likewise.
35915         (FE_INEXACT): Likewise.
35916         (FE_TONEAREST): Likewise.
35917         (FE_DOWNWARD): Likewise.
35918         (FE_UPWARD): Likewise.
35919         (FE_TOWARDZERO): Likewise.
35921 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35923         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35925 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35927         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35928         commands.  Quote $PWD.
35929         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35930         -x" by "export".
35931         (remove_newlines): Remove.
35933 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35935         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35936         * stdlib/stdlib.h (atof): Moved to ...
35937         * include/bits/stdlib-float.h: Here.  New file.
35938         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35939         * stdlib/bits/stdlib-float.h: New file.
35940         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35941         -mno-sse -mno-mmx.
35942         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35943         <xmmintrin.h>.
35945 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35947         * conform/conformtest.pl (@headers): Add fenv.h.
35948         * conform/data/fenv.h-data: New file.
35949         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35950         include of <math/fenv.h>.
35952         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35953         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35954         && !UNIX98].  Enables tests for XOPEN2K8.
35955         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35956         POSIX2008]: Likewise.
35958         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35959         (struct rusage): Do not expect type or its members.
35961         [BZ #3439]
35962         * math/math.h (FP_NAN): Define macro to integer constant usable in
35963         #if and use that to give value to enum constant.
35964         (FP_INFINITE): Likewise.
35965         (FP_ZERO): Likewise.
35966         (FP_SUBNORMAL): Likewise.
35967         (FP_NORMAL): Likewise.
35969 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35971         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35972         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35973         arguments.
35975 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35977         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35978         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35979         autoconf-time if not.
35980         * configure.in: Remove AC_PREREQ.
35982 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35984         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35985         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35986         of the internal implementation.
35988 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35990         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35991         except include of <misc/sys/syslog.h>.
35993 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35996         function returns with a NULL context exit with zero.
35998 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36000         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36002 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36004         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36005         (run_program_cmd): This.
36006         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36007         (tst_langinfo): New variable.  Use it.
36009 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36011         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36012         floating point opcodes.
36014 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36016         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36017         variable.
36019         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36021         * sysdeps/mach/hurd/powerpc: Remove directory.
36022         * sysdeps/mach/powerpc: Likewise.
36024 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36026         * scripts/check-local-headers.sh: Ignore c++ headers.
36028 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36030         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36031         __libc_cleanup_region_start argument.
36033 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36035         [BZ #14784]
36036         [BZ #14785]
36037         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36038         x * y using scaling, not as x * y + z.
36039         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36040         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36041         * math/libm-test.inc (fma_test): Add more tests.
36042         (fma_test_towardzero): Likewise.
36043         (fma_test_downward): Likewise.
36044         (fma_test_upward): Likewise.
36046 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36048         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36050 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36052         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36053         New variable.
36055 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36057         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36059 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36062         Fix sort order.
36063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36064         Likewise.
36066 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36069         Fix the order of the list for glibc 2.17.
36070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36071         Likewise.
36073 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36075         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36077 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36079         [BZ #14610]
36080         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36081         for low part of x being zero before using __atanl (y).
36082         * math/libm-test.inc (atan2_test): Add another test.
36084         * manual/install.texi (Configuring and compiling): Document
36085         general use of test-wrapper and test-wrapper-env.
36086         * INSTALL: Regenerated.
36088         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36089         (__fma): Do not extract and scale down low bits on after-rounding
36090         systems when result rounded to normal precision would have normal
36091         exponent.
36092         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36093         (__fmal): Do not extract and scale down low bits on after-rounding
36094         systems when result rounded to normal precision would have normal
36095         exponent.
36096         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36097         (__fmal): Do not extract and scale down low bits on after-rounding
36098         systems when result rounded to normal precision would have normal
36099         exponent.
36100         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36101         macro.
36102         (fma_test): Add more tests.
36103         (fma_test_towardzero): Likewise.
36104         (fma_test_downward): Likewise.
36105         (fma_test_upward): Likewise.
36107 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36109         * sysdeps/i386/tininess.h: Renamed to ...
36110         * sysdeps/x86/tininess.h: This.
36111         * sysdeps/x86_64/tininess.h: Removed.
36113 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36115         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36116         input.  Use $(build-program-cmd).
36117         ($(objpfx)tst-array1-static.out): Likewise.
36118         ($(objpfx)tst-array2.out): Likewise.
36119         ($(objpfx)tst-array3.out): Likewise.
36120         ($(objpfx)tst-array4.out): Likewise.
36121         ($(objpfx)tst-array5.out): Likewise.
36122         ($(objpfx)tst-array5-static.out): Likewise.
36124 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36126         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36127         if defined.
36129         * nss/nsswitch.h (nss_interface_function): Provide new
36130         macro for use with NSS functions.
36131         * grp/initgroups.c: Use new macro.
36132         * nss/getXXbyYY.c: Likewise.
36133         * nss/getXXbyYY_r.c: Likewise.
36134         * nss/getXXent.c: Likewise.
36135         * nss/getXXent_r.c: Likewise.
36136         * sysdeps/posix/getaddrinfo.c: Likewise.
36138 2012-10-30  Andreas Jaeger  <aj@suse.de>
36140         * po/ru.po: Update Russion translation from translation project.
36142 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36144         [BZ #14152]
36145         [BZ #14783]
36146         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36147         result and shift together with sticky bit instead of replicating
36148         round-to-nearest rounding.
36149         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36150         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36151         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36152         missing underflow exceptions.
36153         (fma_test_towardzero): Add more tests.
36154         (fma_test_downward): Likewise.
36155         (fma_test_upward): Likewise.
36157         [BZ #14047]
36158         * sysdeps/generic/tininess.h: New file.
36159         * sysdeps/i386/tininess.h: Likewise.
36160         * sysdeps/sh/tininess.h: Likewise.
36161         * sysdeps/x86_64/tininess.h: Likewise.
36162         * stdlib/tst-strtod-underflow.c: Likewise.
36163         * stdlib/tst-tininess.c: Likewise.
36164         * stdlib/strtod_l.c: Include <tininess.h>.
36165         (round_and_return): Do not set errno for exact underflow cases.
36166         Force an underflow exception when setting errno for underflow.
36167         Determine underflow based on rounding to normal precision if
36168         TININESS_AFTER_ROUNDING.
36169         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36170         ERANGE for exact underflow cases.
36171         * stdlib/Makefile (tests): Add tst-tininess and
36172         tst-strtod-underflow.
36173         ($(objpfx)tst-tininess): Use $(link-libm).
36174         ($(objpfx)tst-strtod-underflow): Likewise.
36176 2012-10-30  Andreas Jaeger  <aj@suse.de>
36178         [BZ#14767]
36179         * elf/Makefile (tests): Remove conditional for have-initfini-array
36180         since this is now always required and the variable does not exist
36181         anymore.
36182         (tests-static): Likewise.
36183         (modules-names): Likewise.
36185         * po/eo.po: Add Esperanto translation from translation project.
36187         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36188         merged with constructor/destructor.
36189         (init_array): Likewise.
36190         * elf/tst-array2dep.c (fini_array): Likewise.
36191         (init_array): Likewise.
36193 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36195         * manual/message.texi: Delete @cartouche tags.
36197 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36199         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36200         EOPNOTSUPP.
36201         * sysdeps/mach/hurd/fsync.c: Likewise.
36203         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36204         [_POSIX_REALTIME_SIGNALS]: Change condition to
36205         [_POSIX_REALTIME_SIGNALS > 0].
36207 2012-10-27  Andreas Jaeger  <aj@suse.de>
36209         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36210         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36211         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36212         [__WORDSIZE != 64]: Likewise.
36214 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36216         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36217         *  iconvdata/tst-tables.sh: Likewise.
36219 2012-10-25  David S. Miller  <davem@davemloft.net>
36221         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36222         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36223         of strtoull.
36225         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36226         ifunc-impl-list.c
36227         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36228         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36229         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36230         file.
36232 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36234         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36235         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36236         __getdirentries.
36238 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36239             Jim Blandy  <jimb@codesourcery.com>
36241         * scripts/cross-test-ssh.sh: New file.
36242         * manual/install.texi (Configuring and compiling): Document use of
36243         cross-test-ssh.sh.
36244         * INSTALL: Regenerated.
36246 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36248         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36249         EOPNOTSUPP.
36251 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36253         * Makeconfig (run-program-prefix): Fix comment.
36255 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36256             Jim Blandy  <jimb@codesourcery.com>
36258         * Makeconfig (test-wrapper): New variable,
36259         (test-wrapper-env): Likewise.
36260         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36261         (run-built-tests): Define to yes.
36262         (run-program-prefix): Use $(test-wrapper).
36263         (built-program-cmd): Likewise.
36264         * Rules (make-test-out): Use $(test-wrapper-env) and
36265         $(host-built-program-cmd).
36266         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36267         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36268         tst-pathopt.sh.
36269         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36270         $(test-wrapper-env) to tst-rtld-load-self.sh.
36271         ($(objpfx)order2.out): Use $(test-wrapper).
36272         ($(objpfx)tst-initorder.out): Likewise.
36273         ($(objpfx)tst-initorder2.out): Likewise.
36274         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36275         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36276         (test_wrapper_env): New variable.  Use it to run ld.so.
36277         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36278         Use it to run ld.so.
36279         (test_wrapper_env): Likewise.
36280         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36281         $(test-wrapper) to run-iconv-test.sh.
36282         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36283         (ICONV): Use $test_wrapper.
36284         * posix/Makefile ($(objpfx)globtest.out): Pass
36285         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36286         globtest.sh, not $(run-program-prefix).
36287         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36288         (test_wrapper): Likewise.
36289         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36290         set together with run_via_rtld_prefix.
36291         (run_program_prefix): Define in terms of test_wrapper and
36292         run_via_rtld_prefix.
36294 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36296         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36297         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36298         Targets removed.
36300         [BZ #14743]
36301         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36302         Declare __clock_getres, __clock_gettime, __clock_settime,
36303         __clock_nanosleep, and __clock_getcpuclockid.
36304         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36305         Remove librt_hidden_def (clock_gettime).
36306         * sysdeps/unix/clock_gettime.c: Likewise.
36307         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36308         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36309         * rt/clock_getres.c: Define __clock_getres as an alias.
36310         * sysdeps/posix/clock_getres.c: Likewise.
36311         * rt/clock_settime.c: Define __clock_settime as an alias.
36312         * sysdeps/unix/clock_settime.c: Likewise.
36313         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36314         * sysdeps/unix/clock_nanosleep.c: Likewise.
36315         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36316         * rt/clock-compat.c: New file.
36317         * rt/Makefile (librt-routines): Add clock-compat and move
36318         $(clock-routines) to ...
36319         (routines): ... here, new variable.
36320         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36321         Don't add get_clockfreq here.
36322         * rt/Versions (libc: GLIBC_2.17): New version set.
36323         Add clock_* symbols here.
36324         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36325         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36326         (GLIBC_2.17): Add clock_* symbols.
36327         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36328         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36329         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36331         Likewise.
36332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36333         Likewise.
36334         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36338         * NEWS: Mention the move.
36340         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36341         Use __open, __read, __close rather than their public counterparts.
36342         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36343         (__get_clockfreq_via_cpuinfo): Likewise.
36344         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36345         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36347         * config.h.in (HAVE_IFUNC): New #undef.
36348         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36349         was successful.
36350         * configure: Regenerated.
36352 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36354         * configure.in: Move READELF check to start of file.
36355         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36356         libc_cv_asm_gnu_indirect_function in the process.
36357         * configure: Regenerated.
36359 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36361         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36362         send the output to /dev/null.
36363         (libc_cv_cc_with_libunwind): Likewise.
36364         (libc_cv_as_noexecstack): Likewise.
36365         * configure: Regenerate.
36367 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36369         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36371         * posix/globtest.sh (TMPDIR): Do not set.
36372         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36373         (testout): Likewise.
36375 2012-10-24  Andreas Jaeger  <aj@suse.de>
36377         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36378         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36379         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36380         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36381         posix_fadvise64, posix_fallocate64.
36383         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36384         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36385         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36386         Likewise.
36387         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36388         Likewise.
36389         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36392         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36393         <bits/fcntl-linux.h>.
36394         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36396         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36397         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36398         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36399         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36400         [__WORDSIZE != 64]: Likewise.
36402 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36404         * Makeconfig (run-built-tests): New variable.
36405         * Rules [$(cross-compiling) = yes]: Change condition to
36406         [$(run-built-tests) = no].
36407         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36408         to [$(run-built-tests) = yes].
36409         * elf/Makefile [$(cross-compiling) = no]: Likewise
36410         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36411         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36412         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36413         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36414         * io/Makefile [$(cross-compiling) = no]: Likewise.
36415         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36416         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36417         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36418         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36419         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36420         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36421         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36422         * string/Makefile [$(cross-compiling) = no]: Likewise.
36424         * posix/Makefile ($(objpfx)globtest.out): Pass
36425         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36426         $(rtld-installed-name).
36427         * posix/globtest.sh (elf_objpfx): Remove variable.
36428         (rtld_installed_name): Likewise.
36429         (library_path): Likewise.
36430         (run_program_prefix): New variable.  Use for running globtest
36431         binary.
36433 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36434             Joseph Myers  <joseph@codesourcery.com>
36436         * Makeconfig (host-built-program-cmd): New variable.
36437         * elf/Makefile (tst-stackguard1-ARGS): Use
36438         $(host-built-program-cmd).
36439         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36440         (tst-spawn-ARGS): Likewise.
36441         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36443 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36444             Jim Blandy  <jimb@codesourcery.com>
36446         * Makeconfig (run-via-rtld-prefix): New variable.
36447         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36448         (built-program-cmd): Likewise.
36450 2012-10-22  Andreas Jaeger  <aj@suse.de>
36452         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36453         __O_RSYNC if it exists, otherwise to O_SYNC.
36455 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36456             Joseph Myers  <joseph@codesourcery.com>
36458         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36459         /dev/null.
36460         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36461         from /dev/null
36462         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36463         /dev/null.
36465 2012-10-22  Andreas Jaeger  <aj@suse.de>
36467         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36468         Define always.
36469         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36471         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36472         bits/fcntl-linux.h.
36474         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36475         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36477         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36478         to __O_LARGEFILE.
36479         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36480         to __O_LARGEFILE.
36482 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36483             Joseph Myers  <joseph@codesourcery.com>
36485         * config.make.in (NM): New variable.
36487 2012-10-21  Andreas Jaeger  <aj@suse.de>
36489         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36490         definitions and declarations that are provided by
36491         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36493 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36495         [BZ #14683]
36496         * elf/Makefile (tests-static): Add tst-leaks1-static.
36497         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36498         ($(objpfx)tst-leaks1-static): New rule.
36499         ($(objpfx)tst-leaks1-static-mem): Likewise.
36500         (tst-leaks1-static-ENV): New macro.
36501         * elf/dl-open.c (dl_open_worker): Check the main application
36502         only if SHARED is defined.
36503         * elf/tst-leaks1-static.c: New file.
36505 2012-10-20  Andreas Jaeger  <aj@suse.de>
36507         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36508         generic values for Linux.
36509         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36510         and declarations that are provided by <bits/fcntl-linux.h> and
36511         include <bits/fcntl-linux.h>.
36512         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36513         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36515 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36517         * io/fcntl.h: Move include of <bits/types.h> to the top and
36518         include it unconditionally.
36520 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36522         * wcsmbs/Makefile (tests-ifunc): New variable.
36523         (tests): Add $(tests-ifunc).
36524         * wcsmbs/test-wcschr-ifunc.c: New file.
36525         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36526         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36527         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36528         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36529         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36531         * string/Makefile (tests-ifunc): New variable.
36532         (tests): Add $(tests-ifunc).
36533         * string/test-memccpy.c (TEST_NAME): New macro.
36534         * string/test-memchr.c (TEST_NAME): Likewise.
36535         * string/test-memcmp.c (TEST_NAME): Likewise.
36536         * string/test-memcpy.c (TEST_NAME): Likewise.
36537         * string/test-memmem.c (TEST_NAME): Likewise.
36538         * string/test-memmove.c (TEST_NAME): Likewise.
36539         * string/test-memset.c (TEST_NAME): Likewise.
36540         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36541         * string/test-stpcpy.c (TEST_NAME): Likewise.
36542         * string/test-stpncpy.c (TEST_NAME): Likewise.
36543         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36544         * string/test-strcasestr.c (TEST_NAME): Likewise.
36545         * string/test-strcat.c (TEST_NAME): Likewise.
36546         * string/test-strchr.c (TEST_NAME): Likewise.
36547         * string/test-strcmp.c(TEST_NAME): Likewise.
36548         * string/test-strcpy.c (TEST_NAME): Likewise.
36549         * string/test-strcspn.c (TEST_NAME): Likewise.
36550         * string/test-strlen.c (TEST_NAME): Likewise.
36551         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36552         * string/test-strncmp.c (TEST_NAME): Likewise.
36553         * string/test-strncpy.c (TEST_NAME): Likewise.
36554         * string/test-strnlen.c (TEST_NAME): Likewise.
36555         * string/test-strpbrk.c (TEST_NAME): Likewise.
36556         * string/test-strrchr.c (TEST_NAME): Likewise.
36557         * string/test-strspn.c (TEST_NAME): Likewise.
36558         * string/test-strstr.c (TEST_NAME): Likewise.
36559         * string/test-bcopy-ifunc.c: New file.
36560         * string/test-bzero-ifunc.c: Likewise.
36561         * string/test-memccpy-ifunc.c: Likewise.
36562         * string/test-memchr-ifunc.c: Likewise.
36563         * string/test-memcmp-ifunc.c: Likewise.
36564         * string/test-memcpy-ifunc.c: Likewise.
36565         * string/test-memmem-ifunc.c: Likewise.
36566         * string/test-memmove-ifunc.c: Likewise.
36567         * string/test-mempcpy-ifunc.c: Likewise.
36568         * string/test-memset-ifunc.c: Likewise.
36569         * string/test-rawmemchr-ifunc.c: Likewise.
36570         * string/test-stpcpy-ifunc.c: Likewise.
36571         * string/test-stpncpy-ifunc.c: Likewise.
36572         * string/test-strcasecmp-ifunc.c: Likewise.
36573         * string/test-strcasestr-ifunc.c: Likewise.
36574         * string/test-strcat-ifunc.c: Likewise.
36575         * string/test-strchr-ifunc.c: Likewise.
36576         * string/test-strchrnul-ifunc.c: Likewise.
36577         * string/test-strcmp-ifunc.c: Likewise.
36578         * string/test-strcpy-ifunc.c: Likewise.
36579         * string/test-strcspn-ifunc.c: Likewise.
36580         * string/test-strlen-ifunc.c: Likewise.
36581         * string/test-strncasecmp-ifunc.c: Likewise.
36582         * string/test-strncat-ifunc.c: Likewise.
36583         * string/test-strncmp-ifunc.c: Likewise.
36584         * string/test-strncpy-ifunc.c: Likewise.
36585         * string/test-strnlen-ifunc.c: Likewise.
36586         * string/test-strpbrk-ifunc.c: Likewise.
36587         * string/test-strrchr-ifunc.c: Likewise.
36588         * string/test-strspn-ifunc.c: Likewise.
36589         * string/test-strstr-ifunc.c: Likewise.
36591         * debug/Makefile (tests-ifunc): New variable.
36592         (tests): Add $(tests-ifunc).
36593         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36594         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36595         * debug/test-stpcpy_chk-ifunc.c: New file.
36596         * debug/test-strcpy_chk-ifunc.c: Likewise.
36598 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36600         [BZ #13601]
36601         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36602         header is not read in.
36604 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36606         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36607         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36608         directly.  Pass built executable to script as
36609         $(built-program-cmd).
36610         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36611         $testprogram without using LD_LIBRARY_PATH and $ldso.
36613         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36614         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36615         $(rtld-installed-name).
36616         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36617         (rtld_installed_name): Likewise.
36618         (library_path): Likewise.
36619         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36620         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36621         $(run-program-prefix) to tst-tables.sh.
36622         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36623         it to run tst-table-from and tst-table-to.
36624         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36625         Pass it to tst-table.sh.
36626         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36627         $(run-program-prefix) to tst-gettext.sh.
36628         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36629         tst-translit.sh.
36630         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36631         tst-gettext2.sh.
36632         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36633         to run tst-gettext.
36634         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36635         to run tst-gettext2.
36636         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36637         to run tst-translit.
36638         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36639         $(run-program-prefix) to tst-mtrace.sh.
36640         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36641         to run tst-mtrace.
36642         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36643         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36644         $(rtld-installed-name).
36645         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36646         (rtld_installed_name): Likewise.
36647         (run_program_prefix): New variable.  Use it to run wordexp-test.
36649         * Makeconfig (ARCH): Remove all definitions.
36650         (machine): Likewise.
36651         [ARCH]: Remove conditional code.
36652         [!objdir]: Give error.
36653         [!objdir] (objpfx): Remove.
36654         [!objdir] (common-objpfx): Likewise.
36655         [!objdir] (common-objdir): Likewise.
36656         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36657         AC_CONFIG_FILES call.
36658         * configure: Regenerated.
36660         [BZ #13888]
36661         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36662         or TMPDIR.
36663         (testout): Likewise.
36665         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36666         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36667         $(rtld-installed-name).
36668         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36669         (rtld_installed_name): Likwise.
36670         (runit): Remove function.
36671         (run_getconf): New variable,  Use it for running getconf binary.
36673 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36675         [BZ #14716]
36676         * string/test-memmem.c (check_result): New function.
36677         (do_one_test): Use it.
36678         (check1): New function.
36679         (test_main): Use it.
36681 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36683         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36685 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36687         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36688         (_G_LSEEK64): Likewise.
36689         (_G_MMAP64): Likewise.
36690         (_G_FSTAT64): Likewise.
36691         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36692         (_G_LSEEK64): Likewise.
36693         (_G_MMAP64): Likewise.
36694         (_G_FSTAT64): Likewise.
36695         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36696         unconditional.  Call __mmap64 directly.
36697         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36698         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36699         __lseek64 directly.
36700         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36701         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36702         __mmap64 directly.
36703         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36704         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36705         __lseek64 directly.
36706         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36707         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36708         __lseek64 directly.
36709         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36710         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36711         __lseek64 directly.
36712         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36713         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36714         __fxstat64 directly.
36715         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36716         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36717         unconditional.
36718         (freopen64) [!_G_OPEN64]: Remove conditional code.
36719         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36720         unconditional.
36721         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36722         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36723         unconditional.
36724         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36725         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36726         unconditional.
36727         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36728         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36729         unconditional.
36730         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36731         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36732         unconditional.
36733         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36734         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36735         unconditional.
36736         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36737         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36738         unconditional.
36739         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36741 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36743         [BZ #12140]
36744         * manual/memory.texi (Malloc Tunable Parameters): Add note
36745         about free list pointers overwriting some perturb bytes.
36746         Wording suggested by Roland McGrath.
36748 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36750         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36751         (lgamma_test): Likewise.
36752         (tgamma_test): Likewise.
36754 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36756         [BZ #14700]
36757         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36758         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36760 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36762         * NEWS: Mention BZ #14716.
36763         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36764         when removing AVAILABLE1_USES_J macro.
36766 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36768         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36769         (__bswap_64): __uint64_t for unsigned 64-bit int.
36771 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36773         * include/string.h (memmem): Declare libc hidden alias.
36774         * string/memmem.c (memmem): Define libc hidden alias.
36775         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36776         __read, __close instead of open, read, close.
36778 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36780         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36781         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36782         global and hidden.
36783         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36784         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36785         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36786         Likewise.
36787         (__rawmemchr_sse2): Likewise.
36788         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36789         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36790         (__strchr_sse2): Likewise.
36791         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36792         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36793         (__strcasecmp_sse2): Likewise.
36794         (__strncasecmp_sse2): Likewise.
36795         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36796         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36797         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36798         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36799         (__strrchr_sse2): Likewise.
36800         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36801         ifunc-impl-list.c.
36802         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36803         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36804         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36805         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36806         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36807         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36808         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36809         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36810         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36811         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36812         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36813         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36814         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36815         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36816         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36817         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36818         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36819         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36820         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36821         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36822         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36823         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36824         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36825         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36826         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36827         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36828         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36829         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36830         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36831         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36833         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36834         global and hidden.
36835         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36836         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36837         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36838         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36839         Likewise.
36840         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36841         Likewise.
36842         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36843         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36844         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36845         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36846         ifunc-impl-list.c.
36847         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36848         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36849         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36850         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36851         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36852         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36853         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36854         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36855         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36856         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36857         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36858         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36859         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36860         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36861         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36862         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36863         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36864         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36865         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36866         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36867         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36868         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36869         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36870         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36871         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36872         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36873         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36874         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36875         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36876         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36877         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36878         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36879         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36880         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36881         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36882         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36883         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36884         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36885         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36886         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36887         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36889         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36890         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36891         * include/ifunc-impl-list.h: New file.
36892         * misc/ifunc-impl-list.c: Likewise.
36893         * misc/Makefile (routines): Add ifunc-impl-list.
36894         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36895         * string/test-string.h: Include <ifunc-impl-list.h>.
36896         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36897         TEST_NAME]: New variables.
36898         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36899         are defined.
36900         (test_init): Call __libc_ifunc_impl_list to initialize
36901         func_list if TEST_IFUNC and TEST_NAME are defined.
36903         * string/Makefile (strop-tests): Add bcopy and bzero.
36904         * string/test-bcopy.c: New file.
36905         * string/test-bzero.c: Likewise.
36906         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36907         defined.
36908         * string/test-memset.c: Support bzero test if TEST_BZERO is
36909         defined.
36910         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36911         __libc_memmove.
36912         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36913         __libc_memset.
36914         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36915         of memset.
36917 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36919         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36920         * configure: Regenerated.
36922         * Makeconfig (+link-static-before-libc): Don't include
36923         $(link-static-libc).
36925         * libio/libio.h (_IO_pos_t): Remove.
36927 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36929         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36930         McGrath.
36932 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36934         * crypt/crypt-entry.c: Include fips-private.h.
36935         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36936         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36937         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36938         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36940 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36942         * crypt/crypt-private.h: Include stdbool.h.
36943         (_ufc_setup_salt_r): Return bool.
36944         * crypt/crypt-entry.c: Include errno.h.
36945         (__crypt_r): Return NULL with EINVAL for bad salt.
36946         * crypt/crypt_util.c (bad_for_salt): New.
36947         (_ufc_setup_salt_r): Check that salt is long enough and within
36948         the specified alphabet.
36949         * crypt/badsalttest.c: New file.
36950         * crypt/Makefile (tests): Add it.
36951         ($(objpfx)badsalttest): New.
36953 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36955         * NEWS: Add entry for BZ #14602.
36957 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36959         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36960         type-generic.
36961         * math/libm-test.inc: Update comment listing what functions and
36962         macros are tested.
36963         (isgreater_test): New function.
36964         (isgreaterequal_test): Likewise.
36965         (isless_test): Likewise.
36966         (islessequal_test): Likewise.
36967         (islessgreater_test): Likewise.
36968         (isunordered_test): Likewise.
36969         (main): Call the new functions.
36971 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36973         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36974         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36975         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36976         * sysdeps/i386/configure: Regenerated.
36977         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36978         * sysdeps/mach/configure: Regenerated.
36979         * sysdeps/mach/hurd/configure: Regenerated.
36980         * sysdeps/powerpc/configure: Regenerated.
36981         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36982         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36983         * sysdeps/s390/s390-32/configure: Regenerated.
36984         * sysdeps/s390/s390-64/configure: Regenerated.
36985         * sysdeps/sh/configure: Regenerated.
36986         * sysdeps/sparc/configure: Regenerated.
36987         * sysdeps/unix/sysv/linux/configure: Regenerated.
36988         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36989         * sysdeps/x86_64/configure: Regenerated.
36991         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36992         defined.  Don't check if MAP is NULL.
36994 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36996         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36997         (_G_stat64): Likewise.
36998         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36999         (_G_stat64): Likewise.
37000         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37001         instead of struct _G_stat64.
37002         * libio/fileops.c (mmap_remap_check): Likewise.
37003         (decide_maybe_mmap): Likewise.
37004         (_IO_new_file_seekoff): Likewise.
37005         (_IO_file_stat): Likewise.
37006         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37007         _G_off64_t.
37008         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37009         instead of struct _G_stat64.
37010         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37012 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37014         [BZ #14602]
37015         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37016         Replace with ...
37017         (CHECK_EOL): New macro.
37018         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37019         CHECK_EOL.
37020         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37021         Replace with CHECK_EOL.
37022         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37023         Replace with CHECK_EOL.
37025 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37027         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37028         type-generic.
37029         * math/libm-test.inc: Update comment listing what functions and
37030         macros are tested.
37031         (finite_test): New function.
37032         (isinf_test): Likewise.
37033         (isnan_test): Likewise.
37034         (fpclassify_test): Test subnormal input.
37035         (isfinite_test): Likewise.
37036         (isnormal_test): Likewise.
37037         (main): Call the new functions.
37039 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37041         [BZ #14660]
37042         * Makerules (%.dynsym): Force C locale when running
37043         $(OBJDUMP) --dynamic-syms.
37045 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37047         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37048         <stdint.h>.
37050 2012-10-06  David S. Miller  <davem@davemloft.net>
37052         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37053         upper 32-bits of the length value in %o2 since we use branch-on-register
37054         tests which consider the entire 64-bit register.
37056 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37058         * string/test-strstr.c (check2): Add a test for page boundary.
37060 2012-10-05  David S. Miller  <davem@davemloft.net>
37062         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37063         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37064         file.
37065         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37066         sysdep_routines.
37067         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37068         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37069         and bzero when HWCAP_SPARC_CRYPTO is present.
37071 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37073         [BZ #14602]
37074         * string/test-strstr.c (check2): New function.
37075         (test_main): Call check2.
37077         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37078         and bug-strchr1.
37079         * string/bug-strcasestr1.c (do_test): Moved to ...
37080         * string/test-strcasestr.c (check1): Here.  New function.
37081         (do_one_test): Break out result checking code into ...
37082         (check_result): This.  New function.
37083         (do_one_test): Call check_result.
37084         (test_main): Call check1.
37085         * string/bug-strchr1.c (do_test): Moved to ...
37086         * string/test-strchr.c (check1): Here.  New function.
37087         (do_one_test): Break out result checking code into ...
37088         (check_result): This.  New function.
37089         (do_one_test): Call check_result.
37090         (test_main): Call check1.
37091         * string/bug-strstr1.c (main): Moved to ...
37092         * string/test-strstr.c (check1): Here.  New function.
37093         (do_one_test): Break out result checking code into ...
37094         (check_result): This.  New function.
37095         (do_one_test): Call check_result.
37096         (test_main): Call check1.
37097         * string/bug-strcasestr1.c: Removed.
37098         * string/bug-strchr1.c: Likewise.
37099         * string/bug-strstr1.c: Likewise.
37101         * elf/Makefile (dl-routines): Add hwcaps.
37102         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37103         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37104         (_dl_important_hwcaps): Moved to ...
37105         * elf/dl-hwcaps.c: Here.  New file.
37106         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37108         [BZ #14557]
37109         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37110         if IS_IN_rtld isn't defined.
37112         * elf/dl-support.c (_dl_sysinfo_map): New.
37113         Include "get-dynamic-info.h" and "setup-vdso.h".
37114         (_dl_non_dynamic_init): Call setup_vdso.
37115         * elf/dynamic-link.h: Don't include <assert.h>.
37116         (elf_get_dynamic_info): Moved to ...
37117         * elf/get-dynamic-info.h: Here.  New file.
37118         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37119         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37120         * elf/setup-vdso.h: Here.  New file.
37121         * elf/rtld.c: Include "setup-vdso.h".
37122         (dl_main): Call setup_vdso.
37124 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37126         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37127         creal in comment listing functions tested.  List finite, isinf,
37128         isnan, isless, islessequal, isgreater, isgreaterequal,
37129         islessgreater, isunordered, lgamma_r and pow10 as functions and
37130         macros not tested.  Mention which functions not tested are aliases
37131         for other functions.  Fix typo.  Note that signs of NaNs are not
37132         tested.
37134         * scripts/config.guess: Update from config.git.
37135         * scripts/config.sub: Likewise.
37137 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37139         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37140         * misc/madvise.c (madvise): Renamed to __madvise.
37141         Make madvise a weak alias.
37142         * include/sys/mman.h: Declare __madvise.
37143         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37144         * sysdeps/unix/syscalls.list
37145         (madvise): Make __madvise the strong name, and madvise a weak alias.
37146         * sysdeps/unix/sysv/linux/syscalls.list
37147         (madvise, mmap): Remove redundant entries.
37148         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37149         * malloc/malloc.c (mtrim): Likewise.
37150         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37152 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37154         * sysdeps/mach/hurd/dl-cache.c: File removed.
37155         * config.h.in (USE_LDCONFIG): New #undef.
37156         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37157         * configure: Regenerated.
37158         * elf/Makefile (dl-routines): Add dl-cache only under
37159         [$(use-ldconfig) = yes].
37160         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37161         cache on [USE_LDCONFIG].
37162         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37163         [USE_LDCONFIG].
37164         * elf/rtld.c (dl_main): Likewise.
37166 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37168         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37169         _SC_LEVEL4_CACHE_LINESIZE.
37171 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37173         * sysdeps/unix/bsd/confstr.h: File removed.
37175 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37177         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37178         sys/sdt-config.h.
37180 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37182         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37183         Make 'mapoff' field ElfW(Off) rather than off_t.
37185 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37187         * nscd/Makefile: Remove nscd-cflags and all its users.
37188         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37189         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37191         [BZ #10631]
37192         * malloc.c (malloc_printerr): Clarify error message.
37194 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37196         [BZ #14648]
37197         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37198         Set bit_FMA_Usable if FMA is supported.
37199         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37200         macro.
37201         (bit_FMA4_Usable): Updated.
37202         (index_FMA_Usable): New macro.
37203         (CPUID_FMA): Likewise
37204         (HAS_FMA): Defined with bit_FMA_Usable.
37206 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37208         * bits/types.h (__swblk_t): Type removed.
37209         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37210         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37211         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37212         (__SWBLK_T_TYPE): Likewise.
37213         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37214         (__SWBLK_T_TYPE): Likewise.
37215         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37216         (__SWBLK_T_TYPE): Likewise.
37217         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37218         (__SWBLK_T_TYPE): Likewise.
37220 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37221             Honza Horak <hhorak@redhat.com>
37223         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37224         (xdr_mapname): Use YPMAXMAP as maxsize.
37225         (xdr_peername): Use YPMAXPEER as maxsize.
37226         (xdr_keydat): Use YPAXRECORD as maxsize.
37227         (xdr_valdat): Use YPMAXRECORD as maxsize.
37229 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37231         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37233         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37234         * csu/init-first.c: ... here.
37235         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37236         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37237         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37238         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37239         * sysdeps/i386/init-first.c: File removed.
37240         * sysdeps/sh/init-first.c: File removed.
37242 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37244         [BZ #14645]
37245         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37246         if x * y might underflow to zero and z is zero.
37247         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37248         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37249         * math/libm-test.inc (min_subnorm_value): New variable.
37250         (fma_test): Add more tests.
37251         (fma_test_towardzero): Likewise.
37252         (fma_test_downward): Likewise
37253         (fma_test_upward): Likewise.
37254         (initialize): Set min_subnorm_value.
37256 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37258         [BZ #14638]
37259         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37260         0 + 0.
37261         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37262         mode for addition resulting in exact zero.
37263         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37264         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37265         exact 0 + 0.
37266         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37267         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37268         * math/libm-test.inc (fma_test): Add more tests.
37269         (fma_test_towardzero): New function.
37270         (fma_test_downward): Likewise.
37271         (fma_test_upward): Likewise.
37272         (main): Call the new functions.
37274 2012-09-28  David S. Miller  <davem@davemloft.net>
37276         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37278 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37280         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37281         instead of SIGALRM.
37283         * sysdeps/gnu/_G_config.h: Moved to ...
37284         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37285         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37286         * sysdeps/generic/_G_config.h: ... here.
37288         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37290         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37292         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37293         Conditionalize target on [libnss_test1.so-version].
37295         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37297         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37298         (elfobjdir): Move out of conditionals.
37300         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37301         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37302         (__nss_lookup_function): Conditionalize label remove_from_tree on
37303         [!DO_STATIC_NSS || SHARED], matching its only use.
37305 2012-09-28  David S. Miller  <davem@davemloft.net>
37307         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37308         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37309         file.
37310         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37311         sysdep_routines.
37312         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37313         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37314         when HWCAP_SPARC_CRYPTO is present.
37316 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37318         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37320 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37322         [BZ #6530]
37323         * stdio-common/vfprintf.c (process_string_arg): Revert
37324         2000-07-22 change.
37326 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37328         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37329         for testcase.
37330         * stdio-common/tst-sprintf.c: Include <locale.h>
37331         (main): Test sprintf's handling of incomplete multibyte
37332         characters.
37334 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37336         * elf/dl-runtime.c (VERSYMIDX): Removed.
37337         * elf/dl-version.c (VERSYMIDX): Likewise.
37338         * elf/do-rel.h (VERSYMIDX): Likewise.
37339         (VALIDX): Likewise.
37340         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37341         * elf/rtld.c (VALIDX): Likewise.
37342         (ADDRIDX): Likewise.
37343         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37344         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37345         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37346         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37347         (VALIDX): Likewise.
37348         (ADDRIDX): Likewise.
37350 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37352         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37354 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37356         [BZ #11438]
37357         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37358         to global scope.
37359         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37360         addresses are in the same scope as 192.0.2/24.
37361         * posix/gai.conf: Document new scope table defaults.
37363 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37365         [BZ #5298]
37366         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37367         for ftell.  Compute offsets from write pointers instead.
37368         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37370 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37372         [BZ #14543]
37373         * libio/Makefile (tests): New test case tst-fseek.
37374         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37375         combination works in wide mode.
37376         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37377         state when the external buffer state changes.
37379 2012-09-27  David S. Miller  <davem@davemloft.net>
37381         [BZ #14376]
37382         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37383         pass reloc->r_addend in as the 'high' argument to
37384         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37386         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37388 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37390         * rt/tst-aio2.c: Include <pthread.h>.
37391         * rt/tst-aio3.c: Likewise.
37393 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37395         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37397 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37399         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37400         contents on [SHARED].
37402 2012-09-26  Marek Polacek  <polacek@redhat.com>
37404         [BZ #14530]
37405         [BZ #13741]
37406         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37407         for C++ and GCC <4.3 as well as for non GCC compilers.
37409 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37411         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37413 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37415         * Makefile.in (all, install): Declare with .PHONY.
37416         Reported by Michael Hope <michael.hope@linaro.org>.
37418 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37420         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37421         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37422         system header.
37423         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37424         Likewise.
37425         (sydep_routines): Add the new and the internal functions.
37426         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37427         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37429         (GLIBC_2.17): Add the new function.
37430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37431         (GLIBC_2.17): Likewise.
37432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37433         (GLIBC_2.17): Likewise.
37434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37435         (GLIBC_2.17): Likewise.
37436         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37438 2012-09-25  Alan Modra  <amodra@gmail.com>
37440         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37441         Add release barrier before setting once_control to say
37442         initialisation is done.  Add hints on lwarx.  Use macro in
37443         place of isync.
37444         (clear_once_control): Add release barrier.
37446 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37448         [BZ #13629]
37449         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37450         specially.
37451         * math/s_clog10.c (__clog10): Likewise.
37452         * math/s_clog10f.c (__clog10f): Likewise.
37453         * math/s_clog10l.c (__clog10l): Likewise.
37454         * math/s_clogf.c (__clogf): Likewise.
37455         * math/s_clogl.c (__clogl): Likewise.
37456         * math/Makefile (libm-calls): Add x2y2m1.
37457         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37458         (__x2y2m1): Likewise.
37459         (__x2y2m1l): Likewise.
37460         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37461         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37462         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37463         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37464         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37465         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37466         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37467         * sysdeps/i386/fpu/libm-test-ulps: Update.
37468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37470         [BZ #14621]
37471         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37472         int as type of variable DEPTH.
37473         (glob): Use size_t instead of int as type of variables NEWCOUNT
37474         and OLD_PATHC.
37476 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37478         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37479         Add s_sincosf-sse2.
37480         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37481         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37482         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37483         macros for using routine as __sincosf_ia32.
37484         Use macro for function declaration and weak_alias.
37485         * sysdeps/i386/fpu/libm-test-ulps: Update.
37487         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37488         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37490         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37491         subnormal argument.
37492         * math/s_cexpf.c (__cexpf): Likewise.
37493         * math/s_csinf.c (__csinf): Likewise.
37494         * math/s_csinhf.c (__csinhf): Likewise.
37495         * math/s_ctanf.c (__ctanf): Likewise.
37496         * math/s_ctanhf.c (__ctanhf): Likewise.
37497         * math/s_ccosh.c (__ccoshf): Likewise.
37498         * math/s_cexp.c (__cexpl): Likewise.
37499         * math/s_csin.c (__csin): Likewise.
37500         * math/s_csinh.c (__csinh): Likewise.
37501         * math/s_ctan.c (__ctan): Likewise.
37502         * math/s_ctanh.c (ctanh): Likewise.
37503         * math/s_ccoshl.c (__ccoshl): Likewise.
37504         * math/s_cexpl.c (__cexpl): Likewise.
37505         * math/s_csinl.c (__csinl): Likewise.
37506         * math/s_csinhl.c (__csinhl): Likewise.
37507         * math/s_ctanl.c (__ctanl): Likewise.
37508         * math/s_ctanhl.c (__ctanhl): Likewise.
37510 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37512         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37513         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37514         (_IO_off_t): Define to __off_t, not _G_off_t.
37515         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37516         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37517         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37518         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37519         type of __dummy and __dummy2 fields.
37520         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37521         (_G_ssize_t): Likewise.
37522         (_G_off_t): Likewise.
37523         (_G_pid_t): Likewise.
37524         (_G_uid_t): Likewise.
37525         (_G_wchar_t): Likewise.
37526         (_G_wint_t): Likewise.
37527         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37528         (_G_ssize_t): Likewise.
37529         (_G_off_t): Likewise.
37530         (_G_pid_t): Likewise.
37531         (_G_uid_t): Likewise.
37532         (_G_wchar_t): Likewise.
37533         (_G_wint_t): Likewise.
37534         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37535         (_G_ssize_t): Likewise.
37536         (_G_off_t): Likewise.
37537         (_G_pid_t): Likewise.
37538         (_G_uid_t): Likewise.
37539         (_G_wchar_t): Likewise.
37540         (_G_wint_t): Likewise.
37542 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37544         * malloc/arena.c: Include malloc-sysdep.h.
37545         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37546         is sufficient to shrink the heap or an unmap is needed.
37547         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37548         new function check_may_shrink_heap.
37549         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37550         new function check_may_shrink_heap.
37552 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37554         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37555         comments.
37557 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37559         * catgets/test-gencat.sh: Add "set -e".
37560         * elf/tst-pathopt.sh: Likewise.
37561         * grp/tst_fgetgrent.sh: Likewise.
37562         * iconvdata/run-iconv-test.sh: Likewise.
37563         * intl/tst-gettext.sh: Likewise.
37564         * intl/tst-gettext2.sh: Likewise.
37565         * intl/tst-gettext4.sh: Likewise.
37566         * intl/tst-gettext6.sh: Likewise.
37567         * intl/tst-translit.sh: Likewise.
37568         * io/ftwtest-sh: Likewise.
37569         * libio/test-freopen.sh: Likewise.
37570         * malloc/tst-mtrace.sh: Likewise.
37571         * posix/globtest.sh: Likewise.
37572         * posix/tst-getconf.sh: Likewise.
37573         * posix/wordexp-tst.sh: Likewise.
37574         * stdio-common/tst-printf.sh: Likewise.
37575         * stdio-common/tst-unbputc.sh: Likewise.
37576         * stdlib/tst-fmtmsg.sh: Likewise.
37577         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37578         * catgets/Makefile: Do not specify -e option when running
37579         testsuite shell scripts.
37580         * elf/Makefile: Likewise.
37581         * grp/Makefile: Likewise.
37582         * iconvdata/Makefile: Likewise.
37583         * intl/Makefile: Likewise.
37584         * io/Makefile: Likewise.
37585         * libio/Makefile: Likewise.
37586         * malloc/Makefile: Likewise.
37587         * posix/Makefile: Likewise.
37588         * stdio-common/Makefile: Likewise.
37589         * stdlib/Makefile: Likewise.
37590         * sysdeps/x86_64/Makefile: Likewise.
37592         * io/ftwtest-sh: Add copyright header.
37593         * posix/globtest.sh: Likewise.
37594         * posix/tst-getconf.sh: Likewise.
37595         * posix/wordexp-tst.sh: Likewise.
37596         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37598 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37600         [BZ #13679]
37601         * Makeconfig (+link): Defined as $(+link-static) if
37602         $(build-shared) isn't yes.
37603         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37604         isn't yes.
37605         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37607         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37609         [BZ #14562]
37610         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37611         new chunk size with MALLOC_ALIGN_MASK.
37613 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37615         [BZ #5044]
37616         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37617         <rounding-mode.h>.
37618         (__printf_fphex): Determine rounding using get_rounding_mode and
37619         round_away.
37620         * stdio-common/tst-printf-round.c (struct hex_test): New
37621         structure.
37622         (hex_tests): New variable.
37623         (test_hex_in_one_mode): New function.
37624         (do_test): Also run tests for hex float output.
37626 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37628         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37629         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37630         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37631         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37632         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37633         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37634         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37635         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37637 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37639         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37640         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37641         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37642         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37644 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37646         [BZ #14579]
37647         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37648         mode only.
37649         * elf/tst-rtld-load-self.sh: New test.
37650         * elf/Makefile: Run it.
37652 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37654         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37655         (tst-writev-ENV): Remove.
37656         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37658 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37660         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37662 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37664         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37665         unconditional.
37666         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37667         Likewise.
37668         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37669         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37670         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37671         Likewise.
37673 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37675         [BZ #14587]
37676         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37677         * config.make.in (have-cpp-asm-debuginfo): Removed.
37678         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37679         * configure: Regenerated.
37681 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37683         [BZ #5044]
37684         * stdio-common/printf_fp.c: Include <stdbool.h> and
37685         <rounding-mode.h>.
37686         (___printf_fp): Determine rounding using get_rounding_mode and
37687         round_away.
37688         * stdio-common/tst-printf-round.c: New file.
37689         * stdio-common/Makefile (tests): Add tst-printf-round.
37690         (link-libm): New variable.
37691         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37693 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37695         [BZ #14576]
37696         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37697         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37698         Likewise.
37699         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37700         Likewise.
37702 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37704         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37705         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37706         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37707         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37709 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37711         [BZ #14518]
37712         * include/rounding-mode.h: New file.
37713         * sysdeps/generic/get-rounding-mode.h: Likewise.
37714         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37715         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37716         (MAX_VALUE): New macro.
37717         (MIN_VALUE): Likewise.
37718         (overflow_value): New function.
37719         (underflow_value): Likewise.
37720         (round_and_return): Use overflow_value and underflow_value to
37721         determine return values in overflow and underflow cases.  Use
37722         round_away to determine rounding depending on rounding mode.
37723         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37724         determine return values in overflow and underflow cases.
37725         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37726         (struct test_results): New structure.
37727         (struct test): Use struct test_results to store expected results
37728         for all rounding modes.
37729         (TEST): Include expected results for all rounding modes.
37730         (test_in_one_mode): New function.
37731         (do_test): Use test_in_one_mode to compute and check results.
37732         Check results for all rounding modes.
37733         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37734         $(link-libm).
37736 2012-12-09  Allan McRae  <allan@archlinux.org>
37738         * sysdeps/i386/fpu/libm-test-ulps: Update
37740 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37742         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37743         (_G_int32_t): Likewise.
37744         (_G_uint16_t): Likewise.
37745         (_G_uint32_t): Likewise.
37746         (_G_HAVE_BOOL): Likewise.
37747         (_G_HAVE_ATEXIT): Likewise.
37748         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37749         (_G_HAVE_IO_FILE_OPEN): Likewise.
37750         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37751         (_G_int32_t): Likewise.
37752         (_G_uint16_t): Likewise.
37753         (_G_uint32_t): Likewise.
37754         (_G_HAVE_BOOL): Likewise.
37755         (_G_HAVE_ATEXIT): Likewise.
37756         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37757         (_G_HAVE_IO_FILE_OPEN): Likewise.
37758         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37759         (_G_int32_t): Likewise.
37760         (_G_uint16_t): Likewise.
37761         (_G_uint32_t): Likewise.
37762         (_G_HAVE_BOOL): Likewise.
37763         (_G_HAVE_ATEXIT): Likewise.
37764         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37765         (_G_HAVE_IO_FILE_OPEN): Likewise.
37767 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37769         * csu/libc-tls.c: Update copyright years.
37771 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37773         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37774         [!_G_USING_THUNKS]: Remove conditional code.
37775         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37776         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37778         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37779         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37780         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37781         (_G_VTABLE_LABEL_PREFIX): Likewise.
37782         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37783         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37784         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37785         (_G_VTABLE_LABEL_PREFIX): Likewise.
37786         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37787         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37788         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37789         (_G_VTABLE_LABEL_PREFIX): Likewise.
37790         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37792 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37794         * libio/Makefile: Include ../Makeconfig before tests.
37795         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37796         only if $(build-shared) is yes.
37798         * iconv/gconv_db.c: Update copyright years.
37800 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37802         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37803         unwind info if defined PIC. Fix special cases description.
37804         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37806         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37807         DP_HI_MASK entry.
37808         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37810 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37812         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37814         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37815         is NULL.
37817         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37818         (LDLIBS-tst-chk4): This.
37819         (LDFLAGS-tst-chk5): Renamed to ...
37820         (LDLIBS-tst-chk5): This.
37821         (LDFLAGS-tst-chk6): Renamed to ...
37822         (LDLIBS-tst-chk6): This.
37823         (LDFLAGS-tst-lfschk4): Renamed to ...
37824         (LDLIBS-tst-lfschk4): This.
37825         (LDFLAGS-tst-lfschk5): Renamed to ...
37826         (LDLIBS-tst-lfschk5): This.
37827         (LDFLAGS-tst-lfschk6): Renamed to ...
37828         (LDLIBS-tst-lfschk6): This.
37830         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37831         on $(common-objpfx)soversions.mk.
37833 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37835         [BZ #10014]
37836         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37837         example host name.
37839 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37841         * malloc/arena.c (arena_get_retry): New function that gets
37842         another arena for the caller to try its request on.
37843         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37844         current arena cannot fulfill the request.
37845         (__libc_memalign): Likewise.
37846         (__libc_memalign): Likewise.
37847         (__libc_pvalloc): Likewise.
37848         (__libc_calloc): Likewise.
37850 2012-09-05  John Tobey  <john.tobey@gmail.com>
37852         [BZ #13542]
37853         * manual/arith.texi (Operations on Complex): Fix description
37854         of carg branch cut.
37856 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37858         [BZ #10014]
37859         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37860         host name.
37862         [BZ #10038]
37863         * manual/memory.texi (Memory): Make order of menu items match
37864         order of sections.
37866 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37868         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37869         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37870         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37872 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37874         * csu/libc-tls.c (static_dtv): Renamed to ...
37875         (_dl_static_dtv): This.  Make it global.
37876         (_dl_initial_dtv): Removed.
37877         (__libc_setup_tls): Updated.
37878         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37879         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37880         DL_INITIAL_DTV.
37882 2012-09-06  Petr Machata  <pmachata@redhat.com>
37884         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37885         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37886         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37887         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37889 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37891         [BZ #14545]
37892         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37893         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37894         freeing dtv[-1].
37896 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37898         [BZ #14544]
37899         * Makeconfig (link-static-before-libc): Replace $(+prector)
37900         with $(+prectorT).
37901         (link-static-after-libc): Replace $(+postctor) with
37902         $(+postctorT).
37903         (link-bounded): Replace $(+prector)/$(+postctor) with
37904         $(+prectorT)/$(+postctorT).
37905         (+prectorT): New macro.
37906         (+postctorT): Likewise.
37908 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37910         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37911         (round_str): Handle values above the maximum for IBM long double
37912         as inexact.
37913         * stdlib/tst-strtod-round.c (tests): Regenerated.
37915 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37917         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37918         assembler flag.
37919         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37920         zarch_nohighgprs around the zarch optimized routines.
37921         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37922         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37923         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37924         for zarch.
37926 2012-09-05  David S. Miller  <davem@davemloft.net>
37928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37930         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37931         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37932         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37933         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37934         entries.
37936 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37938         * malloc/arena.c: Fold copyright years.
37939         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37941 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37943         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37945 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37947         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37949 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37951         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37952         change internal state upon failure.
37954 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37956         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37957         * malloc/memusage.c (mmap): Likewise.
37958         (mmap64, mremap): Likewise.  Adjust name in comment.
37960 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37962         * libio/fileops.c: Fix typos in comments.
37963         * libio/oldfileops.c: Likewise.
37964         * libio/wfileops.c: Likewise.
37966 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37968         [BZ #1349]
37969         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37970         (tst-malloc-usable-ENV): Set environment for test case.
37971         * malloc/hooks.c (malloc_check_get_size): New function to get
37972         requested size.
37973         * malloc/malloc.c (musable): Use malloc_check_get_size.
37974         * malloc/tst-malloc-usable.c: New test case.
37976 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37978         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37980 2012-09-05  Allan McRae  <allan@archlinux.org>
37982         [BZ #13966]
37983         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37984         determine header location.
37985         * configure: Regenerated.
37987 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37989         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37990         float format.
37991         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37992         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37993         format.
37994         (test): Regenerate.
37996 2012-09-04  David S. Miller  <davem@davemloft.net>
37998         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37999         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38000         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38002 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38004         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38005         failures.
38007         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38009 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38011         [BZ #9914]
38012         * libio/iogetdelim.c: Include <limits.h>.
38013         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38014         + len + 1 would overflow.
38016 2012-09-03  Andreas Jaeger  <aj@suse.de>
38018         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38019         * sysdeps/i386/fpu/libm-test-ulps: Update.
38021 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38023         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38024         Add s_sinf-sse2, s_conf-sse2.
38026         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38027         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38028         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38029         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38031         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38032         for using routine as __sinf_ia32.
38033         Use macro for function declaration and weak_alias.
38034         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38035         for using routine as __cosf_ia32.
38036         Use macro for function declaration and weak_alias.
38038         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38039         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38041         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38042         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38043         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38045         * math/libm-test.inc (cos_test): Add more test cases.
38046         (sin_test): Likewise.
38047         (sincos_test): Likewise.
38049 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38051         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38052         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38053         hidden.
38054         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38056 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38058         [BZ #14538]
38059         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38060         first element of the GOT.
38061         (elf_machine_load_address): Return the difference between
38062         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38064 2012-09-01  Allan McRae  <allan@archlinux.org>
38066         [BZ #13412]
38067         * configure.in (AWK): Require gawk version 3.0 or later.
38068         * configure: Regenerated.
38070 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38072         * sysdeps/unix/sysv/linux/kernel-features.h
38073         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38074         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38075         [__NR_clock_getres]: Make code unconditional.
38076         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38077         (clock_getcpuclockid): Remove code left unreachable by removal of
38078         conditionals.
38079         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38080         code unconditional.
38081         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38082         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38083         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38084         Make code unconditional.
38085         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38086         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38087         * sysdeps/unix/sysv/linux/clock_settime.c
38088         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38089         conditional code.
38090         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38091         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38093 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38095         [BZ #14476]
38096         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38097         scripts/test-installation.pl.
38099         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38100         and $ld_so_version if it is set.
38102 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38104         [BZ #14516]
38105         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38106         failure if reading from procfs failed.
38107         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38109 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38111         * sysdeps/unix/sysv/linux/kernel-features.h
38112         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38113         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38114         Remove conditional code.
38115         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38116         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38117         Remove conditional code.
38118         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38119         * sysdeps/unix/sysv/linux/i386/fxstat.c
38120         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38121         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38122         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38123         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38124         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38125         * sysdeps/unix/sysv/linux/i386/lxstat.c
38126         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38127         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38128         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38129         Remove conditional code.
38130         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38131         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38132         Remove conditional code.
38133         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38134         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38135         <kernel-features.h>.
38136         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38137         Remove.
38138         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38139         Remove conditional code.
38140         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38141         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38142         Remove conditional.
38144 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38146         [BZ #5400]
38147         * NEWS: Add fixed bug number.
38149 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38151         [BZ #14519]
38152         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38153         underflowing exponent in case of negative sign.
38154         * stdlib/tst-strtod-round-data: Add more tests.
38155         * stdlib/tst-strtod-round.c (tests): Regenerated.
38157         [BZ #3479]
38158         * stdlib/strtod_l.c (NDIG): Remove.
38159         (HEXNDIG): Likewise.
38160         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38161         smallest representable value.
38162         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38163         lie within an exact representation of 1/2 ulp of the result.
38164         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38165         unconditionally.
38166         (TENS_P9_IDX): Define unconditionally.
38167         (TENS_P9_SIZE): Likewise.
38168         (TENS_P10_IDX): Likewise.
38169         (TENS_P10_SIZE): Likewise.
38170         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38171         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38172         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38173         entries for 10^2^13 and 10^2^14.
38174         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38175         (TENS_P13_IDX): Define.
38176         (TENS_P13_SIZE): Likewise.
38177         (TENS_P14_IDX): Likewise.
38178         (TENS_P14_SIZE): Likewise.
38179         (_fpioconst_pow10): Change array size to
38180         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38181         unconditional.
38182         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38183         1024]: Add entries for 10^2^13 and 10^2^14.
38184         [LAST_POW10 > _LAST_POW10]: Remove #error.
38185         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38186         (_fpioconst_pow10): Change array size to
38187         FPIOCONST_POW10_ARRAY_SIZE.
38188         * stdlib/gen-fpioconst.c: New file.
38189         * stdlib/gen-tst-strtod-round.c: Likewise.
38190         * stdlib/tst-strtod-round-data: Likewise.
38191         * stdlib/tst-strtod-round.c: Likewise.
38192         * stdlib/Makefile (tests): Add tst-strtod-round.
38194         [BZ #14459]
38195         * stdlib/strtod_l.c: Include <stdint.h>.
38196         (NDEBUG): Do not define.
38197         (round_and_return): Change EXPONENT parameter to type intmax_t.
38198         Rearrange calculations to avoid internal overflow possibilities.
38199         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38200         Rearrange calculations to avoid internal overflow possibilities.
38201         Assert that number fits inside MPNSIZE limbs.
38202         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38203         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38204         calculations and add assertions to avoid internal overflow
38205         possibilities.  Add casts to avoid signed/unsigned operations.
38206         * stdlib/tst-strtod-overflow.c: New file.
38207         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38209 2012-08-25  Marek Polacek  <polacek@redhat.com>
38211         * time/time.h: Fix some typos in comments.
38213 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38215         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38216         * posix/tst-rfc3484-2.c: Likewise.
38217         * posix/tst-rfc3484-3.c: Likewise.
38219 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38221         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38222         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38224 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38226         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38227         #include of fxstatat64.c.
38229 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38231         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38232         * shadow/getspent_r.c: Likewise.
38233         * shadow/getspnam.c: Likewise.
38234         * shadow/getspnam_r.c: Likewise.
38235         * gshadow/getsgent.c: Likewise.
38236         * gshadow/getsgent_r.c: Likewise.
38237         * gshadow/getsgnam.c: Likewise.
38238         * gshadow/getsgnam_r.c: Likewise.
38239         * inet/getnetbyad.c: Likewise.
38240         * inet/getnetbyad_r.c: Likewise.
38241         * inet/getnetbynm.c: Likewise.
38242         * inet/getnetbynm_r.c: Likewise.
38243         * inet/getnetent.c: Likewise.
38244         * inet/getnetent_r.c: Likewise.
38245         * inet/getproto.c: Likewise.
38246         * inet/getproto_r.c: Likewise.
38247         * inet/getprtent.c: Likewise.
38248         * inet/getprtent_r.c: Likewise.
38249         * inet/getprtname.c: Likewise.
38250         * inet/getprtname_r.c: Likewise.
38251         * inet/getrpcbyname.c: Likewise.
38252         * inet/getrpcbyname_r.c: Likewise.
38253         * inet/getrpcbynumber.c: Likewise.
38254         * inet/getrpcbynumber_r.c: Likewise.
38255         * inet/getrpcent.c: Likewise.
38256         * inet/getrpcent_r.c: Likewise.
38257         * inet/getaliasent.c: Likewise.
38258         * inet/getaliasent_r.c: Likewise.
38259         * inet/getaliasname.c: Likewise.
38260         * inet/getaliasname_r.c: Likewise.
38261         * nscd/getgrgid_r.c: Likewise.
38262         * nscd/getgrnam_r.c: Likewise.
38263         * nscd/gethstbyad_r.c: Likewise.
38264         * nscd/gethstbynm3_r.c: Likewise.
38265         * nscd/getpwnam_r.c: Likewise.
38266         * nscd/getpwuid_r.c: Likewise.
38267         * nscd/getsrvbynm_r.c: Likewise.
38268         * nscd/getsrvbypt_r.c: Likewise.
38269         * nscd/gai.c: Likewise.
38271         * configure.in (build_nscd): New substituted variable, set
38272         by --disable-build-nscd and defaults to $use_nscd.
38273         * configure: Regenerated.
38274         * config.make.in (build-nscd): New substituted variable.
38275         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38276         Change conditional to require [$(build-nscd) = yes] as well.
38277         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38279         [BZ# 13696]
38280         * configure.in (use_nscd): New substituted variable, set by
38281         --disable-nscd.  If enabled, define USE_NSCD.
38282         * configure: Regenerated.
38283         * config.h.in: Add USE_NSCD.
38284         * config.make.in (use-nscd): New substituted variable.
38285         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38286         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38287         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38288         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38289         (CFLAGS-getgrnam_r.c): Likewise.
38290         (CFLAGS-initgroups.c): Likewise.
38291         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38292         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38293         Variables removed.
38294         * inet/getnetgrent_r.c
38295         (nscd_setnetgrent): New function, broken out of ...
38296         (setnetgrent): ... here.  Call it.
38297         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38298         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38299         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38300         * nscd/Makefile (routines, aux): Move definitions after include of
38301         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38302         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38303         Conditionalize on [USE_NSCD].
38304         (is_nscd, nscd_init_cb): Likewise.
38305         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38306         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38307         * nss/nss_db/db-init.c: Likewise.
38308         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38309         [USE_NSCD].
38310         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38311         (make_request): Use it.
38312         (cache_valid_p): New function.
38313         (__check_pf): Use it.
38314         * NEWS: Add item for --disable-nscd.
38316 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38318         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38319         to support sed >= 4.2.1-20-ga9bf076.
38320         * configure: Regenerated.
38322 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38324         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38325         Conditionalize whole body on [IREL].
38327 2012-08-22  Jeff Law <law@redhat.com>
38329         [BZ #14505]
38330         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38331         if the family is PF_UNSPEC.
38333 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38335         * Makerules (lib-version): Rename from V.
38336         (install-lib-nosubdir): Change V to lib-version.
38338 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38340         [BZ #14252]
38341         * powerpc32/power6/wcschr.c: New file.
38342         * powerpc32/power6/wcscpy.c: New file.
38343         * powerpc32/power6/wcsrchr.c: New file.
38344         * powerpc64/power6/wcschr.c: New file.
38345         * powerpc64/power6/wcscpy.c: New file.
38346         * powerpc64/power6/wcsrchr.c: New file.
38348 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38350         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38351         (two_way_short_needle): Use it.
38352         * string/strstr.c (AVAILABLE1_USES_J): Define.
38353         * string/strcasestr.c: Likewise.
38355         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38356         array references.
38357         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38359         [BZ #11607]
38360         * NEWS: Add an entry.
38361         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38362         define their defaults.
38363         (two_way_short_needle): Detect end-of-string on-the-fly.
38364         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38365         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38366         * string/bug-strcasestr1.c: New test.
38367         * string/Makefile: Run it.
38369 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38371         [BZ #11607]
38372         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38373         the first character.
38375 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38377         * csu/elf-init.c (__libc_csu_irel): Function removed.
38378         * csu/libc-start.c (apply_irel): New function.
38379         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38381 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38383         * sysdeps/unix/sysv/linux/kernel-features.h
38384         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38385         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38386         <kernel-features.h>.
38387         [__NR_fadvise64_64]: Make code unconditional.
38388         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38389         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38390         !__NR_fadvise64_64)]: Likewise.
38391         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38392         !__NR_fadvise64_64))]: Likewise.
38393         [__NR_fadvise64]: Make code unconditional.
38394         [!__NR_fadvise64]: Remove conditional code.
38395         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38396         <kernel-features.h>.
38397         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38398         unconditional.
38399         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38400         conditional code.
38401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38402         not include <kernel-features.h>.
38403         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38404         unconditional.
38405         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38406         conditional code.
38407         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38408         include <kernel-features.h>.
38409         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38410         unconditional.
38411         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38412         conditional code.
38414 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38416         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38417         slight instruction rearrangements per scrollpipe analysis.
38418         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38420 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38422         * manual/syslog.texi (syslog; vsyslog, closelog):
38423         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38424         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38426         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38427         DSOCAPS to match condition on defining it.
38429 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38431         * sysdeps/unix/sysv/linux/kernel-features.h
38432         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38434         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38435         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38437         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38438         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38440         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38441         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38443         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38444         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38446         * sysdeps/unix/sysv/linux/kernel-features.h
38447         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38448         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38449         unconditional.
38450         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38451         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38452         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38453         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38454         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38455         Make code unconditional.
38456         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38457         (__mmap64) [!__NR_mmap2]: Likewise.
38458         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38459         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38460         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38461         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38462         [__NR_mmap2]: Make code unconditional.
38463         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38464         (__mmap64) [!__NR_mmap2]: Likewise.
38466 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38468         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38470 2012-08-18  Andreas Jaeger  <aj@suse.de>
38472         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38474 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38476         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38477         * include/unistd.h (__have_sock_cloexec): Likewise.
38478         (__have_pipe2): Likewise.
38479         (__have_dup3): Likewise.
38481 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38483         [BZ #9685]
38484         * include/unistd.h (__have_pipe2): Change define into an extern int.
38485         (__have_dup3): Likewise.
38486         * socket/have_sock_cloexec.c: Include fcntl.h.
38487         (__have_pipe2): New variable.
38488         (__have_dup3): Likewise.
38490 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38492         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38494 2012-08-17  Marek Polacek  <polacek@redhat.com>
38496         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38497         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38499 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38501         * configure.in: Add AC_SUBST for sysheaders.
38502         * configure: Regenerated.
38503         * config.make.in (sysheaders): New substituted variable.
38505         * sysdeps/unix/mkfifo.c: Moved ...
38506         * sysdeps/posix/mkfifo.c: ... here.
38507         * sysdeps/unix/mkfifoat.c: Moved ...
38508         * sysdeps/posix/mkfifoat.c: ... here.
38510         * sysdeps/unix/utime.c: Moved ...
38511         * sysdeps/posix/utime.c: ... here.
38513         * sysdeps/unix/time.c: Moved ...
38514         * sysdeps/posix/time.c: ... here.
38515         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38516         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38518         * sysdeps/unix/nice.c: Moved ...
38519         * sysdeps/posix/nice.c: ... here.
38521         * sysdeps/unix/alarm.c: Moved ...
38522         * sysdeps/posix/alarm.c: ... here.
38524         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38526 2012-08-17  Jeff Law <law@redhat.com>
38528         * intl/Makefile (codeset_mo): New variable.
38529         ($(codeset_mo)): New target.
38530         (tst-codeset.out): Depend on that.  Remove explicit rule.
38531         (tst-gettext3.out, tst-gettext5.out): Likewise.
38532         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38533         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38534         * intl/tst-codeset.sh: Remove.
38535         * intl/tst-gettext3.sh: Likewise.
38536         * intl/tst-gettext5.sh: Likewise.
38538 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38540         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38541         * sysdeps/unix/syscalls.list: ... here.
38543         * sysdeps/posix/getaddrinfo.c
38544         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38545         (gaiconf_init, gaiconf_reload): Use them.
38546         [!_STATBUF_ST_NSEC]
38547         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38548         Define using time_t rather than struct timespec.
38550         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38551         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38552         Macros removed.
38553         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38554         [!NO_THREADS].
38555         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38556         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38557         Likewise.
38559         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38560         __libc_cleanup_push argument.
38562         * bits/param.h: New file.
38563         * misc/sys/param.h: New file.
38564         * include/sys/param.h: New file.
38565         * misc/Makefile (headers): Add bits/param.h.
38566         * sysdeps/generic/sys/param.h: File removed.
38567         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38568         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38569         * sysdeps/mach/hurd/bits/param.h: New file.
38570         * sysdeps/mach/hurd/sys/param.h: File removed.
38572         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38573         last change.
38575         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38576         [_IO_MTSAFE_IO].
38577         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38578         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38579         New macros.
38581         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38582         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38583         rather than -D_IO_MTSAFE_IO conditionally.
38584         * stdio-common/Makefile (CPPFLAGS): Likewise.
38585         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38586         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38587         Use $(libio-mtsafe).
38588         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38589         of -D_IO_MTSAFE_IO.
38590         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38591         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38592         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38593         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38594         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38595         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38596         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38597         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38598         (CFLAGS-fread_u_chk.c): Likewise.
38599         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38600         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38601         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38602         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38603         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38604         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38605         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38606         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38607         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38609         * libio/Makefile: Test [$(libc-reentrant) = yes]
38610         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38612         * Makeconfig
38613         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38614         * sysdeps/pthread/configure: File removed.
38615         * sysdeps/pthread/Makeconfig: New file.
38616         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38617         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38619 2012-08-16  Gary Benson  <gbenson@redhat.com>
38621         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38622         unmapping the first object in a namespace.
38624 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38626         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38627         (__internal_setnetgrent): ... this.  Add internal_function to
38628         definition.  Add libc_hidden_def.
38629         (setnetgrent): Update caller.
38630         (internal_endnetgrent): Renamed to ...
38631         (__internal_endnetgrent): ... this.  Add internal_function to
38632         definition.  Add libc_hidden_def.
38633         (endnetgrent): Update caller.
38634         (internal_getnetgrent_r): Renamed to ...
38635         (__internal_getnetgrent_r): ... this.  Add internal_function to
38636         definition.  Add libc_hidden_def.
38637         (__getnetgrent_r): Update caller.
38638         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38640 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38642         * stdlib/longlong.h: Update from GCC.
38644 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38646         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38647         on _QL, which is set by umul_ppmm but never used.
38648         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38649         variables, which are set by GMP macros but never used.
38650         * stdio-common/_itowa.c (_itowa): Likewise.
38651         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38652         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38654 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38656         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38657         struct La_sh_regs is not constant.
38658         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38659         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38660         and struct La_sparc64_regs are not constant.
38662 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38664         * sysdeps/unix/sysv/linux/kernel-features.h
38665         (__ASSUME_POSIX_TIMERS): Remove.
38666         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38667         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38668         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38669         Make code unconditional.
38670         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38671         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38672         Make code unconditional.
38673         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38674         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38675         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38676         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38677         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38678         Make code unconditional.
38679         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38680         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38681         (__libc_missing_posix_timers): Remove.
38683 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38685         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38686         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38688         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38690         * elf/dl-sym.c: Include <stdlib.h>.
38692         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38693         constants, which avoids warnings in 32-bit builds.
38695         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38696         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38698         * misc/lseek.c: File moved to ...
38699         * io/lseek.c: ... here.
38701         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38703         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38704         shifting LEN more than 31 bits at once.
38706 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38708         [BZ #14195]
38709         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38710         segmentation fault for a case of two empty input strings.
38711         * string/test-strncasecmp.c (check1): Renamed to...
38712         (bz12205): ...this.
38713         (bz14195): Add new testcase for two empty input strings and N > 0.
38714         (test_main): Call new testcase, adapt for renamed function.
38716 2012-08-15  Andreas Jaeger  <aj@suse.de>
38718         [BZ #14090]
38719         * crypt/md5test2.c: New test, based on test supplied by Serge
38720         Belyshev <belyshev@depni.sinp.msu.ru>.
38721         * crypt/Makefile (xtests): Add md5test-giant..
38722         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38724 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38726         [BZ #14090]
38727         * crypt/md5.c (md5_process_block): Don't assume the buffer
38728         length is less than 2**32.
38729         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38730         length is less than 2**64.
38732 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38734         * string/str-two-way.h: Include <sys/param.h>.
38735         (MAX): Macro removed.
38737         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38738         Move #define and #undef of memmove to just before and after
38739         including <string.h>.
38741         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38742         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38743         and after including <string.h>.  Move declarations of
38744         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38745         to before #include "string/memmove.c".
38747         * include/dirent.h: Declare __getdirentries.
38749         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38750         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38752 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38754         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38755         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38756         * sysdeps/i386/configure: Regenerated.
38757         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38758         STABS_CURRENT_FILE, and STABS_FUN.
38759         (END): Remove call to STABS_FUN_END.
38760         (STABS_CURRENT_FILE1): Delete.
38761         (STABS_CURRENT_FILE): Likewise.
38762         (STABS_FUN): Likewise.
38763         (STABS_FUN_END): Likewise.
38764         (STABS_FUN2): Likewise.
38765         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38766         * sysdeps/x86_64/configure: Regenerated.
38768 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38770         * elf/dl-open.c: Include <atomic.h>.
38771         * elf/dl-lookup.c: Likewise.
38773 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38775         * sysdeps/unix/sysv/linux/kernel-features.h
38776         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38777         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38778         unconditionally.
38779         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38780         unconditionally.
38781         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38782         condition on __ASSUME_CLONE_THREAD_FLAGS.
38784 2012-08-14  Andreas Jaeger  <aj@suse.de>
38786         * sysdeps/i386/fpu/libm-test-ulps: Update.
38788 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38790         * include/atomic.h (atomic_exchange_and_add): Split into ...
38791         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38792         New atomic macros.
38794 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38796         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38798 2012-08-13  Jeff Law <law@redhat.com>
38800         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38801         null byte in the output string.
38803 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38805         * sysdeps/unix/sysv/linux/kernel-features.h
38806         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38807         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38808         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38809         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38810         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38811         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38812         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38814 2012-08-09  Jeff Law <law@redhat.com>
38816         [BZ #13939]
38817         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38818         When avoid_arena is set, don't retry in the that arena.  Pick the
38819         next one, whatever it might be.
38820         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38821         (arena_lock): Pass in new parameter to arena_get2.
38822         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38823         arena_get2.
38824         (__libc_malloc): Unify retrying after main arena failure with
38825         __libc_memalign version.
38826         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38828 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38830         [BZ #14166]
38831         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38832         to __redirect_strstr.
38833         (__strstr_sse42): Use typeof __redirect_strstr.
38834         (__strstr_ia32): Likewise.
38835         (__libc_strstr): New prototype.
38836         (strstr): Renamed to ...
38837         (__libc_strstr): This.
38838         (strstr): New strong alias of __libc_strstr.
38839         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38840         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38841         __redirect_time.
38842         Include <time.h>.
38843         (__libc_time): New prototype.
38844         (time_ifunc): Replace time with __libc_time.
38845         (time): New strong alias and hidden definition of __libc_time.
38846         (__GI_time): Remove strong alias.
38847         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38848         Include <stddef.h>.
38849         (memmove): Redefined to __redirect_memmove.
38850         (__memmove_sse2): Use typeof __redirect_memmove.
38851         (__memmove_ssse3): Likewise.
38852         (__memmove_ssse3_back): Likewise.
38853         (__libc_memmove): New prototype.
38854         (memmove): Renamed to ...
38855         (__libc_memmove): This.
38856         (memmove): New strong alias of __libc_memmove.
38858 2012-08-08  Mark Salter  <msalter@redhat.com>
38860         * elf/elf.h
38861         (R_MN10300_TLS_GD): Define.
38862         (R_MN10300_TLS_LD): Likewise.
38863         (R_MN10300_TLS_LDO): Likewise.
38864         (R_MN10300_TLS_GOTIE): Likewise.
38865         (R_MN10300_TLS_IE): Likewise.
38866         (R_MN10300_TLS_LE): Likewise.
38867         (R_MN10300_TLS_DTPMOD): Likewise.
38868         (R_MN10300_TLS_DTPOFF): Likewise.
38869         (R_MN10300_TLS_TPOFF): Likewise.
38870         (R_MN10300_SYM_DIFF): Likewise.
38871         (R_MN10300_ALIGN): Likewise.
38872         (R_MN10300_NUM): Update.
38874 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38876         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38877         Remove.
38879 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38881         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38883         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38884         sysdeps/unix -> sysdeps/posix move.
38885         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38887 2012-08-07      Allan McRae     <allan@archlinux.org>
38889         [BZ #14303]
38890         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38891         (SUNOS_CPP): Likewise.
38892         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38893         not found.
38894         (open_input): Call CPP using execvp.
38896 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38898         * sysdeps/unix/sysv/linux/kernel-features.h
38899         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38900         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38901         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38902         (__ASSUME_WAITID_SYSCALL): Likewise.
38903         * sysdeps/unix/sysv/linux/dl-execstack.c
38904         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38905         code unconditional.
38906         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38907         conditional code.
38908         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38909         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38910         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38911         code.
38912         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38913         unconditional.
38914         [__ASSUME_WAITID_SYSCALL]: Likewise.
38915         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38917 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38919         * sysdeps/unix/closedir.c: Renamed to ...
38920         * sysdeps/posix/closedir.c: ... here.
38921         * sysdeps/unix/dirfd.c: Renamed to ...
38922         * sysdeps/posix/dirfd.c: ... here.
38923         * sysdeps/unix/dirstream.h: Renamed to ...
38924         * sysdeps/posix/dirstream.h: ... here.
38925         * sysdeps/unix/fdopendir.c: Renamed to ...
38926         * sysdeps/posix/fdopendir.c: ... here.
38927         * sysdeps/unix/opendir.c: Renamed to ...
38928         * sysdeps/posix/opendir.c: ... here.
38929         * sysdeps/unix/readdir.c: Renamed to ...
38930         * sysdeps/posix/readdir.c: ... here.
38931         * sysdeps/unix/readdir_r.c: Renamed to ...
38932         * sysdeps/posix/readdir_r.c: ... here.
38933         * sysdeps/unix/rewinddir.c: Renamed to ...
38934         * sysdeps/posix/rewinddir.c: ... here.
38935         * sysdeps/unix/seekdir.c: Renamed to ...
38936         * sysdeps/posix/seekdir.c: ... here.
38937         * sysdeps/unix/telldir.c: Renamed to ...
38938         * sysdeps/posix/telldir.c: ... here.
38939         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38940         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38941         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38942         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38944         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38945         * bits/fcntl.h: ... here.
38947         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38948         not 0.
38949         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38950         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38951         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38952         (struct flock): Move l_start, l_len to the beginning.
38953         Use __pid_t for l_pid.
38954         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38955         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38956         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38957         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38958         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38959         [__USE_LARGEFILE64] (struct flock64): New type.
38960         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38962         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38963         * bits/dirent.h: ... here.
38965         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38966         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38968 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38970         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38971         Change from 2.6.0 to 2.6.16.
38972         * sysdeps/unix/sysv/linux/configure: Regenerated.
38973         * sysdeps/unix/sysv/linux/kernel-features.h
38974         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38975         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38976         version.
38977         (__ASSUME_UTIMES): Likewise.
38978         (__ASSUME_CLONE_STOPPED): Remove.
38979         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38980         architectures, not kernel version.
38981         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38982         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38983         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38984         (__ASSUME_WAITID_SYSCALL): Likewise.
38985         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38986         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38987         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38988         refer to older versions.
38990 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38992         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38993         Define alphasort64 as an alias.
38994         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38995         Define versionsort64 as an alias.
38996         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38997         Define scandir64 as an alias.
38998         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38999         Define scandirat64 as an alias.
39000         * dirent/alphasort64.c (alphasort64):
39001         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39002         * dirent/versionsort64.c: Likewise.
39003         * dirent/scandir64.c: Likewise.
39004         * dirent/scandirat64.c: Likewise.
39005         * sysdeps/wordsize-64/alphasort.c: File removed.
39006         * sysdeps/wordsize-64/alphasort64.c: File removed.
39007         * sysdeps/wordsize-64/scandir.c: File removed.
39008         * sysdeps/wordsize-64/scandir64.c: File removed.
39009         * sysdeps/wordsize-64/scandirat.c: File removed.
39010         * sysdeps/wordsize-64/scandirat64.c: File removed.
39011         * sysdeps/wordsize-64/versionsort.c: File removed.
39012         * sysdeps/wordsize-64/versionsort64.c: File removed.
39013         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39014         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39015         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39016         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39017         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39018         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39019         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39020         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39022         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39023         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39024         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39025         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39026         [defined __arch64__ || defined __sparcv9]
39027         (__INO_T_MATCHES_INO64_T): New macro.
39028         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39029         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39030         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39031         * sysdeps/unix/sysv/linux/bits/dirent.h
39032         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39033         (_DIRENT_MATCHES_DIRENT64): New macro.
39035         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39036         Define lockf64 as an alias.
39037         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39038         Define fseeko64 as an alias.
39039         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39040         Define ftello64 as an alias.
39041         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39042         Define _IO_fgetpos64 and fgetpos64 as aliases.
39043         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39044         Define _IO_fsetpos64 and fsetpos64 as aliases.
39045         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39046         Conditionalize body on this.
39047         * libio/fseeko64.c: Likewise.
39048         * libio/ftello64.c: Likewise.
39049         * libio/iofgetpos64.c: Likewise.
39050         * libio/iofsetpos64.c: Likewise.
39051         * sysdeps/wordsize-64/lockf.c: File removed.
39052         * sysdeps/wordsize-64/lockf64.c: File removed.
39053         * sysdeps/wordsize-64/fseeko.c: File removed.
39054         * sysdeps/wordsize-64/fseeko64.c: File removed.
39055         * sysdeps/wordsize-64/ftello.c: File removed.
39056         * sysdeps/wordsize-64/ftello64.c: File removed.
39057         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39058         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39059         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39060         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39061         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39062         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39063         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39064         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39065         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39066         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39067         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39068         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39069         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39070         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39072         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39073         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39074         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39075         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39076         [defined __arch64__ || defined __sparcv9]
39077         (__OFF_T_MATCHES_OFF64_T): New macro.
39078         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39079         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39080         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39081         (__OFF_T_MATCHES_OFF64_T): New macro.
39083 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39085         * stdlib/secure-getenv.c (__secure_getenv): Replace
39086         GLIBC_2_16 with GLIBC_2_17.
39088 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39090         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39091         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39093 2012-08-03  David S. Miller  <davem@davemloft.net>
39095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39097 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39099         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39100         Remove.
39101         (__ASSUME_CORRECT_SI_PID): Likewise.
39102         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39103         (__ASSUME_TMPFS_NAME): Likewise.
39104         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39105         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39106         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39107         (HAVE_AUX_SECURE): Make definition unconditional.
39108         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39109         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39111 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39113         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39114         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39115         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39116         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39117         __eloop_threshold instead of SYMLOOP_MAX.
39119         * sysdeps/generic/eloop-threshold.h: New file.
39120         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39121         of MAXSYMLINKS.
39122         * elf/chroot_canon.c (chroot_canon): Likewise.
39124 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39126         [BZ #13717]
39127         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39128         Change to 2.6.0 everywhere.
39129         * sysdeps/unix/sysv/linux/configure: Regenerated.
39130         * sysdeps/unix/sysv/linux/kernel-features.h
39131         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39132         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39133         kernel versions.
39134         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39135         (__ASSUME_FUTEX_REQUEUE): Remove.
39136         (__ASSUME_STATFS64): Define unconditionally.
39137         (__ASSUME_AT_SECURE): Likewise.
39138         (__ASSUME_CORRECT_SI_PID): Likewise.
39139         (__ASSUME_TGKILL): Define without depending on kernel version for
39140         i386.
39141         (__ASSUME_UTIMES): Likewise.
39142         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39143         kernel version.
39144         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39145         (__ASSUME_TMPFS_NAME): Likewise.
39146         * README: Update reference to Linux kernel versions.
39148 2012-08-02  Marek Polacek  <polacek@redhat.com>
39150         [BZ# 14150]
39151         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39152         libc_cv_asm_type_prefix with %.
39153         * configure: Regenerated.
39154         * include/libc-symbols.h: Remove comment about
39155         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39156         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39157         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39158         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39159         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39160         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39161         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39162         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39163         * elf/tst-unique2mod1.c: Likewise.
39164         * elf/tst-unique1mod2.c: Likewise.
39165         * elf/tst-unique1mod1.c: Likewise.
39166         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39167         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39168         Replace ASM_TYPE_DIRECTIVE with .type.
39169         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39170         * sysdeps/i386/sysdep.h: Likewise.
39171         * sysdeps/x86_64/sysdep.h: Likewise.
39172         * sysdeps/sh/sysdep.h: Likewise.
39173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39174         Do not define ASM_TYPE_DIRECTIVE.
39175         * sysdeps/powerpc/sysdep.h: Likewise.
39176         * sysdeps/powerpc/powerpc32/sysdep.h:
39177         Replace ASM_TYPE_DIRECTIVE with .type.
39178         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39179         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39180         * sysdeps/i386/fpu/e_powf.S: Likewise.
39181         * sysdeps/i386/fpu/e_expl.S: Likewise.
39182         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39183         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39184         * sysdeps/i386/fpu/e_pow.S: Likewise.
39185         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39186         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39187         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39188         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39189         * sysdeps/i386/fpu/e_log2.S: Likewise.
39190         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39191         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39192         * sysdeps/i386/fpu/e_powl.S: Likewise.
39193         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39194         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39195         * sysdeps/i386/fpu/e_logl.S: Likewise.
39196         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39197         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39198         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39199         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39200         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39201         * sysdeps/i386/fpu/e_log.S: Likewise.
39202         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39203         * sysdeps/i386/fpu/e_logf.S: Likewise.
39204         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39205         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39206         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39207         * sysdeps/i386/fpu/e_log10.S: Likewise.
39208         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39209         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39210         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39211         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39212         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39213         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39214         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39215         * sysdeps/i386/i686/strtok.S: Likewise.
39216         * sysdeps/i386/i386-mcount.S: Likewise.
39217         * sysdeps/i386/strtok.S: Likewise.
39218         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39219         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39220         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39221         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39222         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39223         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39224         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39225         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39226         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39227         * sysdeps/x86_64/_mcount.S: Likewise.
39228         * sysdeps/x86_64/strtok.S: Likewise.
39229         * sysdeps/sh/_mcount.S: Likewise.
39231 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39233         * libio/iofopen.c: Include <fcntl.h>.
39234         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39235         (_IO_fopen64, fopen64): Define as aliases.
39236         * libio/iofopen64.c: Include <fcntl.h>.
39237         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39238         Conditionalize body on this.
39239         * sysdeps/wordsize-64/iofopen.c: File removed.
39240         * sysdeps/wordsize-64/iofopen64.c: File removed.
39242 2012-08-01  Marek Polacek  <polacek@redhat.com>
39244         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39245         Use dlfcn directly instead of a variable.
39246         (binfmt-subdir): Do not define.
39247         (dlfcn): Likewise.
39249 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39251         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39252         Remove all definitions.
39253         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39254         <kernel-features.h>.
39255         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39256         (miss_F_GETOWN_EX): Remove all definitions.
39257         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39258         macro definition.
39259         [!__ASSUME_FCNTL64]: Remove conditional code.
39260         [__ASSUME_FCNTL64]: Make code unconditional.
39261         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39262         <kernel-features.h>.
39263         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39264         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39265         (lockf64) [__NR_fcntl64]: Make code unconditional.
39266         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39268         * sysdeps/unix/sysv/linux/kernel-features.h
39269         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39270         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39271         Make code unconditional.
39272         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39273         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39275         [__NR_vfork]: Make code unconditional.
39276         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39277         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39279         [__NR_vfork]: Make code unconditional.
39280         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39281         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39283 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39285         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39286         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39288         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39289         Define mkstemp64 as an alias.
39290         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39291         Define mkstemps64 as an alias.
39292         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39293         Define mkostemp64 as an alias.
39294         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39295         Define mkostemps64 as an alias.
39296         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39297         Conditionalize body on this.
39298         * misc/mkostemp64.c: Likewise.
39299         * misc/mkostemps64.c: Likewise.
39300         * misc/mkstemps64.c: Likewise.
39301         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39302         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39303         * sysdeps/wordsize-64/mkostemp.c: File removed.
39304         * sysdeps/wordsize-64/mkstemp.c: File removed.
39305         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39306         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39308         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39310         [BZ #14138]
39311         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39312         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39313         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39314         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39316         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39317         compat_symbol macros from <shlib-compat.h> rather than the underlying
39318         default_symbol_version and symbol_version macros, so that DEFAULT
39319         lines in shlib-versions are respected.
39320         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39322 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39324         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39325         Declare with warn_unused_result.
39326         (setgid, setregid, setegid, setresgid): Likewise.
39327         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39328         Likewise.
39329         * WUR-REPORT: Remove set*id functions.
39331 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39333         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39335 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39337         [BZ #10191]
39338         * include/sys/socket.h (__libc_accept, __libc_accept4):
39339         Add attribute_hidden.
39340         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39342         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39343         use of PTR_MANGLE.
39344         * inet/getnetgrent_r.c (setup): Likewise.
39346         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39348 2012-07-31  David S. Miller  <davem@davemloft.net>
39350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39352 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39354         [BZ #13629]
39355         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39356         value between 1.0 and 2.0 and smaller part has absolute value less
39357         than 1.0.
39358         * math/s_clog10.c (__clog10): Likewise.
39359         * math/s_clog10f.c (__clog10f): Likewise.
39360         * math/s_clog10l.c (__clog10l): Likewise.
39361         * math/s_clogf.c (__clogf): Likewise.
39362         * math/s_clogl.c (__clogl): Likewise.
39363         * math/libm-test.inc (clog_test): Add more tests.
39364         (clog10_test): Likewise.
39365         * sysdeps/i386/fpu/libm-test-ulps: Update.
39366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39368 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39370         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39371         Exit with zero in case no suitable GID is found, and write a
39372         message to standard error.
39374 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39376         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39377         rather than to 1.
39378         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39379         (MAXPATHLEN): Removed.
39380         (NOGROUP, NODEV): New macros.
39381         (setbit, clrbit, isset, isclr): New macros.
39382         (howmany, roundup, powerof2): New macros.
39383         (DEV_BSIZE): New macro.
39385         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39386         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39388         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39389         definition on [!__NO_LONG_DOUBLE_MATH].
39391         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39392         PTR_MANGLE and PTR_DEMANGLE.
39394         * socket/accept4.c (accept4): Rename to __libc_accept4.
39395         Define accept4 as a weak alias.
39397         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39398         on [_DIRENT_HAVE_D_TYPE].
39399         * io/ftw.c (ftw_dir): Likewise.
39401         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39403         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39405         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39406         Use the BSD numbers rather than the arbitrary ones we had.
39407         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39408         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39409         (SIGXCPU, SIGXFSZ): New macros.
39410         (_NSIG): Now 32.
39412         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39413         initializer on [_LIBC_REENTRANT].
39415         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39416         definitions inside [_POSIX_MAPPED_FILES].
39418         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39420         * dirent/opendir.c: Include <fcntl.h>.
39422         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39423         (__libc_getspecific): Likewise.
39424         (__libc_key_create): Likewise.
39426         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39427         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39428         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39429         (tmpfile64): Define as alias.
39430         * sysdeps/wordsize-64/tmpfile.c: File removed.
39431         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39432         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39433         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39435         * stdio-common/vfscanf.c: Include <stdbool.h>.
39436         * nss/makedb.c: Likewise.
39437         * stdio-common/_i18n_number.h: Likewise.
39438         * argp/argp-help.c: Likewise.
39439         * posix/wordexp.c: Likewise.
39440         * sysdeps/posix/spawni.c: Likewise.
39441         * nss/nss_files/files-initgroups.c: Likewise.
39442         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39443         * nss/nss_files/files-initgroups.c: Likewise.
39444         * nss/nss_db/db-netgrp.c: Likewise.
39445         * nss/nss_db/db-initgroups.c: Likewise.
39446         * io/fchmodat.c: Include <sys/stat.h>.
39448         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39449         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39451         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39452         [HAVE_MMAP].
39454         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39455         Add multiple inclusion protection.
39457 2012-07-27  David S. Miller  <davem@davemloft.net>
39459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39461 2012-07-27  Gary Benson  <gbenson@redhat.com>
39463         [BZ #14298]
39464         * elf/rtld.c: Include <stap-probe.h>.
39465         (dl_main): Added static probes "init_start" and "init_complete".
39466         * elf/dl-load.c: Include <stap-probe.h>.
39467         (lose): Take new parameter "nsid".
39468         Added static probe "map_failed".
39469         (_dl_map_object_from_fd): Pass namespace id to lose.
39470         Added static probe "map_start".
39471         (open_verify): Pass namespace id to lose.
39472         * elf/dl-open.c: Include <stap-probe.h>.
39473         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39474         and "reloc_complete".
39475         * elf/dl-close.c: Include <stap-probe.h>.
39476         (_dl_close_worker): Added static probes "unmap_start" and
39477         "unmap_complete".
39478         * elf/rtld-debugger-interface.txt: New file documenting the above.
39480 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39482         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39483         rather than a string variable.
39484         * sunrpc/rpc_main.c (h_output): Likewise.
39485         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39487 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39489         * inet/check_native.c: New file.
39491 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39493         [BZ #13629]
39494         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39495         if larger part has absolute value 1.0.
39496         * math/s_clog10.c (__clog10): Likewise.
39497         * math/s_clog10f.c (__clog10f): Likewise.
39498         * math/s_clog10l.c (__clog10l): Likewise.
39499         * math/s_clogf.c (__clogf): Likewise.
39500         * math/s_clogl.c (__clogl): Likewise.
39501         * math/libm-test.inc (clog_test): Add more tests.
39502         (clog10_test): Likewise.
39503         * sysdeps/i386/fpu/libm-test-ulps: Update.
39504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39506         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39507         (pltexit): Likewise.
39508         (La_regs): Likewise.
39509         (La_retval): Likewise.
39510         (int_retval): Likewise.
39511         Update #error for removed macros to refer only to definitions in
39512         tst-audit.h.
39513         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39514         macro.
39515         (pltexit): Likewise.
39516         (La_regs): Likewise.
39517         (La_retval): Likewise.
39518         (int_retval): Likewise.
39519         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39520         macro.
39521         (pltexit): Likewise.
39522         (La_regs): Likewise.
39523         (La_retval): Likewise.
39524         (int_retval): Likewise.
39525         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39526         macro.
39527         (pltexit): Likewise.
39528         (La_regs): Likewise.
39529         (La_retval): Likewise.
39530         (int_retval): Likewise.
39531         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39532         macro.
39533         (pltexit): Likewise.
39534         (La_regs): Likewise.
39535         (La_retval): Likewise.
39536         (int_retval): Likewise.
39537         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39538         macro.
39539         (pltexit): Likewise.
39540         (La_regs): Likewise.
39541         (La_retval): Likewise.
39542         (int_retval): Likewise.
39543         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39544         macro.
39545         (pltexit): Likewise.
39546         (La_regs): Likewise.
39547         (La_retval): Likewise.
39548         (int_retval): Likewise.
39549         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39550         macro definitions in tst-audit.h.
39551         * sysdeps/i386/tst-audit.h: New file.
39552         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39553         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39554         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39555         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39556         * sysdeps/sh/tst-audit.h: Likewise.
39557         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39558         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39559         * sysdeps/x86_64/tst-audit.h: Likewise.
39561 2012-07-26  Andreas Jaeger  <aj@suse.de>
39563         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39564         ptrace.
39566         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39567         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39568         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39569         PTRACE_O_MASK.
39570         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39571         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39572         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39574         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39575         value.
39577         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39578         _sigsys.
39579         (si_call_addr, si_syscall, si_arch): Define new macro.
39580         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39581         _sigsys.
39582         (si_call_addr, si_syscall, si_arch): Define new marcro.
39583         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39584         _sigsys.
39585         (si_call_addr, si_syscall, si_arch): Define new macro.
39586         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39587         _sigsys.
39588         (si_call_addr, si_syscall, si_arch): Define new macro.
39590 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39592         [BZ #13717]
39593         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39594         Change to 2.4.21 where previously 2.4.1.
39595         * sysdeps/unix/sysv/linux/configure: Regenerated.
39596         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39597         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39598         Linux kernel version.
39599         (__ASSUME_STD_AUXV): Remove.
39600         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39601         kernel version.
39602         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39603         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39604         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39605         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39606         (__ASSUME_NETLINK_SUPPORT): Likewise.
39607         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39608         (__no_netlink_support): Remove conditional definition.
39609         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39610         Remove.
39611         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39612         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39613         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39614         (if_nameindex_ioctl): Remove.
39615         (if_nameindex_netlink): Do not handle __no_netlink_support.
39616         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39617         code.
39618         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39619         Remove conditional code.
39620         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39621         code.
39622         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39623         unconditional.
39624         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39625         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39626         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39627         Remove.
39628         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39629         [!__ASSUME_STD_AUXV]: Remove conditional code.
39630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39631         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39632         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39634         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39635         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39636         code.
39637         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39639         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39640         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39641         conditional code.
39642         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39644         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39645         code.
39646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39647         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39648         conditional code.
39649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39650         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39651         code unconditional.
39652         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39653         conditional code.
39654         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39655         unconditional.
39656         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39657         conditional code.
39658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39659         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39660         unconditional.
39661         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39662         conditional code.
39663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39664         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39665         code unconditional.
39666         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39667         conditional code.
39668         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39669         unconditional.
39670         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39671         conditional code.
39672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39673         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39674         code unconditional.
39675         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39676         conditional code.
39677         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39678         unconditional.
39679         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39680         conditional code.
39682 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39684         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39685         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39686         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39687         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39688         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39689         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39690         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39691         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39692         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39693         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39694         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39695         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39696         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39697         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39698         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39699         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39700         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39701         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39702         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39703         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39704         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39705         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39706         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39708 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39710         * Versions.def: Add GLIBC_2.17.
39711         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39712         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39713         Introduce __libc_secure_getenv.
39714         * stdlib/Versions (2.17): Add secure_getenv
39715         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39716         * stdlib/secure-getenv.c: Rename __secure_getenv to
39717         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39718         symbol __secure_getenv for GLIBC_2.0.
39719         * stdlib/tst-secure-getenv.c: New.
39720         * stdlib/Makefile (tests): Add testcase.
39721         * manual/startup.texi (Environment Access): Document
39722         secure_getenv.
39723         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39724         __libc_secure_getenv.
39725         * inet/ruserpass.c (ruserpass): Likewise.
39726         * malloc/mtrace.c (mtrace): Likewise.
39727         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39728         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39729         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39730         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39731         HAVE_SECURE_GETENV.
39732         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39733         __secure_getenv to __libc_secure_getenv.
39734         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39736         Likewise.
39737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39738         Likewise.
39739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39741         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39743         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39744         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39747 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39749         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39750         (struct La_i86_retval): Likewise.
39751         (struct La_x86_64_regs): Likewise.
39752         (struct La_x86_64_retval): Likewise.
39753         (struct La_x32_regs): Likewise.
39754         (struct La_x32_retval): Likewise.
39755         (struct La_ppc32_regs): Likewise.
39756         (struct La_ppc32_retval): Likewise.
39757         (struct La_ppc64_regs): Likewise.
39758         (struct La_ppc64_retval): Likewise.
39759         (struct La_sh_regs): Likewise.
39760         (struct La_sh_retval): Likewise.
39761         (struct La_s390_32_regs): Likewise.
39762         (struct La_s390_32_retval): Likewise.
39763         (struct La_s390_64_regs): Likewise.
39764         (struct La_s390_64_retval): Likewise.
39765         (struct La_sparc32_regs): Likewise.
39766         (struct La_sparc32_retval): Likewise.
39767         (struct La_sparc64_regs): Likewise.
39768         (struct La_sparc64_retval): Likewise.
39769         (struct audit_ifaces): Remove architecture-specific pltenter and
39770         pltexit members.
39771         * sysdeps/i386/ldsodefs.h: New file.
39772         * sysdeps/powerpc/ldsodefs.h: Likewise.
39773         * sysdeps/s390/ldsodefs.h: Likewise.
39774         * sysdeps/sh/ldsodefs.h: Likewise.
39775         * sysdeps/sparc/ldsodefs.h: Likewise.
39776         * sysdeps/x86_64/ldsodefs.h: Likewise.
39778 2012-07-25  Marek Polacek  <polacek@redhat.com>
39780         [BZ #6808]
39781         * math/libm-test.inc (yn_test): Add another test.
39782         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39783         to ERANGE when the result is +-Inf.
39784         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39785         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39786         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39787         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39789 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39791         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39792         equal to 0.
39793         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39794         clock_t.
39795         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39797 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39799         * configure.in <sysdeps resolving>: Correct printing
39800         Implies_before.
39801         * configure: Regenerate.
39803 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39805         * math/w_ilogb.c: Include <limits.h>.
39806         * math/w_ilogbl.c: Likewise.
39808 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39810         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39811         va_copy.  Document allowing for unavailable va_copy only as
39812         pre-C99 compatibility.
39813         * manual/string.texi (Copying and Concatenation): Use va_copy
39814         instead of __va_copy in concat example.
39816 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39818         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39819         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39820         it if not null.
39822         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39823         with O_NOLINK passed to __file_name_lookup.
39825         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39826         with O_NOLINK passed to __file_name_lookup.
39828         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39829         negative N or less than NGIDS.
39831         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39832         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39833         enough.  Use memcpy instead of strncpy.
39835 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39837         * elf/Makefile (check-data): Remove.
39838         (localplt.data): New vpath directive.
39839         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39840         instead of $(check-data).
39841         * scripts/data/localplt-generic.data: Move to ...
39842         * sysdeps/generic/localplt.data: ... here.
39843         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39844         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39845         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39847         ... here.
39848         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39850         ... here.
39851         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39852         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39853         ... here.
39854         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39856         ... here.
39857         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39859         ... here.
39860         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39862         ... here.
39864 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39866         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39867         PPC32 and PPC64 files.
39868         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39869         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39871 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39873         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39874         __makecontext_ret to ...
39875         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39876         ... here and call exit if uc_link is NULL.  New file.
39877         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39878         __makecontext_ret.S.
39879         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39880         __makecontext_ret to ...
39881         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39882         ... here and call exit if uc_link is NULL.  New file.
39883         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39884         __makecontext_ret.S.
39886 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39888         * elf/elf.h (R_390_IRELATIVE): New definition.
39889         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39890         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39891         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39892         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39893         (elf_machine_lazy_rel): Likewise.
39894         * sysdeps/s390/dl-irel.h: New file.
39895         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39896         * sysdeps/s390/s390-64/memset.S: New asm code.
39897         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39898         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39899         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39900         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39901         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39902         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39903         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39904         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39905         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39906         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39907         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39908         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39909         * sysdeps/s390/s390-32/memset.S: New asm code.
39910         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39912 2012-07-17  Marek Polacek  <polacek@redhat.com>
39914         [BZ #14349]
39915         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39916         * sysdeps/s390/s390-64/configure.in: Likewise.
39917         * sysdeps/sparc/configure.in: Likewise.
39918         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39919         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39920         * sysdeps/i386/configure.in: Likewise.
39921         * sysdeps/x86_64/configure.in: Likewise.
39922         * sysdeps/sh/configure.in: Likewise.
39923         * sysdeps/s390/s390-32/configure: Regenerated.
39924         * sysdeps/s390/s390-64/configure: Likewise.
39925         * sysdeps/x86_64/configure: Likewise.
39926         * sysdeps/sh/configure: Likewise.
39927         * sysdeps/powerpc/powerpc64/configure: Likewise.
39928         * sysdeps/powerpc/powerpc32/configure: Likewise.
39929         * sysdeps/sparc/configure: Likwise.
39930         * sysdeps/i386/configure: Likewise.
39932         * elf/dl-open.c: Comment fixes.
39934 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39936         * Makefile [CXX] (check-data): Remove.
39937         [CXX] (c++-types.data): New vpath directive.
39938         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39939         vpath.  Do not allow for C++ type data being missing.
39940         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39941         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39942         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39943         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39944         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39945         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39946         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39948         ... here.
39949         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39951         ... here.
39952         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39954         ... here.
39955         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39956         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39957         ... here.
39958         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39960         ... here.
39961         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39963         ... here.
39964         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39965         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39966         ... here.
39967         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39970         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39971         definitions to architecture-specific files.
39972         (TLS_IE): Likewise.
39973         (TLS_LD): Likewise.
39974         (TLS_GD): Likewise.
39975         * sysdeps/i386/tls-macros.h: New file.
39976         * sysdeps/powerpc/tls-macros.h: Likewise.
39977         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39978         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39979         * sysdeps/sh/tls-macros.h: Likewise.
39980         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39981         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39982         * sysdeps/x86_64/tls-macros.h: Likewise.
39984 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39986         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39987         zero value for regular exit case.
39989         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39990         (__start_context): Preserve zero value for regular exit case.
39992 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39993             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39995         * manual/setjmp.texi (setcontext): Clarify normal process
39996         termination when uc_link is the null pointer.
39997         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39998         exit call.
40000 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40002         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40003         preprocessor.  Test for each exception mask separately.
40005 2012-07-16  Andreas Jaeger  <aj@suse.de>
40007         * po/ru.po: Update from translation team.
40009 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40011         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40012         equal to 0.
40013         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40014         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40015         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40016         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40017         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40019 2012-07-13  Andreas Jaeger  <aj@suse.de>
40021         * po/fr.po: Update from translation team.
40023 2012-07-12  Marek Polacek  <polacek@redhat.com>
40025         [BZ #14173]
40026         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40027         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40028         loop condition.
40030 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40032         [BZ #13717]
40033         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40034         Change to 2.4.1 where previously 2.4.0.
40035         * sysdeps/unix/sysv/linux/configure: Regenerated.
40036         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40037         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40038         version.
40039         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40040         (__ASSUME_AT_CLKTCK): Remove.
40041         (__ASSUME_AT_PAGESIZE): Likewise.
40042         (__ASSUME_AT_XID): Likewise.
40043         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40044         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40045         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40046         unconditionally.
40047         (HAVE_AUX_PAGESIZE): Likewise.
40048         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40049         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40050         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40052 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40054         [BZ #14307]
40055         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40056         the temporary buffer used to invoke __gethostbyname2_r,
40057         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40058         host_data / struct gaih_addrtuple.
40059         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40060         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40061         header file nss/nsswitch.h.
40062         * nss/nsswitch.h (global scope): Add definition of implementation
40063         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40064         resolv/nss_dns/dns-host.c).
40066 2012-07-11  Andreas Jaeger  <aj@suse.de>
40068         * po/fr.po: Update from translation team.
40070         * po/sv.po: Update from translation team
40071         * po/fr.po: Another update from translation team.
40073 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40075         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40076         for subnormals or multiply small sinh result by itself.
40077         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40080 2012-07-11  David S. Miller  <davem@davemloft.net>
40082         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40084 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40086         [BZ #14347]
40087         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40088         (INTERNAL_MARK): Shift it here.
40090 2012-07-10  Marek Polacek  <polacek@redhat.com>
40092         [BZ #14151]
40093         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40094         libc_cv_asm_global_directive with .globl.
40095         * configure: Regenerated.
40096         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40097         with .globl.
40098         * sysdeps/i386/configure: Regenerated.
40099         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40100         with .globl.
40101         * sysdeps/x86_64/configure: Regenerated.
40102         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40103         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40104         * elf/tst-unique2mod2.c: Likewise.
40105         * elf/tst-unique2mod1.c: Likewise.
40106         * elf/tst-unique1mod2.c: Likewise.
40107         * elf/tst-unique1mod1.c: Likewise.
40108         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40109         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40110         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40111         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40112         * sysdeps/mach/sysdep.h: Likewise.
40113         * sysdeps/i386/sysdep.h: Likewise.
40114         * sysdeps/i386/i386-mcount.S: Likewise.
40115         * sysdeps/x86_64/_mcount.S: Likewise.
40116         * sysdeps/x86_64/sysdep.h: Likewise.
40117         * sysdeps/sh/_mcount.S: Likewise.
40118         * sysdeps/sh/sysdep.h: Likewise.
40119         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40120         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40121         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40122         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40123         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40124         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40125         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40126         * locale/localeinfo.h: Likewise.
40127         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40128         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40130 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40132         [BZ #14336]
40133         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40134         system".
40135         * manual/message.texi (The Uniforum approach): Likewise.
40136         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40137         (glibc iconv Implementation): Likewise.
40139 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40141         [BZ #14337]
40142         * math/s_clog.c (__clog): Avoid scaling a value down where that
40143         could result in underflow.
40144         * math/s_clog10.c (__clog10): Likewise.
40145         * math/s_clog10f.c (__clog10f): Likewise.
40146         * math/s_clog10l.c (__clog10l): Likewise.
40147         * math/s_clogf.c (__clogf): Likewise.
40148         * math/s_clogl.c (__clogl): Likewise.
40149         * math/libm-test.inc (clog_test): Add more tests.
40150         (clog10_test): Likewise.
40151         * sysdeps/i386/fpu/libm-test-ulps: Update.
40152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40154 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40156         [BZ #14283]
40157         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40158         by 7 not 8 to examine high bit of fractional part.
40160         [BZ #14042]
40161         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40162         for call to __mcount_internal.
40163         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40164         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40165         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40167 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40169         [BZ #14154]
40170         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40171         approximation for values within 0x1p-13f of an odd multiple of
40172         pi/4.
40173         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40174         exception.  Add more tests.
40175         * sysdeps/i386/fpu/libm-test-ulps: Update.
40177         [BZ #6778]
40178         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40179         inputs and return -1 for them.  Do not check for +Inf in case not
40180         reachable for +Inf.
40181         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40182         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40183         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40184         and return -1 for them.  Do not check for +Inf in case not
40185         reachable for +Inf.
40186         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40187         define.
40188         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40189         and return -1 for them.  Do not check for +Inf in case not
40190         reachable for +Inf.
40191         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40192         spurious underflow.
40193         * sysdeps/i386/fpu/libm-test-ulps: Update.
40194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40196 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40198         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40200 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40202         [BZ #14157]
40203         [BZ #14331]
40204         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40205         could result in spurious underflow.  Scale down values above
40206         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40207         * math/s_csqrtf.c (__csqrtf): Likewise.
40208         * math/s_csqrtl.c (__csqrtl): Likewise.
40209         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40210         spurious underflow.
40211         * sysdeps/i386/fpu/libm-test-ulps: Update.
40212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40214 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40216         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40217         xopen-msg.sed.
40218         * catgets/xopen-msg.awk: New file.
40219         * catgets/xopen-msg.sed: Removed.
40221         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40222         po2text.sed.
40223         * intl/po2test.awk: New file.
40224         * intl/po2test.sed: Removed.
40226 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40228         [BZ #14328]
40229         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40230         or multiply small sinh result by itself.
40231         * math/s_ctanf.c (__ctanf): Likewise.
40232         * math/s_ctanh.c (__ctanh): Likewise.
40233         * math/s_ctanhf.c (__ctanhf): Likewise.
40234         * math/s_ctanhl.c (__ctanhl): Likewise.
40235         * math/s_ctanl.c (__ctanl): Likewise.
40236         * math/libm-test.inc (ctan_test_tonearest): New function.
40237         (ctan_test_towardzero): Likewise.
40238         (ctan_test_downward): Likewise.
40239         (ctan_test_upward): Likewise.
40240         (ctanh_test_tonearest): Likewise.
40241         (ctanh_test_towardzero): Likewise.
40242         (ctanh_test_downward): Likewise.
40243         (ctanh_test_upward): Likewise.
40244         (main): Call these new functions.
40245         * sysdeps/i386/fpu/libm-test-ulps: Update.
40246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40248 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40250         * .gitignore: Delete /ports entry.
40252 2012-07-03  Andreas Jaeger  <aj@suse.de>
40254         * po/bg.po: Update from translation team.
40255         * po/cs.po: Likewise.
40256         * po/de.po: Likewise.
40257         * po/hr.po: Likewise.
40258         * po/nl.pl: Likewise.
40259         * po/pl.po: Likewise.
40260         * po/vi.po: Likewise.
40262 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40264         * Makeconfig [!+link] (+link-before-libc): New variable.
40265         [!+link] (+link-after-libc): Likewise.
40266         [!+link] (+link-tests): Likewise.
40267         [!+link] (+link): Define in terms of $(+link-before-libc) and
40268         $(+link-after-libc).
40269         [!+link-static] (+link-static-before-libc): New variable.
40270         [!+link-static] (+link-static-after-libc): Likewise.
40271         [!+link-static] (+link-static-tests): Likewise.
40272         [!+link-static] (+link-static): Define in terms of
40273         $(+link-static-before-libc) and $(+link-static-after-libc).
40274         [build-shared] (link-libc-before-gnulib): New variable.
40275         [build-shared] (link-libc-tests): Likewise.
40276         [build-shared] (link-libc): Define in terms of
40277         $(link-libc-before-gnulib).
40278         [!build-shared] (link-libc-tests): New variable.
40279         (link-libc-static-tests): New variable.
40280         [!gnulib] (gnulib-arch): New variable.
40281         [!gnulib] (gnulib-tests): Likewise.
40282         [!gnulib] (static-gnulib-arch): Likewise.
40283         [!gnulib] (static-gnulib-tests): Likewise.
40284         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40285         Define with "=" instead of ":=".
40286         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40287         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40288         * Rules (binaries-all-notests): New variable.
40289         (binaries-all-tests): Likewise.
40290         (binaries-static-notests): Likewise.
40291         (binaries-static-tests): Likewise.
40292         (binaries-all): Define using $(binaries-all-notests) and
40293         $(binaries-all-tests).
40294         (binaries-static): Define using $(binaries-static-notests) and
40295         $(binaries-static-tests).
40296         (binaries-shared-tests): New variable.
40297         (binaries-shared-notests): Likewise.
40298         (binaries-shared): Remove variable.
40299         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40300         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40301         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40302         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40303         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40304         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40305         * elf/Makefile (sln-modules): New variable.
40306         (extra-objs): Add $(sln-modules:=.o).
40307         (ldconfig-modules): Add static-stubs.
40308         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40309         * elf/static-stubs.c: New file.
40311         [BZ #14283]
40312         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40313         by 7 not 8 to examine high bit of fractional part.  Use volatile
40314         variables when splitting into final array of floats if
40315         __FLT_EVAL_METHOD__ != 0.
40316         * math/libm-test.inc (cos_test): Add another test.
40317         (sin_test): Likewise.
40318         * sysdeps/i386/fpu/libm-test-ulps: Update.
40320         [BZ #14273]
40321         * math/libm-test.inc (cosh_test): Add more tests.
40323         * version.h (RELEASE): Set to "development".
40324         (VERSION): Set to "2.16.90".
40326 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40328         * NEWS: Update copyright. Remove last-updated date.
40329         Mention math library bug fixes and timezone data changes.
40330         * README: Mention GNU/Hurd, x32, and HPPA support status.
40332 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40334         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40336 2012-06-27  Andreas Jaeger  <aj@suse.de>
40338         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40340 2012-06-25  Andreas Jaeger  <aj@suse.de>
40342         * sysdeps/s390/fpu/libm-test-ulps: Update.
40344 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40345             Thomas Schwinge  <thomas@codesourcery.com>
40347         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40348         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40349         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40350         fanotify_mark.
40352 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40354         * sysdeps/mach/start.c: Remove file.
40355         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40356         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40357         * sysdeps/sh/init-first.c: Likewise.
40359         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40360         registers for frame unwinding purposes, add CFI directives.
40361         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40362         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40363         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40364         Likewise.
40366         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40367         __fortify_fail returning.
40368         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40370         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40371         sysdeps/sh/____longjmp_chk.S.
40372         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40373         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40374         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40375         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40377         * sysdeps/sh/abort-instr.h: New file.
40378         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40379         process in case exit returns.
40381         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40382         initialize the GOT register before use.
40384         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40385         calculation of ARGC > 4.
40387         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40388         meaningful names to some local labels.
40390 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40391             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40393         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40394         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40395         (__arch_compare_and_exchange_val_16_acq): Likewise.
40396         (__arch_compare_and_exchange_val_32_acq): Likewise.
40397         (atomic_exchange_and_add): Fix gUSA sequence.
40398         (atomic_add): Likewise.
40399         (atomic_add_negative): Likewise.
40400         (atomic_add_zero): Likewise.
40401         (atomic_bit_test_set): Likewise.
40403 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40405         [BZ #13579]
40406         * include/link.h (struct link_map): Add l_free_initfini.
40407         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40408         l_initfini.
40409         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40410         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40411         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40412         set.
40414 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40416         * configure.in: Use AC_LANG_SOURCE.
40417         * configure: Regenerate.
40419 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40421         * configure.in (libc_cv_localstatedir): New substituted variable.
40422         * configure: Regenerated.
40423         * config.make.in (localstatedir): New variable, substituted from
40424         libc_cv_localstatedir.
40425         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40426         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40427         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40428         * sysdeps/gnu/configure: Regenerated.
40430 2012-06-21  Jeff Law  <law@redhat.com>
40432         [BZ #14277]
40433         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40434         free.  Simplify list management for _LIBC case.
40436 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40438         [BZ #14273]
40439         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40440         Clear sign bit of 64-bit integer value before comparing against
40441         overflow value.
40443         * sysdeps/mach/configure: Regenerated.
40445 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40447         [BZ #14278]
40448         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40450 2012-06-21  Jeff Law  <law@redhat.com>
40452         [BZ #13882]
40453         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40454         uint16_t for elements in the "seen" array to avoid char overflows.
40455         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40456         * elf/dl-open.c (dl_open_worker): Likewise.
40458 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40460         * scripts/list-sources.sh: Scan PORTS for translations.
40461         * po/libc.pot: Regenerated.
40463 2012-06-21  Andreas Jaeger  <aj@suse.de>
40465         [BZ #12194]
40466         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40467         warning.
40468         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40469         * bits/byteswap-16.h (__bswap_16): Likewise.
40470         * bits/byteswap.h (__bswap_constant_16): Likewise.
40472 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40474         [BZ #14117]
40475         * sysdeps/i386/fpu_control.h: Removed.
40476         * sysdeps/x86_64/fpu_control.h: Moved to ...
40477         * sysdeps/x86/fpu_control.h: Here.
40479         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40480         (_FPU_SETCW): Likewise.
40482 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40484         [BZ #14117]
40485         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40486         * sysdeps/x86/fpu/bits/mathinline.h: This.
40487         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40489         [BZ #14050]
40490         [BZ #14117]
40491         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40492         functions if __x86_64__ is defined.
40494 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40496         * string/endian.h: Add !__ASSEMBLER__ condition for including
40497         conversion interfaces.
40499 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40501         [BZ #14241]
40502         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40503         of ABS(x) in calculating zero to negative powers other than odd
40504         integers.
40505         * math/libm-test.inc (pow_test): Add more tests.
40507 2012-06-15  Andreas Jaeger  <aj@suse.de>
40509         * manual/contrib.texi (Contributors): Update entry of Liubov
40510         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40511         Machado Filho.
40513 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40515         * string/string.h: Add __wur to GNU version of strerror_r.
40517 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40519         [BZ #14229]
40520         * string/Makefile (tests): Add tst-strtok_r.
40521         * string/tst-strtok_r.c: New file.
40522         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40523         RAX_LP/RDX_LP on SAVE_PTR.
40525 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40527         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40529 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40531         * libm_test.inc (csqrt_test): Allow more spurious underflow
40532         exceptions.
40533         (j0_test): Likewise.
40534         (j1_test): Likewise.
40535         (y0_test): Likewise.
40536         (y1_test): Likewise.
40538 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40540         * po/Makefile (libc.pot): Use UTF-8 charset.
40542 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40544         [BZ #14210]
40545         Suppress sign-conversion warning from FD_SET.
40546         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40547         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40548         not unsigned long int.
40549         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40551 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40553         [BZ #14050]
40554         [BZ #14117]
40555         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40556         __extern_always_inline instead of __extern_inline.
40557         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40558         (__signbit): Likewise.
40559         (__signbitl): Support C++ namespace.
40560         (lrintf): New inline function.
40561         (lrint): Likewise.
40562         (llrintf): Likewise.
40563         (llrint): Likewise.
40564         (fmaxf): Likewise.
40565         (fmax): Likewise.
40566         (fminf): Likewise.
40567         (fmin): Likewise.
40568         (rint): Likewise.
40569         (rintf): Likewise.
40570         (ceil): Likewise.
40571         (ceilf): Likewise.
40572         (floor): Likewise.
40573         (floorf): Likewise.
40574         (nearbyint): Likewise.
40575         (nearbyintf): Likewise.
40577 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40579         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40580         non-default versions.
40582 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40584         [BZ #14218]
40585         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40587 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40589         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40590         (FE_UPWARD, FE_DOWNWARD): Don't define.
40591         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40592         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40594         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40595         reading it.
40596         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40597         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40599 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40601         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40602         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40603         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40604         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40606 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40608         [BZ #14117]
40609         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40610         * sysdeps/i386/fpu/Implies: New file.
40611         * sysdeps/x86_64/fpu/Implies: Likewise.
40612         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40613         * sysdeps/x86/fpu/bits/fenv.h: This.
40615         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40616         __SSE_MATH__.
40618 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40620         [BZ #14134]
40621         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40622         character 0xffff that matches the last element of the
40623         conversion table.
40625 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40627         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40628         fmodl commit.
40630 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40632         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40633         values higher than 25.6283.
40635 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40637         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40638         subnormal exponent extraction and add some __builtin_expect.
40639         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40640         Fix for subnormal mantissa calculation.
40642 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40644         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40645         cpu2 is -1 and errno is not ENOSYS.
40647 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40649         [BZ #14117]
40650         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40651         * sysdeps/x86/bits/string.h: This.
40652         * sysdeps/x86_64/bits/string.h: Removed.
40654         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40655         if not compiling for x86-64, but compiling for >= i486.
40657         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40658         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40660         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40661         New macro from Linux kernel 3.4.0.
40662         (FP_XSTATE_MAGIC2): Likewise.
40663         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40664         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40665         (struct _fpx_sw_bytes): New struct.
40666         (struct _xsave_hdr): Likewise.
40667         (struct _ymmh_state): Likewise.
40668         (struct _xstate): Likewise.
40670         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40671         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40672         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40673         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40674         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40675         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40677         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40678         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40679         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40680         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40681         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40682         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40684 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40686         [BZ #13743]
40687         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40688         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40689         (sysdep_headers): Include sys/platform/ppc.h.
40690         * sysdeps/powerpc/test-gettimebase.c: Test for
40691         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40692         * manual/Makefile (appendices): Include platform.texi.
40693         * manual/contrib.texi (Contributors): Update @node pointers.
40694         * manual/maint.texi (Maintenance): Likewise.
40695         (Platform): New node.
40696         * manual/platform.texi: New file.  Document the new features.
40698 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40699             Jakub Jelinek  <jakub@redhat.com>
40701         [BZ #14188]
40702         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40703         where __builtin_expect is unavailable.
40705 2012-06-03  David S. Miller  <davem@davemloft.net>
40707         * stdlib/longlong.h: Updated from GCC.
40709 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40711         [BZ #14042]
40712         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40713         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40714         __mcount_internal.
40715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40716         (GLIBC_2.16): Likewise.
40718 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40720         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40722 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40725         (default-abi): New variable.
40726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40727         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40728         variable.
40729         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40730         Likewise.
40731         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40732         Likewise.
40733         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40734         Likewise.
40736         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40737         definition.  Document in comment.
40739 2012-06-01  David S. Miller  <davem@davemloft.net>
40741         * stdlib/longlong.h: Updated from GCC.
40743 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40745         [BZ #14117]
40746         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40747         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40748         sys/debugreg.h sys/io.h here.
40749         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40750         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40751         sys/io.h.
40752         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40753         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40754         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40755         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40756         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40757         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40759         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40760         Define only if __x86_64__ is defined.
40762 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40764         [BZ #14048]
40765         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40766         Use int64_t for variable i.
40767         * math/libm-test.inc (fmod_test): Add more tests.
40769         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40770         z computation is not scheduled after fetestexcept.
40771         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40772         Use math_force_eval instead of asm to ensure calculation scheduled
40773         before exception test.
40774         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40775         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40777 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40779         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40780         computation is not scheduled after fetestexcept.
40782 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40784         [BZ #14117]
40785         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40786         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40788 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40790         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40791         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40793 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40795         [BZ #14117]
40796         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40797         <bits/wordsize.h>.
40798         (__WCHAR_MIN): Support __WORDSIZE == 64.
40799         (__WCHAR_MAX): Likewise.
40801         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40802         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40804         [BZ #14183]
40805         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40806         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40808         [BZ #14117]
40809         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40810         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40812         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40813         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40815         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40816         Defined to 1 if __x86_64__ isn't defined.
40817         (_STAT_VER_LINUX_OLD): New.
40818         (st_atime): Remove duplicate.
40819         (st_mtime): Likewise.
40820         (st_ctime): Likewise.
40822 2012-05-31  David S. Miller  <davem@davemloft.net>
40824         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40825         entries.
40827 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40829         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40830         gen-libm-test.pl.
40832         [BZ #14132]
40833         * elf/dl-reloc.c: Include <_itoa.h>.
40834         (_dl_reloc_bad_type): Remove use of INTUSE.
40835         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40836         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40837         * stdio-common/psiginfo.c (psiginfo): Likewise.
40838         * stdio-common/psignal.c (psignal): Likewise.
40839         * string/strsignal.c (strsignal): Likewise.
40840         * include/signal.h (_sys_siglist): Declare hidden proto.
40841         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40842         INTVARDEF with libc_hidden_data_def.
40843         * stdio-common/itoa-udigits.c: Likewise.
40844         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40845         (_itoa_lower_digits_internal): Remove declaration.
40846         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40847         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40848         (_sys_sigabbrev_internal): Remove aliases.
40849         (_sys_siglist): Define hidden alias.
40851 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40853         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40854         bits/sysctl.h.
40856 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40858         [BZ #14117]
40859         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40860         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40862         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40863         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40864         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40865         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40866         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40867         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40869         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40870         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40871         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40873         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40874         with __addr.
40875         (insw): Likewise.
40876         (insl): Likewise.
40877         (outsb): Likewise.
40878         (outsw): Likewise.
40879         (outsl): Likewise.
40881         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40882         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40883         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40885         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40886         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40887         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40888         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40889         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40890         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40892         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40893         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40895         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40896         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40898         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40899         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40900         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40902         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40903         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40904         to ...
40905         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40907         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40908         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40909         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40911         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40912         for x86-64.
40913         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40915 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40917         * math/math.h (M_El): Use two more decimal places.
40918         (M_LOG2El): Likewise.
40919         (M_LOG10El): Likewise.
40920         (M_LN2l): Likewise.
40921         (M_LN10l): Likewise.
40922         (M_PIl): Likewise.
40923         (M_PI_2l): Likewise.
40924         (M_PI_4l): Likewise.
40925         (M_1_PIl): Likewise.
40926         (M_2_PIl): Likewise.
40927         (M_2_SQRTPIl): Likewise.
40928         (M_SQRT2l): Likewise.
40929         (M_SQRT1_2l): Likewise.
40931 2012-05-31  David S. Miller  <davem@davemloft.net>
40933         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40934         values between float registers.
40935         * sysdeps/sparc/sparc64/memset.S: Likewise.
40936         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40938 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40940         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40941         -D_FORTIFY_SOURCE=1.
40942         (CPPFLAGS-tst-longjmp_chk.c): Define.
40943         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40944         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40945         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40946         CFLAGS-tst-wchar-h.c.
40948 2012-05-31  Marek Polacek  <polacek@redhat.com>
40950         [BZ #14132]
40951         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40952         __endmntent_internal): Remove declaration.
40953         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40954         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40955         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40957 2012-05-30  David S. Miller  <davem@davemloft.net>
40959         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40960         (___Q_simulate_exceptions): Use real FP ops rather than writing
40961         into the %fsr.
40962         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40963         Likewise.
40965 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40967         [BZ #14117]
40968         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40969         * sysdeps/x86/bits/xtitypes.h: This.
40971         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40972         * sysdeps/x86/bits/wordsize.h: This.
40974         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40975         * sysdeps/x86/bits/huge_vall.h: This.
40977         * sysdeps/i386/bits/select.h: Removed.
40978         * sysdeps/x86_64/bits/select.h: Renamed to ...
40979         * sysdeps/x86/bits/select.h: This.
40981         * sysdeps/i386/bits/setjmp.h: Removed.
40982         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40983         * sysdeps/x86/bits/setjmp.h: This.
40985         * sysdeps/i386/bits/mathdef.h: Removed.
40986         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40987         * sysdeps/x86/bits/mathdef.h: This.
40989 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40991         [BZ #14132]
40992         * include/sys/socket.h (__connect_internal)
40993         (__libc_sa_len_internal): Remove declaration.
40994         (__connect, __libc_sa_len): Declare hidden_proto.
40995         (SA_LEN): Remove use of INTUSE.
40996         * socket/connect.c: Add libc_hidden_def.
40997         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40998         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40999         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41000         alias.
41001         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41002         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41003         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41004         of adding _internal alias.
41006 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41008         [BZ #14117]
41009         * sysdeps/i386/bits/link.h: Removed.
41010         * sysdeps/i386/bits/linkmap.h: Likewise.
41011         * sysdeps/x86_64/bits/link.h: Renamed to ...
41012         * sysdeps/x86/bits/link.h: This.
41013         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41014         * sysdeps/x86/bits/linkmap.h: This.
41016         * sysdeps/i386/bits/endian.h: Removed.
41017         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41018         * sysdeps/x86/bits/endian.h: This.
41020         * sysdeps/i386/bits/byteswap.h: Removed.
41021         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41022         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41023         * sysdeps/x86/bits/byteswap.h: This.
41024         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41025         * sysdeps/x86/bits/byteswap-16.h: This.
41026         * sysdeps/i386/Implies: Add x86.
41027         * sysdeps/x86_64/Implies: Likewise.
41029 2012-05-30  David S. Miller  <davem@davemloft.net>
41031         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41032         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41033         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41034         (FP_TRAPPING_EXCEPTIONS): Define.
41035         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41036         (FP_TRAPPING_EXCEPTIONS): Define.
41037         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41038         subnormals only when inexact has been signalled or underflow
41039         exceptions are enabled.
41040         (_FP_PACK_CANONICAL): Likewise.
41042 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41044         [BZ #14183]
41045         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41046         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41048 2012-05-30  Richard Henderson  <rth@twiddle.net>
41050         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41051         with #ifndef NOT_IN_libc.
41053         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41054         marked to avoid plt entry.
41056 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41058         [BZ #14112]
41059         * Makeconfig (default-abi): New macro.
41060         (abi-includes): Likewise.
41061         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41062         $(abi-$(default-abi)-lib-soname) for soname if defined.
41063         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41064         abi-variants.
41065         * Makefile (installed-stubs): Likewise.
41066         * include/stubs-biarch.h: Removed.
41067         * scripts/lib-names.awk: Only handle one library at a time.
41068         * scripts/soversions.awk: Remove WORDSIZE support.
41069         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41070         entries.
41071         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41072         Removed.
41073         (syscall-list-default-condition): Likewise.
41074         (syscall-list-default-condition): Likewise.
41075         (syscall-list-includes): Likewise.
41076         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41077         syscall-list-* with abi-*.  Handle undefined abi-variants.
41078         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41079         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41080         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41081         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41082         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41083         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41084         Removed.
41085         (syscall-list-32-options): Likewise.
41086         (syscall-list-32-condition): Likewise.
41087         (syscall-list-64-options): Likewise.
41088         (syscall-list-64-condition): Likewise.
41089         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41090         macro.
41091         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41092         Renamed to ...
41093         (abi-*): This.
41094         (abi-64-ld-soname): New macro.
41095         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41096         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41097         Renamed to ...
41098         (abi-*): This.
41099         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41100         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41102 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41104         * sysdeps/unix/sysv/linux/kernel-features.h
41105         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41106         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41107         include <kernel-features.h>.
41108         [!__NR_ftruncate64]: Remove conditional code.
41109         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41110         [__NR_ftruncate64]: Make code unconditional.
41111         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41112         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41113         include <kernel-features.h>.
41114         [!__NR_ftruncate64]: Remove conditional code.
41115         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41116         [__NR_ftruncate64]: Make code unconditional.
41117         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41119         include <kernel-features.h>.
41120         [!__NR_ftruncate64]: Remove conditional code.
41121         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41122         [__NR_ftruncate64]: Make code unconditional.
41123         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41125         include <kernel-features.h>.
41126         [!__NR_ftruncate64]: Remove conditional code.
41127         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41128         [__NR_ftruncate64]: Make code unconditional.
41129         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41131         * configure.in (libc_cv_fpie): Weaken to a compile test using
41132         LIBC_TRY_CC_OPTION.
41133         * configure: Regenerated.
41135 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41138         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41140         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41141         Refreshed.
41142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41148         Refreshed.
41150 2012-05-27  David S. Miller  <davem@davemloft.net>
41152         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41153         (___Q_zero): New.
41154         (__Q_simulate_exceptions): Return void.  Change to simulate
41155         exceptions by writing into the %fsr.
41156         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41157         (__Qp_handle_exceptions): Likewise.
41158         (numbers): Delete.
41159         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41160         __Qp_handle_exceptions.
41161         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41162         __Qp_handle_exceptions.
41163         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41164         as unused and give dummy FP_RND_NEAREST initializer.
41165         (FP_INHIBIT_RESULTS): Define.
41166         (___Q_simulate_exceptions): Update declaration.
41167         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41168         formatting.
41169         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41170         as unused and give dummy FP_RND_NEAREST initializer.
41171         (__Qp_handle_exceptions): Update declaration.
41172         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41173         formatting.
41175 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41177         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41178         the temporary FPU control word.
41179         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41180         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41181         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41182         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41183         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41184         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41185         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41186         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41187         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41188         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41189         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41191 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41193         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41194         fields.
41196 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41198         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41199         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41200         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41201         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41202         Likewise.
41203         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41204         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41205         Likewise.
41207 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41209         * po/h.po: Update from translation team.
41211 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41213         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41215         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41216         handling of denormals.
41217         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41218         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41219         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41220         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41221         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41222         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41223         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41224         Likewise.
41226 2012-05-26  Marek Polacek  <polacek@redhat.com>
41228         [BZ #14152]
41229         * math/libm-test.inc (fma_test): Don't always expect underflow
41230         exception.
41232 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41234         [BZ #12416]
41235         * elf/tst-execstack.c: Include stackinfo.h.
41236         (do_test): Adjust test case to ensure that pthread_getattr_np
41237         behaviour remains the same after marking stack executable.
41239 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41241         * sysdeps/unix/sysv/linux/kernel-features.h
41242         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41243         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41244         kernel-features.h.
41245         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41246         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41247         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41248         kernel-features.h.
41249         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41250         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41252 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41254         * configure.in: Define the default includes to being none.
41255         * configure: Regenerated.
41257 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41259         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41260         * sysdeps/x86_64/setjmp.S: Likewise.
41261         * sysdeps/i386/bsd-setjmp.S: Likewise.
41262         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41263         * sysdeps/i386/setjmp.S: Likewise.
41264         * sysdeps/i386/__longjmp.S: Likewise.
41265         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41266         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41268         * include/stap-probe.h: New file.
41269         * configure.in: Handle --enable-systemtap.
41270         * configure: Regenerated.
41271         * config.h.in (USE_STAP_PROBE): New #undef.
41272         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41273         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41274         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41276 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41278         [BZ #13717]
41279         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41280         to 2.4.0 where earlier.
41281         * sysdeps/unix/sysv/linux/configure: Regenerated.
41282         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41283         <kernel-features.h>.
41284         [__ASSUME_32BITUIDS]: Make code unconditional.
41285         [!__ASSUME_32BITUIDS]: Remove conditional code.
41286         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41287         <kernel-features.h>.
41288         [__ASSUME_32BITUIDS]: Make code unconditional.
41289         [!__ASSUME_32BITUIDS]: Remove conditional code.
41290         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41291         [__ASSUME_32BITUIDS]: Make code unconditional.
41292         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41293         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41294         <kernel-features.h>.
41295         [__ASSUME_32BITUIDS]: Make code unconditional.
41296         [!__ASSUME_32BITUIDS]: Remove conditional code.
41297         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41298         <kernel-features.h>.
41299         [__ASSUME_32BITUIDS]: Make code unconditional.
41300         [!__ASSUME_32BITUIDS]: Remove conditional code.
41301         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41302         <kernel-features.h>.
41303         [__ASSUME_32BITUIDS]: Make code unconditional.
41304         [!__ASSUME_32BITUIDS]: Remove conditional code.
41305         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41306         <kernel-features.h>.
41307         [__ASSUME_32BITUIDS]: Make code unconditional.
41308         [!__ASSUME_32BITUIDS]: Remove conditional code.
41309         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41310         <kernel-features.h>.
41311         [__ASSUME_32BITUIDS]: Make code unconditional.
41312         [!__ASSUME_32BITUIDS]: Remove conditional code.
41313         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41314         <kernel-features.h>.
41315         [__ASSUME_32BITUIDS]: Make code unconditional.
41316         [!__ASSUME_32BITUIDS]: Remove conditional code.
41317         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41318         <kernel-features.h>.
41319         [__ASSUME_32BITUIDS]: Make code unconditional.
41320         [!__ASSUME_32BITUIDS]: Remove conditional code.
41321         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41322         <kernel-features.h>.
41323         [__ASSUME_32BITUIDS]: Make code unconditional.
41324         [!__ASSUME_32BITUIDS]: Remove conditional code.
41325         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41326         <kernel-features.h>.
41327         [__ASSUME_32BITUIDS]: Make code unconditional.
41328         [!__ASSUME_32BITUIDS]: Remove conditional code.
41329         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41330         <kernel-features.h>.
41331         [__ASSUME_32BITUIDS]: Make code unconditional.
41332         [!__ASSUME_32BITUIDS]: Remove conditional code.
41333         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41334         <kernel-features.h>.
41335         [__NR_setresgid] (__setresgid): Do not declare.
41336         [__ASSUME_32BITUIDS]: Make code unconditional.
41337         [!__ASSUME_32BITUIDS]: Remove conditional code.
41338         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41339         <kernel-features.h>.
41340         [__NR_setresuid] (__setresuid): Do not declare.
41341         [__ASSUME_32BITUIDS]: Make code unconditional.
41342         [!__ASSUME_32BITUIDS]: Remove conditional code.
41343         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41344         <kernel-features.h>.
41345         [__ASSUME_32BITUIDS]: Make code unconditional.
41346         [!__ASSUME_32BITUIDS]: Remove conditional code.
41347         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41348         <kernel-features.h>.
41349         [__ASSUME_32BITUIDS]: Make code unconditional.
41350         [!__ASSUME_32BITUIDS]: Remove conditional code.
41351         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41352         <kernel-features.h>.
41353         [__ASSUME_32BITUIDS]: Make code unconditional.
41354         [!__ASSUME_32BITUIDS]: Remove conditional code.
41355         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41356         <kernel-features.h>.
41357         [__ASSUME_32BITUIDS]: Make code unconditional.
41358         [!__ASSUME_32BITUIDS]: Remove conditional code.
41359         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41360         <kernel-features.h>.
41361         [__ASSUME_32BITUIDS]: Make code unconditional.
41362         [!__ASSUME_32BITUIDS]: Remove conditional code.
41363         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41364         <kernel-features.h>.
41365         [__ASSUME_32BITUIDS]: Make code unconditional.
41366         [!__ASSUME_32BITUIDS]: Remove conditional code.
41367         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41368         <kernel-features.h>.
41369         [__ASSUME_32BITUIDS]: Make code unconditional.
41370         [!__ASSUME_32BITUIDS]: Remove conditional code.
41371         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41372         <kernel-features.h>.
41373         [__ASSUME_32BITUIDS]: Make code unconditional.
41374         [!__ASSUME_32BITUIDS]: Remove conditional code.
41375         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41376         <kernel-features.h>.
41377         [__ASSUME_32BITUIDS]: Make code unconditional.
41378         [!__ASSUME_32BITUIDS]: Remove conditional code.
41379         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41380         <kernel-features.h>.
41381         [__ASSUME_32BITUIDS]: Make code unconditional.
41382         [!__ASSUME_32BITUIDS]: Remove conditional code.
41383         * sysdeps/unix/sysv/linux/kernel-features.h
41384         (__ASSUME_SETRESUID_SYSCALL): Remove.
41385         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41386         (__ASSUME_32BITUIDS): Likewise.
41387         (__ASSUME_LDT_WORKS): Likewise.
41388         (__ASSUME_O_DIRECTORY): Likewise.
41389         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41390         architecture but not kernel version.
41391         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41392         (__ASSUME_MMAP2_SYSCALL): Likewise.
41393         (__ASSUME_STAT64_SYSCALL): Likewise.
41394         (__ASSUME_IPC64): Likewise.
41395         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41396         <kernel-features.h>.
41397         [__ASSUME_32BITUIDS]: Make code unconditional.
41398         [!__ASSUME_32BITUIDS]: Remove conditional code.
41399         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41400         <kernel-features.h>.
41401         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41402         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41403         132096]: Remove conditional code.
41404         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41405         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41406         <kernel-features.h>.
41407         [__ASSUME_32BITUIDS]: Make code unconditional.
41408         [!__ASSUME_32BITUIDS]: Remove conditional code.
41409         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41410         <kernel-features.h>.
41411         [__ASSUME_32BITUIDS]: Make code unconditional.
41412         [!__ASSUME_32BITUIDS]: Remove conditional code.
41413         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41414         <kernel-features.h>.
41415         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41416         unconditional.
41417         (__setresgid): Do not declare.
41418         [__ASSUME_32BITUIDS]: Make code unconditional.
41419         [!__ASSUME_32BITUIDS]: Remove conditional code.
41420         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41421         <kernel-features.h>.
41422         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41423         unconditional.
41424         (__setresuid): Do not declare.
41425         [__ASSUME_32BITUIDS]: Make code unconditional.
41426         [!__ASSUME_32BITUIDS]: Remove conditional code.
41427         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41428         <kernel-features.h>.
41429         [__ASSUME_32BITUIDS]: Make code unconditional.
41430         [!__ASSUME_32BITUIDS]: Remove conditional code.
41431         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41432         <kernel-features.h>.
41433         [__ASSUME_32BITUIDS]: Make code unconditional.
41434         [!__ASSUME_32BITUIDS]: Remove conditional code.
41436 2012-05-25  Richard Henderson  <rth@twiddle.net>
41438         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41439         dl_hwcap to ifunc resolver.
41440         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41441         elf_ifunc_invoke.
41442         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41443         dl_hwcap to ifunc resolver.
41444         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41446 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41448         [BZ #14153]
41449         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41450         for |x| <= 2**-26, not 2**-57.
41451         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41452         exception.
41454 2012-05-24  Jeff Law  <law@redhat.com>
41456         * stdio-common/Makefile (tests): Add bug25.
41457         * stdio-common/bug25.c: New test.
41459 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41461         [BZ #13576]
41462         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41463         multiple of MALLOC_ALIGNMENT in size.
41464         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41466 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41468         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41469         Require >= 256.
41470         (FILENAME_MAX): Use macro-int-constant.
41471         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41472         (_IOFBF): Use macro-int-constant.
41473         (_IOLBF): Likewise.
41474         (_IONBF): Likewise.
41475         (SEEK_CUR): Likewise.
41476         (SEEK_END): Likewise.
41477         (SEEK_SET): Likewise.
41478         (TMP_MAX): Likewise.
41479         (EOF): Use macro-int-constant.  Require < 0.
41480         (NULL): Use macro-constant.  Require == 0.
41481         (stdin): Require type to be FILE *.
41482         (stdout): Likewise.
41483         (stderr): Likewise.
41484         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41485         macro-int-constant.
41486         (EXIT_SUCCESS): Likewise.
41487         (NULL): Use macro-constant.  Require == 0.
41488         (RAND_MAX): Use macro-int-constant.
41489         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41490         [C99-based standards] (strtof): Require function.
41491         [C99-based standards] (strtold): Likewise.
41492         [C99-based standards] (strtoll): Likewise.
41493         [C99-based standards] (strtoull): Likewise.
41494         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41495         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41496         [ISO || ISO99 || ISO11] (math.h): Likewise.
41497         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41498         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41499         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41501 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41503         [BZ #14132]
41504         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41505         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41506         * intl/dgettext.c (DCGETTEXT): Likewise.
41507         * intl/gettext.c (DCGETTEXT): Likewise.
41508         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41509         * posix/regex_internal.h (gettext): Likewise.
41510         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41511         Remove declaration.
41512         * include/argz.h (__argz_count_internal)
41513         (__argz_stringify_internal): Remove declaration.
41514         (__argz_count, __argz_stringify): Declare hidden proto.
41515         * intl/dcgettext.c: Remove use of INTDEF.
41516         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41517         * string/argz-stringify.c: Likewise.
41518         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41519         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41520         Declare hidden proto.
41521         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41522         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41523         Declare hidden proto.
41524         * include/stdio.h (__asprintf_internal): Don't declare.
41525         (__asprintf): Don't define as macro.  Declare hidden proto.
41526         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41527         (__fsetlocking): Declare hidden proto.
41528         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41529         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41530         hidden proto.
41531         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41532         (_IO_setlinebuf): Remove use of INTUSE.
41533         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41534         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41535         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41536         Remove declaration.
41537         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41538         (_IO_do_flush): Remove use of INTUSE.
41539         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41540         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41541         (_IO_adjust_column, _IO_least_wmarker)
41542         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41543         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41544         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41545         (_IO_default_doallocate, _IO_wdefault_doallocate)
41546         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41547         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41548         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41549         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41550         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41551         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41552         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41553         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41554         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41555         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41556         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41557         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41558         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41559         proto.
41560         (_IO_flush_all_internal, _IO_adjust_column_internal)
41561         (_IO_default_uflow_internal, _IO_default_finish_internal)
41562         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41563         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41564         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41565         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41566         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41567         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41568         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41569         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41570         (_IO_file_close_internal, _IO_file_close_it_internal)
41571         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41572         (_IO_file_init_internal, _IO_file_attach_internal)
41573         (_IO_file_fopen_internal, _IO_file_read_internal)
41574         (_IO_file_sync_internal, _IO_file_seek_internal)
41575         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41576         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41577         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41578         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41579         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41580         (_IO_list_all_internal, _IO_link_in_internal)
41581         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41582         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41583         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41584         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41585         (_IO_do_write_internal, _IO_padn_internal)
41586         (_IO_getline_info_internal, _IO_getline_internal)
41587         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41588         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41589         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41590         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41591         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41592         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41593         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41594         with libc_hidden_ver, remove use of INTUSE.
41595         * libio/genops.c: Likewise.
41596         * libio/freopen.c: Likewise.
41597         * libio/freopen64.c: Likewise.
41598         * libio/iofclose.c: Likewise.
41599         * libio/iofdopen.c: Likewise.
41600         * libio/iofflush.c: Likewise.
41601         * libio/iofflush_u.c: Likewise.
41602         * libio/iofgets.c: Likewise.
41603         * libio/iofgets_u.c: Likewise.
41604         * libio/iofopen.c: Likewise.
41605         * libio/iofopncook.c: Likewise.
41606         * libio/iofread.c: Likewise.
41607         * libio/iofread_u.c: Likewise.
41608         * libio/ioftell.c: Likewise.
41609         * libio/iofwrite.c: Likewise.
41610         * libio/iogetline.c: Likewise.
41611         * libio/iogets.c: Likewise.
41612         * libio/iogetwline.c: Likewise.
41613         * libio/iopadn.c: Likewise.
41614         * libio/iopopen.c: Likewise.
41615         * libio/ioseekoff.c: Likewise.
41616         * libio/ioseekpos.c: Likewise.
41617         * libio/iosetbuffer.c: Likewise.
41618         * libio/iosetvbuf.c: Likewise.
41619         * libio/ioungetc.c: Likewise.
41620         * libio/ioungetwc.c: Likewise.
41621         * libio/iovdprintf.c: Likewise.
41622         * libio/iovsprintf.c: Likewise.
41623         * libio/iovsscanf.c: Likewise.
41624         * libio/memstream.c: Likewise.
41625         * libio/obprintf.c: Likewise.
41626         * libio/oldfileops.c: Likewise.
41627         * libio/oldiofclose.c: Likewise.
41628         * libio/oldiofdopen.c: Likewise.
41629         * libio/oldiofopen.c: Likewise.
41630         * libio/oldiopopen.c: Likewise.
41631         * libio/oldstdfiles.c: Likewise.
41632         * libio/putc.c: Likewise.
41633         * libio/setbuf.c: Likewise.
41634         * libio/setlinebuf.c: Likewise.
41635         * libio/stdfiles.c: Likewise.
41636         * libio/strops.c: Likewise.
41637         * libio/vasprintf.c: Likewise.
41638         * libio/vscanf.c: Likewise.
41639         * libio/vsnprintf.c: Likewise.
41640         * libio/vswprintf.c: Likewise.
41641         * libio/wfiledoalloc.c: Likewise.
41642         * libio/wfileops.c: Likewise.
41643         * libio/wgenops.c: Likewise.
41644         * libio/wmemstream.c: Likewise.
41645         * libio/wstrops.c: Likewise.
41646         * libio/__fpurge.c: Likewise.
41647         * libio/__fsetlocking.c: Likewise.
41648         * assert/assert.c: Likewise.
41649         * debug/fgets_chk.c: Likewise.
41650         * debug/fgets_u_chk.c: Likewise.
41651         * debug/fread_chk.c: Likewise.
41652         * debug/fread_u_chk.c: Likewise.
41653         * debug/gets_chk.c: Likewise.
41654         * debug/obprintf_chk.c: Likewise.
41655         * debug/vasprintf_chk.c: Likewise.
41656         * debug/vdprintf_chk.c: Likewise.
41657         * debug/vsnprintf_chk.c: Likewise.
41658         * debug/vsprintf_chk.c: Likewise.
41659         * malloc/mtrace.c: Likewise.
41660         * misc/error.c: Likewise.
41661         * misc/syslog.c: Likewise.
41662         * stdio-common/asprintf.c: Likewise.
41663         * stdio-common/fxprintf.c: Likewise.
41664         * stdio-common/getw.c: Likewise.
41665         * stdio-common/isoc99_fscanf.c: Likewise.
41666         * stdio-common/isoc99_scanf.c: Likewise.
41667         * stdio-common/isoc99_vfscanf.c: Likewise.
41668         * stdio-common/isoc99_vscanf.c: Likewise.
41669         * stdio-common/isoc99_vsscanf.c: Likewise.
41670         * stdio-common/printf-prs.c: Likewise.
41671         * stdio-common/printf_fp.c: Likewise.
41672         * stdio-common/printf_fphex.c: Likewise.
41673         * stdio-common/printf_size.c: Likewise.
41674         * stdio-common/putw.c: Likewise.
41675         * stdio-common/scanf.c: Likewise.
41676         * stdio-common/sprintf.c: Likewise.
41677         * stdio-common/tmpfile.c: Likewise.
41678         * stdio-common/vfprintf.c: Likewise.
41679         * stdio-common/vfscanf.c: Likewise.
41680         * stdlib/strfmon_l.c: Likewise.
41681         * sunrpc/openchild.c: Likewise.
41682         * sunrpc/xdr_stdio.c: Likewise.
41683         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41684         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41686 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41688         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41690         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41691         in the third column, to generate for the shared library an IFUNC
41692         that uses _dl_vdso_vsym.
41693         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41694         * Makeconfig (object-suffixes-noshared): New variable.
41696         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41697         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41698         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41699         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41701         [BZ #14132]
41702         * include/sys/time.h (__gettimeofday): Remove macro.
41703         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41704         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41705         Remove INTDEF.
41706         (__gettimeofday): Add libc_hidden_def.
41707         (gettimeofday): Add libc_hidden_weak.
41708         * sysdeps/mach/gettimeofday.c: Likewise.
41709         * sysdeps/posix/gettimeofday.c: Likewise.
41710         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41711         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41712         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41713         (__gettimeofday_internal): Remove strong_alias.
41714         (__gettimeofday): Add libc_hidden_def.
41715         (gettimeofday): Add libc_hidden_weak.
41716         * sysdeps/unix/syscalls.list (gettimeofday):
41717         Remove __gettimeofday_internal alias.
41719 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41720             H.J. Lu  <hongjiu.lu@intel.com>
41722         [BZ #12495]
41723         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41724         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41725         (largebin_index_32_big): New.
41726         (largebin_index): Use it for 16-byte alignment.
41727         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41728         correction with front_misalign.
41730 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41734         Likewise.
41735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41736         Likewise.
41737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41738         Likewise.
41739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41740         Likewise.
41741         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41742         Likewise.
41743         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41744         Likewise.
41745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41746         Likewise.
41747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41748         Likewise.
41749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41750         Likewise.
41751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41752         Likewise.
41753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41754         Likewise.
41755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41756         Likewise.
41758         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41759         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41761 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41763         [BZ #10846]
41764         [BZ #14036]
41765         * math/libm-test.inc (exp_test): Add test from bug 14036.
41766         (pow_test): Add test from bug 10846.
41768         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41769         and other flags.
41770         (special_function): Do not include flags in test name.
41771         (parse_args): Likewise.
41772         * sysdeps/i386/fpu/libm-test-ulps: Update.
41773         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41774         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41775         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41778         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41779         exceptions.
41780         * math/libm-test.inc ("Philosophy"): Update comment about
41781         exception testing.
41782         (UNDERFLOW_EXCEPTION): New macro.
41783         (UNDERFLOW_EXCEPTION_OK): Likewise.
41784         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41785         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41786         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41787         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41788         (INVALID_EXCEPTION_OK): Update value.
41789         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41790         (OVERFLOW_EXCEPTION_OK): Likewise.
41791         (IGNORE_ZERO_INF_SIGN): Likewise.
41792         (test_exceptions): Handle underflow exceptions.
41793         (acos_test): Update for underflow exception expectations.
41794         (cexp_test): Likewise.
41795         (clog_test): Likewise.
41796         (clog10_test): Likewise.
41797         (csqrt_test): Likewise.
41798         (ctan_test): Likewise.
41799         (ctanh_test): Likewise.
41800         (exp_test): Likewise.
41801         (exp10_test): Likewise.
41802         (exp2_test): Likewise.
41803         (expm1_test): Likewise.
41804         (fma_test): Likewise.
41805         (j0_test): Likewise.
41806         (jn_test): Likewise.
41807         (nexttoward_test): Likewise.
41808         (pow_test): Likewise.
41809         (scalbn_test): Likewise.
41810         (scalbln_test): Likewise.
41811         (tan_test): Likewise.
41812         (y1_test): Likewise.
41813         * sysdeps/i386/fpu/libm-test-ulps: Update.
41814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41816 2012-05-23  David S. Miller  <davem@davemloft.net>
41818         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41819         (__libc_sigaction): Remove unused local variables.
41821 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41823         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41825 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41827         mktime: avoid signed integer overflow
41828         * time/mktime.c (__mktime_internal): Do not mishandle the case
41829         where diff == INT_MIN.
41831         mktime: simplify computation of average
41832         * time/mktime.c (ranged_convert): Use new time_t_avg function
41833         instead of rolling our own (probably-slower) code.
41835         mktime: do not assume signed right shift propagates sign bit
41836         * time/mktime.c (isdst_differ): New static function.
41837         (__mktime_internal): No need to normalize tm_isdst now.
41838         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41839         tm_isdst values.
41841         mktime: merge another wrapv change from gnulib
41842         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41843         from some compilers.
41845         mktime: remove incorrect attempt at unusual arithmetics
41846         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41847         The code didn't really work on such machines anyway.
41848         (TYPE_MINIMUM): Assume two's complement.
41849         (twos_complement_arithmetic): Verify that long_int and time_t
41850         are two's complement (or unsigned, in the latter case).
41852         mktime: check signed shifts on long_int and time_t, too
41853         * time/mktime.c (SHR): Check that shifts work as desired
41854         on the types long_int and time_t too, as SHR is used on
41855         such types.
41857         mktime: do not assume 'long' is wide enough
41858         * time/mktime.c (verify): Move decl up.
41859         (long_int): New type.
41860         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41861         to remove assumption in the code that 'long' is wide enough to
41862         store year values.  This assumption is not true on x32 and on
41863         some non-glibc platforms.
41865         mktime: merge wrapv change from gnulib
41866         * time/mktime.c (WRAPV): New macro.
41867         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41868         (guess_time_tm, __mktime_internal): Do not assume that signed
41869         integer overflow wraps around; modern compilers generate code
41870         where this assumption is no longer valid.
41872 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41874         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41875         Replace "jmp L(pseudo_end)" with "ret".
41876         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41877         Likewise.
41879 2012-05-23  Andreas Jaeger  <aj@suse.de>
41881         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41882         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41884 2012-05-23  Andreas Jaeger  <aj@suse.de>
41885             Maximilian Attems  <max@stro.at>
41887         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41888         New macros.
41890 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41892         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41893         code so that pseudo_end is just ret and the stack pointer is
41894         correct also for static library in error case.
41896 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41898         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41899         move to syscalls.list.
41900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41905         * manual/install.texi (Running make install): Do not mention Linux
41906         kernel version for which pt_chown is not needed.
41907         (Linux): Do not mention problems with nscd with 2.0 kernels.
41908         * INSTALL: Regenerated.
41910 2012-05-23  Andreas Jaeger  <aj@suse.de>
41912         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41913         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41914         macro.
41915         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41916         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41917         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41918         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41919         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41920         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41921         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41922         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41923         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41924         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41925         * sysdeps/unix/sysv/linux/bits/in.h
41926         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41928 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41930         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41931         (PREPARE_VERSION): Just use assert instead, it will be elided
41932         under [NDEBUG] anyway.
41934 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41936         * sysdeps/unix/sysv/linux/Makefile: Include
41937         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41938         (sysdep_routines): Remove sysctl.
41939         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41940         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41941         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41942         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41943         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41945 2012-05-22  Andreas Jaeger  <aj@suse.de>
41947         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41948         that pseudo_end is just ret and the stack pointer is correct also
41949         for static library in error case.
41951 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41953         [BZ #14122]
41954         * nss/nsswitch.c (defconfig_entries): New variable.
41955         (__nss_database_lookup): Don't leak defconfig entries.
41956         (nss_parse_service_list): Don't leak on error paths.
41957         (free_database_entries): New function.
41958         (free_defconfig): New function.
41959         (free_mem): Move common code to free_database_entries.
41961 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41963         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41964         Add arch_prctl.
41965         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41967         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41968         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41969         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41970         New macro.
41971         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41972         (INTERNAL_SYSCALL_TYPES): Likewise.
41973         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41974         (LOAD_REGS_TYPES_[1-6]): Likewise.
41975         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41976         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41978 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41980         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41981         copysignl for GLIBC_2_0.
41982         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41983         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41984         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41985         logbl for GLIBC_2_0.
41986         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41987         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41989 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41991         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41992         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41994         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41995         Use "neg %eax".
41997         * time/mktime.c: Update copyright years.
41999 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42001         mktime: merge comment-quoting-style change from gnulib
42002         * time/mktime.c: Quote 'like this' in comments.
42003         The GNU coding standards suggest that we no longer quote `like this',
42004         as "`" and "'" are typically rendered asymmetrically nowadays.
42005         The typical gnulib style is to quote 'like this' when quoting
42006         code, and "like this" when quoting English.
42008         * time/mktime.c (compile-command): Add "-I.".
42010         mktime: merge mktime-internal.h change from gnulib
42011         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42013         mktime: merge time_r change from gnulib
42014         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42016         mktime: merge DEBUG change from gnulib
42017         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42018         case system <time.h> has a #define.
42020         mktime: merge <sys/types.h> change from gnulib
42021         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42022         since <time.t> is now guaranteed to define time_t.
42024         mktime: merge HAVE_CONFIG_H change from gnulib
42025         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42027 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42029         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42030         Use "neg %eax".
42032         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42033         __rlim_t cast.
42034         (struct rusage): Use anonymous union to pad each field to
42035         __syscall_slong_t.
42037 2012-05-21  David S. Miller  <davem@davemloft.net>
42039         * Makefules (o-iterator): Remove .s cases.
42040         (compile-command.s): Delete.
42041         (COMPILE.s): Delete.
42042         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42044 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42046         * configure.in (libc_cv_predef_stack_protector): Only consider
42047         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42048         * configure: Regenerated.
42050 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42052         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42053         New macro.  Use R*LP on int and pointer.
42054         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42055         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42056         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42057         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42059         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42060         [__WORDSIZE_TIME64_COMPAT32] instead of
42061         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42062         (struct utmp): Likewise.
42063         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42064         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42065         Renamed to ...
42066         (__WORDSIZE_TIME64_COMPAT32): This.
42067         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42068         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42069         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42070         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42071         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42072         (__WORDSIZE_TIME64_COMPAT32): New macro.
42074 2012-05-21  Andreas Jaeger  <aj@suse.de>
42076         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42077         only if [SHARED]. Add prototype for __wcschr_ia32.
42079 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42081         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42082         of %rbp unmolested in the jmp_buf while mangling the low bits.
42083         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42084         unmolested high bits of %rbp while demangling the low bits.
42085         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42087 2012-05-21  Andreas Jaeger  <aj@suse.de>
42089         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42090         * sunrpc/svc_simple.c: Use it for registerrpc.
42091         * sunrpc/xcrypt.c: Use it for passwd2des.
42093         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42095 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42097         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42098         Don't define if [__SYSCALL_WORDSIZE != 32].
42099         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42100         New macro.
42102 2012-05-21  Bruno Haible  <bruno@clisp.org>
42103             Andreas Jaeger  <aj@suse.de>
42105         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42106         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42107         inptr and inend for must_buffer_ch.
42108         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42109         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42110         * stdio-common/Makefile (tests): Remove bug15.
42111         (bug15-ENV): Remove macro.
42112         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42113         anymore.
42115 2012-05-19  Andreas Jaeger  <aj@suse.de>
42116             Roland McGrath  <roland@hack.frob.com>
42118         * manual/contrib.texi: Completely rewritten. It contains now an
42119         alphabetical list of contributors and their contributions.
42121 2012-05-21  Richard Henderson  <rth@twiddle.net>
42123         * misc/getauxval.c (__getauxval): Use unsigned long int.
42124         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42125         (getauxval): Use unsigned long int.
42127 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42129         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42131 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42133         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42134         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42135         __alignof__ (long double).
42137 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42141 2012-05-20  Richard Henderson  <rth@twiddle.net>
42143         * misc/getauxval.c: New file.
42144         * misc/sys/auxv.h: New file.
42145         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42146         (routines): Add getauxval.
42147         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42148         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42149         * elf/dl-sysdep.c (_dl_auxv): Remove.
42150         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42151         * elf/dl-support.c (_dl_auxv): New variable.
42152         (_dl_aux_init): Initialize it.
42153         * manual/startup.texi (Auxiliary Vector): New node.
42154         * sysdeps/generic/bits/hwcap.h: New file.
42155         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42156         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42157         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42158         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42159         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42160         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42162         Update.
42163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42164         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42165         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42166         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42168         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42170         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42172 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42176 2012-05-19  David S. Miller  <davem@davemloft.net>
42178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42180 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42182         [BZ #14123]
42183         * math/s_ccosh.c: Include <float.h>
42184         (__ccosh): Avoid internal overflow calculating sinh and cosh
42185         values before multiplying by sin and cos values.
42186         * math/s_ccoshf.c: Likewise.
42187         * math/s_ccoshl.c: Likewise.
42188         * math/s_csin.c: Likewise.
42189         * math/s_csinf.c: Likewise.
42190         * math/s_csinl.c: Likewise.
42191         * math/s_csinh.c: Likewise.
42192         * math/s_csinhf.c: Likewise.
42193         * math/s_csinhl.c: Likewise.
42194         * math/libm-test.inc (ccos_test): Add more tests.
42195         (ccosh_test): Likewise.
42196         (csin_test): Likewise.
42197         (csinh_test): Likewise.
42198         * sysdeps/i386/fpu/libm-test-ulps: Update.
42199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42201 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42203         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42204         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42206         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42208 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42210         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42211         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42212         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42213         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42214         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42215         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42216         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42217         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42218         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42219         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42220         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42221         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42222         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42223         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42224         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42225         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42226         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42227         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42228         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42229         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42230         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42231         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42232         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42233         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42234         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42235         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42236         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42237         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42238         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42239         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42240         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42242 2012-05-18  Andreas Jaeger  <aj@suse.de>
42244         * csu/.gitignore: Delete.
42246 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42248         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42249         (timex): Use __syscall_slong_t.
42251 2012-05-18  Andreas Jaeger  <aj@suse.de>
42252             Carlos O'Donell  <carlos_odonell@mentor.com>
42254         * manual/install.texi (Configuring and compiling): Update
42255         description about files modified in the source directory.
42256         * INSTALL: Regenerated.
42258 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42260         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42261         value.  Use "or" to set return value to -1.
42262         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42263         negate return value.
42265 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42267         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42268         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42269         failure if the compiler has Graphite support disabled.
42270         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42271         Likewise.
42272         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42273         (CFLAGS-memmove.c): Likewise.
42274         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42275         Likewise.
42277 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42279         * sysdeps/x86_64/x32/_itoa.h: New file.
42281         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42282         getdents system call only if kernel and user dirents have the
42283         same d_ino and d_off.
42285         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42286         LLONG_MAX != LONG_MAX.
42287         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42288         (_fitoa_word): Likewise.
42290         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42291         years.
42292         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42293         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42294         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42296         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42297         include <bits/wordsize.h>.  Check __x86_64__ instead of
42298         __WORDSIZE.
42299         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42300         if __x86_64__ is defined.  Use anonymous union on fpstate.
42302         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42303         anonymous union.
42305 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42307         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42308         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42309         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42310         Refer to _rtld_local_ro instead of _rtld_global_ro.
42311         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42312         Likewise.
42313         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42314         Likewise.
42315         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42316         Likewise.
42317         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42318         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42319         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42321         * sysdeps/powerpc/powerpc32/dl-machine.c
42322         (__elf_machine_runtime_setup) [PROF]: Don't reference
42323         _dl_prof_resolve.
42325 2012-05-18  Andreas Jaeger  <aj@suse.de>
42327         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42328         function only available for GCCs before 3.4 since GCC 3.4
42329         introduced a builtin.
42330         (lrint): Likewise.
42331         (llrintf): Likewise.
42332         (llrint): Likewise.
42333         (fmaxf): Likewise.
42334         (fmax): Likewise.
42335         (fminf): Likewise.
42336         (fmin): Likewise.
42337         (rint): Likewise.
42338         (rintf): Likewise.
42339         (nearbyint): Likewise.
42340         (nearbyintf): Likewise.
42341         (ceil): Likewise.
42342         (ceilf): Likewise.
42343         (floor): Likewise.
42344         (floorf): Likewise.
42346 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42348         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42349         on both fields and cast pointer to __syscall_ulong_t.
42351         * bits/types.h (__fsword_t): New type.
42352         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42353         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42354         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42355         (__FSWORD_T_TYPE): Likewise.
42356         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42357         (__FSWORD_T_TYPE): Likewise.
42358         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42359         (__FSWORD_T_TYPE): Likewise.
42360         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42361         (__FSWORD_T_TYPE): Likewise.
42362         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42363         __SWORD_TYPE with __fsword_t.
42364         (statfs64): Likewise.
42366 2012-05-17  David S. Miller  <davem@davemloft.net>
42368         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42370 2012-05-17  Andreas Jaeger  <aj@suse.de>
42372         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42373         warning.
42375 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42377         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42379 2012-05-17  Andreas Jaeger  <aj@suse.de>
42381         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42382         when it is used.
42384 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42386         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42388 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42390         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42391         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42393 2012-05-17  Andreas Jaeger  <aj@suse.de>
42394             Carlos O'Donell  <carlos_odonell@mentor.com>
42396         [BZ #14059]
42397         * sysdeps/x86_64/multiarch/init-arch.h
42398         (bit_YMM_Usable): Rename to...
42399         (bit_AVX_Usable): ... this.
42400         (bit_FMA4_Usable): New macro.
42401         (bit_XMM_state): New macro.
42402         (bit_YMM_state): New macro.
42403         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42404         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42405         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42406         (CPUID_OSXSAVE): New macro.
42407         (CPUID_AVX): New macro.
42408         (CPUID_FMA4): New macro.
42409         (index_YMM_Usable): Rename to...
42410         (index_AVX_Usable): ... this.
42411         (HAS_AVX): Use HAS_ARCH_FEATURE.
42412         (HAS_FMA4): Likewise.
42413         (HAS_YMM_USABLE): Remove.
42414         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42415         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42416         are present.
42417         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42418         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42419         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42420         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42421         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42423 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42425         * math/libm-test.c: Support platforms without multiple rounding modes.
42426         * math/bug-nextafter.c: Support platforms without FP exceptions.
42427         * math/bug-nexttoward.c: Likewise.
42428         * math/test-fenv.c: Likewise.
42429         * math/test-misc.c: Likewise.
42430         * stdlib/bug-getcontext.c: Likewise.
42432 2012-05-17  Andreas Jaeger  <aj@suse.de>
42434         * manual/examples/search.c (critter_cmp): Change signature to
42435         avoid warnings.
42436         * manual/string.texi (Collation Functions): Likewise.
42438 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42440         * bits/types.h: Fold copyright years.
42441         * bits/typesizes.h: Likewise.
42442         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42443         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42444         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42445         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42446         * time/time.h: Likewise.
42448 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42450         [BZ #208]
42451         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42452         in instead of returning them.  Return void.
42453         (__libc_mallinfo): Accumulate over all arenas.
42454         (__malloc_stats): Adjust for change in int_mallinfo interface.
42456 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42458         [BZ #10375]
42459         * configure.in (NM): Add AC_CHECK_TOOL for it.
42460         (libc_extra_cflags): New substituted variable.
42461         Check for -fstack-protector being used implicitly.
42462         * configure: Regenerated.
42463         * config.make.in (config-extra-cflags): New variable,
42464         gets @libc_extra_cflags@.
42465         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42467         [BZ #10375]
42468         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42469         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42470         * configure: Regenerated.
42471         * config.make.in (CPPUNDEFS): New substituted variable.
42472         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42473         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42474         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42476 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42478         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42479         (mq_attr): Use __syscall_slong_t.
42481 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42483         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42484         Check __x86_64__ instead of __WORDSIZE.
42485         (_STAT_VER_LINUX): Likewise.
42486         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42487         __syscall_ulong_t and __syscall_slong_t.
42488         (stat64): Likewise.
42490 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42492         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42494 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42496         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42498 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42500         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42501         __syscall_ulong_t.
42503         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42504         include <bits/wordsize.h>.  Check __x86_64__ instead of
42505         __WORDSIZE.
42506         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42507         defined.
42508         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42510         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42511         include <bits/wordsize.h>.  Check __x86_64__ instead of
42512         __WORDSIZE.
42513         (user_regs_struct): Use "__extension__ unsigned long long"
42514         instead of "unsigned long" if __x86_64__ is defined.
42515         (user): Likewise.  Pad after pointer field if __ILP32__ is
42516         defined.
42518 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42520         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42521         versions 5 to 9.
42522         * configure: Regenerated.
42523         * manual/install.texi (texinfo): Increase version requirement to
42524         4.5 or later.
42525         * INSTALL: Regenerated.
42527         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42529 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42531         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42533         * sysdeps/x86_64/x32/ffs.c: New file.
42535         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42536         __syscall_ulong_t.
42537         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42538         defined.  Use __syscall_ulong_t.
42539         (shminfo): Use __syscall_ulong_t.
42540         (shm_info): Likewise.
42542         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42543         __syscall_ulong_t.
42545         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42546         <bits/wordsize.h>.
42547         (msgqnum_t): Use __syscall_ulong_t.
42548         (msglen_t): Likewise.
42549         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42550         __syscall_ulong_t.
42552         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42553         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42555         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42557         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42558         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42560         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42561         __syscall_slong_t.
42563         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42564         include <bits/wordsize.h>.  Check __x86_64__ instead of
42565         __WORDSIZE.
42567         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42568         "unsigned long long int" if __x86_64__ is defined.
42569         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42571         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42572         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42573         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42575         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42576         <stdint.h>.
42577         (GET_PC): Cast to uintptr_t first.
42578         (GET_FRAME): Likewise.
42579         (GET_STACK): Likewise.
42581         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42582         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42583         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42584         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42585         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42586         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42587         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42588         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42589         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42590         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42591         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42592         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42593         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42594         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42595         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42596         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42597         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42598         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42599         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42600         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42601         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42602         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42603         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42604         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42605         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42606         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42607         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42608         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42609         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42611 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42613         * Makerules (+depfiles): Also collect depfiles from .oS in
42614         $(extra-objs).
42615         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42616         .oS, $(libnldbl-routines)).
42618         * Makerules (native-compile-mkdep-flags): Define.
42619         * sunrpc/Makefile (extra-objs): Add $(addprefix
42620         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42621         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42622         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42623         calling $(make-target-directory).
42625 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42627         * bits/types.h (__snseconds_t): Removed.
42628         * time/time.h (struct timespec): Replace __snseconds_t with
42629         __syscall_slong_t.
42630         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42631         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42632         Likewise.
42633         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42634         (__SNSECONDS_T_TYPE): Likewise.
42635         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42636         (__SNSECONDS_T_TYPE): Likewise.
42637         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42638         (__SNSECONDS_T_TYPE): Likewise.
42640 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42642         * sysdeps/mach/hurd/bits/typesizes.h
42643         (__SYSCALL_SLONG_TYPE): New macro.
42644         (__SYSCALL_ULONG_TYPE): Likewise.
42646 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42648         * bits/types.h (__syscall_slong_t): New type.
42649         (__syscall_ulong_t): Likewise.
42651         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42652         (__SYSCALL_ULONG_TYPE): Likewise.
42653         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42654         (__SYSCALL_SLONG_TYPE): Likewise.
42655         (__SYSCALL_ULONG_TYPE): Likewise.
42656         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42657         (__SYSCALL_SLONG_TYPE): Likewise.
42658         (__SYSCALL_ULONG_TYPE): Likewise.
42659         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42660         (__SYSCALL_SLONG_TYPE): Likewise.
42661         (__SYSCALL_ULONG_TYPE): Likewise.
42663 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42665         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42666         Add sigaltstack-offsets.sym.
42667         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42668         <sigaltstack-offsets.h>.
42669         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42670         longjmp_msg pointer.
42671         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42672         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42673         signal stack.
42674         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42676 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42678         * elf/stackguard-macros.h: Remove file.
42679         * sysdeps/generic/stackguard-macros.h: New file.
42680         * sysdeps/i386/stackguard-macros.h: Likewise.
42681         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42682         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42683         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42684         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42685         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42686         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42687         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42688         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42689         <elf/stackguard-macros.h>.
42691         [BZ #14109]
42692         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42693         __aligned__ in attribute.
42694         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42695         (gregset_t): Likewise.
42697 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42699         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42700         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42701         * sysdeps/x86_64/x32/Implies-after: New file.
42703 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42705         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42706         and access return value for _dl_profile_fixup.  Use R10_LP to
42707         load frame size.
42709 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42711         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42713 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42715         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42716         * sysdeps/x86_64/x32/sysdep.h: New file.
42718 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42720         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42721         * sysdeps/x86_64/setjmp.S: Likewise.
42723 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42725         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42726         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42727         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42728         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42729         remove unused global constant.
42731 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42733         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42734         include of <not-cancel.h>.
42736 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42738         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42740 2012-05-15  Jeff Law  <law@redhat.com>
42741             Andreas Jaeger  <aj@suse.de>
42743         [BZ #13594]
42744         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42745         out from...
42746         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42747         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42748         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42749         code changing __hst_map_handle.map.
42751 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42753         * configure.in (sysnames): Look for Implies-before and Implies-after
42754         files.
42755         * configure: Regenerated.
42757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42759         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42760         8-byte data alignment with LP_SIZE alignment.
42762 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42764         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42765         into R10_LP.
42767 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42769         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42771 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42773         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42774         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42775         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42776         Likewise.
42777         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42781         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42782         (stackinfo_sub_sp): Likewise.
42784 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42786         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42787         RAX_LP.
42789 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42791         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42792         into R*_LP.
42794 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42796         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42797         sizes into R*_LP.
42799 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42801         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42803 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42805         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42806         into R11_LP and load __x86_64_shared_cache_size_half into
42807         R8_LP.
42809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42811         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42812         R8_LP.
42814 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42816         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42817         logb for POWER7.
42818         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42819         logbf for POWER7.
42820         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42821         logbl for POWER7.
42822         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42823         powerpc32/power7/fpu/s_logb.c via #include.
42824         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42825         powerpc32/power7/fpu/s_logbf.c via #include.
42826         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42827         powerpc32/power7/fpu/s_logbl.c via #include.
42829 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42831         * README.libm: Remove file.
42833 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42835         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42836         count for x32.  Use R*_LP and omit operand-size suffix.
42838 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42840         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42841         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42842         * sysdeps/x86_64/x32/shlib-versions: New file.
42844 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42846         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42847         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42848         Use _dl_fatal_printf instead.
42850 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42852         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42853         set if not set by the user.  Do not allow for being unset.
42854         * sysdeps/unix/sysv/linux/configure: Regenerated.
42856 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42858         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42859         the `q' suffix from lea and replace .quad with ASM_ADDR.
42861 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42863         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42864         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42865         instead of $17.
42866         (PTR_DEMANGLE): Likewise.
42868 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42870         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42871         (LP_OP): Likewise.
42872         (ASM_ADDR): Likewise.
42873         (RAX_LP): Likewise.
42874         (RBP_LP): Likewise.
42875         (RBX_LP): Likewise.
42876         (RCX_LP): Likewise.
42877         (RDI_LP): Likewise.
42878         (RSI_LP): Likewise.
42879         (RSP_LP): Likewise.
42880         (R8_LP): Likewise.
42881         (R9_LP): Likewise.
42882         (R10_LP): Likewise.
42883         (R10_LP): Likewise.
42884         (R11_LP): Likewise.
42885         (R12_LP): Likewise.
42886         (R13_LP): Likewise.
42887         (R14_LP): Likewise.
42888         (R15_LP): Likewise.
42890 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42892         * sysdeps/x86_64/x32/dl-machine.h: New file.
42894 2012-05-14  Andreas Jaeger  <aj@suse.de>
42896         * manual/Makefile (subdir): Remove export of subdir.
42897         (all): Remove target.
42898         (.PHONY): Remove all from list.
42899         (mkinstalldirs): Remove.
42900         (.PHONY): Remove installdirs from list.
42901         ($(inst_infodir)/libc.info): Use make-target-directory.
42902         (installdirs): Remove.
42903         (subdir_%): Remove.
42904         (glibc-targets): Remove.
42905         (lib): Remove.
42906         (stubs): Remove.
42907         ($(objpfx)stubs ../po/manual.pot): Remove.
42908         ($(objpfx)stamp%): Remove.
42909         (make-target-directory): Remove.
42910         (subdir_install): Remove.
42911         (routines): Remove.
42912         (aux): Remove.
42913         (sources): Remove.
42914         (objects): Remove.
42915         (headers): Remove.
42917         [BZ #13750]
42918         * manual/.gitignore: Remove, it's not needed anymore.
42919         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42920         all files in it.
42921         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42922         directory.
42923         (texis): Renamed to $(objpfx)texis.
42924         (texis-path): New, contains path to generated files.
42925         (chapters.%): Use texis-path for complete path, add extra argument
42926         libc-texinfo.sh.
42927         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42928         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42929         (summary,texi, stamp-summary): Use complete path of
42930         files. Generate files in build dir.
42931         (dir-add.texi): Build in build dir.
42932         (libm-err.texi,stamp-libm-err): Likewise.
42933         (version.texi, stamp-version): Likewise.
42934         (.%c.texi): Likewise.
42935         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42936         (mostlyclean): Remove target.
42937         (realclean): Remove target.
42938         (generated): Add new variable with contents from mostlyclean and
42939         realclean, remove entries duplicated in common-mostlyclean, add
42940         stamp-libm-err and stamp-version.
42941         (generated-dirs): Add libc directory.
42942         ($(inst_infodir)/libc.info): Install files from build dir.
42944         * manual/install.texi (Configuring and compiling): Adjust since
42945         the info files are not part of the tar ball anymore.
42947 2012-05-14  Andreas Jaeger  <aj@suse.de>
42949         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42950         variable.
42952 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42954         [BZ #13717]
42955         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42956         to 2.2.0 where earlier.
42957         * sysdeps/unix/sysv/linux/configure: Regenerated.
42958         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42959         Remove conditional code.
42960         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42961         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42962         Remove conditional code.
42963         [!__NR_lchown]: Likewise.
42964         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42965         [__NR_lchown]: Likewise.
42966         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42967         comment referencing __ASSUME_LCHOWN_SYSCALL.
42968         * sysdeps/unix/sysv/linux/i386/sigaction.c
42969         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42970         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42971         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42972         Remove conditional code.
42973         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42974         (__protocol_available): Remove #if 0 code.
42975         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42976         conditional code.
42977         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42978         * sysdeps/unix/sysv/linux/kernel-features.h
42979         (__ASSUME_GETCWD_SYSCALL): Don't define.
42980         (__ASSUME_REALTIME_SIGNALS): Likewise.
42981         (__ASSUME_PREAD_SYSCALL): Likewise.
42982         (__ASSUME_PWRITE_SYSCALL): Likewise.
42983         (__ASSUME_POLL_SYSCALL): Likewise.
42984         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42985         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42986         non-SPARC.
42987         (__ASSUME_SIOCGIFNAME): Don't define.
42988         (__ASSUME_MSG_NOSIGNAL): Likewise.
42989         (__ASSUME_SENDFILE): Define unconditionally.
42990         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42991         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42992         conditional code.
42993         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42994         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42995         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42996         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42997         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42998         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42999         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43001         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43002         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43004         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43005         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43007         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43008         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43010         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43011         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43013         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43014         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43016         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43017         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43019         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43020         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43022         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43023         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43024         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43025         Remove conditional code.
43026         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43027         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43028         Remove conditional code.
43029         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43030         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43031         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43032         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43033         Remove conditional code.
43034         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43035         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43036         Remove conditional code.
43037         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43038         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43039         Remove conditional code.
43040         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43041         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43042         Remove conditional code.
43043         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43044         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43045         Remove conditional code.
43046         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43047         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43048         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43049         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43050         * sysdeps/unix/sysv/linux/sigaction.c
43051         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43052         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43053         * sysdeps/unix/sysv/linux/sigpending.c
43054         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43055         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43056         * sysdeps/unix/sysv/linux/sigprocmask.c
43057         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43058         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43059         * sysdeps/unix/sysv/linux/sigsuspend.c
43060         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43061         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43062         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43063         (__libc_missing_rt_sigs): Remove.
43064         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43065         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43066         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43067         Remove conditional code.
43068         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43069         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43070         return 1.
43071         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43072         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43073         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43074         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43076 2012-05-14  Andreas Jaeger  <aj@suse.de>
43078         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43079         it's not used in glibc.
43080         (__coshm1): Likewise.
43081         (__acosh1p): Likewise.
43082         (__sgn): Likewise.
43084         * manual/string.texi (Copying and Concatenation): Add missing
43085         variable in concat example.
43086         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43088 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43090         [BZ #14103]
43091         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43092         __builtin_clzl with __builtin_clzll.
43094 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43096         [BZ #14104]
43097         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43098         libc_freeres_ptr.
43100 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43102         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43103         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43104         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43105         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43107 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43109         * NEWS: Update ia64 info.
43111 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43113         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43114         used as bcopy.
43116 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43118         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43119         * sysdeps/unix/syscalls.list (dup3): Likewise.
43120         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43121         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43123 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43125         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43126         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43128 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43130         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43131         thread pointer.
43132         (TLS_IE): Use mov/add instead of movq/addq to load thread
43133         pointer.
43134         (TLS_GD_PREFIX): New.
43135         (TLS_GD): Use it.
43137 2012-05-11  David S. Miller  <davem@davemloft.net>
43139         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43140         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43141         (_FPU_SETCW): Likewise.
43143 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43145         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43146         is 32-byte aligned.
43148 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43150         [BZ #11837]
43151         * iconvdata/gb18030.c: Update tables.
43152         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43153         characters specially.
43154         (BODY for TO_LOOP): Add encoding of missing ranges.
43156 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43158         [BZ #13673]
43159         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43160         * sysdeps/mach/hurd/dup3.c: Likewise.
43161         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43162         * sysdeps/powerpc/memmove.c:: Likewise.
43164 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43166         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43167         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43169 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43171         * elf/elf.h (R_X86_64_RELATIVE64): New.
43172         (R_X86_64_NUM): Updated.
43173         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43174         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43175         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43176         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43177         tst-quad1pie tst-quad2pie
43178         (modules-names): Add tst-quadmod1 tst-quadmod2.
43179         ($(objpfx)tst-quad1): New dependency.
43180         ($(objpfx)tst-quad2): Likewise.
43181         ($(objpfx)tst-quad1pie): Likewise.
43182         ($(objpfx)tst-quad2pie): Likewise.
43183         * sysdeps/x86_64/tst-quad1.c: New file.
43184         * sysdeps/x86_64/tst-quad1pie.c: New file.
43185         * sysdeps/x86_64/tst-quad2.c: Likewise.
43186         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43187         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43188         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43189         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43190         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43192 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43194         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43195         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43196         * streams/stropts.h (t_scalar_t): Define type.
43198         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43199         (_PATH_PRESERVE): Set to "/var/lib".
43200         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43202         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43203         instead of int.
43205         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43206         if __dir_mkfile succeeded.
43208         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43209         checking for _hurd_dtablesize.  Unlock it right after having
43210         finished _hurd_dtable allocation.
43212 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43214         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43215         * sysdeps/mach/hurd/configure: Regenerated.
43216         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43217         special-casing to...
43218         * sysdeps/gnu/configure.in: ... this new file.
43219         * sysdeps/unix/sysv/linux/configure: Regenerated.
43220         * sysdeps/gnu/configure: New generated file.
43222         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43223         for Linux: use nsec instead of usec, as well as:
43224         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43225         members of type struct timespec.
43226         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43227         New macros.
43228         (struct stat64): Likewise.
43229         (_STATBUF_ST_NSEC): New macro.
43230         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43232         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43233         __strtoul_internal rather than strtoul.
43235 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43237         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43238         and reject them.
43240 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43242         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43243         which preserves existing values.
43244         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43246 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43248         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43249         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43250         greater than FD_SETSIZE.
43252 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43254         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43255         allocated, call __vm_protect to finish enabling the existing space, and
43256         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43257         allocate the remainder.
43259 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43261         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43262         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43264 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43266         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43267         sysdeps/mach/hurd/readlink.c.
43269         * posix/tst-sysconf.c (posix_options): Only use
43270         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43271         _POSIX_SYNCHRONIZED_IO when they are defined
43272         * sysdeps/mach/hurd/bits/posix_opt.h:
43273         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43274         (_XOPEN_REALTIME): Undefine macro.
43275         (_XOPEN_REALTIME_THREADS): Undefine macro.
43276         (_XOPEN_SHM): Undefine macro.
43277         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43278         macro to -1.
43279         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43280         macro to -1.
43281         (_POSIX_ASYNC_IO): Undefine macro.
43282         (_POSIX_PRIORITIZED_IO): Undefine macro.
43283         (_POSIX_SPIN_LOCKS): Define macro to -1.
43285         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43286         SA_NODEFER, SA_RESETHAND.
43287         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43288         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43289         F_DUPFD_CLOEXEC.
43291 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43293         * elf/Makefile (pldd-modules): Define unconditionally.
43295 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43297         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43299 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43301         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43302         Return ENOENT when name is empty.
43303         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43305 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43307         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43309         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43311 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43313         Fix mlock in all cases except non-readable pages.
43314         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43315         instead of VM_PROT_ALL as parameter to __vm_wire function.
43317         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43318         (__mkdir): When path is `/', just fail with EEXIST.
43319         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43321 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43323         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43324         <sys/uio.h> (for writev).
43325         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43326         and <sys/param.h> (for MIN).
43328 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43330         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43331         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43332         if interrupted.
43334 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43336         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43337         Depend on against $(link-rpcuserlibs).
43339 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43341         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43342         (__libc_stack_end): Do not use attribute_relro.
43343         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43344         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43345         to libthread-provided value.
43346         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43347         attribute_relro.
43349 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43351         [BZ #3748]
43352         * bits/libc-lock.h (__libc_once_get): New macro.
43353         * sysdeps/mach/bits/libc-lock.h: Likewise.
43354         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43355         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43356         instead of using implementation details.
43358         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43359         * libio/freopen.c: Likewise.
43360         * libio/freopen64.c: Likewise.
43361         * misc/syslog.c: Likewise.
43362         * nscd/connections.c: Likewise.
43363         * nscd/netgroupcache.c: Likewise.
43364         * sysdeps/posix/getcwd.c: Likewise.
43366 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43368         * math/w_ilogbf.c: Add #include <limits.h>.
43370 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43372         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43373         path instead of returning without unlocking.
43375         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43376         immediate-write ioctls.
43377         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43379 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43381         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43382         __builtin_frame_address instead of making assumptions about the
43383         location of the return address relative to DATA.  Force early load of
43384         the return address.
43385         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43386         __builtin_frame_address.
43388         dup3 for GNU Hurd.
43389         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43390         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43391         implement dup3 and do some further code clean-ups.
43392         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43393         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43395 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43397         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43399         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43400         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43401         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43402         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43403         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43404         d->port.lock.
43406         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43407         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43408         when handler == SIG_ERR, not when handler != SIG_ERR.
43410 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43412         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43413         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43414         definitions.
43416         accept4 for GNU Hurd.
43417         * include/sys/socket.h (__libc_accept4): New prototype.
43418         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43419         to implement __libc_accept4.
43420         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43421         __libc_accept4.
43422         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43424         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43425         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43426         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43427         signal-defines.sym.
43429 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43431         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43433 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43435         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43436         assertion on O_CLOEXEC flag.
43437         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43438         * hurd/intern-fd.c: Likewise.
43439         * hurd/port2fd.c: Likewise.
43441 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43443         [BZ #3906]
43444         * bits/in.h (IPV6_PKTINFO): Define new macro.
43445         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43447 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43449         [BZ #13954]
43450         [BZ #13955]
43451         [BZ #13956]
43452         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43453         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43454         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43455         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43456         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43457         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43458         * math/libm-test.inc (logb_test) : Additional logb tests.
43460 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43461             Andreas Jaeger  <aj@suse.de>
43463         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43464         * configure: Regenerated.
43465         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43466         * config.make.in (link-obsolete-rpc): New substituted variable.
43467         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43468         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43469         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43470         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43471         so that libc.a contains the symbols.
43472         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43473         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43474         * sunrpc/auth_none.c: Likewise.
43475         * sunrpc/auth_unix.c: Likewise.
43476         * sunrpc/authdes_prot.c: Likewise.
43477         * sunrpc/authuxprot.c: Likewise.
43478         * sunrpc/clnt_gen.c: Likewise.
43479         * sunrpc/clnt_perr.c: Likewise.
43480         * sunrpc/clnt_raw.c: Likewise.
43481         * sunrpc/clnt_simp.c: Likewise.
43482         * sunrpc/clnt_tcp.c: Likewise.
43483         * sunrpc/clnt_udp.c: Likewise.
43484         * sunrpc/clnt_unix.c: Likewise.
43485         * sunrpc/des_crypt.c: Likewise.
43486         * sunrpc/des_soft.c: Likewise.
43487         * sunrpc/get_myaddr.c: Likewise.
43488         * sunrpc/key_call.c: Likewise.
43489         * sunrpc/key_prot.c: Likewise.
43490         * sunrpc/netname.c: Likewise.
43491         * sunrpc/pm_getmaps.c: Likewise.
43492         * sunrpc/pm_getport.c: Likewise.
43493         * sunrpc/pmap_clnt.c: Likewise.
43494         * sunrpc/pmap_prot.c: Likewise.
43495         * sunrpc/pmap_prot2.c: Likewise.
43496         * sunrpc/pmap_rmt.c: Likewise.
43497         * sunrpc/publickey.c: Likewise.
43498         * sunrpc/rpc_cmsg.c: Likewise.
43499         * sunrpc/rpc_common.c: Likewise.
43500         * sunrpc/rpc_dtable.c: Likewise.
43501         * sunrpc/rpc_prot.c: Likewise.
43502         * sunrpc/rpc_thread.c: Likewise.
43503         * sunrpc/rtime.c: Likewise.
43504         * sunrpc/svc.c: Likewise.
43505         * sunrpc/svc_auth.c: Likewise.
43506         * sunrpc/svc_raw.c: Likewise.
43507         * sunrpc/svc_run.c: Likewise.
43508         * sunrpc/svc_tcp.c: Likewise.
43509         * sunrpc/svc_udp.c: Likewise.
43510         * sunrpc/svc_unix.c: Likewise.
43511         * sunrpc/svcauth_des.c: Likewise.
43512         * sunrpc/xcrypt.c: Likewise.
43513         * sunrpc/xdr.c: Likewise.
43514         * sunrpc/xdr_array.c: Likewise.
43515         * sunrpc/xdr_float.c: Likewise.
43516         * sunrpc/xdr_intXX_t.c: Likewise.
43517         * sunrpc/xdr_mem.c: Likewise.
43518         * sunrpc/xdr_rec.c: Likewise.
43519         * sunrpc/xdr_ref.c: Likewise.
43520         * sunrpc/xdr_sizeof.c: Likewise.
43521         * sunrpc/xdr_stdio.c: Likewise.
43523 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43525         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43526         change.  Update copyright years.
43528 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43530         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43532 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43533             Joseph Myers  <joseph@codesourcery.com>
43534             Paul Pluzhnikov  <ppluzhnikov@google.com>
43536         [BZ #14012]
43537         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43538         requiring rpcgen.
43539         [cross-compiling] (extra-libs): Likewise.
43540         [cross-compiling] (extra-libs-others): Likewise.
43541         [cross-compiling] (librpcsvc-routines): Likewise.
43542         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43543         [cross-compiling] (omit-deps): Likewise.
43544         (sunrpc-CPPFLAGS): New variable.
43545         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43546         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43547         (cross-rpcgen-objs): New variable.
43548         (extra-objs): Append $(cross-rpcgen-objs).
43549         ($(cross-rpcgen-objs)): New rule.
43550         ($(objpfx)cross-rpcgen): Likewise.
43551         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43552         comment.
43553         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43554         ($(objpfx)x%.stmp): Likewise.
43555         * sunrpc/proto.h [IS_IN_build] (_): Define.
43556         [IS_IN_build] (_libc_intl_domainname): Likewise.
43558 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43560         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43561         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43562         and R_X86_64_TPOFF64.
43564 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43566         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43567         sysdeps/unix/sysv/syscalls.list.
43568         (stime): Likewise.
43569         (utime): Likewise.
43570         * sysdeps/unix/sysv/syscalls.list: Remove file.
43572 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43574         [BZ #3440]
43575         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43576         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43577         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43578         (__LC_IDENTIFICATION): Make these macros useful in #if
43579         expressions, as required by C99.
43581 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43583         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43584         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43585         after this.
43587 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43589         * stdlib/longlong.h: Updated from GCC.
43591 2012-05-09  Andreas Jaeger  <aj@suse.de>
43593         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43594         default is first entry.
43595         (run_mode): Set type.
43596         (main): Remove informal message about syslog.
43597         (options): Fix typo.
43599         [BZ #14053]
43600         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43601         to asm.
43602         (lrint): Likewise.
43603         (llrintf): Likewise.
43604         (llrint): Likewise.
43605         (rint): Likewise.
43606         (rintf): Likewise.
43607         (nearbyint): Likewise.
43608         (nearbyintf): Likewise.
43610 2012-05-09  Andreas Jaeger  <aj@suse.de>
43611             Pedro Alves  <palves@redhat.com>
43613         * nscd/nscd.c (run_mode): Use enum.
43614         (main): Cleanup coding style issue.
43616 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43617             Andreas Jaeger  <aj@suse.de>
43619         * nscd/nscd.c (go_background): Replaced with...
43620         (run_mode): ... this.
43621         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43622         (options): Add -F --foreground.
43623         (main): Implement it.
43624         (parse_opt): Parse it.
43626 2012-05-09  Andreas Jaeger  <aj@suse.de>
43628         [BZ #14083]
43629         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43630         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43631         -Wconversion warning.
43632         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43633         Likewise.
43635 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43637         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43638         == 0.
43639         (LC_ALL): Use macro-int-constant.
43640         (LC_COLLATE): Likewise.
43641         (LC_CTYPE): Likewise.
43642         (LC_MESSAGES): Likewise.
43643         (LC_MONETARY): Likewise.
43644         (LC_NUMERIC): Likewise.
43645         (LC_TIME): Likewise.
43646         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43647         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43648         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43649         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43650         Specify type.
43651         [C99-based standards] (float_t): Expect type.
43652         [C99-based standards] (double_t): Expect type.
43653         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43654         type.
43655         [C99-based standards] (HUGE_VALL): Likewise.
43656         [C99-based standards] (INFINITY): Likewise.
43657         [C99-based standards] (NAN): Likewise.
43658         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43659         [C99-based standards] (FP_NAN): Likewise.
43660         [C99-based standards] (FP_NORMAL): Likewise.
43661         [C99-based standards] (FP_SUBNORMAL): Likewise.
43662         [C99-based standards] (FP_ZERO): Likewise.
43663         [C99-based standards] (FP_FAST_FMA): Use
43664         optional-macro-int-constant.  Specify type.  Require == 1.
43665         [C99-based standards] (FP_FAST_FMAF): Likewise.
43666         [C99-based standards] (FP_FAST_FMAL): Likewise.
43667         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43668         [C99-based standards] (FP_ILOGBNAN): Likewise.
43669         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43670         Specify type.
43671         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43672         [C99-based standards] (math_errhandling): Specify type.
43673         [ISO99 || ISO11] (signgam): Do not allow.
43674         [non-C99-based standards] (copysignf): Do not allow.
43675         [non-C99-based standards] (exp2f): Likewise.
43676         [non-C99-based standards] (log2f): Likewise.
43677         [non-C99-based standards] (modff): Allow.
43678         [non-C99-based standards] (erff): Do not allow.
43679         [non-C99-based standards] (erfcf): Likewise.
43680         [non-C99-based standards] (gammaf): Likewise.
43681         [non-C99-based standards] (hypotf): Likewise.
43682         [non-C99-based standards] (j0f): Likewise.
43683         [non-C99-based standards] (j1f): Likewise.
43684         [non-C99-based standards] (jnf): Likewise.
43685         [non-C99-based standards] (lgammaf): Likewise.
43686         [non-C99-based standards] (tgammaf): Likewise.
43687         [non-C99-based standards] (y0f): Likewise.
43688         [non-C99-based standards] (y1f): Likewise.
43689         [non-C99-based standards] (ynf): Likewise.
43690         [non-C99-based standards] (isnanf): Likewise.
43691         [non-C99-based standards] (acoshf): Likewise.
43692         [non-C99-based standards] (asinhf): Likewise.
43693         [non-C99-based standards] (atanhf): Likewise.
43694         [non-C99-based standards] (cbrtf): Likewise.
43695         [non-C99-based standards] (expm1f): Likewise.
43696         [non-C99-based standards] (ilogbf): Likewise.
43697         [non-C99-based standards] (log1pf): Likewise.
43698         [non-C99-based standards] (logbf): Likewise.
43699         [non-C99-based standards] (nextafterf): Likewise.
43700         [non-C99-based standards] (remainderf): Likewise.
43701         [non-C99-based standards] (rintf): Likewise.
43702         [non-C99-based standards] (scalbf): Likewise.
43703         [non-C99-based standards] (copysignl): Likewise.
43704         [non-C99-based standards] (exp2l): Likewise.
43705         [non-C99-based standards] (log2l): Likewise.
43706         [non-C99-based standards] (modfl): Allow.
43707         [non-C99-based standards] (erfl): Do not allow.
43708         [non-C99-based standards] (erfcl): Likewise.
43709         [non-C99-based standards] (gammal): Likewise.
43710         [non-C99-based standards] (hypotl): Likewise.
43711         [non-C99-based standards] (j0l): Likewise.
43712         [non-C99-based standards] (j1l): Likewise.
43713         [non-C99-based standards] (jnl): Likewise.
43714         [non-C99-based standards] (lgammal): Likewise.
43715         [non-C99-based standards] (tgammal): Likewise.
43716         [non-C99-based standards] (y0l): Likewise.
43717         [non-C99-based standards] (y1l): Likewise.
43718         [non-C99-based standards] (ynl): Likewise.
43719         [non-C99-based standards] (isnanl): Likewise.
43720         [non-C99-based standards] (acoshl): Likewise.
43721         [non-C99-based standards] (asinhl): Likewise.
43722         [non-C99-based standards] (atanhl): Likewise.
43723         [non-C99-based standards] (cbrtl): Likewise.
43724         [non-C99-based standards] (expm1l): Likewise.
43725         [non-C99-based standards] (ilogbl): Likewise.
43726         [non-C99-based standards] (log1pl): Likewise.
43727         [non-C99-based standards] (logbl): Likewise.
43728         [non-C99-based standards] (nextafterl): Likewise.
43729         [non-C99-based standards] (remainderl): Likewise.
43730         [non-C99-based standards] (rintl): Likewise.
43731         [non-C99-based standards] (scalbl): Likewise.
43732         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43733         [non-C99-based standards] (FP_*): Do not allow.
43734         [C99-based standards] (FP_*): Change to
43735         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43736         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43737         allow.
43738         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43739         (SIG_ERR): Likewise.
43740         [X/Open-based standards] (SIG_HOLD): Likewise.
43741         (SIG_IGN): Likewise.
43742         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43743         positive value.
43744         (SIGFPE): Likewise.
43745         (SIGILL): Likewise.
43746         (SIGINT): Likewise.
43747         (SIGSEGV): Likewise.
43748         (SIGTER): Likewise.
43749         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43750         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43751         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43752         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43753         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43754         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43755         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43756         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43757         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43758         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43759         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43760         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43761         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43762         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43763         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43764         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43765         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43766         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43767         [X/Open-based standards] (SIGTRAP): Likewise.
43768         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43769         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43770         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43771         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43772         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43773         allow.
43775 2012-05-08  Ian Wienand  <ianw@vmware.com>
43777         [BZ #14080]
43778         * time/tzset.c (__tzset_parse_tz): Update default rules for
43779         daylight time changes in the Energy Policy Act of 2005.
43781 2012-05-09  Andreas Jaeger  <aj@suse.de>
43783         [BZ #13983]
43784         * elf/ldconfig.c (parse_conf): Change string to make clear that
43785         ldconfig only issued a warning if ld.so.conf does not exist.
43787 2012-05-08  David S. Miller  <davem@davemloft.net>
43789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43790         movxtod instead of popping the value on the stack.
43792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43794 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43796         * config.h.in: Add HAVE_ARM_PCS_VFP.
43798 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43800         [BZ #13979]
43801         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43802         checking but the checks are disabled for any reason.
43804 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43806         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43807         and ELF64_R_TYPE with ELFW(R_TYPE).
43809 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43811         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43812         (ulimit): Likewise.
43814         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43815         (settimeofday): Likewise.
43817 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43819         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43820         a struct th_u2 inside the union, and move tu_block/tu_code into
43821         a new th_u3 union of tu_block/tu_code inside of that.  Move
43822         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43823         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43824         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43825         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43826         (th_stuff): Change to th_u1.tu_stuff.
43827         (th_data): Define.
43828         (th_msg): Change to th_u1.th_u2.tu_data.
43830 2012-05-07  David S. Miller  <davem@davemloft.net>
43832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43834         [BZ #14074]
43835         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43836         (SETUP_PIC_REG): Use it.
43837         (SETUP_PIC_REG_LEAF): Use it.
43839 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43841         [BZ #13885]
43842         [BZ #13923]
43843         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43844         USE_AS_EXPM1L.
43845         (EXPL_FINITE): Likewise.
43846         (FLDLOG): Likewise.
43847         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43848         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43849         e_expl.S.
43850         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43851         USE_AS_EXPM1L.
43852         (EXPL_FINITE): Likewise.
43853         (FLDLOG): Likewise.
43854         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43855         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43856         e_expl.S.
43857         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43858         test of -max_value argument for long double.
43859         * sysdeps/i386/fpu/libm-test-ulps: Update.
43860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43862 2012-05-06  David S. Miller  <davem@davemloft.net>
43864         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43865         quad soft-float symbols whose references which are compiler
43866         generated.
43867         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43869 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43871         [BZ #13884]
43872         [BZ #13914]
43873         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43874         USE_AS_EXP10L.
43875         (EXPL_FINITE): Likewise.
43876         (FLDLOG): Likewise.
43877         (c0): Likewise.
43878         (c1): Likewise.
43879         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43880         Adjust comments for base varying.
43881         (__expl_finite): Change alias to EXPL_FINITE.
43882         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43883         e_expl.S.
43884         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43885         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43886         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43887         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43888         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43889         USE_AS_EXP10L.
43890         (EXPL_FINITE): Likewise.
43891         (FLDLOG): Likewise.
43892         (c0): Likewise.
43893         (c1): Likewise.
43894         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43895         Adjust comments for base varying.
43896         (__expl_finite): Change alias to EXPL_FINITE.
43897         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43898         tests for bugs.
43899         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43901         [BZ #14064]
43902         * math/libm-test.inc (check_float_internal): Correct ulp
43903         calculation for subnormal expected results.
43905 2012-05-06  Andreas Jaeger  <aj@suse.de>
43907         * Makeconfig (+math-flags): New, set to -frounding-math.
43908         (+cflags): Add +math-flags so that all of glibc gets compiled with
43909         it.
43911         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43913 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43915         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43916         Disable one test.
43918         [BZ #13787]
43919         [BZ #13922]
43920         [BZ #14036]
43921         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43922         (__ieee754_expl): Allow for and saturate large arguments.
43923         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43924         (u_threshold): Likewise.
43925         (__exp): Call __ieee754_exp before checking for overflow and
43926         underflow.
43927         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43928         (u_threshold): Likewise.
43929         (__expf): Call __ieee754_expf before checking for overflow and
43930         underflow.
43931         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43932         (u_threshold): Likewise.
43933         (__expl): Call __ieee754_expl before checking for overflow and
43934         underflow.
43935         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43936         (__ieee754_expl): Allow for and saturate large arguments.
43937         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43938         missing overflow exception on overflow.
43939         (expm1_test): Do not allow missing overflow exception on overflow.
43941         * sysdeps/i386/fpu/e_expl.c: Move to ...
43942         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43943         rather than using inline asm.
43944         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43945         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43946         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43948         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43949         (nice): Likewise.
43950         (poll): Likewise.
43951         (signal): Likewise.
43952         (time): Likewise.
43953         (times): Likewise.
43955 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43957         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43958         sysdeps/unix/common/syscalls.list.
43959         (fchmod): Likewise.
43960         (fchown): Likewise.
43961         (ftruncate): Likewise.
43962         (getrusage): Likewise.
43963         (gettimeofday): Likewise.
43964         (setpgid): Likewise.
43965         (setregid): Likewise.
43966         (setreuid): Likewise.
43967         (sigaction): Likewise.
43968         (truncate): Likewise.
43969         (vhangup): Likewise.
43970         * sysdeps/unix/common/syscalls.list: Remove file.
43971         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43972         * sysdeps/unix/sysv/linux/Implies: Likewise.
43974 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43976         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43978         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43979         Moved to ...
43980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43981         Here.
43982         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43983         to ...
43984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43985         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43986         to ...
43987         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43988         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43989         to ...
43990         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43991         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43992         to ...
43993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43994         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43995         to ...
43996         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43997         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43998         to ...
43999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44000         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44001         to ...
44002         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44003         Here.
44004         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44005         to ...
44006         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44007         Here.
44008         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44009         to ...
44010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44011         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44012         Moved to ...
44013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44014         Here.
44015         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44016         to ...
44017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44019 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44021         * sysdeps/unix/common/bits/dirent.h: Remove file.
44022         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44024         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44025         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44026         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44027         * sysdeps/unix/bsd/isatty.c: Likewise.
44028         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44029         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44030         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44032 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44034         [BZ #13563]
44035         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44036         long double comparison inaccuracies.
44037         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44040 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44042         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44043         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44045 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44047         [BZ #14049]
44048         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44049         nonzero digits before rounding a hex value.
44050         * stdlib/tst-strtod.c (tests): Add another test.
44052 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44054         * sysdeps/s390/fpu/libm-test-ulps: Update.
44056 2012-05-03  Andreas Jaeger  <aj@suse.de>
44058         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44059         does not get optimized out.
44060         (malloc_opt_barrier): New.
44062 2012-05-03  Andreas Jaeger  <aj@suse.de>
44063             Roland McGrath  <roland@hack.frob.com>
44065         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44066         intermediate file deletion.
44067         (generated): Add .symlist files.
44069 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44071         [BZ #13775]
44072         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44073         Redirect under this condition.
44074         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44075         [__USE_GNU] (__dprintf_chk): Not under this condition.
44076         [__USE_GNU] (__vdprintf_chk): Likewise.
44077         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44078         under this condition.
44079         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44080         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44081         [__USE_XOPEN2K8] (vdprintf): Likewise.
44082         [__USE_GNU] (__dprintf_chk): Not under this condition.
44083         [__USE_GNU] (__vdprintf_chk): Likewise.
44084         [__USE_GNU] (dprintf): Likewise.
44085         [__USE_GNU] (vdprintf): Likewise.
44087 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44089         * elf/Makefile (common-generated): Set this instead of generated for
44090         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44091         $(all-built-dso)-derived lists.
44093 2012-05-03  Andreas Jaeger  <aj@suse.de>
44095         * sysdeps/i386/fpu/libm-test-ulps: Update.
44097         * FAQ: Removed.
44098         * FAQ.in: Likewise.
44099         * scripts/gen-FAQ.pl: Likewise.
44100         * manual/install.texi (Installation): Point to online location of
44101         FAQ.
44102         * Makefile (files-for-dist): Remove FAQ.
44103         (FAQ): Remove.
44105 2012-05-02  Allan McRae  <allan@archlinux.org>
44107         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44108         (LDFLAGS-reldepmod5.so): Likewise.
44109         (LDFLAGS-reldep6mod1.so): Likewise.
44110         (LDFLAGS-reldep6mod4.so): Likewise.
44111         (LDFLAGS-reldep8mod3.so): Likewise.
44112         (LDFLAGS-unload4mod1.so): Likewise.
44113         (LDFLAGS-unload4mod2.so): Likewise.
44114         (LDFLAGS-tst-initorder): Likewise.
44115         (LDFLAGS-tst-initordera2.so): Likewise.
44116         (LDFLAGS-tst-initordera3.so): Likewise.
44117         (LDFLAGS-tst-initordera4.so): Likewise.
44118         (LDFLAGS-tst-initorderb2.so): Likewise.
44119         (LDFLAGS-noload): Likewise.
44120         (LDFLAGS-next): Likewise.
44121         (LDFLAGS-order2mod1.so): Likewise.
44122         (LDFLAGS-order2mod2.so): Likewise.
44123         (LDFLAGS-tst-initorder2): Likewise.
44124         (LDFLAGS-tst-initorder2a.so): Likewise.
44125         (LDFLAGS-tst-initorder2b.so): Likewise.
44126         (LDFLAGS-tst-initorder2c.so): Likewise.
44127         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44129 2012-05-02  David S. Miller  <davem@davemloft.net>
44131         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44133 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44135         [BZ #14055]
44136         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44138 2012-05-02  Andreas Jaeger  <aj@suse.de>
44140         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44141         since we manipulate rounding mode.
44142         (CPPFLAGS-test-idouble.c): Likewise.
44143         (CPPFLAGS-test-ifloat.c): Likewise.
44144         (CFLAGS-test-ldouble.c): Likewise.
44145         (CFLAGS-test-double.c): Likewise.
44146         (CFLAGS-test-float.c): Likewise.
44147         (CFLAGS-test-misc.c): Likewise.
44148         (CFLAGS-test-test-fenv.c): Likewise.
44150 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44152         [BZ #2550]
44153         [BZ #2570]
44154         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44155         comparisons to determine direction to adjust input.
44157 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44159         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44160         output to the target.
44162         * scripts/localplt.awk: New file.
44163         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44164         (check-localplt-CFLAGS): Variable removed.
44165         ($(all-built-dso:=.jmprel)): New static pattern rule.
44166         (generated): Add those targets.
44167         (localplt-built-dso): New variable.
44168         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44170         * elf/check-localplt.c: File removed.
44172         * scripts/check-execstack.awk: New file.
44173         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44174         (check-execstack-CFLAGS): Variable removed.
44175         ($(objpfx)check-execstack.h): Target removed.
44176         ($(objpfx)execstack-default): New target.
44177         (generated): Add that instead of check-execstack.h.
44178         ($(all-built-dso:=.phdr)): New static pattern rule.
44179         (generated): Add those targets.
44180         * elf/check-execstack.c: File removed.
44182         * scripts/check-textrel.awk: New file.
44183         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44184         (check-textrel-CFLAGS): Variable removed.
44185         (all-built-dso): Use := to define.o
44186         ($(all-built-dso:=.dyn)): New static pattern rule.
44187         (generated): Add those targets.
44188         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44189         * config.make.in (READELF): New substituted variable.
44190         * elf/check-textrel.c: File removed.
44192 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44194         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44195         allow.
44196         * conform/data/ctype.h-data [C99-based standards] (isblank):
44197         Expect function.
44198         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44199         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44200         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44201         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44202         Specify type.  Require positive value.
44203         (EILSEQ): Likewise.
44204         (ERANGE): Likewise.
44205         [ISO || POSIX] (EILSEQ): Do not expect.
44206         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44207         Specify type.  Require positive value.
44208         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44209         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44210         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44211         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44212         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44213         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44214         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44215         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44216         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44217         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44218         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44219         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44220         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44221         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44222         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44223         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44224         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44225         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44226         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44227         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44228         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44229         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44230         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44231         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44232         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44233         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44234         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44235         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44236         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44237         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44238         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44239         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44240         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44241         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44242         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44243         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44244         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44245         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44246         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44247         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44248         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44249         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44250         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44251         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44252         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44253         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44254         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44255         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44256         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44257         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44258         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44259         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44260         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44261         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44262         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44263         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44264         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44265         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44266         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44267         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44268         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44269         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44270         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44271         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44272         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44273         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44274         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44275         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44276         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44277         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44278         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44279         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44280         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44281         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44282         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44283         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44284         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44285         Require >= 2.
44286         (FLT_ROUNDS): Expect as macro, not constant.
44287         (FLT_MANT_DIG): Use macro-int-constant.
44288         (DBL_MANT_DIG): Likewise.
44289         (LDBL_MANT_DIG): Likewise.
44290         (FLT_DIG): Likewise.
44291         (DBL_DIG): Likewise.
44292         (LDBL_DIG): Likewise.
44293         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44294         (DBL_MIN_EXP): Likewise.
44295         (LDBL_MIN_EXP): Likewise.
44296         (FLT_MAX_EXP): Use macro-int-constant.
44297         (DBL_MAX_EXP): Likewise.
44298         (LDBL_MAX_EXP): Likewise.
44299         (FLT_MAX_10_EXP): Likewise.
44300         (DBL_MAX_10_EXP): Likewise.
44301         (LDBL_MAX_10_EXP): Likewise.
44302         (FLT_MAX): Use macro-constant.
44303         (DBL_MAX): Likewise.
44304         (LDBL_MAX): Likewise.
44305         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44306         (DBL_EPSILON): Likewise.
44307         (LDBL_EPSILON): Likewise.
44308         (FLT_MIN): Likewise.
44309         (DBL_MIN): Likewise.
44310         (LDBL_MIN): Likewise.
44311         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44312         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44313         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44314         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44315         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44316         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44317         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44318         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44319         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44320         [ISO11] (FLT_TRUE_MIN): Likewise.
44321         [ISO11] (LDBL_TRUE_MIN): Likewise.
44322         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44323         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44324         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44325         (SCHAR_MAX): Likewise.
44326         (UCHAR_MAX): Likewise.
44327         (CHAR_MIN): Likewise.
44328         (CHAR_MAX): Likewise.
44329         (MB_LEN_MAX): Use macro-int-constant.
44330         (SHRT_MIN): Use macro-int-constant.  Specify type.
44331         (SHRT_MAX): Likewise.
44332         (USHRT_MAX): Likewise.
44333         (INT_MAX): Likewise.
44334         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44335         bound negative.
44336         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44337         bound with "U".
44338         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44339         bound with "L".
44340         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44341         bound negative.  Suffix upper bound with "L".
44342         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44343         bound with "UL".
44344         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44345         Specify type.
44346         [C99-based standards] (LLONG_MAX): Likewise.
44347         [C99-based standards] (ULLONG_MAX): Likewise.
44348         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44349         == 0.
44350         [ISO11] (max_align_t): Require type.
44351         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44353         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44354         from $CFLAGS, without defining away __attribute__ calls.
44355         (checknamespace): Use $CFLAGS_namespace.
44357         * conform/conformtest.pl (@keywords): Only include C99 keywords
44358         for standards based on C99 or C11.
44360         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44361         Disable tests.
44362         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44363         UNIX98]: Likewise.
44365         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44366         usability of symbols in #if.
44368         * conform/conformtest.pl: If macro or constant types start
44369         "promoted:", expect the symbol to be of the following type
44370         promoted by the integer promotions.
44372         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44373         in one place.  Also handle "macro-constant".
44375         * conform/conformtest.pl: Only accept expected macro values with
44376         "==".  Parse all "macro" lines in one place.
44377         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44379         * conform/conformtest.pl: Handle braced types on "constant" lines
44380         instead of handling "typed-constant".
44381         * conform/data/signal.h-data: Use "constant" instead of
44382         "typed-constant".
44384         * conform/conformtest.pl: Handle "optional-" at start of lines in
44385         one place rather than duplicating several cases.  Handle each
44386         format of "macro" line with initial "optional-".
44388         * conform/conformtest.pl: Only accept expected constant or
44389         optional-constant values with "==".  Parse all "constant" lines in
44390         one place.  Parse all "optional-constant" lines in one place.
44391         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44392         * conform/data/fmtmsg.h-data: Likewise.
44393         * conform/data/netinet/in.h-data: Likewise.
44394         * conform/data/tar.h-data: Likewise.
44395         * conform/data/limits.h-data: Use "==" form on "constant" and
44396         "optional-constant" lines.
44398         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44399         Use -std=c99 for XOPEN2K.
44400         (@knownproblems): Remove.
44401         (newtoken): Don't check %isknown.
44403         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44404         Do not expect macro.
44405         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44406         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44407         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44408         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44409         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44410         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44411         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44412         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44413         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44414         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44415         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44416         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44417         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44418         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44419         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44420         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44421         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44422         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44423         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44424         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44425         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44426         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44427         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44428         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44429         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44430         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44431         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44432         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44433         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44434         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44435         [XPG3] (acosh): Likewise.
44436         [XPG3] (asinh): Likewise.
44437         [XPG3] (atanh): Likewise.
44438         [XPG3] (cbrt): Likewise.
44439         [XPG3] (expm1): Likewise.
44440         [XPG3] (ilogb): Likewise.
44441         [XPG3] (log1p): Likewise.
44442         [XPG3] (logb): Likewise.
44443         [XPG3] (nextafter): Likewise.
44444         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44445         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44446         [XPG3] (remainder): Likewise.
44447         [XPG3] (rint): Likewise.
44448         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44449         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44450         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44451         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44452         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44453         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44454         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44455         [UNIX98 || XOPEN2K] (scalb): Expect.
44456         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44457         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44458         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44459         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44460         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44461         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44462         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44463         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44464         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44465         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44466         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44467         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44468         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44469         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44470         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44471         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44472         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44473         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44474         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44475         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44476         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44477         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44478         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44479         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44480         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44481         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44482         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44483         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44484         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44485         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44486         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44487         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44488         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44489         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44490         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44491         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44492         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44493         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44494         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44495         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44496         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44497         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44498         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44499         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44500         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44501         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44502         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44503         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44504         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44505         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44506         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44507         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44508         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44509         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44510         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44511         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44512         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44513         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44514         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44515         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44516         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44517         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44518         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44519         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44520         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44521         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44522         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44523         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44524         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44525         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44526         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44527         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44528         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44529         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44530         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44531         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44532         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44533         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44534         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44535         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44536         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44537         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44538         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44539         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44540         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44541         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44542         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44543         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44544         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44545         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44546         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44547         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44548         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44549         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44550         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44551         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44552         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44553         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44554         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44555         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44556         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44557         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44558         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44559         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44560         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44561         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44562         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44563         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44564         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44565         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44566         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44567         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44568         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44569         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44570         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44571         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44572         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44573         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44574         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44575         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44576         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44577         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44578         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44579         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44580         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44581         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44582         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44583         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44584         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44585         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44586         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44587         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44588         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44589         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44590         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44591         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44592         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44594         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44595         _XOPEN_SOURCE_EXTENDED for XPG4.
44597         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44599         * Makeconfig (localtime): Remove variable.
44600         (inst_localtime-file): Likewise.
44602 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44605         Update.
44606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44607         Update.
44608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44609         Update.
44610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44611         Update.
44612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44613         Update.
44614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44615         Update.
44616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44617         Update.
44618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44619         Update.
44620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44621         Update.
44623 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44625         [BZ #2550]
44626         [BZ #2570]
44627         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44628         comparisons to determine direction to adjust input.
44629         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44630         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44631         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44632         Likewise.
44633         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44634         Likewise.
44635         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44636         Likewise.
44637         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44638         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44639         Likewise.
44640         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44641         Likewise.
44642         * math/libm-test.inc (nexttoward_test): Add more tests.
44644 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44646         [BZ #14040]
44647         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44648         in version GLIBC_2.1, not GLIBC_2.0.
44649         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44650         Likewise.
44652 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44654         [BZ #13942]
44655         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44656         (1 - x) * (1 + x).
44657         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44658         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44659         * math/libm-test.inc (acos_test): Add more tests.
44660         (asin_test): Likewise.
44661         * sysdeps/i386/fpu/libm-test-ulps: Update.
44662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44664         [BZ #14034]
44665         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44666         of square root.
44667         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44668         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44669         * math/libm-test.inc (acos_test_tonearest): New function.
44670         (acos_test_towardzero): Likewise.
44671         (acos_test_downward): Likewise.
44672         (acos_test_upward): Likewise.
44673         (asin_test_tonearest): Likewise.
44674         (asin_test_towardzero): Likewise.
44675         (asin_test_downward): Likewise.
44676         (asin_test_upward): Likewise.
44677         (main): Call the new functions.
44678         * sysdeps/i386/fpu/libm-test-ulps: Update.
44679         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44681         [BZ #13884]
44682         [BZ #13924]
44683         * math/e_exp10.c: Include <float.h>.
44684         (__ieee754_exp10): Handle underflow here rather than multiplying
44685         large negative argument by M_LN10.
44686         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44687         of __ieee754_expf.
44688         * math/e_exp10l.c: Include <float.h>.
44689         (__ieee754_exp10l): Handle underflow here rather than multiplying
44690         large negative argument by M_LN10l.
44691         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44692         spurious overflow exception on underflow.
44694 2012-04-29  Marek Polacek  <polacek@redhat.com>
44696         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44697         (__fortify_function): New macro.
44698         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44699         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44700         __extern_always_inline.
44701         * libio/bits/stdio2.h: Likewise.
44702         * libio/bits/stdio.h: Likewise.
44703         * string/string.h: Likewise.
44704         * string/bits/string3.h: Likewise.
44705         * include/stdio.h: Likewise.
44706         * stdlib/bits/stdlib.h: Likewise.
44707         * stdlib/stdlib.h: Likewise.
44708         * rt/bits/mqueue2.h: Likewise.
44709         * rt/mqueue.h: Likewise.
44710         * posix/bits/unistd.h: Likewise.
44711         * posix/unistd.h: Likewise.
44712         * io/bits/poll2.h: Likewise.
44713         * io/bits/fcntl2.h: Likewise.
44714         * io/fcntl.h: Likewise.
44715         * io/sys/poll.h: Likewise.
44716         * misc/bits/syslog.h: Likewise.
44717         * misc/bits/syslog-ldbl.h: Likewise.
44718         * misc/sys/syslog.h: Likewise.
44719         * socket/bits/socket2.h: Likewise.
44720         * socket/sys/socket.h: Likewise.
44721         * debug/tst-chk1.c: Likewise.
44722         * wcsmbs/bits/wchar2.h: Likewise.
44723         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44724         * wcsmbs/wchar.h: Likewise.
44726 2012-04-29  Andreas Jaeger  <aj@suse.de>
44728         * Makerules (tests): Remove enable-check-abi protection.
44729         (check-abi-warn): Remove.
44730         (check-abi-%): Remove check-abi-warn usage.
44732         * configure.in: Remove check-abi configure option.
44733         * configure: Regenerated.
44734         * config.make.in (enable-check-abi): Remove.
44736 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44738         [BZ #14033]
44739         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44740         double functions to double *_finite functions.
44742         [BZ #13941]
44743         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44744         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44745         LDBL_MIN_EXP.
44746         * stdio-common/Makefile (tests): Add tst-sprintf3.
44747         * stdio-common/tst-sprintf3.c: New file.
44749         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44750         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44752 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44754         * conform/conformtest.pl: Remove duplicate typed-constant
44755         handling.
44757 2012-04-28  David S. Miller  <davem@davemloft.net>
44759         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44760         (check-abi-%): Remove AWK script prerequisite and explicit
44761         abilist directory.
44762         (check-abi): Rewrite to just diff the symlist with the abilist.
44763         (config-tls, config-abi-config): Delete, no longer used.
44764         (update-abi-%): Remove AWK script and explicit abilist directory.
44765         (update-abi): Rewrite to simply compare and conditionally copy the
44766         symlist and the sysdep abilist file.  Remove update-abi-config
44767         checks.
44768         * abilist/ld.abilist: Remove.
44769         * abilist/libBrokenLocale.abilist: Remove.
44770         * abilist/libanl.abilist: Remove.
44771         * abilist/libcrypt.abilist: Remove.
44772         * abilist/libdl.abilist: Remove.
44773         * abilist/librt.abilist: Remove.
44774         * abilist/libthread_db.abilist: Remove.
44775         * abilist/libutil.abilist: Remove.
44776         * scripts/extract-abilist.awk: Remove.
44777         * scripts/merge-abilist.awk: Remove.
44778         * sysdeps/generic/libcidn.abilist: New file.
44779         * sysdeps/generic/libnss_compat.abilist: New file.
44780         * sysdeps/generic/libnss_db.abilist: New file.
44781         * sysdeps/generic/libnss_dns.abilist: New file.
44782         * sysdeps/generic/libnss_files.abilist: New file.
44783         * sysdeps/generic/libnss_hesiod.abilist: New file.
44784         * sysdeps/generic/libnss_nis.abilist: New file.
44785         * sysdeps/generic/libnss_nisplus.abilist: New file.
44786         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44787         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44788         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44789         file.
44790         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44791         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44792         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44793         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44794         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44795         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44796         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44797         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44798         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44799         file.
44800         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44801         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44802         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44803         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44804         file.
44805         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44806         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44807         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44808         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44809         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44810         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44811         file.
44812         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44813         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44814         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44815         file.
44816         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44817         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44818         New file.
44819         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44820         New file.
44821         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44822         New file.
44823         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44824         New file.
44825         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44826         New file.
44827         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44828         New file.
44829         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44830         New file.
44831         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44832         New file.
44833         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44834         New file.
44835         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44836         New file.
44837         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44838         New file.
44839         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44840         New file.
44841         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44842         New file.
44843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44844         file.
44845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44846         New file.
44847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44848         New file.
44849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44850         file.
44851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44852         New file.
44853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44854         New file.
44855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44856         file.
44857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44858         New file.
44859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44860         New file.
44861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44862         New file.
44863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44864         New file.
44865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44866         New file.
44867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44868         New file.
44869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44871         file.
44872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44873         New file.
44874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44875         file.
44876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44877         file.
44878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44879         file.
44880         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44881         file.
44882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44883         file.
44884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44885         New file.
44886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44887         file.
44888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44889         file.
44890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44891         New file.
44892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44893         file.
44894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44896         file.
44897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44898         New file.
44899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44900         file.
44901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44902         file.
44903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44904         file.
44905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44906         file.
44907         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44908         file.
44909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44910         New file.
44911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44912         file.
44913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44914         file.
44915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44916         New file.
44917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44918         file.
44919         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44920         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44921         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44922         file.
44923         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44924         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44925         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44926         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44927         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44928         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44929         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44930         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44931         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44932         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44933         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44935         file.
44936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44937         New file.
44938         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44939         file.
44940         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44941         file.
44942         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44943         file.
44944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44945         file.
44946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44947         file.
44948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44949         New file.
44950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44951         New file.
44952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44953         file.
44954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44955         New file.
44956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44957         file.
44958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44960         file.
44961         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44962         New file.
44963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44964         file.
44965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44966         file.
44967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44968         file.
44969         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44970         file.
44971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44972         file.
44973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44974         New file.
44975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44976         New file.
44977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44978         file.
44979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44980         New file.
44981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44982         file.
44984 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44986         * conform/conformtest.pl: Fix typo in handling typed-constant from
44987         allow-header.
44989 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44991         * README: Cut down references to pre-2.6 Linux kernels and
44992         Linuxthreads.  Update lists of configurations in libc and ports
44993         and sort alphabetically.  Say "or newer" with Linux kernel version
44994         requirements.
44996         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44998 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45000         [BZ #887]
45001         * math/libm-test.inc (logb_test_downward): New test to expose
45002         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45003         rounding mode.
45005 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45007         [BZ #14027]
45008         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45009         to be done.
45010         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45011         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45013 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45015         * sysdeps/unix/i386/brk.S: Remove file.
45016         * sysdeps/unix/i386/dl-brk.S: Likewise.
45017         * sysdeps/unix/i386/pipe.S: Likewise.
45018         * sysdeps/unix/i386/sigreturn.S: Likewise.
45019         * sysdeps/unix/i386/syscall.S: Likewise.
45020         * sysdeps/unix/i386/vfork.S: Likewise.
45021         * sysdeps/unix/i386/wait.S: Likewise.
45023         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45024         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45026         * configure.in (arm*-none*): Do not allow without
45027         --enable-hacker-mode.
45028         (netbsd*): Remove case setting base_os.
45029         (386bsd*): Likewise.
45030         (freebsd*): Likewise.
45031         (bsdi*): Likewise.
45032         (osf*): Likewise.
45033         (sunos*): Likewise.
45034         (ultrix*): Likewise.
45035         (newsos*): Likewise.
45036         (dynix*): Likewise.
45037         (*bsd*): Likewise.
45038         (sysv*): Likewise.
45039         (isc*): Likewise.
45040         (esix*): Likewise.
45041         (sco*): Likewise.
45042         (minix*): Likewise.
45043         (irix4*): Likewise.
45044         (irix6*): Likewise.
45045         (solaris[2-9]*): Likewise.
45046         (none): Likewise.
45047         * configure: Regenerated.
45049 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45051         [BZ #11521]
45052         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45053         overflow or cancellation in calculating denominator.
45054         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45055         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45056         down expression to avoid unexpected rounding in newer GCCs.
45057         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45059 2012-04-26  David S. Miller  <davem@davemloft.net>
45061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45062         long-double compat symbols.
45063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45068         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45069         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45070         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45071         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45072         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45077 2012-04-25  David S. Miller  <davem@davemloft.net>
45079         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45080         HWCAP_* values only after the memory barriers have been defined.
45081         (atomic_full_barrier): Define.
45082         (atomic_read_barrier): Define.
45083         (atomic_write_barrier): Define.
45085 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45087         * shlib-versions: Add libgcc_s version information.
45088         * sysdeps/generic/libgcc_s.h: Remove.
45089         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45090         libgcc_s.h.
45091         * sysdeps/gnu/unwind-resume.c: Likewise.
45092         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45094 2012-04-25  David S. Miller  <davem@davemloft.net>
45096         * sysdeps/unix/sparc/brk.S: Delete.
45097         * sysdeps/unix/sparc/dl-brk.S: Delete.
45098         * sysdeps/unix/sparc/pipe.S: Delete.
45099         * sysdeps/unix/sparc/sysdep.S: Delete.
45100         * sysdeps/unix/sparc/sysdep.h: Delete.
45101         * sysdeps/unix/sparc/vfork.S: Delete.
45102         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45103         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45104         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45105         (ret_ERRVAL, r0, r1, MOVE): Define.
45106         (JUMPTARGET): Remove.
45107         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45108         sysdeps/unix/sparc/sysdep.h
45109         (ENTRY, END): Remove.
45110         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45112 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45114         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45115         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45116         -DIS_IN_build.
45118         * timezone/README: Update upstream location and email address for
45119         tzcode and tzdata.
45120         * timezone/zdump.c: Update from tzcode 2012b.
45121         * timezone/zic.c: Likewise.
45123         * configure.in (libc_cv_as_needed): Remove test.
45124         * configure: Regenerated.
45125         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45126         conditional definition.
45127         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45128         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45129         * config.make.in (have-as-needed): Remove variable.
45131 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45132             Paul Pluzhnikov  <ppluzhnikov@google.com>
45134         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45135         strings correctly.
45137 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45139         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45140         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45141         * sysdeps/sh/strlen.S: Likewise.
45143 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45145         * sysdeps/unix/fork.S: Remove file.
45146         * sysdeps/unix/i386/fork.S: Likewise.
45147         * sysdeps/unix/sparc/fork.S: Likewise.
45149         * sysdeps/unix/system.c: Remove file.
45150         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45152         * sysdeps/unix/getegid.S: Remove file.
45153         * sysdeps/unix/geteuid.S: Likewise.
45155 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45157         * scripts/check-localplt.awk: New file.
45158         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45159         of diff.
45160         * scripts/data/localplt-generic.data: Add a comment.
45162         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45163         NODE when __dir_mkfile failed.
45164         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45165         Reported by Ludovic Courtès <ludo@gnu.org>.
45167 2012-04-24  Andreas Jaeger  <aj@suse.de>
45169         * Makerules (common-clean): Also remove gen-as-const-headers
45170         files.
45172 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45174         * Makerules (native-compile): Do not change working directory for
45175         build.  Use $(OUTPUT_OPTION) in command.
45176         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45178 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45180         [BZ #13886]
45181         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45182         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45183         * math/libm-test.inc (floor_test): Add more tests.
45184         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45186 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45188         * sysdeps/unix/getdents.c: Remove file.
45189         * sysdeps/unix/sysv/getdents.c: Likewise.
45190         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45192         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45193         sysdeps/unix/mman/syscalls.list.
45194         (mmap): Likewise.
45195         (mprotect): Likewise.
45196         (msync): Likewise.
45197         (munmap): Likewise.
45198         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45199         * sysdeps/unix/mman/syscalls.list: Remove.
45200         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45202         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45203         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45204         * configure: Regenerated.
45205         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45206         $(libgcc_s_suffix).
45207         * config.make.in (libgcc_s_suffix): Remove variable.
45209 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45211         * sysdeps/unix/sysv/gethostname.c: Move to ...
45212         * sysdeps/posix/gethostname.c: ... here.
45214         * sysdeps/unix/execve.S: Remove file.
45216         * sysdeps/unix/_exit.S: Remove file.
45218 2012-04-23  Andreas Jaeger  <aj@suse.de>
45220         [BZ #13739]
45221         * manual/Makefile: Remove make dist support, there's no
45222         need for a stand-alone documentation tar ball.
45223         (TEXI2DVI): Define always, it's not in Makeconfig.
45224         (dist): Removed.
45225         (tar-it): Removed.
45226         (edition): Removed.
45227         (glibc-doc-$(edition).tar): Removed
45228         (%.Z): Removed.
45229         (%.gz): Removed.
45230         (%.uu): Removed.
45231         (ETAGS): Remove, it's in Makeconfig.
45232         (move-if-change): Remove, it's in Makeconfig.
45234 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45236         [BZ #13970]
45237         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45238         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45239         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45240         (strtod_l, strtof_l, strtold_l): Remove __wur.
45241         It is not necessarily an error to ignore strtol's return value.
45242         One can reliably look at the stored endptr to decide whether
45243         the number had valid syntax.
45245 2012-04-21  Andreas Jaeger  <aj@suse.de>
45247         [BZ #13739]
45248         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45250 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45252         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45253         * sysdeps/unix/sysv/Versions: Remove file.
45255 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45257         [BZ #13927]
45258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45260 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45262         [BZ #7064]
45263         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45264         version from __vm86.
45266 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45268         * sysdeps/unix/common/lxstat.c: Remove file.
45269         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45271         * sysdeps/unix/sysv/Makefile: Remove file.
45273         * sysdeps/unix/sysv/direct.h: Remove file.
45275         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45276         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45277         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45278         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45279         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45280         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45281         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45283         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45285         * sysdeps/unix/xmknod.c: Remove file.
45286         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45288         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45290         * sysdeps/unix/sysv/i386/time.S: Remove file.
45292         * sysdeps/unix/fxstat.c: Remove file.
45293         * sysdeps/unix/xstat.c: Likewise.
45294         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45296         * sysdeps/unix/sysv/sigaction.c: Remove file.
45298         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45299         (sysdep_headers): Remove variable.
45300         [termio.h not in sysdep_headers] (generated): Likewise.
45301         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45302         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45303         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45304         * sysdeps/unix/sysv/tcflow.c: Likewise.
45305         * sysdeps/unix/sysv/tcflush.c: Likewise.
45306         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45307         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45308         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45309         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45310         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45312         * sysdeps/unix/siglist.c: Remove file.
45314         * sysdeps/unix/getppid.S: Remove file.
45316         * sysdeps/unix/mkdir.c: Remove file.
45317         * sysdeps/unix/rmdir.c: Likewise.
45319 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45321         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45322         ERR_MAX value.
45323         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45324         errlist-compat value.
45326 2012-04-18  David S. Miller  <davem@davemloft.net>
45328         * sysdeps/generic/memcopy.h (reg_char): Delete.
45329         * debug/strcat_chk.c: Use char, not reg_char.
45330         * debug/strcpy_chk.c: Likewise.
45331         * debug/strncat_chk.c: Likewise.
45332         * debug/strncpy_chk.c: Likewise.
45333         * string/memchr.c: Likewise.
45334         * string/memrchr.c: Likewise.
45335         * string/rawmemchr.c: Likewise.
45336         * string/strcat.c: Likewise.
45337         * string/strchr.c: Likewise.
45338         * string/strchrnul.c: Likewise.
45339         * string/strcmp.c: Likewise.
45340         * string/strcpy.c: Likewise.
45341         * string/strncat.c: Likewise.
45342         * string/strncmp.c: Likewise.
45343         * string/strncpy.c: Likewise.
45345 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45347         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45348         __builtin_memcopy is called when src and dest ranges are known to not
45349         overlap.
45351 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45353         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45354         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45355         fwd_align_merge macro call.
45356         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45357         bwd_align_merge macro call.
45358         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45360 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45362         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45363         bwd_align_merge macros.
45364         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45365         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45366         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45368 2012-04-18  David S. Miller  <davem@davemloft.net>
45370         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45372 2012-04-18  Andreas Jaeger  <aj@suse.de>
45374         [BZ# 6794]
45375         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45376         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45377         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45379         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45380         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45381         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45383         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45384         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45385         Adjust for changed ldbl-128 files.
45387         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45388         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45389         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45391 2012-04-17  David S. Miller  <davem@davemloft.net>
45393         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45395 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45397         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45398         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45399         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45400         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45401         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45402         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45404 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45406         [BZ #6794]
45407         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45408         * math/libm-test.inc: Add ilogb errno and exception tests.
45409         * math/w_ilogb.c: New file: ilogb wrapper.
45410         * math/w_ilogbf.c: New file: ilogbf wrapper.
45411         * math/w_ilogbl.c: New file: ilogbl wrapper.
45412         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45413         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45414         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45415         exception being thrown with 0.0 as argument.
45416         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45417         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45418         exception being thrown with 0.0 as argument.
45419         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45420         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45421         exception being thrown with 0.0 as argument.
45422         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45423         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45424         exception being thrown with 0.0 as argument.
45425         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45426         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45427         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45428         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45429         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45430         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45431         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45432         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45433         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45435 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45437         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45438         with altivec.
45440 2012-04-16  Marek Polacek  <polacek@redhat.com>
45442         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45444 2012-04-16  Marek Polacek  <polacek@redhat.com>
45446         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45447         operands of fdivp instruction.
45449 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45451         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45452         * elf/tst-auditmod3b.c: Likewise.
45453         * elf/tst-auditmod4b.c: Likewise.
45454         * elf/tst-auditmod5b.c: Likewise.
45455         * elf/tst-auditmod6b.c: Likewise.
45456         * elf/tst-auditmod6c.c: Likewise.
45457         * elf/tst-auditmod7b.c: Likewise.
45458         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45459         * sysdeps/x86_64/preconfigure.in: Likewise.
45460         * sysdeps/x86_64/preconfigure: Regenerated.
45462 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45464         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45465         __ILP32__.
45467 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45469         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45470         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45472 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45474         [BZ #13973]
45475         * locale/iso-639.def: Fix gl language name. Spotted by
45476         Yaron Shahrabani.
45478 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45480         [BZ #2074]
45481         * libio/libio.h (__io_write_fn): Update comment.
45483 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45485         [BZ #2074]
45486         * stdio.texi (Hook Functions): The user provided writer function
45487         is not allowed to return -1.
45489 2012-04-11  David S. Miller  <davem@davemloft.net>
45491         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45493 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45495         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45496         Add a leading slash to rtkaio.
45498 2012-04-11  Jim Meyering  <meyering@redhat.com>
45500         [BZ #11959]
45501         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45502         It is not necessarily an error to ignore fwrite's return
45503         value.  One can reliably use ferror to test for errors after
45504         the fact.
45506 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45508         * bits/types.h (__snseconds_t): New type.
45509         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45511         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45512         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45513         (__SNSECONDS_T_TYPE): Likewise.
45514         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45515         (__SNSECONDS_T_TYPE): Likewise.
45516         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45517         (__SNSECONDS_T_TYPE): Likewise.
45519 2012-04-10  Andreas Jaeger  <aj@suse.de>
45521         [BZ #2636]
45522         * manual/time.texi (Processor Time): Return type of times is
45523         elapsed real time since an arbitrary point in the past.
45524         (CPU Time): Move CLK_TCK from here...
45525         (Processor Time): ...to here.  Correct description.
45526         * manual/conf.texi (Constants for Sysconf): Correct description of
45527         _SC_CLK_TCK.
45529 2012-04-10  David S. Miller  <davem@davemloft.net>
45531         [BZ #13967]
45532         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45533         where the is a gap between DT_REL(A) and DT_JMPREL.
45535 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45537         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45538         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45539         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45541 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45543         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45544         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45545         (dl_main): Handle --inhibit-cache.
45546         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45547         _dl_inhibit_cache.
45548         * elf/dl-load.c (_dl_map_object): Use it.
45549         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45551 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45553         [BZ #13872]
45554         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45555         (__ieee754_powl): Saturate large exponents rather than testing for
45556         overflow of y*log2(x).
45557         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45558         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45559         exceptions.
45561         [BZ #11521]
45562         * math/s_ctan.c: Include <float.h>.
45563         (__ctan): Avoid internal overflow or cancellation in calculating
45564         denominator.
45565         * math/s_ctanf.c: Likewise.
45566         * math/s_ctanl.c: Likewise.
45567         * math/s_ctanh.c: Likewise.
45568         * math/s_ctanhf.c: Likewise.
45569         * math/s_ctanhl.c: Likewise.
45570         * math/libm-test.inc (ctan_test): Add more tests.
45571         (ctanh_test): Likewise.
45572         * sysdeps/i386/fpu/libm-test-ulps: Update.
45573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45575 2012-04-09  Andreas Jaeger  <aj@suse.de>
45577         [BZ #6894]
45578         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45579         is an optional BSD extension.
45581         [BZ #10254]
45582         * manual/stdio.texi (Opening Streams): Document additional fopen
45583         parameters.
45585 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45587         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45588         %eax without telling the compiler.
45590 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45592         [BZ # 13963]
45593         * manual/install.texi: Use sourceware.org.
45595 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #13873]
45598         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45599         (__ieee754_pow): Generate overflow and underflow using huge*huge
45600         and tiny*tiny rather than just returning constant infinity or zero
45601         for large exponents.
45602         * math/libm-test.inc (pow_test): Require overflow exceptions for
45603         applicable cases of large exponents.
45605         [BZ #706]
45606         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45607         (__ieee754_pow): Use iterative multiplication algorithm only for
45608         integer exponents with absolute value below 1024.  Check for odd
45609         integer exponents when using algorithm for real exponents.
45610         * math/libm-test.inc (pow_test): Add more tests.
45611         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45613 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45615         [BZ #13705]
45616         * math/libm-test.inc (exp_test): Do not allow overflow exception
45617         on underflow test.
45619 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45621         [BZ #13705]
45622         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45623         instead of __kernel_standard_f.
45625 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45627         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45628         * sysdeps/x86_64/memset_chk.S: Likewise.
45630 2012-04-08  Andreas Jaeger  <aj@suse.de>
45632         [BZ #10153]
45633         * manual/startup.texi (Environment Access): Describe return value
45634         for putenv and setenv.
45636         [BZ #6895]
45637         * manual/filesys.texi (Directory Entries): Add description for
45638         DT_LNK.
45640         [BZ #6890]
45641         * manual/filesys.texi (Directory Entries): Clarify that it's file
45642         system not operating system in the description of DT_UNKNOWN.
45644         [BZ #6578]
45645         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45647 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45649         [BZ #6649]
45650         * manual/llio.texi (Opening and Closing Files): Add cross
45651         reference to explain mode argument.
45653 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45655         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45656         * sysdeps/x86_64/memset_chk.S: Likewise.
45658 2012-04-07  David S. Miller  <davem@davemloft.net>
45660         * elf/elf.h (R_SPARC_WDISP10): Define.
45661         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45662         R_SPARC_SIZE32.
45663         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45664         R_SPARC_SIZE64 and R_SPARC_H34.
45666 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45668         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45669         conditions and remove no longer applicable assertion.
45671 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45673         * bits/byteswap.h: Include <features.h>.
45674         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45675         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45677 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45679         * bits/byteswap.h (__bswap_16): Removed.
45680         Include <bits/byteswap-16.h> to get __bswap_16.
45681         * sysdeps/i386/bits/byteswap.h: Likewise.
45682         * sysdeps/s390/bits/byteswap.h: Likewise.
45683         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45684         * bits/byteswap-16.h: New file.
45685         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45686         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45687         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45688         * string/Makefile (headers): Add bits/byteswap-16.h.
45690 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45692         [BZ #13895]
45693         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45694         extra indirection.
45695         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45696         * nss/tst-nss-static.c: New.
45698 2012-04-06  Robert Millan  <rmh@gnu.org>
45700         [BZ #6486]
45701         * manual/llio.texi (File Position Primitive): lseek
45702         refers to WHENCE when it really means OFFSET.
45704 2012-04-06  Andreas Jaeger  <aj@suse.de>
45706         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45707         strncmp declarations.
45709         * abilist/libc.abilist: Add __poll and __ppoll.
45711 2012-04-05  David S. Miller  <davem@davemloft.net>
45713         * scripts/check-local-headers.sh: Accept a host triplet in the
45714         path matched by the exclude regexp.
45716         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45717         definition.
45718         * sysdeps/powerpc/powerpc32/dl-machine.h
45719         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45720         * sysdeps/s390/s390-32/dl-machine.h
45721         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45722         * sysdeps/sparc/sparc32/dl-machine.h
45723         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45724         * sysdeps/sparc/sparc64/dl-machine.h
45725         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45727         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45728         lazy binding.
45729         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45730         undefined symbol errors.
45732         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45733         DT_NEEDED entries.
45735 2012-04-05  Michael Matz  <matz@suse.de>
45737         [BZ #13592]
45738         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45740 2012-04-05  Andreas Jaeger  <aj@suse.de>
45742         [BZ #13908]
45743         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45744         comment.
45746 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45748         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45749         which ROUND is no valid rounding mode.
45751 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45753         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45754         read again.
45755         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45757 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45759         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45760         an exception using FPU order intentionally.
45762 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45764         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45765         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45766         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45767         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45769 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45771         [BZ #12340]
45772         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45773         EINVAL when BUFLEN is too smal.
45775 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45777         [BZ #13553]
45778         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45779         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45781 2012-04-03  Andreas Jaeger  <aj@suse.de>
45783         [BZ #13938]
45784         * manual/setjmp.texi (System V contexts): Fix sentence.
45786         [BZ #13926]
45787         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45788         New macro for this case.
45789         [!__GNUC__] (__bswap_64): New inline function for this case.
45790         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45791         * bits/byteswap.h: Likewise.
45792         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45793         ull, guard with __GLIBC_HAVE_LONG_LONG.
45795         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45796         __GLIBC_HAVE_LONG_LONG.
45798         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45799         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45801 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45803         [BZ #13691]
45804         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45805         inptr and inend, rather than using last_ch.
45807 2012-04-02  David S. Miller  <davem@davemloft.net>
45809         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45810         * stdio-common/printf-parse.h (read_int): Change return type to
45811         'int', return -1 on INT_MAX overflow.
45812         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45813         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45814         overflows INT_MAX.  Check for overflow of in-format-string precision
45815         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45816         SIZE_MAX not INT_MAX for integer overflow test.
45817         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45818         skip the construct in the format string but do not record anything.
45819         * stdio-common/bug22.c: Adjust to test both width/prevision
45820         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45821         explicitly for proper errno values.
45823 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45825         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45826         CHAR_MAX.
45827         * string/test-strcmp.c [! WIDE]: Likewise.
45828         * time/tst-mktime2.c: Likewise for INT_MAX.
45829         * string/test-string.h: #include <sys/param.h> for MIN.
45831         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45832         * sysdeps/i386/init-first.c (init): Likewise.
45833         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45834         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45835         * sysdeps/sh/init-first.c (init): Likewise.
45837 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45839         * po/ru.po: Update from translation team.
45840         * po/vi.po: Likewise.
45842 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45844         * resolv/nss_dns/dns-host.c: Merge copyright years.
45846 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45848         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45849         Optimize memcpy with prefetch if
45850         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45851         src, dst pointers have unequal 16 byte alignments.
45853 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45855         [BZ #13928]
45856         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45857         from a CNAME entry and return the minimum ttl for the query.
45858         (gaih_getanswer_slice): Likewise.
45860 2012-03-30  Jeff Law  <law@redhat.com>
45862         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45863         due to long keys.
45864         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45865         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45867         * resolv/nss_dns/dns-host.c: Update copyright year.
45869 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45871         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45872         requests to save a system call.  Fix check that all bytes are sent.
45874         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45875         comments for sendmmsg.
45877 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45879         [BZ #13691]
45880         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45881         with only 1 character between 0x0041 and 0x01b0.
45882         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45883         * wcsmbs/tst-mbsnrtowcs.c: New file.
45885 2012-03-29  David S. Miller  <davem@davemloft.net>
45887         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45888         small copies by hand.
45890 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45892         [BZ #13761]
45893         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45894         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45895         group memberships.
45897 2012-03-28  David S. Miller  <davem@davemloft.net>
45899         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45900         that branches into memcpy.
45901         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45902         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45903         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45904         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45905         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45906         bits.
45907         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45908         implementation too.
45909         * sysdeps/sparc/mempcpy.S: New file.
45911         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45912         the IFUNC routine in the libc case.
45913         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45915         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45916         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45917         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45918         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45919         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45920         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45921         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45922         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45924         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45925         loop to 256 bytes instead of 64 bytes and fix test signedness.
45927         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45928         * sysdeps/sparc/sparc32/Makefile: rather than here...
45929         * sysdeps/sparc/sparc64/Makefile: and here.
45931 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45933         * malloc/mallocbug.c: Avoid warnings about unused variables.
45935 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45937         [BZ #13760]
45938         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45939         in the right place. Discard and retry query if response is
45940         larger than input buffer size.
45942 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45944         [BZ #369]
45945         [BZ #2678]
45946         [BZ #3866]
45947         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45948         x for large integer exponent.
45949         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45950         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45951         sign of result as needed afterwards.
45952         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45953         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45954         result for underflowing pow the same as for overflow.
45955         (__kernel_standard_l): Handle powl overflow and underflow here
45956         rather than calling __kernel_standard.
45957         * math/libm-test.inc (pow_test): Add more tests.
45959         [BZ #3868]
45960         [BZ #13879]
45961         [BZ #13910]
45962         [BZ #13911]
45963         [BZ #13912]
45964         [BZ #13913]
45965         [BZ #13915]
45966         [BZ #13916]
45967         [BZ #13917]
45968         [BZ #13918]
45969         [BZ #13919]
45970         [BZ #13920]
45971         [BZ #13921]
45972         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45973         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45974         (__kernel_standard_l): New function.
45975         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45976         __kernel_standard.
45977         * math/w_acosl.c (__acosl): Likewise.
45978         * math/w_asinl.c (__asinl): Likewise.
45979         * math/w_atan2l.c (__atan2l): Likewise.
45980         * math/w_atanhl.c (__atanhl): Likewise.
45981         * math/w_coshl.c (__coshl): Likewise.
45982         * math/w_exp10l.c (__exp10l): Likewise.
45983         * math/w_exp2l.c (__exp2l): Likewise.
45984         * math/w_fmodl.c (__fmodl): Likewise.
45985         * math/w_hypotl.c (__hypotl): Likewise.
45986         * math/w_j0l.c (__j0l, __y0l): Likewise.
45987         * math/w_j1l.c (__j1l, __y1l): Likewise.
45988         * math/w_jnl.c (__jnl, __ynl): Likewise.
45989         * math/w_lgammal.c (__lgammal): Likewise.
45990         * math/w_log10l.c (__log10l): Likewise.
45991         * math/w_log2l.c (__log2l): Likewise.
45992         * math/w_logl.c (__logl): Likewise.
45993         * math/w_powl.c (__powl): Likewise.
45994         * math/w_remainderl.c (__remainderl): Likewise.
45995         * math/w_scalbl.c (sysv_scalbl): Likewise.
45996         * math/w_sinhl.c (__sinhl): Likewise.
45997         * math/w_sqrtl.c (__sqrtl): Likewise.
45998         * math/w_tgammal.c (__tgammal): Likewise.
45999         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46000         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46001         * math/libm-test.inc (acos_test): Add more tests.
46002         (acosh_test): Likewise.
46003         (asin_test): Likewise.
46004         (atanh_test): Likewise.
46005         (exp_test): Likewise.
46006         (exp10_test): Likewise.
46007         (exp2_test): Likewise.
46008         (expm1_test): Likewise.
46009         (lgamma_test): Likewise.
46010         (log_test): Likewise.
46011         (log10_test): Likewise.
46012         (log1p_test): Likewise.
46013         (log2_test): Likewise.
46014         (pow_test): Do not allow some spurious overflow exceptions.
46015         (sqrt_test): Add more tests.
46016         (tgamma_test): Likewise.
46017         (y0_test): Likewise.
46018         (y1_test): Likewise.
46019         (yn_test): Likewise.
46021 2012-03-27  Anton Blanchard  <anton@samba.org>
46023         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46024         MAP_HUGETLB.
46025         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46026         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46027         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46029 2012-03-27  David S. Miller  <davem@davemloft.net>
46031         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46033         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46034         have-as-vis3 check.
46036 2012-03-27  Andreas Jaeger  <aj@suse.de>
46038         * sysdeps/x86_64/elf/configure.in: Moved to ...
46039         * sysdeps/x86_64/configure.in: ... here.
46040         * sysdeps/x86_64/elf/start.S: Moved to ...
46041         * sysdeps/x86_64/start.S: ... here.
46042         * sysdeps/x86_64/elf/configure: Delete.
46044         * sysdeps/x86_64/configure.in: Merge contents from
46045         sysdeps/i386/configure.in (without i686 check).
46047         * sysdeps/i386/elf/Versions: Merge into ...
46048         * sysdeps/i386/Versions: ... this.
46049         * sysdeps/i386/elf/Versions: Delete file.
46050         * sysdeps/i386/elf/start.S: Moved to ...
46051         * sysdeps/i386/start.S: ...here.
46052         * sysdeps/i386/elf/configure.in: Merge into...
46053         * sysdeps/i386/configure.in: ...here.
46054         * sysdeps/i386/elf/configure.in: Delete file.
46055         * sysdeps/i386/elf/configure: Delete file.
46057         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46058         * debug/backtracesyms.c: ... here.
46059         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46060         * debug/backtracesymsfd.c: ... here.
46061         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46062         * sysdeps/generic/ifunc-sel.h: ... here.
46064         * sysdeps/unix/i386/start.c: Delete file.
46065         * sysdeps/unix/sparc/start.c: Delete file.
46066         * sysdeps/unix/start.c: Delete file.
46068         * sysdeps/sh/elf/configure.in: Moved to ...
46069         * sysdeps/sh/configure.in: ... here.
46070         * sysdeps/sh/elf/start.S: Moved to ...
46071         * sysdeps/sh/start.S: ... here.
46072         * sysdeps/sh/elf/configure: Delete file.
46074         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46075         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46076         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46077         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46078         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46079         * sysdeps/powerpc/powerpc64/start.S: here.
46080         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46081         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46082         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46083         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46084         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46086         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46087         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46088         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46089         * sysdeps/powerpc/powerpc32/start.S: ... here.
46090         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46091         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46092         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46094         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46095         * sysdeps/powerpc/ifunc-sel.h: ... here.
46096         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46097         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46099         * sysdeps/sparc/elf/configure.in: Moved to ...
46100         * sysdeps/sparc/configure.in: ... here.
46101         * sysdeps/sparc/elf/configure: Delete file.
46102         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46103         * sysdeps/sparc/sparc32/start.S: ... here.
46104         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46105         * sysdeps/sparc/sparc64/start.S: ... here.
46106         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46107         * sysdeps/sparc/sparc32/Makefile: ... this.
46108         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46109         * sysdeps/sparc/sparc64/Makefile: ... this.
46111         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46112         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46113         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46114         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46115         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46116         * sysdeps/s390/s390-32/setjmp.S: ... here.
46117         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46118         * sysdeps/s390/s390-32/configure.in: ... here.
46119         * sysdeps/s390/s390-32/elf/configure: Delete file.
46120         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46121         * sysdeps/s390/s390-32/start.S: ... here.
46123         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46124         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46125         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46126         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46127         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46128         * sysdeps/s390/s390-64/setjmp.S: ... here.
46129         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46130         * sysdeps/s390/s390-64/configure.in: ... here
46131         * sysdeps/s390/s390-64/elf/configure: Delete file.
46132         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46133         * sysdeps/s390/s390-64/start.S: ... here.
46134         * sysdeps/s390/s390-64/elf/configure: Delete.
46136         * configure.in: Remove support for elf directories in sysdeps.
46138         * configure: Regenerated.
46139         * sysdeps/i386/configure: Regenerated.
46140         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46141         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46142         * sysdeps/s390/s390-32/configure: Regenerated.
46143         * sysdeps/s390/s390-64/configure: Regenerated.
46144         * sysdeps/sh/configure: Regenerated.
46145         * sysdeps/sparc/configure: Regenerated.
46146         * sysdeps/x86_64/configure: Regenerated.
46148 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46152         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46153         denormal result into account.
46155 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46157         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46158         Reported by Allan McRae <allan@archlinux.org>.
46160 2012-03-23  Jeff Law  <law@redhat.com>
46162         * nss/getnssent.c (__nss_getent): Fix typo.
46164 2012-03-23  David S. Miller  <davem@davemloft.net>
46166         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46168 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46170         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46171         to pad to uint64_t for each field.
46172         (dl_tls_index): Replace unsigned long with uint64_t.
46174 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46175         Paul Pluzhnikov  <ppluzhnikov@google.com>
46177         [BZ #6528]
46178         * grp/Makefile (otherlibs): Don't set it.
46179         * inet/Makefile (otherlibs): Likewise.
46180         * login/Makefile (otherlibs): Likewise.
46181         * nscd/Makefile (otherlibs): Likewise.
46182         * posix/Makefile (otherlibs): Likewise.
46183         * pwd/Makefile (otherlibs): Likewise.
46184         * rt/Makefile (otherlibs): Likewise.
46185         * sunrpc/Makefile (otherlibs): Likewise.
46186         * nss/Makefile (otherlibs): Likewise.
46187         Add libnss_files to routines and static-only-routines.
46188         ($(objpfx)getent): Remove rule.
46189         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46190         static-only-routines.
46192 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46194         [BZ #13892]
46195         * math/s_cexp.c: Include <float.h>.
46196         (__cexp): Handle exp result overflowing not necessarily
46197         overflowing both real and imaginary parts of result.
46198         * math/s_cexpf.c: Likewise.
46199         * math/s_cexpl.c: Likewise.
46200         * math/libm-test.inc (cexp_test): Add more tests.
46201         * sysdeps/i386/fpu/libm-test-ulps: Update.
46202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46204 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46206         * include/link.h (ELFW): New macro.
46207         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46208         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46210 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46212         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46213         with uint64_t.
46215 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46217         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46218         declaration.
46219         (struct La_x32_retval): Likewise.
46221 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46223         * sysdeps/x86_64/preconfigure.in: New file.
46224         * sysdeps/x86_64/preconfigure: New generated file.
46226 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46228         [BZ #13824]
46229         * math/e_exp2l.c: Include <float.h>.
46230         (__ieee754_exp2l): Handle overflow and underflow cases
46231         separately.  Only pass fractional part of argument to
46232         __ieee754_expl.
46233         * math/libm-test.inc (exp2_test): Add more tests.
46235         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46236         negating x to take absolute value.
46237         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46238         Likewise.
46239         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46240         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46241         Likewise.
46242         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46243         computing low part if x was negated.
46244         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46246 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46248         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46249         la_x32_gnu_pltexit.
46250         (pltexit): Cast int_retval to ptrdiff_t.
46251         * elf/tst-auditmod3b.c: Likewise.
46252         * elf/tst-auditmod4b.c: Likewise.
46253         * elf/tst-auditmod5b.c: Likewise.
46254         * elf/tst-auditmod6b.c: Likewise.
46255         * elf/tst-auditmod6c.c: Likewise.
46256         * elf/tst-auditmod7b.c: Likewise.
46258         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46259         and x32_gnu_pltexit.
46261         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46262         __ELF_NATIVE_CLASS.
46263         (La_x32_regs): New macro.
46264         (La_x32_retval): Likewise.
46265         (la_x32_gnu_pltenter): New function prototype.
46266         (la_x32_gnu_pltexit): Likewise.
46268 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46270         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46271         exponent.
46273         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46275         * configure.in (libc_cv_cc_nofma): Check for option to disable
46276         generation of FMA instructions.
46277         * configure: Regenerate.
46278         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46279         * sysdeps/ieee754/dbl-64/Makefile: New file.
46280         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46281         Remove brandred-fma4.
46282         (CFLAGS-brandred-fma4.c): Remove.
46283         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46284         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46285         define.
46286         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46287         define.
46289 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46291         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46292         LLONG_MAX != LONG_MAX.
46293         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46294         (_fitoa_word): Likewise.
46295         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46296         LLONG_MAX != LONG_MAX.
46297         * stdio-common/_itowa.h: Include <_itoa.h>.
46298         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46299         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46300         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46301         only if not defined.
46302         (_ITOA_WORD_TYPE): Likewise.
46303         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46304         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46306 2012-03-21  David S. Miller  <davem@davemloft.net>
46308         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46310 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46312         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46313         of x86_64 when setting libc_cv_slibdir, libdir and
46314         libc_cv_localedir.
46315         * sysdeps/unix/sysv/linux/configure: Regenerated.
46317 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46319         * manual/lang.texi (Old Varargs): Remove section.
46320         (How Variadic): Update menu.
46321         (va_start): Do not mention varargs.h.
46323 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46324             Joseph Myers  <joseph@codesourcery.com>
46326         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46327         link test.
46328         * configure: Regenerated.
46330 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46332         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46333         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46334         conformtest.pl
46336 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46338         * NOTES: Remove.
46339         * Makefile (files-for-dist): Remove NOTES.
46340         (NOTES): Remove rule.
46341         * README: Don't refer to NOTES.
46342         * manual/creature.texi: Don't include macros.texi.
46343         * manual/intro.texi (creature.texi): Remove comment referring to
46344         NOTES.
46346         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46347         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46348         * configure: Regenerated.
46349         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46350         LIBC_TRY_CC_OPTION.
46351         (libc_cv_as_i686): Likewise.
46352         (libc_cv_cc_avx): Likewise.
46353         (libc_cv_cc_sse2avx): Likewise.
46354         (libc_cv_cc_fma4): Likewise.
46355         (libc_cv_cc_novzeroupper): Likewise.
46356         * sysdeps/i386/configure: Regenerated.
46358         [BZ #13883]
46359         * sysdeps/i386/fpu/s_cexp.S: Remove.
46360         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46361         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46362         * math/libm-test.inc (cexp_test): Add more tests.
46363         * sysdeps/i386/fpu/libm-test-ulps: Update.
46364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46366 2012-03-21  Allan McRae  <allan@archlinux.org>
46368         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46370 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46372         [BZ #13871]
46373         * math/w_exp2.c: Do not include <float.h>.
46374         (o_threshold, u_threshold): Remove.
46375         (__exp2): Calculate result before checking finiteness and calling
46376         __kernel_standard.
46377         * math/w_exp2f.c: Likewise.
46378         * math/w_exp2l.c: Likewise.
46379         * math/libm-test.inc (exp2_test): Require overflow exception for
46380         1e6 input.
46382         [BZ #3866]
46383         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46384         range of signed 64-bit integers before using fistpll.  Remove
46385         checks for whether integers fit in mantissa bits.
46386         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46387         the range of signed 32-bit integers before using fistpl.  Remove
46388         checks for whether integers fit in mantissa bits.
46389         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46390         (__ieee754_powl): Test for y outside the range of signed 64-bit
46391         integers before using fistpll.  Reduce 64-bit values to 63-bit
46392         ones as needed.
46393         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46394         divide-by-zero is raised for zero to large negative powers.
46395         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46396         (__ieee754_powl): Test for y outside the range of signed 64-bit
46397         integers before using fistpll.  Reduce 64-bit values to 63-bit
46398         ones as needed.
46399         * math/libm-test.inc (pow_test): Add more tests.
46401 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46403         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46404         <stdio-common/_itoa.h>.
46405         * debug/segfault.c: Likewise.
46406         * elf/dl-cache.c: Likewise.
46407         * elf/dl-minimal.c: Likewise.
46408         * elf/dl-misc.c: Likewise.
46409         * elf/dl-sysdep.c: Likewise.
46410         * elf/dl-version.c: Likewise.
46411         * elf/rtld.c: Likewise.
46412         * hurd/hurdsock.c: Likewise.
46413         * hurd/lookup-retry.c: Likewise.
46414         * malloc/malloc.c: Likewise.
46415         * malloc/mtrace.c: Likewise.
46416         * nscd/nscd_getgr_r.c: Likewise.
46417         * nscd/nscd_getpw_r.c: Likewise.
46418         * nscd/nscd_getserv_r.c: Likewise.
46419         * posix/getopt_init.c: Likewise.
46420         * posix/wordexp.c: Likewise.
46421         * stdio-common/_itoa.c: Likewise.
46422         * stdio-common/printf_fphex.c: Likewise.
46423         * stdio-common/vfprintf.c: Likewise.
46424         * string/_strerror.c: Likewise.
46425         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46426         * sysdeps/i386/i686/hp-timing.h: Likewise.
46427         * sysdeps/mach/_strerror.c: Likewise.
46428         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46429         * sysdeps/mach/hurd/sethostid.c: Likewise.
46430         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46431         * sysdeps/mach/xpg-strerror.c: Likewise.
46432         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46433         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46434         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46435         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46436         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46437         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46439         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46440         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46441         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46442         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46443         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46444         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46445         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46446         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46447         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46448         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46449         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46450         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46451         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46452         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46454         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46456         * stdio-common/_itoa.h: Moved to ...
46457         * sysdeps/generic/_itoa.h: Here.
46459         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46461         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46462         instead of "_itoa.h" and "_itowa.h".
46463         * stdio-common/vfprintf.: Likewise.
46465 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46467         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46468         <bits/wordsize.h>.
46469         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46470         (__signbit): Likwise.
46471         (llrintf): Likwise.
46472         (llrint): Likwise.
46474 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46476         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46477         __WORDSIZE != 64.
46479 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46481         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46482         OVERFLOW_EXCEPTION_OK.
46483         * math/libm-test.inc ("Philosophy"): Update comment about
46484         exception testing.
46485         (OVERFLOW_EXCEPTION): Define.
46486         (OVERFLOW_EXCEPTION_OK): Likewise.
46487         (INVALID_EXCEPTION_OK): Renumber.
46488         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46489         (IGNORE_ZERO_INF_SIGN): Likewise.
46490         (test_exceptions): Handle FE_OVERFLOW.
46491         (exp10_test): Expect overflow exceptions.
46492         (exp2_test): Likewise.
46493         (expm1_test): Likewise.
46494         (nextafter_test): Likewise.
46495         (pow_test): Likewise.
46496         (scalbn_test): Likewise.
46497         (scalbln_test): Likewise.
46499 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46501         * sysdeps/x86_64/bits/atomic.h
46502         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46503         64bit integer.
46504         (atomic_exchange_acq): Likewise.
46505         (__arch_exchange_and_add_body): Likewise.
46506         (__arch_add_body): Likewise.
46507         (atomic_add_negative): Likewise.
46508         (atomic_add_zero): Likewise.
46510 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46512         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46513         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46515 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46517         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46518         Check __x86_64__ instead of __WORDSIZE.
46520 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46522         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46524 2012-03-19  David S. Miller  <davem@davemloft.net>
46526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46528         * sysdeps/sparc/fpu/fenv_private.h: New file.
46529         * sysdeps/sparc/fpu/math_private.h: Use it.
46530         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46531         Remove.
46532         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46533         (libc_feholdexcept_setroundl): Remove.
46534         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46535         Remove.
46536         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46537         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46539 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46541         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46542         int64_t instead of long int.
46543         (INSERT_WORDS64): Likwise.
46545 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46547         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46548         _Unwind_GetCFA return to _Unwind_Ptr first.
46550 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46552         [BZ #13629]
46553         * math/s_clog.c: Include <float.h>.
46554         (__clog): Scale large or subnormal inputs.
46555         * math/s_clogf.c: Likewise.
46556         * math/s_clogl.c: Likewise.
46557         * math/s_clog10.c: Include <float.h>.
46558         (M_LOG10_2): Define.
46559         (__clog10): Scale large or subnormal inputs.
46560         * math/s_clog10f.c: Likewise.
46561         * math/s_clog10l.c: Likewise.
46562         * math/libm-test.inc (clog_test): Add more tests.
46563         (clog10_test): Likewise.
46564         * sysdeps/i386/fpu/libm-test-ulps: Update.
46565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46567         [BZ #11451]
46568         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46569         x and y.
46570         * math/libm-test.inc (atan2_test): Add another test.
46572         * Makerules (common-objdir-compile): Remove.
46573         * sysdeps/unix/Makefile (config-generated): Do not add
46574         $(unix-generated) to variable.
46575         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46576         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46577         Remove rule.
46578         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46579         Likewise.
46580         [generic bits/local_lim.h] (before-compile): Do not append to
46581         variable.
46582         [generic bits/local_lim.h] (common-generated): Likewise.
46583         [generic sys/param.h] (before-compile): Do not append to variable.
46584         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46585         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46586         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46587         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46588         include.
46589         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46590         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46591         [generic sys/param.h] ($(addprefix
46592         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46593         [generic sys/param.h] (common-generated): Do not append to
46594         variable.
46595         [generic sys/param.h] (sysdep_headers): Likewise.
46596         [generic bits/errno.h] (before-compile): Do not append to
46597         variable.
46598         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46599         rule.
46600         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46601         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46602         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46603         [generic bits/errno.h] (common-generated): Do not append to
46604         variable.
46605         [generic bits/ioctls.h] (before-compile): Do not append to
46606         variable.
46607         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46608         rule.
46609         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46610         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46611         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46612         rule.
46613         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46614         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46615         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46616         [generic bits/ioctls.h] (common-generated): Do not append to
46617         variable.
46618         [generic sys/syscall.h] (syscall.h): Remove variable.
46619         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46620         rule.
46621         [generic sys/syscall.h] (before-compile): Do not append to
46622         variable.
46623         [generic sys/syscall.h] (common-generated): Likewise.
46624         * sysdeps/unix/errnos-tmpl.c: Remove file.
46625         * sysdeps/unix/errnos.awk: Likewise.
46626         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46627         * sysdeps/unix/ioctls.awk: Likewise.
46628         * sysdeps/unix/mk-local_lim.c: Likewise.
46629         * sysdeps/unix/snarf-ioctls: Likewise.
46631 2012-03-19  Richard Henderson  <rth@twiddle.net>
46633         * sysdeps/i386/fpu/fenv_private.h: New file.
46634         * sysdeps/i386/fpu/math_private.h: Use it.
46635         (math_opt_barrier, math_force_eval): Remove.
46636         (libc_feholdexcept_setround_53bit): Remove.
46637         (libc_feupdateenv_53bit): Remove.
46638         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46639         (math_opt_barrier, math_force_eval): Remove.
46640         (libc_feholdexcept): Remove.
46641         (libc_feholdexcept_setround): Remove.
46642         (libc_fetestexcept, libc_fesetenv): Remove.
46643         (libc_feupdateenv_test): Remove.
46644         (libc_feupdateenv, libc_feholdsetround): Remove.
46645         (libc_feresetround): Remove.
46647         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46648         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46650         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46651         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46652         (libc_feupdateenv_testl): New.
46653         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46654         (libc_feupdateenv_testf): New.
46655         (libc_feupdateenv): Use libc_feupdateenv_test.
46656         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46657         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46659         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46660         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46661         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46662         (libc_feresetround_noex): New.
46663         (libc_feresetround_noexf): New.
46664         (libc_feresetround_noexl): New.
46665         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46666         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46667         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46668         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46669         SET_RESTORE_ROUND.
46670         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46671         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46672         (__cos): Likewise.
46673         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46674         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46675         SET_RESTORE_ROUND_NOEX.
46676         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46677         SET_RESTORE_ROUND_NOEXF.
46678         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46679         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46680         (libc_feholdsetroundf): New.
46681         (libc_feresetround, libc_feresetroundf): New.
46683         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46684         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46685         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46687         * sysdeps/generic/math_private.h: Include <fenv.h>.
46688         (default_libc_feholdexcept): New.
46689         (default_libc_feholdexcept_setround): New.
46690         (default_libc_fesetenv, default_libc_feupdateenv): New.
46691         (libc_feholdexcept): Only define if undefined.
46692         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46693         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46694         (libc_feholdexcept_setroundl): Likewise.
46695         (libc_feholdexcept_setround_53bit): Likewise.
46696         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46697         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46698         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46699         (libc_feupdateenv_53bit): Likewise.
46700         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46701         (libc_feholdexcept): Convert from macro to inline function.
46702         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46703         (libc_fesetenv, libc_feupdateenv): Likewise.
46705         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46706         not previously defined.
46707         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46708         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46709         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46710         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46711         * sysdeps/ieee754/flt-32/math_private.h: New file.
46712         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46713         math_private.h below SET_FLOAT_WORD.
46714         (__isnan, __isinf_ns, __finite): Remove.
46715         (__isnanf, __isinf_nsf, __finitef): Remove.
46717 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46719         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46721 2012-03-17  David S. Miller  <davem@davemloft.net>
46723         [BZ #6471]
46724         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46725         for 2.16.
46727 2012-03-16  David S. Miller  <davem@davemloft.net>
46729         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46730         warnings.
46732         [BZ #6471]
46733         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46734         properly.
46735         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46736         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46737         sysdep_routines when subdir is sysvipc.
46738         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46739         __getshmlba helper.
46741         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46743 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46745         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46746         [__LP64__].
46748 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46750         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46751         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46752         (__lround): Renamed to ...
46753         (__llround): This.  Replace long int with long long int.
46754         Define lround functions as aliases of llround functions.
46755         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46757 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46759         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46760         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46761         adresses to uintptr_t.  Replace "long int" and "unsigned long
46762         int" with "greg_t" on va_arg.
46764 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46766         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46767         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46769         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46770         Move e_machine check before EI_CLASS check.  Handle x32
46771         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46772         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46773         SKIP_EM_IA_64 and include
46774         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46776         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46777         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46778         (add_system_dir): New macro.
46780         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46781         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46783 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46785         [BZ #2551]
46786         [BZ #2552]
46787         [BZ #2553]
46788         [BZ #2554]
46789         [BZ #2562]
46790         [BZ #2563]
46791         [BZ #2565]
46792         [BZ #2566]
46793         [BZ #2576]
46794         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46795         (y0): Likewise.
46796         * math/w_j0f.c (j0f): Likewise.
46797         (y0f): Likewise.
46798         * math/w_j0l.c (__j0l): Likewise.
46799         (__y0l): Likewise.
46800         * math/w_j1.c (j1): Likewise.
46801         (y1): Likewise.
46802         * math/w_j1f.c (j1f): Likewise.
46803         (y1f): Likewise.
46804         * math/w_j1l.c (__j1l): Likewise.
46805         (__y1l): Likewise.
46806         * math/w_jn.c (jn): Likewise.
46807         (yn): Likewise.
46808         * math/w_jnf.c (jnf): Likewise.
46809         (ynf): Likewise.
46810         * math/w_jnl.c (__jnl): Likewise.
46811         (__ynl): Likewise.
46812         * math/libm-test.inc (j0_test): Add more tests.
46813         (j1_test): Likewise.
46814         (jn_test): Likewise.  Add trailing semicolon to existing test.
46815         (y0_test): Likewise.
46816         (y1_test): Likewise.
46817         * sysdeps/i386/fpu/libm-test-ulps: Update.
46818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46820         [BZ #13851]
46821         [BZ #13854]
46822         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46823         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46824         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46825         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46826         (__tanl): Set errno for infinite argument.
46827         * sysdeps/i386/fpu/mptan.c: Remove.
46828         * sysdeps/i386/fpu/s_tan.S: Likewise.
46829         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46830         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46831         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46832         * math/libm-test.inc (tan_test): Add more tests and enable more
46833         tests for double and long double.
46834         * sysdeps/i386/fpu/libm-test-ulps: Update.
46835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46837 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46839         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46840         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46842 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46844         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46845         * configure.in: Use it for both main tree and add-ons.
46846         * configure: Regenerated.
46848 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46850         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46852 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46854         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46855         in comment.
46857         [BZ #13851]
46858         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46859         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46861         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46863         infinite argument.
46864         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46865         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46866         != 0 for prec == 2.
46867         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46868         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46869         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46870         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46871         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46872         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46873         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46874         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46875         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46876         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46877         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46878         * math/libm-test.inc (cos_test): Add more tests and enable more
46879         tests for long double.
46880         (sin_test): Likewise.
46881         (sincos_test): Likewise.
46882         * sysdeps/i386/fpu/libm-test-ulps: Update.
46883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46885 2012-03-16  David S. Miller  <davem@davemloft.net>
46887         * sysdeps/sparc/fpu/math_private.h: New file.
46889 2012-03-15  David S. Miller  <davem@davemloft.net>
46891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46892         file.
46893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46895         file.
46896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46897         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46898         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46899         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46900         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46901         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46902         sysdep routines.
46903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46905         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46906         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46908         * sysdeps/sparc/sparc-ifunc.h: New file.
46909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46910         sparc-ifunc.h
46911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46913         Likewise.
46914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46915         Likewise.
46916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46920         Likewise.
46921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46926         Likewise.
46927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46928         Likewise.
46929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46933         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46934         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46935         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46936         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46937         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46938         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46939         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46940         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46941         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46942         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46943         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46944         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46945         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46946         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46947         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46948         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46949         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46950         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46951         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46952         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46954 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46956         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46957         scaling.
46958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46960 2012-03-15  Andreas Jaeger  <aj@suse.de>
46962         [BZ #13852]
46963         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46964         ieee754/flt-32 implementation for sin, cos and sincos.
46965         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46966         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46967         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46968         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46969         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46970         ieee754/flt-32 implementation for tan.
46972         * math/libm-test.inc (cos_test): Enable some large input tests for
46973         float as well
46974         (sin_test): Likewise.
46975         (sincos_test): Likewise.
46976         (tan_test): Add tests for large input.
46978         * sysdeps/i386/fpu/libm-test-ulps: Update.
46980 2012-03-15  Andreas Jaeger  <aj@suse.de>
46982         [BZ #13658]
46983         * math/libm-test.inc (cos_test): Add more test cases.
46984         (sin_test): Likewise.
46985         (sincos_test): Likewise.
46987 2012-03-15  Andreas Jaeger  <aj@suse.de>
46989         [BZ #13837]
46990         * math/libm-test.inc (cos_test): Add a test case for large input
46991         value.
46992         (sin_test): Likewise.
46993         (sincos_test): Likewise.
46995 2012-03-15  Andreas Jaeger  <aj@suse.de>
46996             Joseph Myers  <joseph@codesourcery.com>
46998         [BZ #13658]
46999         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47000         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47001         * sysdeps/i386/fpu/branred.c: Likewise.
47002         * sysdeps/i386/fpu/dosincos.c: Likewise.
47003         * sysdeps/i386/fpu/mpa.c: Likewise.
47004         * sysdeps/i386/fpu/s_cos.S: Likewise.
47005         * sysdeps/i386/fpu/s_sin.S: Likewise.
47006         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47007         * sysdeps/i386/fpu/sincos32.c: Likewise.
47009         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47010         Define.
47011         (libc_feupdateenv_53bit): Define.
47012         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47013         Define.
47014         (libc_feupdateenv_53bit): Define.
47016         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47017         53 bit (without extend i386 double precision).
47019         * math/libm-test.inc (sincos_test): Add tests for large input.
47020         (sin): Likewise.
47021         (cos): Likewise.
47023         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47025 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47029 2012-03-15  David S. Miller  <davem@davemloft.net>
47031         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47032         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47033         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47034         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47035         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47036         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47039         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47040         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47041         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47042         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47043         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47044         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47045         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47047         file.
47048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47050         file.
47051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47053         file.
47054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47056         file.
47057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47058         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47059         fmin/fmax sysdep routines.
47060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47062 2012-03-14  David S. Miller  <davem@davemloft.net>
47064         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47065         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47066         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47067         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47068         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47069         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47070         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47071         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47072         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47073         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47074         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47075         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47076         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47077         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47078         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47079         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47080         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47081         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47082         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47083         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47084         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47085         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47086         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47087         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47088         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47089         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47090         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47091         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47092         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47093         routines.
47094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47095         file.
47096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47098         file.
47099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47101         file.
47102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47104         file.
47105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47107         file.
47108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47110         file.
47111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47112         file.
47113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47114         file.
47115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47116         file.
47117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47118         New file.
47119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47120         file.
47121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47122         file.
47123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47125         file.
47126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47128         file.
47129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47131         file.
47132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47134         VIS3 routines.
47136         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47137         New file.
47139         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47141         * sysdeps/sparc/configure.in: New file.
47142         * sysdeps/sparc/configure: Generate.
47143         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47144         * configure: Regenerate.
47145         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47146         * config.make.in (have-as-vis3): New.
47147         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47148         available use -Av9d instead of -Av9a.
47149         * sysdeps/sparc/sparc64/Makefile: Likewise.
47150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47152         New file.
47153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47154         file.
47155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47156         New file.
47157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47158         file.
47159         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47160         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47161         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47162         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47163         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47165         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47166         fzeros/fnegs to load 0x80000000 into a float register instead of
47167         using the stack.
47168         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47170 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47172         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47173         bits/syscall.h.
47174         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47175         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47176         ($(inst_includedir)/bits/syscall.h): Remove rule.
47177         ($(objpfx)bits/syscall.d): Include instead of
47178         $(objpfx)syscall-list.d.
47179         (generated): Change syscall-list.h and syscall-list.d to
47180         bits/syscall.h and bits/syscall.d.
47182 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47184         [BZ #13846]
47185         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47187 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47189         [BZ #13841]
47190         * math/s_csqrt.c: Include <float.h>.
47191         (__csqrt): Scale large or subnormal inputs.
47192         * math/s_csqrtf.c: Likewise.
47193         * math/s_csqrtl.c: Likewise.
47194         * math/libm-test.inc (csqrt_test): Add more tests.
47195         * sysdeps/i386/fpu/libm-test-ulps: Update.
47196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47198         [BZ #13840]
47199         * math/libm-test.inc (hypot_test): Add more tests.
47201 2012-03-13  David S. Miller  <davem@davemloft.net>
47203         [BZ #13840]
47204         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47205         double-precision for the calculation instead of scaling.
47207 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47209         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47210         manipulate bits before adding and subtracting TWO52[sx].
47211         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47212         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47213         Likewise.
47214         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47216 2012-03-13  David S. Miller  <davem@davemloft.net>
47218         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47219         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47220         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47221         rtld-global-offsets.h
47222         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47224         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47225         large parameters.
47227         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47229         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47230         'err' in the ifdef scope in which it is actually used.
47232         * nss/nss_db/db-init.c: Include string.h
47234 2012-03-12  David S. Miller  <davem@davemloft.net>
47236         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47237         masking out of the most significant byte of random value used.
47238         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47239         Fix coding style in previous change.
47241         * sysdeps/unix/sysv/linux/kernel-features.h
47242         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47243         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47244         expression.
47245         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47246         later.
47248 2012-03-11  David S. Miller  <davem@davemloft.net>
47250         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47251         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47252         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47253         for 'resultvar' otherwise things get truncated on 64-bit.
47255         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47256         Fix masking out of the most significant byte of random value used.
47258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47260 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47264 2012-03-09  David S. Miller  <davem@davemloft.net>
47266         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47267         variables with appropriate CPP guards.
47268         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47269         from the frame pointer, not the stack pointer.  Correct layout
47270         comments.  Fix test on resulting framesize and the management of
47271         the outregs buffer for pltexit.  Preserve floating point return
47272         values across _dl_call_pltexit call.
47273         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47274         framesize and the management of the outregs buffer for pltexit.
47275         Preserve floating point return values across _dl_call_pltexit
47276         call.
47277         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47278         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47279         (la_sparc64_gnu_pltexit): New functions.
47280         (print_exit): Fix format string for return register value.
47282 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47284         * sunrpc/Makefile (others): Add rpcgen.
47285         ($(objpfx)rpcgen): Remove special build rule and dependency on
47286         libc.
47287         * sunrpc/rpcgen.c: New file.
47289 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47291         [BZ #13673]
47292         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47293         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47294         * sysdeps/i386/crti.S: Likewise.
47295         * sysdeps/i386/crtn.S: Likewise.
47296         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47297         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47298         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47299         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47300         * sysdeps/sh/crti.S: Likewise.
47301         * sysdeps/sh/crtn.S: Likewise.
47302         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47304         [BZ #13673]
47305         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47306         with URL.
47307         * locale/programs/locfile-kw.gperf: Likewise.
47308         * locale/programs/charmap-kw.h: Regenerated.
47309         * locale/programs/locfile-kw.h: Likewise.
47311         [BZ #13673]
47312         * intl/plural.y: Replace FSF snail mail address with URL.
47313         * intl/plural.c: Regenerated.
47315 2012-03-09  Richard Henderson  <rth@twiddle.net>
47317         * include/math_private.h: Remove file.
47318         * math/math_private.h: Move file ...
47319         * sysdeps/generic/math_private.h: ... here.
47321         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47322         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47323         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47325         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47326         and <math_private.h>.
47327         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47328         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47329         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47330         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47331         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47332         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47333         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47334         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47335         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47336         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47337         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47338         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47339         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47340         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47341         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47342         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47343         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47344         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47345         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47346         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47347         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47348         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47349         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47350         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47351         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47352         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47353         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47354         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47355         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47356         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47357         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47358         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47359         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47360         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47361         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47362         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47363         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47364         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47365         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47366         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47367         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47368         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47369         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47370         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47371         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47372         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47373         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47374         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47375         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47376         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47377         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47378         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47379         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47380         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47381         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47382         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47383         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47384         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47385         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47386         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47387         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47388         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47389         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47390         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47391         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47392         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47393         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47394         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47395         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47396         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47397         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47398         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47399         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47400         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47401         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47402         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47403         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47404         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47405         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47406         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47407         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47408         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47409         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47410         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47411         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47412         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47413         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47414         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47415         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47416         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47417         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47418         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47419         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47420         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47421         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47422         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47423         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47424         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47425         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47426         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47427         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47428         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47429         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47430         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47431         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47432         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47433         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47434         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47435         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47436         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47437         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47438         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47439         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47440         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47441         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47442         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47443         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47444         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47445         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47446         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47447         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47448         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47449         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47450         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47451         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47452         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47453         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47454         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47455         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47456         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47457         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47458         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47459         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47460         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47461         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47462         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47463         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47464         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47465         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47466         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47467         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47468         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47469         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47470         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47471         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47472         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47473         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47474         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47475         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47476         * sysdeps/ieee754/k_standard.c: Likewise.
47477         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47478         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47479         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47480         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47481         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47482         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47483         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47484         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47485         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47486         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47487         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47488         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47489         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47490         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47491         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47492         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47493         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47494         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47495         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47496         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47497         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47498         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47499         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47500         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47501         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47502         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47503         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47504         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47505         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47506         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47507         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47508         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47509         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47510         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47511         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47512         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47513         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47514         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47515         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47516         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47517         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47518         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47519         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47520         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47521         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47522         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47523         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47524         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47525         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47526         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47527         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47528         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47529         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47530         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47531         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47532         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47533         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47534         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47535         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47536         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47537         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47538         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47539         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47540         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47541         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47542         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47543         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47544         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47545         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47546         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47547         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47548         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47549         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47550         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47551         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47552         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47553         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47554         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47555         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47556         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47557         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47558         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47559         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47560         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47561         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47562         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47563         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47564         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47565         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47566         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47567         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47568         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47569         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47570         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47571         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47572         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47573         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47574         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47575         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47576         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47577         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47578         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47579         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47580         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47581         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47582         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47583         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47584         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47585         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47586         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47587         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47588         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47589         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47590         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47591         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47592         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47593         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47594         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47595         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47596         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47597         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47598         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47599         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47600         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47601         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47602         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47603         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47604         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47605         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47606         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47607         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47608         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47609         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47610         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47611         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47612         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47613         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47614         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47615         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47616         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47617         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47618         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47619         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47620         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47621         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47622         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47623         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47624         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47625         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47626         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47627         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47628         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47629         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47630         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47631         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47632         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47633         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47634         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47635         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47636         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47637         * sysdeps/ieee754/s_lib_version.c: Likewise.
47638         * sysdeps/ieee754/s_matherr.c: Likewise.
47639         * sysdeps/ieee754/s_signgam.c: Likewise.
47640         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47641         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47642         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47643         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47644         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47645         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47646         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47647         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47648         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47649         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47650         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47651         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47652         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47653         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47654         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47655         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47656         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47657         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47658         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47659         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47660         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47662 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47664         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47665         * sunrpc/rpc_main.c: Likewise.
47666         * sunrpc/rpc_svcout.c: Likewise.
47668 2012-03-09  David S. Miller  <davem@davemloft.net>
47670         * include/math_private.h: New file.
47672 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47674         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47675         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47676         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47677         from <bits/socket_type.h>.
47678         (enum __socket_type): Don't define here.
47679         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47680         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47681         bits/socket_type.h.
47683         [BZ #13566]
47684         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47685         checking __USE_GNU.
47687         * Makerules ($(inst_includedir)/%.h): New rule.
47688         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47689         (install-others): Remove variable setting.
47690         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47692 2012-03-08  Richard Henderson  <rth@twiddle.net>
47694         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47695         from macro to inline function; merge with the
47696         !__LIBC_INTERNAL_MATH_INLINES version.
47697         (__ieee754_sqrtf): Likewise.
47699         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47700         to inline function.
47701         (__rintf, __floor, __floorf): Likewise.
47703         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47704         macro to inline function.
47705         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47707         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47708         not <math/math_private.h>.
47710 2012-03-08  David S. Miller  <davem@davemloft.net>
47712         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47713         copyright year.
47714         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47716 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47718         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47719         normalization.
47720         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47721         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47723 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47725         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47726         be defined individually, they must be defined as a block.  Define
47727         S for printing a string instead of hidint the different by using a
47728         macro for adding the 'l'.
47729         * stdio-common/tst-fphex-wide.c: Adjust.
47731 2012-03-07  Marek Polacek  <polacek@redhat.com>
47733         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47735 2012-03-08  Marek Polacek  <polacek@redhat.com>
47737         [BZ #13806]
47738         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47739         * stdio-common/tst-fphex.c: Define a few macros to make the
47740         test reusable.  Use them.
47741         * stdio-common/tst-fphex-wide.c: New file.
47743 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47745         [BZ #6911]
47746         * manual/macros.texi (gnusystems): New macro.
47747         (nongnusystems): Likewise.
47748         (gnulinuxhurdsystems): Likewise.
47749         (gnuhurdsystems): Likewise..
47750         (gnulinuxsystems): Likewise.
47751         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47752         variants of the GNU system, not "GNU system".
47753         * manual/conf.texi: Likewise.
47754         * manual/errno.texi: Likewise.  Update example of errno macro
47755         expansion.
47756         * manual/filesys.texi: Likewise.
47757         (getumask): Document as specific to GNU/Hurd.
47758         * manual/install.texi: Likewise.  Reword some references to
47759         GNU/Linux.
47760         * manual/intro.texi: Likewise.
47761         * manual/io.texi: Likewise.
47762         (File Name Portability): Detail which constraints are inapplicable
47763         to all GNU systems and which are only inapplicable to GNU/Hurd.
47764         * manual/job.texi: Likewise.
47765         * manual/llio.texi: Likewise.
47766         (O_NOCTTY): Document as present on GNU/Linux.
47767         * manual/maint.texi: Likewise.
47768         * manual/memory.texi: Likewise.
47769         * manual/pattern.texi: Likewise.
47770         * manual/pipe.texi: Likewise.
47771         * manual/process.texi: Likewise.
47772         * manual/resource.texi: Likewise.
47773         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47774         child on GNU/Hurd.
47775         * manual/setjmp.texi: Likewise.
47776         * manual/signal.texi: Likewise.
47777         * manual/startup.texi: Likewise.
47778         * manual/stdio.texi: Likewise.
47779         * manual/terminal.texi: Likewise.
47780         (ONLCR): Document as POSIX.
47781         (OXTABS): Document availability on GNU/Linux as XTABS.
47782         (ONOEOT): Document availability separately from other bits.
47783         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47784         * manual/time.texi: Likewise.
47785         * manual/users.texi: Likewise.
47786         * INSTALL: Regenerated.
47787         * sysdeps/gnu/errlist.c: Regenerated.
47789         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47790         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47791         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47792         puts.
47793         * configure: Regenerated.
47795 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47797         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47798         default includes instead of AC_HEADER_CHECK.
47799         * sysdeps/i386/configure: Regenerated.
47801         [BZ #10716]
47802         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47803         * math/s_cacoshf.c (__cacoshf): Likewise.
47804         * math/s_cacoshl.c (__cacoshl): Likewise.
47805         * math/s_casinh.c (__casinh): Set signs of result from argument.
47806         * math/s_casinhf.c (__casinhf): Likewise.
47807         * math/s_casinhl.c (__casinhl): Likewise.
47808         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47809         (casinh_test): Add more tests.
47810         * sysdeps/i386/fpu/libm-test-ulps: Update.
47811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47813 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47815         * po/zh_TW.po: Update from translation team.
47817         * login/Makefile (distribute): Remove variable.
47818         * catgets/Makefile: Likewise.
47819         * mach/Makefile: Likewise.
47820         * malloc/Makefile: Likewise.
47821         * misc/Makefile: Likewise.
47822         * iconv/Makefile: Likewise.
47823         * nscd/Makefile: Likewise.
47824         * hurd/Makefile: Likewise.
47825         * manual/Makefile: Likewise.
47826         * locale/Makefile: Likewise.
47827         * intl/Makefile: Likewise.
47828         * conform/Makefile: Likewise.
47829         * nss/Makefile: Likewise.
47830         * time/Makefile: Likewise.
47831         * soft-fp/Makefile: Likewise.
47832         * dirent/Makefile: Likewise.
47833         * gmon/Makefile: Likewise.
47834         * po/Makefile: Likewise.
47835         * rt/Makefile: Likewise.
47836         * socket/Makefile: Likewise.
47837         * math/Makefile: Likewise.
47838         * signal/Makefile: Likewise.
47839         * debug/Makefile: Likewise.
47840         * elf/Makefile: Likewise.
47841         * timezone/Makefile: Likewise.
47842         * stdlib/Makefile: Likewise.
47843         * iconvdata/Makefile: Likewise.
47844         * sunrpc/Makefile: Likewise.
47845         * io/Makefile: Likewise.
47846         * argp/Makefile: Likewise.
47847         * inet/Makefile: Likewise.
47848         * hesiod/Makefile: Likewise.
47849         * grp/Makefile: Likewise.
47850         * csu/Makefile: Likewise.
47851         * wctype/Makefile: Likewise.
47852         * crypt/Makefile: Likewise.
47853         * libio/Makefile: Likewise.
47854         * string/Makefile: Likewise.
47855         * nis/Makefile: Likewise.
47856         * resolv/Makefile: Likewise.
47857         * stdio-common/Makefile: Likewise.
47858         * wcsmbs/Makefile: Likewise.
47859         * dlfcn/Makefile: Likewise.
47860         * posix/Makefile: Likewise.
47862         [BZ #6959]
47863         * timezone/Makefile: Don't install timezone files, just the programs
47864         and scripts.
47866 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47868         * nss/databases.def: Add missing gshadow entry.
47870         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47872 2012-03-06  Marek Polacek  <polacek@redhat.com>
47874         [BZ #13726]
47875         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47876         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47877         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47878         * stdio-common/tst-long-dbl-fphex.c: New file.
47880 2012-03-06  David S. Miller  <davem@davemloft.net>
47882         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47883         (set_obp_int): New function.
47884         (get_obp_int): New function.
47885         (__get_clockfreq_via_dev_openprom): Likewise.
47886         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47887         Avoid unused variable warnings on 'val' and use builtin_expect.
47888         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47889         __builtin_expect.
47890         (INLINE_CLONE_SYSCALL): Likewise.
47892 2012-03-05  David S. Miller  <davem@davemloft.net>
47894         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47896 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47900         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47901         only for |x| >= 40.
47902         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47904 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47906         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47907         Replace gettimeofday with __vdso_gettimeofday.
47909         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47910         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47911         __vdso_clock_gettime and __vdso_getcpu.
47913         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47914         time with __vdso_time.
47916 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47918         * manual/lang.texi (size_t): Note types to which size_t may be
47919         equivalent with the GNU C Library, but do not describe when
47920         differences between them are significant.
47922 2012-03-05  Andreas Jaeger  <aj@suse.de>
47924         * sysdeps/i386/fpu/libm-test-ulps: Update.
47926 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47928         [BZ #3976]
47929         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47930         (__ieee754_pow): Save and restore rounding mode and use
47931         round-to-nearest for main computations.
47932         * math/libm-test.inc (pow_test_tonearest): New function.
47933         (pow_test_towardzero): Likewise.
47934         (pow_test_downward): Likewise.
47935         (pow_test_upward): Likewise.
47936         (main): Call the new functions.
47937         * sysdeps/i386/fpu/libm-test-ulps: Update.
47938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47940         [BZ #3976]
47941         * math/libm-test.inc (cosh_test_tonearest): New function.
47942         (cosh_test_towardzero): Likewise.
47943         (cosh_test_downward): Likewise.
47944         (cosh_test_upward): Likewise.
47945         (sinh_test_tonearest): Likewise.
47946         (sinh_test_towardzero): Likewise.
47947         (sinh_test_downward): Likewise.
47948         (sinh_test_upward): Likewise.
47949         (main): Call the new functions.
47950         * sysdeps/i386/fpu/libm-test-ulps: Update.
47951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47953 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47955         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47956         default stack guard is set in last bytes.
47957         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47959 2012-03-05  Kees Cook  <keescook@chromium.org>
47961         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47963         [BZ #13656]
47964         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47965         possibly allocate from heap instead of stack.
47966         * stdio-common/bug-vfprintf-nargs.c: New file.
47967         * stdio-common/Makefile (tests): Add nargs overflow test.
47969 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47971         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47973 2012-03-03  Marek Polacek  <polacek@redhat.com>
47975         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47976         * math/math_private.h: Likewise.
47977         * stdlib/tst-strtod.c: Likewise.
47978         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47979         * sysdeps/x86_64/bits/atomic.h: Likewise.
47981 2012-03-02  David S. Miller  <davem@davemloft.net>
47983         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47984         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47985         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47986         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47987         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47988         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47989         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47990         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47992 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47994         [BZ #13792]
47995         * manual/examples/README: New file, says the example source files
47996         can be used under GPL>=2.
47997         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47998         line containing just "*/".
47999         * manual/examples/add.c: Add copyright header (GPL>=2).
48000         * manual/examples/argp-ex1.c: Likewise.
48001         * manual/examples/argp-ex2.c: Likewise.
48002         * manual/examples/argp-ex3.c: Likewise.
48003         * manual/examples/argp-ex4.c: Likewise.
48004         * manual/examples/atexit.c: Likewise.
48005         * manual/examples/db.c: Likewise.
48006         * manual/examples/dir.c: Likewise.
48007         * manual/examples/dir2.c: Likewise.
48008         * manual/examples/execinfo.c: Likewise.
48009         * manual/examples/filecli.c: Likewise.
48010         * manual/examples/filesrv.c: Likewise.
48011         * manual/examples/fmtmsgexpl.c: Likewise.
48012         * manual/examples/genpass.c: Likewise.
48013         * manual/examples/inetcli.c: Likewise.
48014         * manual/examples/inetsrv.c: Likewise.
48015         * manual/examples/isockad.c: Likewise.
48016         * manual/examples/longopt.c: Likewise.
48017         * manual/examples/memopen.c: Likewise.
48018         * manual/examples/memstrm.c: Likewise.
48019         * manual/examples/mkfsock.c: Likewise.
48020         * manual/examples/mkisock.c: Likewise.
48021         * manual/examples/mygetpass.c: Likewise.
48022         * manual/examples/pipe.c: Likewise.
48023         * manual/examples/popen.c: Likewise.
48024         * manual/examples/rprintf.c: Likewise.
48025         * manual/examples/search.c: Likewise.
48026         * manual/examples/select.c: Likewise.
48027         * manual/examples/setjmp.c: Likewise.
48028         * manual/examples/sigh1.c: Likewise.
48029         * manual/examples/sigusr.c: Likewise.
48030         * manual/examples/stpcpy.c: Likewise.
48031         * manual/examples/strdupa.c: Likewise.
48032         * manual/examples/strftim.c: Likewise.
48033         * manual/examples/strncat.c: Likewise.
48034         * manual/examples/subopt.c: Likewise.
48035         * manual/examples/swapcontext.c: Likewise.
48036         * manual/examples/termios.c: Likewise.
48037         * manual/examples/testopt.c: Likewise.
48038         * manual/examples/testpass.c: Likewise.
48039         * manual/examples/timeval_subtract.c: Likewise.
48041         [BZ #13792]
48042         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48043         function to ...
48044         * manual/timeval_subtract.c.texi: ... here, new file.
48046 2012-03-02  David S. Miller  <davem@davemloft.net>
48048         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48050 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48052         [BZ #3976]
48053         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48054         (__sin): Save and restore rounding mode and use round-to-nearest
48055         for all computations.
48056         (__cos): Save and restore rounding mode and use round-to-nearest
48057         for all computations.
48058         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48059         <fenv.h>.
48060         (tan): Save and restore rounding mode and use round-to-nearest for
48061         all computations.
48062         * math/libm-test.inc (cos_test_tonearest): New function.
48063         (cos_test_towardzero): Likewise.
48064         (cos_test_downward): Likewise.
48065         (cos_test_upward): Likewise.
48066         (sin_test_tonearest): Likewise.
48067         (sin_test_towardzero): Likewise.
48068         (sin_test_downward): Likewise.
48069         (sin_test_upward): Likewise.
48070         (tan_test_tonearest): Likewise.
48071         (tan_test_towardzero): Likewise.
48072         (tan_test_downward): Likewise.
48073         (tan_test_upward): Likewise.
48074         (main): Call the new functions.
48075         * sysdeps/i386/fpu/libm-test-ulps: Update.
48076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48078         [BZ #10135]
48079         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48080         small n, then large n, before computing and testing k+n.
48081         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48082         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48083         Likewise.
48084         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48085         Likewise.
48086         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48087         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48088         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48089         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48090         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48091         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48092         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48093         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48094         * math/libm-test.inc (scalbn_test): Add more tests.
48095         (scalbln_test): Likewise.
48097         * manual/filesys.texi (mode_t): Describe constraints on size and
48098         signedness, not exact equivalence to a particular type.
48099         (ino_t): Likewise.
48100         (ino64_t): Likewise.
48101         (dev_t): Likewise.
48102         (nlink_t): Likewise.
48103         (blkcnt_t): Likewise.
48104         (blkcnt64_t): Likewise.
48105         * manual/llio.texi (off_t): Likewise.
48107         [BZ #3976]
48108         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48109         (__ieee754_exp): Save and restore rounding mode and use
48110         round-to-nearest for all computations.
48111         * math/libm-test.inc (exp_test_tonearest): New function.
48112         (exp_test_towardzero): Likewise.
48113         (exp_test_downward): Likewise.
48114         (exp_test_upward): Likewise.
48115         (main): Call the new functions.
48116         * sysdeps/i386/fpu/libm-test-ulps: Update.
48117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48119 2012-03-01  Chris Demetriou  <cgd@google.com>
48121         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48122         have predictable order.
48124 2012-03-01  David S. Miller  <davem@davemloft.net>
48126         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48128         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48129         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48130         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48131         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48133         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48134         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48135         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48137         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48138         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48139         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48140         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48141         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48145         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48146         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48147         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48149         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48150         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48151         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48152         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48153         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48154         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48155         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48156         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48157         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48158         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48159         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48160         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48161         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48162         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48163         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48164         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48165         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48166         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48167         * sysdeps/sparc/elf/configure: Regenerated.
48169 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48171         * configure.in (AS, LD): Require binutils 2.20 or later.
48172         * configure: Regenerated.
48173         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48174         as required minimum version.
48175         * INSTALL: Regenerated.
48177         [BZ #2541]
48178         [BZ #4108]
48179         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48180         before squaring exponent.
48181         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48182         bottom long double and 27 bits of top long double before squaring
48183         exponent.
48184         * math/libm-test.inc (erfc_test): Add more tests.
48185         * sysdeps/i386/fpu/libm-test-ulps: Update.
48186         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48189 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48191         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48192         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48193         containing bit-fields.
48194         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48195         * soft-fp/single.h (_FP_UNION_S): Likewise.
48196         * soft-fp/double.h (_FP_UNION_D): Likewise.
48198 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48200         [BZ #13786]
48201         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48202         not include ../strcmp.S.
48203         [USE_AS_STRNCASECMP_L]: Likewise.
48204         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48205         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48206         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48207         (__strncasecmp_l_ia32): Define as alias to
48208         __strncasecmp_l_nonascii.
48210         [BZ #5794]
48211         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48212         * sysdeps/i386/fpu/libm-test-ulps: Update.
48213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48215         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48218 2012-02-29  Jeff Law  <law@redhat.com>
48220         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48221         out of bounds read.
48223 2012-02-29  Marek Polacek  <polacek@redhat.com>
48225         [BZ #13706]
48226         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48227         * elf/Makefile: Add rules to run tst-unused-dep.out.
48229 2012-02-28  David S. Miller  <davem@davemloft.net>
48231         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48232         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48233         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48234         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48235         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48236         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48238 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48240         * math/libm-test.inc (llround_test): Move one test from
48241         lround_test.  Use TEST_f_L in moved test.
48242         (lround_test): Move misplaced test to llround_test.  Add testcase
48243         from bug 2561.
48245 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48247         * sysdeps/x86_64/fpu/e_expf.S: New file.
48248         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48250 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48252         [BZ #13637]
48253         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48254         of remain_len that may cause incomplete multi-byte character and
48255         false match.
48256         * posix/bug-regex33.c: New file.
48257         * posix/Makefile (tests): Add bug-regex33.
48259 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48261         * manual/macros.texi: New file.
48262         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48263         * manual/libc.texinfo: Include macros.texi.
48264         * manual/creatute.texi: Likewise.
48265         * manual/install.texi: Likewise.
48266         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48267         @glibcadj{} in references to the GNU C Library.
48268         * manual/charset.texi: Likewise.
48269         * manual/conf.texi: Likewise.
48270         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48271         when not using those macros.
48272         * manual/creature.texi: Likewise.
48273         * manual/crypt.texi: Likewise.
48274         * manual/errno.texi: Likewise.
48275         * manual/filesys.texi: Likewise.
48276         * manual/header.texi: Likewise.
48277         * manual/install.texi: Likewise.
48278         * manual/intro.texi: Likewise.
48279         * manual/io.texi: Likewise.
48280         * manual/job.texi: Likewise.
48281         * manual/lang.texi: Likewise.
48282         * manual/libc.texiinfo: Likewise.
48283         * manual/llio.texi: Likewise.
48284         * manual/locale.texi: Likewise.
48285         * manual/maint.texi: Likewise.
48286         * manual/math.texi: Likewise.
48287         * manual/memory.texi: Likewise.
48288         * manual/message.texi: Likewise.
48289         * manual/nss.texi: Likewise.
48290         * manual/pattern.texi: Likewise.
48291         * manual/process.texi: Likewise.
48292         * manual/resource.texi: Likewise.
48293         * manual/search.texi: Likewise.
48294         * manual/setjmp.texi: Likewise.
48295         * manual/signal.texi: Likewise.
48296         * manual/socket.texi: Likewise.
48297         * manual/startup.texi: Likewise.
48298         * manual/stdio.texi: Likewise.
48299         * manual/string.texi: Likewise.
48300         * manual/sysinfo.texi: Likewise.
48301         * manual/syslog.texi: Likewise.
48302         * manual/terminal.texi: Likewise.
48303         * manual/time.texi: Likewise.
48304         * manual/users.texi: Likewise.
48305         * INSTALL: Regenerated.
48306         * NOTES: Regenerated.
48307         * sysdeps/gnu/errlist.c: Regenerated.
48309 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48311         * include/dirent.h: Include <dirstream.h> before
48312         <dirent/dirent.h>.
48314 2012-02-28  David S. Miller  <davem@davemloft.net>
48316         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48317         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48318         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48319         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48321 2012-02-27  David S. Miller  <davem@davemloft.net>
48323         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48324         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48325         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48326         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48329         frame pointer instead of stack pointer relative arg slot.
48330         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48331         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48332         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48334 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48336         [BZ #3992]
48337         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48339 2012-02-27  David S. Miller  <davem@davemloft.net>
48341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48344         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48345         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48346         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48347         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48348         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48350 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48352         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48353         later.  Allow versions 5-9.
48354         * configure: Regenerated.
48355         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48356         required minimum version and 4.6 as recommended version.  Do not
48357         mention bugs in GCC 2.7 and 2.8.
48358         * INSTALL: Regenerated.
48360 2012-02-27  David S. Miller  <davem@davemloft.net>
48362         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48363         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48366         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48367         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48368         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48369         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48371         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48372         manipulate bits before adding and subtracting TWO112[sx].
48373         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48375 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48377         [BZ #13775]
48378         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48379         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48380         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48381         being in POSIX, because they are in 1003.1-2008.
48383         * rt/tst-aio.c: Include <fcntl.h>.
48384         * rt/tst-aio7.c: Likewise.
48385         * rt/tst-aio64.c: Likewise.
48387         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48389 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48391         * manual/install.texi (--with-headers): Describe headers as
48392         interface headers, not private headers.
48393         (Specific advice for GNU/Linux systems): Describe use of headers
48394         from "make headers_install", not private headers from older
48395         kernels.
48396         * INSTALL: Regenerated.
48397         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48398         Change to 2.6.19.
48399         * sysdeps/unix/sysv/linux/configure: Regenerated.
48401         * manual/llio.texi (fclean): Remove documentation.
48403         * manual/Makefile (libc-texi-generated): New variable.  Include
48404         version.texi.
48405         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48406         $(libc-texi-generated), not duplicated list of files.
48407         (version.texi, stamp-version): New rules.
48408         (realclean): Remove $(libc-texi-generated), not individual files
48409         from that list.  Do not remove dir-add.texinfo.
48410         * manual/libc.texinfo: Comment out uses of edition numbers and
48411         references to printed manual.  Remove last-updated dates.
48412         (EDITION): Comment out.
48413         (ISBN): Likewise.
48414         (VERSION, UPDATED): Remove.
48415         (version.texi): Include.
48417 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48419         * sysdeps/posix/spawni.c: Include <signal.h>.
48420         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48421         * sysdeps/pthread/aio_fsync.c: Likewise.
48423 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48425         * conform/Makefile (tests): Run only when not cross-compiling and
48426         when fast-check is not defined.
48428         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48429         * conform/data/limits.h-data: Fixes for POSIX2008.
48430         * conform/run-conformtest.sh: Run all tests.
48431         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48432         headers.
48433         * include/bits/dlfcn.h: Likewise.
48434         * include/langinfo.h: Likewise.
48435         * include/monetary.h: Likewise.
48436         * include/sys/poll.h: Likewise.
48438         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48439         for __USE_GNU.
48440         * posix/spawn.h: Define __need_sigset_t.
48441         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48442         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48443         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48444         to get sigevent_t only.
48445         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48446         only for __USE_GNU.
48447         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48448         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48449         process_vm_writev only for __USE_GNU.
48450         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48452         * conform/Makefile: For now ignore errors from run-conformtest.
48453         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48454         POSIX to avoid namespace pollution.  Don't prepend headers.
48455         * conform/data/aio.h-data: Fixes for POSIX testing.
48456         * conform/data/fcntl.h-data: Likewise.
48457         * conform/data/glob.h-data: Likewise.
48458         * conform/data/grp.h-data: Likewise.
48459         * conform/data/pthread.h-data: Likewise.
48460         * conform/data/pwd.h-data: Likewise.
48461         * conform/data/signal.h-data: Likewise.
48462         * conform/data/spawn.h-data: Likewise.
48463         * conform/data/stdio.h-data: Likewise.
48464         * conform/data/stdlib.h-data: Likewise.
48465         * conform/data/stropts.h-data: Likewise.
48466         * conform/data/sys/mman.h-data: Likewise.
48467         * conform/data/sys/stat.h-data: Likewise.
48468         * conform/data/sys/types.h-data: Likewise.
48469         * conform/data/sys/wait.h-data: Likewise.
48470         * conform/data/time.h-data: Likewise.
48471         * conform/data/unistd.h-data: Likewise.
48472         * conform/data/utime.h-data: Likewise.
48474         * io/sys/stat.h: fchmod was always in POSIX.
48475         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48476         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48477         * rt/aio.h: Define __need_timespec before including <time.h>.
48478         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48479         struct.  Add forward declaration of pthread_attr_t and use it in
48480         sigevent.
48481         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48482         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48483         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48484         always remove CLK_TCK definition.
48486 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48488         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48490 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48492         * conform/run-conformtest.sh: New file.
48493         * conform/Makefile: Run run-conformtest for tests.
48494         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48495         support.
48497         * conform/data/uchar.h-data: New file.
48498         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48499         * conform/data/arpa/inet.h-data: Likewise.
48500         * conform/data/assert.h-data: Likewise.
48501         * conform/data/complex.h-data: Likewise.
48502         * conform/data/cpio.h-data: Likewise.
48503         * conform/data/ctype.h-data: Likewise.
48504         * conform/data/dirent.h-data: Likewise.
48505         * conform/data/dlfcn.h-data: Likewise.
48506         * conform/data/errno.h-data: Likewise.
48507         * conform/data/fcntl.h-data: Likewise.
48508         * conform/data/float.h-data: Likewise.
48509         * conform/data/fmtmsg.h-data: Likewise.
48510         * conform/data/fnmatch.h-data: Likewise.
48511         * conform/data/ftw.h-data: Likewise.
48512         * conform/data/glob.h-data: Likewise.
48513         * conform/data/grp.h-data: Likewise.
48514         * conform/data/iconv.h-data: Likewise.
48515         * conform/data/inttypes.h-data: Likewise.
48516         * conform/data/langinfo.h-data: Likewise.
48517         * conform/data/libgen.h-data: Likewise.
48518         * conform/data/limits.h-data: Likewise.
48519         * conform/data/locale.h-data: Likewise.
48520         * conform/data/math.h-data: Likewise.
48521         * conform/data/monetary.h-data: Likewise.
48522         * conform/data/mqueue.h-data: Likewise.
48523         * conform/data/ndbm.h-data: Likewise.
48524         * conform/data/net/if.h-data: Likewise.
48525         * conform/data/netdb.h-data: Likewise.
48526         * conform/data/netinet/in.h-data: Likewise.
48527         * conform/data/nl_types.h-data: Likewise.
48528         * conform/data/poll.h-data: Likewise.
48529         * conform/data/pthread.h-data: Likewise.
48530         * conform/data/pwd.h-data: Likewise.
48531         * conform/data/regex.h-data: Likewise.
48532         * conform/data/sched.h-data: Likewise.
48533         * conform/data/search.h-data: Likewise.
48534         * conform/data/semaphore.h-data: Likewise.
48535         * conform/data/setjmp.h-data: Likewise.
48536         * conform/data/signal.h-data: Likewise.
48537         * conform/data/spawn.h-data: Likewise.
48538         * conform/data/stdarg.h-data: Likewise.
48539         * conform/data/stdio.h-data: Likewise.
48540         * conform/data/stdlib.h-data: Likewise.
48541         * conform/data/string.h-data: Likewise.
48542         * conform/data/strings.h-data: Likewise.
48543         * conform/data/stropts.h-data: Likewise.
48544         * conform/data/sys/ipc.h-data: Likewise.
48545         * conform/data/sys/mman.h-data: Likewise.
48546         * conform/data/sys/msg.h-data: Likewise.
48547         * conform/data/sys/resource.h-data: Likewise.
48548         * conform/data/sys/select.h-data: Likewise.
48549         * conform/data/sys/sem.h-data: Likewise.
48550         * conform/data/sys/shm.h-data: Likewise.
48551         * conform/data/sys/socket.h-data: Likewise.
48552         * conform/data/sys/stat.h-data: Likewise.
48553         * conform/data/sys/statvfs.h-data: Likewise.
48554         * conform/data/sys/time.h-data: Likewise.
48555         * conform/data/sys/timeb.h-data: Likewise.
48556         * conform/data/sys/times.h-data: Likewise.
48557         * conform/data/sys/types.h-data: Likewise.
48558         * conform/data/sys/uio.h-data: Likewise.
48559         * conform/data/sys/un.h-data: Likewise.
48560         * conform/data/sys/utsname.h-data: Likewise.
48561         * conform/data/sys/wait.h-data: Likewise.
48562         * conform/data/syslog.h-data: Likewise.
48563         * conform/data/tar.h-data: Likewise.
48564         * conform/data/termios.h-data: Likewise.
48565         * conform/data/utime.h-data: Likewise.
48566         * conform/data/utmpx.h-data: Likewise.
48567         * conform/data/varargs.h-data: Likewise.
48568         * conform/data/wchar.h-data: Likewise.
48569         * conform/data/wctype.h-data: Likewise.
48570         * conform/data/wordexp.h-data: Likewise.
48572         * include/stropts.h: New file.
48573         * include/uchar.h: New file.
48574         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48575         * include/assert.h: Likewise.
48576         * include/ctype.h: Likewise.
48577         * include/dirent.h: Likewise.
48578         * include/dlfcn.h: Likewise.
48579         * include/fcntl.h: Likewise.
48580         * include/fnmatch.h: Likewise.
48581         * include/glob.h: Likewise.
48582         * include/grp.h: Likewise.
48583         * include/libio.h: Likewise.
48584         * include/locale.h: Likewise.
48585         * include/math.h: Likewise.
48586         * include/net/if.h: Likewise.
48587         * include/netdb.h: Likewise.
48588         * include/netinet/in.h: Likewise.
48589         * include/pthread.h: Likewise.
48590         * include/pwd.h: Likewise.
48591         * include/regex.h: Likewise.
48592         * include/sched.h: Likewise.
48593         * include/search.h: Likewise.
48594         * include/setjmp.h: Likewise.
48595         * include/signal.h: Likewise.
48596         * include/stdio.h: Likewise.
48597         * include/stdlib.h: Likewise.
48598         * include/string.h: Likewise.
48599         * include/sys/cdefs.h: Likewise.
48600         * include/sys/mman.h: Likewise.
48601         * include/sys/msg.h: Likewise.
48602         * include/sys/resource.h: Likewise.
48603         * include/sys/select.h: Likewise.
48604         * include/sys/socket.h: Likewise.
48605         * include/sys/stat.h: Likewise.
48606         * include/sys/statvfs.h: Likewise.
48607         * include/sys/time.h: Likewise.
48608         * include/sys/times.h: Likewise.
48609         * include/sys/uio.h: Likewise.
48610         * include/sys/utsname.h: Likewise.
48611         * include/sys/wait.h: Likewise.
48612         * include/termios.h: Likewise.
48613         * include/time.h: Likewise.
48614         * include/ulimit.h: Likewise.
48615         * include/unistd.h: Likewise.
48616         * include/utime.h: Likewise.
48617         * include/wchar.h: Likewise.
48618         * include/wctype.h: Likewise.
48619         * include/wordexp.h: Likewise.
48621         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48623         * time/time.h: TIME_UTC must be a macro.
48624         Make timespec_get available for ISO C11 only as well.
48626 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48628         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48629         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48631 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48633         * configure.in: Use -o not -a in test for unsupported multi-arch.
48635 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48637         * manual/texinfo.tex: Update to version 2012-01-19.16.
48639 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48641         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48643 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48645         [BZ #13738]
48646         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48647         * manual/fdl-1.3.texi: New file.
48648         * manual/fdl-1.1.texi: File removed.
48650         [BZ #13738]
48651         * manual/libc.texinfo (FDL_VERSION): New @set.
48652         Use it for mention of FDL in cover text.
48653         (Documentation License): Use it in @include file name.
48655 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48656             Roland McGrath  <roland@hack.frob.com>
48658         [BZ #5461]
48659         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48660         (not LONG_LONG_MAX and LONG_LONG_MIN.
48661         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48662         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48663         name.
48664         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48666 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48668         [BZ #2547]
48669         [BZ #11365]
48670         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48671         manipulate bits before adding and subtracting TWO23[sx].
48672         * math/libm-test.inc (nearbyint_test): Add more tests.
48674 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48676         [BZ #2548]
48677         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48678         bits before adding and subtracting TWO23[sx].
48679         * math/libm-test.inc (rint_test): Add more tests.
48680         (rint_test_tonearest): Likewise.
48681         (rint_test_towardzero): Likewise.
48682         (rint_test_downward): Likewise.
48683         (rint_test_upward: Likewise.
48685 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48687         [BZ #10110]
48688         * include/stdc-predef.h: New file.  Extracted from features.h.
48689         * include/features.h: Include stdc-predef.h.
48690         * Makefile (headers): Add stdc-predef.h.
48691         * CONFORMANCE (Compiler limitations): Update.
48693 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48695         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48697 2012-02-21  David S. Miller  <davem@davemloft.net>
48699         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48700         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48702 2012-02-20  David S. Miller  <davem@davemloft.net>
48704         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48705         using a normal save/restore sequence, rather than allocating a
48706         dummy stack frame just to store a frame pointer and restore.
48707         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48709 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48711         * manual/install.texi: Fix stray word in line-wrapped comment.
48713 2012-02-20  David S. Miller  <davem@davemloft.net>
48715         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48716         both binutils and gcc support GOTDATA.
48718         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48719         "rd %pc" in the PIC register setup sequences.
48721         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48722         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48723         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48724         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48725         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48726         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48727         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48728         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48729         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48730         (SYSCALL_ERROR_HANDLER): Likewise.
48731         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48732         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48733         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48734         (SYSCALL_ERROR_HANDLER): Likewise.
48736         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48737         (HAVE_GCC_GOTDATA): New.
48738         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48739         relocation support in both binutils and gcc.
48740         * sysdeps/sparc/elf/configure: Regenerate.
48742         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48743         * sysdeps/sparc/sparc32/elf/configure: Delete.
48744         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48745         * sysdeps/sparc/sparc64/elf/configure: Delete.
48746         * sysdeps/sparc/elf/configure.in: New file.
48747         * sysdeps/sparc/elf/configure: Generate.
48749         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48750         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48751         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48752         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48753         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48755 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48757         * manual/install.texi: Do not mention specific glibc version
48758         numbers.
48759         * manual/libc.texinfo (VERSION, UPDATED): Update.
48760         (@copying): Use @copyright{} and range of years.
48762 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48764         [BZ #13695]
48765         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48766         [crti.S not in sysdirs] (generated): Do not append.
48767         [crti.S not in sysdirs] (omit-deps): Likewise.
48768         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48769         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48770         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48771         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48772         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48773         Likewise.
48774         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48775         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48776         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48777         * csu/defs.awk: Remove file.
48778         * sysdeps/generic/initfini.c: Likewise.
48779         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48780         variable.
48781         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48782         Likewise.
48784 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48786         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48787         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48788         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48789         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48790         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48791         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48792         <bits/epoll.h>.
48793         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48794         (__EPOLL_PACKED): Define to empty if not defined by
48795         <bits/epoll.h>.
48796         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48797         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48798         bits/epoll.h.
48800 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48802         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48803         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48804         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48805         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48806         <bits/timerfd.h>.
48807         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48808         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48809         bits/timerfd.h.
48811 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48813         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48814         in C locale.
48815         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48816         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48817         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48820 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48822         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48823         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48825 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48827         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48828         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48829         defined.
48830         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48831         Likewise.
48832         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48833         entry for 2.16.
48835 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48837         * math/w_acos.c: Use non-signaling floating-point comparisons.
48838         * math/w_acosf.c: Likewise.
48839         * math/w_acosh.c: Likewise.
48840         * math/w_acoshf.c: Likewise.
48841         * math/w_acoshl.c: Likewise.
48842         * math/w_acosl.c: Likewise.
48843         * math/w_asin.c: Likewise.
48844         * math/w_asinf.c: Likewise.
48845         * math/w_asinl.c: Likewise.
48846         * math/w_atanh.c: Likewise.
48847         * math/w_atanhf.c: Likewise.
48848         * math/w_atanhl.c: Likewise.
48849         * math/w_exp2.c: Likewise.
48850         * math/w_exp2f.c: Likewise.
48851         * math/w_exp2l.c: Likewise.
48852         * math/w_j0.c: Likewise.
48853         * math/w_j0f.c: Likewise.
48854         * math/w_j0l.c: Likewise.
48855         * math/w_j1.c: Likewise.
48856         * math/w_j1f.c: Likewise.
48857         * math/w_j1l.c: Likewise.
48858         * math/w_jn.c: Likewise.
48859         * math/w_jnf.c: Likewise.
48860         * math/w_log.c: Likewise.
48861         * math/w_log10.c: Likewise.
48862         * math/w_log10f.c: Likewise.
48863         * math/w_log10l.c: Likewise.
48864         * math/w_log2.c: Likewise.
48865         * math/w_log2f.c: Likewise.
48866         * math/w_log2l.c: Likewise.
48867         * math/w_logf.c: Likewise.
48868         * math/w_logl.c: Likewise.
48869         * math/w_sqrt.c: Likewise.
48870         * math/w_sqrtf.c: Likewise.
48871         * math/w_sqrtl.c: Likewise.
48872         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48874         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48875         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48876         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48878 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48880         [BZ #9739]
48881         * manual/string.texi (strnlen): Use correct parameter name in
48882         equivalent expression.
48884 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48886         [BZ #11174]
48887         * manual/users.texi (seteuid): Consistently use neweuid for
48888         argument name.
48890 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48892         [BZ #13704]
48893         * manual/nss.texi (Services in the NSS configuration): Correct
48894         list of services in example configuration file.
48896 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48898         [BZ #11322]
48899         * manual/arith.texi: Remove statements about negative zero
48900         behaving identically to zero.
48902 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48904         [BZ #5993]
48905         * manual/install.texi: Do not document upgrading from libc5.
48907 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48909         [BZ #4596]
48910         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48912 2012-02-18  David S. Miller  <davem@davemloft.net>
48914         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48915         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48916         %o7 across the call.
48917         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48918         instead.
48919         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48920         SETUP_PIC_REG_LEAF.
48921         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48922         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48923         * sysdeps/sparc/crtn.S: Likewise.
48925 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48927         * aout/Makefile: Remove.
48929 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48931         [BZ #13058]
48932         * manual/examples/argp-ex1.c (main): Format definition in GNU
48933         style.
48934         * manual/examples/argp-ex2.c (main): Likewise.
48935         * manual/examples/argp-ex3.c (main): Likewise.
48936         * manual/examples/argp-ex4.c (main): Likewise.
48937         * manual/examples/longopt.c (main): Use new-style prototype
48938         definition.
48939         * manual/examples/strncat.c (main): Specify return type and use
48940         (void) for arguments.
48941         * manual/examples/subopt.c (main): Use char **argv argument.
48943 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48945         [BZ #5077]
48946         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48947         rounding modes.
48949 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48951         [BZ #6907]
48952         * manual/string.texi (strchr): Change when strchrnul is
48953         recommended.
48955 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48957         [BZ #174]
48958         * manual/locale.texi (setlocale): Document LOCPATH.
48960 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48962         [BZ #10210]
48963         * manual/process.texi (execle): Move @dots{} before last argument.
48965 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48967         [BZ #12047]
48968         * manual/charset.texi (Generic Charset Conversion): Fix typo
48969         (LC_TYPE -> LC_CTYPE).
48971 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48973         [BZ #5805]
48974         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48975         (scalbnf): Likewise.
48976         (scalbnl): Likewise.
48977         (scalbln): Likewise.
48978         (scalblnf): Likewise.
48979         (scalblnl): Likewise.
48980         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48981         (vwarnx): Likewise.
48982         (verr): Likewise.
48983         (verrx): Likewise.
48984         * manual/filesys.texi (telldir): Use braces around return type.
48985         * manual/llio.texi (mmap): Add space after comma.
48986         (mmap64): Likewise.
48987         * manual/math.texi (jn): Use @var{} on parameter names.
48988         (jnf): Likewise.
48989         (jnl): Likewise.
48990         (yn): Likewise.
48991         (ynf): Likewise.
48992         (ynl): Likewise.
48993         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48994         line.
48995         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48996         "...".
48997         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48998         (sched_get_priority_max): Likewise.
48999         * manual/signal.texi (sigvec): Add space after comma.
49000         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49001         names.
49002         (if_indextoname): Likewise.
49003         (if_freenameindex): Likewise.
49004         (sendto): Use ',' instead of '.' in prototype.
49005         * manual/startup.texi (syscall): Use @dots{} instead of literal
49006         "...".
49007         * manual/stdio.texi (__fpending): Separate initial words of
49008         paragraph from @deftypefun line.
49009         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49010         "...".
49011         (vsyslog): Use @var{} on parameter names.
49012         * manual/terminal.texi (stty): Use @var{} on parameter names.
49013         * manual/users.texi (getutmp): Use @var{} on parameter names.
49014         (getutmpx): Likewise.
49016 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49018         [BZ #6884]
49019         * manual/stdio.texi (fopen): Fix typos in description of
49020         ",ccs=STRING".
49022 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49024         [BZ #4026]
49025         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49026         get clock_id definition.
49028 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49030         [BZ #4822]
49031         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49032         (madvise): Cast every argument to void on its own.
49034 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49036         [BZ #9902]
49037         * manual/startup.texi (Exit Status): Fix typo.
49039 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49041         [BZ #10140]
49042         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49043         * manual/examples/argp-ex2.c: Likewise.
49044         * manual/examples/argp-ex3.c: Likewise.
49046 2012-02-16  Richard Henderson  <rth@redhat.com>
49048         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49049         * sysdeps/s390/s390-32/initfini.c: Remove.
49050         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49051         * sysdeps/s390/s390-64/initfini.c: Remove.
49053 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49055         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49056         compiler output for sysdeps/generic/initfini.c.
49057         * sysdeps/sh/elf/initfini.c: Remove file.
49059 2012-02-16  David S. Miller  <davem@davemloft.net>
49061         [BZ #11494]
49062         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49064         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49065         * sysdeps/sparc/crti.S: New file.
49066         * sysdeps/sparc/crtn.S: New file.
49067         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49068         * sysdeps/sparc/sparc64/Makefile: Likewise.
49070 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49072         [BZ #3335]
49073         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49075 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49077         [BZ #4822]
49078         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49080         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49081         (write, read, close): Likewise.
49082         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49084 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49086         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49087         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49088         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49089         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49090         <bits/signalfd.h>.
49091         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49092         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49093         bits/signalfd.h.
49095 2012-02-14  Marek Polacek  <polacek@redhat.com>
49097         * sysdeps/x86_64/crti.S: New file.
49098         * sysdeps/x86_64/crtn.S: New file.
49099         * sysdeps/x86_64/elf/initfini.c: Remove file.
49101 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49103         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49104         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49105         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49106         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49107         <bits/inotify.h>.
49108         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49109         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49110         bits/inotify.h.
49112 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49114         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49115         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49116         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49117         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49118         <bits/eventfd.h>.
49119         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49120         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49121         bits/eventfd.h.
49123 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49125         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49126         __feraiseexcept instead of feraiseexcept.
49128         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49129         nanosleep invocations.
49130         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49131         strings, and add error checking for a nanosleep invocations.
49133 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49135         Replace FSF snail mail address with URLs, as per GNU coding standards.
49136         Most of the snail mail addresses were wrong anyway, and omitting
49137         them makes the source code easier to maintain.  Almost all of the
49138         changes are to license notices and to locale LC_IDENTIFICATION
49139         addresses, except for this one:
49140         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49141         not its snail mail address.
49143 2012-02-09  Richard Henderson  <rth@twiddle.net>
49145         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49146         of kernel-features.h.
49148         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49150 2012-02-08  Marek Polacek  <polacek@redhat.com>
49152         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49153         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49154         * sysdeps/gnu/_G_config.h: Likewise.
49155         * sysdeps/generic/_G_config.h: Likewise.
49157 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49159         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49160         tests.
49161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49163         * sysdeps/powerpc/powerpc32/crti.S: New file.
49164         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49165         * sysdeps/powerpc/powerpc64/crti.S: New file.
49166         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49168         * Makeconfig (have-initfini): Don't set.
49169         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49170         * configure.in (nopic_initfini): Don't substitute.
49171         * config.h.in (HAVE_INITFINI): Don't #undef.
49172         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49173         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49175 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49177         Support crti.S and crtn.S provided directly by architectures.
49178         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49179         [crti.S in sysdirs] (omit-deps): Likewise.
49180         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49181         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49182         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49183         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49184         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49185         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49186         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49187         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49188         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49189         compiler output for sysdeps/generic/initfini.c.
49190         * sysdeps/i386/elf/Makefile: Remove file.
49191         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49193 2012-02-07  Marek Polacek  <polacek@redhat.com>
49195         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49196         * sysdeps/gnu/_G_config.h: Likewise.
49197         * sysdeps/mach/hurd/_G_config.h: Likewise.
49199 2012-02-07  Marek Polacek  <polacek@redhat.com>
49201         * math/Makefile (tests): Add tst-CMPLX2.
49202         * math/tst-CMPLX2.c: New file.
49204 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49206         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49208         * math/libm-test.inc (jn_test): Add missing L suffix.
49210 2012-02-06  Marek Polacek  <polacek@redhat.com>
49212         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49213         * sysdeps/i386/fpu/e_powf.S: Likewise.
49214         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49215         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49216         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49217         * sysdeps/i386/fpu/e_pow.S: Likewise.
49218         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49219         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49220         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49221         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49222         * sysdeps/i386/fpu/e_log2.S: Likewise.
49223         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49224         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49225         * sysdeps/i386/fpu/e_powl.S: Likewise.
49226         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49227         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49228         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49229         * sysdeps/i386/fpu/e_logl.S: Likewise.
49230         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49231         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49232         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49233         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49234         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49235         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49236         * sysdeps/i386/fpu/e_log.S: Likewise.
49237         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49238         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49239         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49240         * sysdeps/i386/fpu/e_logf.S: Likewise.
49241         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49242         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49243         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49244         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49245         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49246         * sysdeps/i386/fpu/e_log10.S: Likewise.
49247         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49248         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49249         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49250         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49251         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49252         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49253         * sysdeps/i386/asm-syntax.h: Likewise.
49254         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49255         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49256         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49257         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49258         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49259         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49260         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49261         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49262         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49263         * sysdeps/powerpc/sysdep.h: Likewise.
49264         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49265         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49267 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49269         [BZ #411]
49270         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49272 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49274         * sysdeps/i386/sysdep.h: Include <features.h>.
49275         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49276         version.
49278 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49280         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49281         Define.
49282         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49283         LOAD_PIC_REG_STR.
49285 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49287         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49288         (SETUP_PIC_REG): Use GET_PC_THUNK.
49289         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49290         macro.
49292 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49294         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49295         for non-PIC compilation.
49296         (SETUP_PIC_REG): Add .p2align directive.
49297         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49298         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49299         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49300         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49301         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49302         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49303         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49304         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49305         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49306         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49307         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49308         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49309         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49310         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49311         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49312         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49313         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49314         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49315         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49316         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49317         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49318         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49319         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49320         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49321         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49322         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49323         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49324         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49325         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49326         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49327         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49328         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49329         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49330         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49331         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49332         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49333         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49334         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49335         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49336         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49337         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49339 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49341         * math/tst-CMPLX.c: Include <stdio.h>.
49343 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49345         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49346         float.
49347         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49348         * sysdeps/sparc/bits/mathdef.h: Likewise.
49350 2012-01-31  Marek Polacek  <polacek@redhat.com>
49352         * libio/libio.h: Don't define _PARAMS.
49353         * locale/programs/config.h: Don't define PARAMS.
49354         * stdlib/strtol_l.c: Likewise.
49355         (__strtol_l): Remove PARAMS from the prototype.
49357 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49359         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49360         names.  Just use the correct names.  Remove unnecessary wrapper
49361         functions.
49362         * malloc/arena.c: Likewise.
49363         * malloc/hooks.c: Likewise.
49365         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49366         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49367         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49369 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49371         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49372         into tail calls.
49373         (update_get_addr): New function.
49374         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49375         GET_ADDR_MODULE parameter.
49377 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49379         * crypt/cert.c: Remove __STDC__ conditionals.
49380         * crypt/crypt-entry.c: Likewise.
49381         * crypt/crypt_util.c: Likewise.
49382         * libio/filedoalloc.c: Likewise.
49383         * libio/fileops.c: Likewise.
49384         * libio/genops.c: Likewise.
49385         * libio/iofclose.c: Likewise.
49386         * libio/iofdopen.c: Likewise.
49387         * libio/iofopen.c: Likewise.
49388         * libio/iofopen64.c: Likewise.
49389         * libio/iogetdelim.c: Likewise.
49390         * libio/iopopen.c: Likewise.
49391         * libio/obprintf.c: Likewise.
49392         * libio/oldfileops.c: Likewise.
49393         * libio/oldiofclose.c: Likewise.
49394         * libio/oldiofdopen.c: Likewise.
49395         * libio/oldiofopen.c: Likewise.
49396         * libio/oldiopopen.c: Likewise.
49397         * libio/wfiledoalloc.c: Likewise.
49398         * libio/wgenops.c: Likewise.
49399         * locale/programs/xmalloc.c: Likewise.
49400         * misc/syslog.c: Likewise.
49401         * stdio-common/xbug.c: Likewise.
49402         * string/memchr.c: Likewise.
49403         * string/memcmp.c: Likewise.
49404         * string/memrchr.c: Likewise.
49405         * string/rawmemchr.c: Likewise.
49406         * sysdeps/posix/getcwd.c: Likewise.
49407         * time/strftime_l.c: Likewise.
49409 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49411         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49412         * config.make.in (config-cflags-sse2avx): Define.
49413         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49414         Fix typo.
49416 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49418         * scripts/config.guess: Update from upstream config git repository.
49419         * scripts/config.sub: Likewise.
49421 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49423         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49424         (EM_NUM): Update.
49425         (R_TILEPRO_*, R_TILEGX_*): New macros.
49427         * scripts/firstversions.awk: Fix bug in version range handling.
49429         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49431         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49433         * include/sys/epoll.h: New file.
49434         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49435         libc_hidden_def.
49437 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49439         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49440         Avoid unnecessary __WORDSIZE == 64 test.
49441         (fmaxf): Use VEX format if possible.
49442         (fmax): Likewise.
49443         (fminf): Likewise.
49444         (fmin): Likewise.
49446         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49447         * math/math_private.h: Remove libc_fegetround* and
49448         libc_fesetround*.
49449         * sysdeps/i386/configure.in: Check for -msse2avx.
49450         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49451         also if SSE2AVX is defined.
49452         Remove libc_fegetround* and libc_fesetround*.
49453         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49454         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49455         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49456         of HAS_YMM_USABLE.
49457         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49458         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49459         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49460         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49461         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49463         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49465 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49467         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49468         size is not set.
49469         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49471 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49473         [BZ #13618]
49474         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49475         relocation.
49476         * Makeconfig (libm): Define.
49477         * elf/Makefile: Add rules to build and run tst-relsort1.
49478         * elf/tst-relsort1.c: New file.
49479         * elf/tst-relsort1mod1.c: New file.
49480         * elf/tst-relsort1mod2.c: New file.
49482 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49484         * math/s_ldexp.c: Remove __STDC__ conditionals.
49485         * math/s_ldexpf.c: Likewise.
49486         * math/s_ldexpl.c: Likewise.
49487         * math/s_nextafter.c: Likewise.
49488         * math/s_nexttowardf.c: Likewise.
49489         * math/s_significand.c: Likewise.
49490         * math/s_significandf.c: Likewise.
49491         * math/s_significandl.c: Likewise.
49492         * math/w_jnl.c: Likewise.
49493         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49494         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49495         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49496         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49497         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49498         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49499         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49500         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49501         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49502         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49503         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49504         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49505         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49506         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49507         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49508         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49509         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49510         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49511         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49512         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49513         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49514         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49515         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49516         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49517         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49518         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49519         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49520         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49521         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49522         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49523         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49524         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49525         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49526         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49527         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49528         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49529         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49530         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49531         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49532         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49533         * sysdeps/ieee754/k_standard.c: Likewise.
49534         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49535         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49536         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49537         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49538         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49539         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49540         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49541         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49542         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49543         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49544         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49545         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49546         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49547         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49548         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49549         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49550         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49551         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49552         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49553         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49554         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49555         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49556         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49557         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49558         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49559         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49560         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49561         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49562         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49563         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49564         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49565         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49566         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49567         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49568         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49569         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49570         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49571         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49572         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49573         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49574         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49575         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49576         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49577         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49578         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49579         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49580         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49581         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49582         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49583         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49584         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49585         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49586         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49587         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49588         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49589         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49590         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49591         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49592         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49593         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49594         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49595         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49596         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49597         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49598         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49599         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49600         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49601         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49602         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49603         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49604         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49605         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49606         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49607         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49608         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49609         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49610         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49611         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49612         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49613         * sysdeps/ieee754/s_matherr.c: Likewise.
49614         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49615         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49616         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49617         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49619 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49621         * crypt/md5.h: Remove __STDC__ conditionals.
49622         * libio/libioP.h: Likewise.
49623         * locale/programs/config.h: Likewise.
49624         * sysdeps/generic/sysdep.h: Likewise.
49625         * sysdeps/i386/asm-syntax.h: Likewise.
49626         * sysdeps/s390/asm-syntax.h: Likewise.
49627         * sysdeps/unix/sysdep.h: Likewise.
49628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49631 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49633         * libio/libio.h: Remove __STDC__ conditionals.
49634         * malloc/obstack.h: Likewise.
49635         * math/complex.h: Likewise.
49636         * math/math.h: Likewise.
49637         * sysdeps/generic/_G_config.h: Likewise.
49638         * sysdeps/gnu/_G_config.h: Likewise.
49639         * sysdeps/mach/hurd/_G_config.h: Likewise.
49640         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49641         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49642         * sysdeps/sparc/bits/mathdef.h: Likewise.
49644 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49646         [BZ #13583]
49647         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49648         Clean up HAS_* macros.
49649         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49650         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49651         possible.
49652         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49653         HAS_AVX.
49654         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49655         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49656         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49657         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49658         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49660 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49662         * elf/tst-unique3.cc (gets): Remove declaration.
49663         * elf/tst-unique3lib.cc (gets): Likewise.
49664         * elf/tst-unique3lib2.cc (gets): Likewise.
49665         * elf/tst-unique4.cc (gets): Likewise.
49667 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49669         * include/stdio.h: Add C++ protection.  Add gets declarations and
49670         definitions.
49671         * debug/tst-chk1.c: Don't declare gets here.
49672         * stdio-common/tst-gets.c: Likewise.
49674 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49676         * posix/glob: Remove directory.
49678 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49680         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49682 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49684         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49685         of the non-standard EPFNOSUPPORT.
49687 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49689         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49690         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49691         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49693 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49695         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49697 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49699         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49700         transient errors.
49701         * nscd/grpcache.c (cache_addgr): Likewise.
49702         * nscd/hstcache.c (cache_addhst): Likewise.
49703         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49704         * nscd/pwdcache.c (cache_addpw): Likewise.
49705         * nscd/servicescache.c (cache_addserv): Likewise.
49707 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49709         * malloc/malloc.c: Various cleanups.
49710         * malloc/hooks.c: Likewise.
49712         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49713         * stdlib/bug-fmtmsg1.c: New file.
49715         * stdlib/fmtmsg.c (init): Add missing unlock.
49716         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49718 2012-01-12  Marek Polacek  <polacek@redhat.com>
49720         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49721         and _GNU_SOURCE.
49723 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49725         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49726         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49727         macro to ensure uniqueness of label name.
49728         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49729         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49731 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49733         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49735         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49736         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49737         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49738         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49740 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49742         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49744         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49745         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49746         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49748         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49750         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49751         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49752         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49753         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49755         * math/bits/math-finite.h: Add ldexp support.
49757 2012-01-10  Marek Polacek  <polacek@redhat.com>
49759         * locale/programs/localedef.h (show_archive_content): Add noreturn
49760         attribute.
49762 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49764         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49766 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49768         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49770         * io/Makefile (headers): Add bits/poll2.h.
49772 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49775         typo #include statement.
49777 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49779         * include/sys/cdefs.h: Define __attribute_alloc_size.
49780         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49781         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49782         * elf/pldd.c: Likewise.
49783         * iconv/iconv_charmap.c: Likewise.
49784         * iconv/iconvconfig.c: Likewise.
49785         * iconv/strtab.c: Likewise.
49786         * locale/programs/locale.c: Likewise.
49787         * locale/programs/localedef.h: Likewise.
49788         * locale/programs/simple-hash.c: Likewise.
49789         * nscd/nscd.h: Likewise.
49790         * nss/makedb.c: Likewise.
49791         * sysdeps/generic/ldconfig.h: Likewise.
49792         * locale/programs/localedef.c: Remove xmalloc prototype.
49793         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49795 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49797         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49798         appropriate.
49800 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49802         * math/Makefile (tests): Add tst-CMPLX.
49803         * math/tst-CMPLX.c: New file.
49805         * math/complex.h (CMPLXL): Fix typo.
49807         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49808         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49809         GLIBC_2.16.
49810         * debug/tst-chk1.c: Add poll and ppoll tests.
49811         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49812         * include/sys/poll.h: Add hidden proto for ppoll.
49813         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49814         * sysdeps/mach/hurd/ppoll.c: Likewise.
49815         * io/ppoll.c: Likewise.
49816         * debug/poll_chk.c: New file.
49817         * debug/ppoll_chk.c: New file.
49818         * include/bits/poll2.h: New file.
49819         * io/bits/poll2.h: New file.
49821         [BZ #1350]
49822         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49824         * configure.in: static is always set to yes.  Remove.
49825         * config.make.in: Don't set build-static.
49826         * Makeconfig: Remove use of build-static.
49827         * dlfcn/Makefile: Likewise.
49828         * elf/Makefile: Likewise.
49829         * math/Makefile: Likewise.
49830         * misc/Makefile: Likewise.
49831         * nptl/Makefile: Likewise.
49832         * sysdeps/mach/hurd/Makefile: Likewise.
49834         * configure.in: PWD_P is not used anymore.
49835         * config.make.in: Remove PWD_P entry.
49837         * configure.in: Remove last remnants of RANLIB.
49838         No need to check for signed size_t anymore.
49839         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49840         and IA-64.
49841         Remove __builtin_expect test because we require at least gcc 3.4.
49842         * aclocal.m4: Likewise.
49844         * wcsmbs/mbrtoc16.c: Implement using towc function.
49845         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49846         * wcsmbs/wcsmbsload.c: Likewise.
49847         * iconv/gconv_simple.c: Likewise.
49848         * iconv/gconv_int.h: Likewise.
49849         * iconv/gconv_builtin.h: Likewise.
49850         * iconv/iconv_prog.c: Remove CHAR16 handling.
49852         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49854         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49856         * configure.in: Remove --with-elf and --enable-bounded options.
49857         Dont set base_machine for ia64.  More non-ELF conditions removed.
49858         Remove testing and setting of leading underscore information.
49859         * config.make.in (build-bounded): Set to no.
49860         * config.h.in: Remove NO_UNDERSCORES entry.
49861         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49862         them.
49863         * csu/start.c: Remove !NO_UNDERSCORE code.
49864         * locale/localeinfo.h: Likewise.
49865         * sysdeps/generic/machine-gmon.h: Likewise.
49866         * sysdeps/generic/sysdep.h: Likewise.
49867         * sysdeps/i386/sysdep.h: Likewise.
49868         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49869         * sysdeps/mach/sysdep.h: Likewise.
49870         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49871         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49872         * sysdeps/sh/sysdep.h: Likewise.
49873         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49874         * sysdeps/unix/i386/sysdep.S: Likewise.
49875         * sysdeps/unix/sparc/start.c: Likewise.
49876         * sysdeps/unix/sparc/sysdep.S: Likewise.
49877         * sysdeps/unix/sparc/sysdep.h: Likewise.
49878         * sysdeps/unix/start.c: Likewise.
49879         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49880         * sysdeps/x86_64/sysdep.h: Likewise.
49882 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49884         [BZ #13553]
49885         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49886         for non-gcc.
49887         * argp/argp-fmtstream.h: Use const instead __const.
49888         * argp/argp.h: Likewise.
49889         * assert/assert.h: Likewise.
49890         * bits/fenv.h: Likewise.
49891         * bits/sched.h: Likewise.
49892         * bits/sigset.h: Likewise.
49893         * bits/sigthread.h: Likewise.
49894         * catgets/nl_types.h: Likewise.
49895         * conform/data/pthread.h-data: Likewise.
49896         * crypt/crypt-private.h: Likewise.
49897         * crypt/crypt.h: Likewise.
49898         * crypt/crypt_util.c: Likewise.
49899         * ctype/ctype.h: Likewise.
49900         * debug/execinfo.h: Likewise.
49901         * debug/mbsnrtowcs_chk.c: Likewise.
49902         * debug/mbsrtowcs_chk.c: Likewise.
49903         * debug/wcsnrtombs_chk.c: Likewise.
49904         * debug/wcsrtombs_chk.c: Likewise.
49905         * debug/wcstombs_chk.c: Likewise.
49906         * dirent/dirent.h: Likewise.
49907         * dlfcn/dlfcn.h: Likewise.
49908         * elf/neededtest4.c: Likewise.
49909         * grp/grp.h: Likewise.
49910         * gshadow/gshadow.h: Likewise.
49911         * iconv/gconv.h: Likewise.
49912         * iconv/gconv_int.h: Likewise.
49913         * iconv/gconv_simple.c: Likewise.
49914         * iconv/iconv.h: Likewise.
49915         * iconv/loop.c: Likewise.
49916         * iconv/skeleton.c: Likewise.
49917         * include/aio.h: Likewise.
49918         * include/aliases.h: Likewise.
49919         * include/argz.h: Likewise.
49920         * include/arpa/inet.h: Likewise.
49921         * include/assert.h: Likewise.
49922         * include/dirent.h: Likewise.
49923         * include/dlfcn.h: Likewise.
49924         * include/execinfo.h: Likewise.
49925         * include/fcntl.h: Likewise.
49926         * include/fenv.h: Likewise.
49927         * include/glob.h: Likewise.
49928         * include/grp.h: Likewise.
49929         * include/libintl.h: Likewise.
49930         * include/mntent.h: Likewise.
49931         * include/netdb.h: Likewise.
49932         * include/pwd.h: Likewise.
49933         * include/rpc/netdb.h: Likewise.
49934         * include/sched.h: Likewise.
49935         * include/search.h: Likewise.
49936         * include/shadow.h: Likewise.
49937         * include/signal.h: Likewise.
49938         * include/stdio.h: Likewise.
49939         * include/stdlib.h: Likewise.
49940         * include/string.h: Likewise.
49941         * include/sys/socket.h: Likewise.
49942         * include/sys/stat.h: Likewise.
49943         * include/sys/statfs.h: Likewise.
49944         * include/sys/statvfs.h: Likewise.
49945         * include/sys/syslog.h: Likewise.
49946         * include/sys/time.h: Likewise.
49947         * include/sys/uio.h: Likewise.
49948         * include/time.h: Likewise.
49949         * include/unistd.h: Likewise.
49950         * include/utmp.h: Likewise.
49951         * include/wchar.h: Likewise.
49952         * include/wctype.h: Likewise.
49953         * inet/aliases.h: Likewise.
49954         * inet/arpa/inet.h: Likewise.
49955         * inet/netinet/ether.h: Likewise.
49956         * inet/netinet/in.h: Likewise.
49957         * intl/libintl.h: Likewise.
49958         * io/bits/fcntl2.h: Likewise.
49959         * io/fcntl.h: Likewise.
49960         * io/ftw.h: Likewise.
49961         * io/sys/poll.h: Likewise.
49962         * io/sys/stat.h: Likewise.
49963         * io/sys/statfs.h: Likewise.
49964         * io/sys/statvfs.h: Likewise.
49965         * io/utime.h: Likewise.
49966         * libio/bits/stdio.h: Likewise.
49967         * libio/bits/stdio2.h: Likewise.
49968         * libio/libio.h: Likewise.
49969         * libio/libioP.h: Likewise.
49970         * libio/stdio.h: Likewise.
49971         * locale/lc-ctype.c: Likewise.
49972         * locale/locale.h: Likewise.
49973         * login/utmp.h: Likewise.
49974         * malloc/arena.c: Likewise.
49975         * malloc/malloc.c: Likewise.
49976         * malloc/malloc.h: Likewise.
49977         * malloc/mcheck.c: Likewise.
49978         * malloc/mtrace.c: Likewise.
49979         * math/bits/mathcalls.h: Likewise.
49980         * math/fenv.h: Likewise.
49981         * math/math_private.h: Likewise.
49982         * misc/bits/error.h: Likewise.
49983         * misc/bits/syslog.h: Likewise.
49984         * misc/err.h: Likewise.
49985         * misc/error.h: Likewise.
49986         * misc/fstab.h: Likewise.
49987         * misc/mntent.h: Likewise.
49988         * misc/regexp.h: Likewise.
49989         * misc/search.h: Likewise.
49990         * misc/sgtty.h: Likewise.
49991         * misc/sys/mman.h: Likewise.
49992         * misc/sys/syslog.h: Likewise.
49993         * misc/sys/uio.h: Likewise.
49994         * misc/sys/xattr.h: Likewise.
49995         * misc/ttyent.h: Likewise.
49996         * nis/rpcsvc/ypclnt.h: Likewise.
49997         * nss/nss.h: Likewise.
49998         * posix/bits/unistd.h: Likewise.
49999         * posix/fnmatch.h: Likewise.
50000         * posix/glob.h: Likewise.
50001         * posix/sched.h: Likewise.
50002         * posix/spawn.h: Likewise.
50003         * posix/sys/wait.h: Likewise.
50004         * posix/unistd.h: Likewise.
50005         * posix/wordexp.h: Likewise.
50006         * pwd/pwd.h: Likewise.
50007         * resolv/netdb.h: Likewise.
50008         * resource/sys/resource.h: Likewise.
50009         * rt/aio.h: Likewise.
50010         * rt/bits/mqueue2.h: Likewise.
50011         * rt/mqueue.h: Likewise.
50012         * shadow/shadow.h: Likewise.
50013         * signal/signal.h: Likewise.
50014         * socket/send.c: Likewise.
50015         * socket/sendto.c: Likewise.
50016         * socket/sys/socket.h: Likewise.
50017         * stdio-common/printf.h: Likewise.
50018         * stdlib/bits/stdlib.h: Likewise.
50019         * stdlib/fmtmsg.h: Likewise.
50020         * stdlib/monetary.h: Likewise.
50021         * stdlib/stdlib.h: Likewise.
50022         * stdlib/ucontext.h: Likewise.
50023         * streams/stropts.h: Likewise.
50024         * string/argz.h: Likewise.
50025         * string/bits/string2.h: Likewise.
50026         * string/string.h: Likewise.
50027         * string/strings.h: Likewise.
50028         * sunrpc/rpc/auth.h: Likewise.
50029         * sunrpc/rpc/auth_des.h: Likewise.
50030         * sunrpc/rpc/clnt.h: Likewise.
50031         * sunrpc/rpc/netdb.h: Likewise.
50032         * sunrpc/rpc/pmap_clnt.h: Likewise.
50033         * sunrpc/rpc/xdr.h: Likewise.
50034         * sysdeps/generic/inttypes.h: Likewise.
50035         * sysdeps/generic/net/if.h: Likewise.
50036         * sysdeps/generic/sys/swap.h: Likewise.
50037         * sysdeps/gnu/net/if.h: Likewise.
50038         * sysdeps/gnu/utmpx.h: Likewise.
50039         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50040         * sysdeps/i386/i486/bits/string.h: Likewise.
50041         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50042         * sysdeps/s390/bits/string.h: Likewise.
50043         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50044         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50045         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50046         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50047         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50048         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50049         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50050         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50051         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50052         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50053         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50054         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50055         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50056         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50057         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50058         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50059         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50060         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50061         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50062         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50063         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50064         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50065         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50066         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50067         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50068         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50069         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50070         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50071         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50072         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50073         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50074         * sysvipc/sys/ipc.h: Likewise.
50075         * sysvipc/sys/msg.h: Likewise.
50076         * sysvipc/sys/sem.h: Likewise.
50077         * sysvipc/sys/shm.h: Likewise.
50078         * termios/termios.h: Likewise.
50079         * time/sys/time.h: Likewise.
50080         * time/time.h: Likewise.
50081         * wcsmbs/bits/wchar2.h: Likewise.
50082         * wcsmbs/uchar.h: Likewise.
50083         * wcsmbs/wchar.h: Likewise.
50084         * wctype/wctype.h: Likewise.
50086         [BZ #13551]
50087         * Makeconfig: Remove all but ELF support including AIX support.
50088         * Makerules: Likewise.
50089         * config.h.in: Likewise.
50090         * config.make.in: Likewise.
50091         * configure: Likewise.
50092         * configure.in: Likewise.
50093         * csu/Makefile: Likewise.
50094         * csu/version.c: Likewise.
50095         * debug/Makefile: Likewise.
50096         * dlfcn/Makefile: Likewise.
50097         * elf/Makefile: Likewise.
50098         * extra-lib.mk: Likewise.
50099         * iconv/Makefile: Likewise.
50100         * include/libc-symbols.h: Likewise.
50101         * include/shlib-compat.h: Likewise.
50102         * resolv/Makefile: Likewise.
50103         * resolv/res_libc.c: Likewise.
50104         * rt/Makefile: Likewise.
50105         * sysdeps/i386/asm-syntax.h: Likewise.
50106         * sysdeps/i386/sysdep.h: Likewise.
50107         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50108         * sysdeps/mach/sysdep.h: Likewise.
50109         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50110         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50111         * sysdeps/s390/asm-syntax.h: Likewise.
50112         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50113         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50114         * sysdeps/sh/sysdep.h: Likewise.
50115         * sysdeps/unix/sparc/sysdep.h: Likewise.
50116         * sysdeps/wordsize-32/divdi3.c: Likewise.
50117         * sysdeps/x86_64/sysdep.h: Likewise.
50119         * argp/Versions: Remove _argp_unlock_xxx.
50121         [BZ #13559]
50122         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50123         * abilist/libBrokenLocale.abilist: Likewise.
50124         * abilist/libanl.abilist: Likewise.
50125         * abilist/libc.abilist: Likewise.
50126         * abilist/libcrypt.abilist: Likewise.
50127         * abilist/libdl.abilist: Likewise.
50128         * abilist/libm.abilist: Likewise.
50129         * abilist/libnsl.abilist: Likewise.
50130         * abilist/libpthread.abilist: Likewise.
50131         * abilist/libresolv.abilist: Likewise.
50132         * abilist/librt.abilist: Likewise.
50133         * abilist/libthread_db.abilist: Likewise.
50134         * abilist/libutil.abilist: Likewise.
50135         * abilist/libnss_db.abilist: New file.
50137         * scripts/abilist.awk: Add support for indirect functions.
50139         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50141         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50143         * shlib-versions: Remove entries for ports architectures.
50145         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50146         files in ports.
50147         * elf/stackguard-macros.h: Remove support for IA-64.
50148         * elf/tst-auditmod1.c: Likewise.
50149         * sysdeps/generic/ldsodefs.h: Likewise.
50151         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50152         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50153         configure files.
50155         [BZ #13552]
50156         * configure.in: Remove --enable-omitfp support.
50157         * FAQ.in: Adjust.
50158         * config.make.in: Likewise.
50159         * Makeconfig: Likewise.
50160         * manual/install.texi: Likewise.
50162         In case anyone cares, the IA-64 architecture could move to ports.
50163         * sysdeps/ia64/*: Removed.
50164         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50165         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50167         [BZ #13555]
50168         * configure.in: Remove entries for unsupported architectures.
50170         [BZ #13533]
50171         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50172         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50173         routines.
50174         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50175         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50176         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50177         fall back to using wcrtomb.
50178         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50179         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50180         renaming.
50181         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50182         * wcsmbs/tst-c16c32-1.c: New file.
50184         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50185         local variable.
50187         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50189         * elf/tst-unique3.cc: Add explicit declaration of gets.
50190         * elf/tst-unique3lib.cc: Likewise.
50191         * elf/tst-unique3lib2.cc: Likewise.
50192         * elf/tst-unique4.cc: Likewise.
50194         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50196 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50198         [BZ #13566]
50199         * assert/assert.h (static_assert): Don't define for C++.
50200         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50201         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50203 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50205         * iconv/loop.c (single loop): Fix assertion in storing of
50206         remaining bytes.
50208         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50210 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50212         * posix/getconf.c: Update copyright year.
50213         * nss/getent.c: Likewise.
50214         * nss/makedb.c: Likewise.
50215         * iconv/iconvconfig.c: Likewise.
50216         * iconv/iconv_prog.c: Likewise.
50217         * elf/ldconfig.c: Likewise.
50218         * elf/pldd.c: Likewise.
50219         * elf/sotruss.ksh: Likewise.
50220         * catgets/gencat.c: Likewise.
50221         * csu/version.c: Likewise.
50222         * elf/ldd.bash.in: Likewise.
50223         * elf/sprof.c (print_version): Likewise.
50224         * locale/programs/locale.c: Likewise.
50225         * locale/programs/localedef.c: Likewise.
50226         * login/programs/pt_chown.c: Likewise.
50227         * nscd/nscd.c (print_version): Likewise.
50228         * debug/xtrace.sh: Likewise.
50229         * malloc/memusage.sh: Likewise.
50230         * malloc/mtrace.pl: Likewise.
50231         * debug/catchsegv.sh: Likewise.
50233 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50235         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50236         pure attribute.
50238 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50240         [BZ #13533]
50241         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50242         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50243         transformations.
50244         * iconv/gconv_int.h: Likewise.
50245         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50246         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50247         from libc for GLIBC_2.16.
50248         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50249         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50250         * wcsmbs/uchar.h: Really define mbstate_t.
50251         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50252         * wcsmbs/c16rtomb.c: New file.
50253         * wcsmbs/mbrtoc16.c: New file.
50254         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50255         for C/POSIX locale.
50256         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50257         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50259         * wcsmbs/wchar.h: Add missing __restrict.
50261 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50263         [BZ #13532]
50264         * time/Makefile (routines): Add timespec_get.
50265         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50266         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50267         timespec for ISO C11.
50268         * time/timespec_get.c: New file.
50269         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50270         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50272         [BZ #13531]
50273         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50274         * stdlib/stdlib.h: Declare aligned_alloc.
50275         * Versions.def: Add GLIBC_2.16 for libc.
50276         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50278         [BZ 13527]
50279         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50280         ISO C11.
50282         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50283         code.
50285         [BZ #13528]
50286         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50288         [BZ #13529]
50289         * assert/assert.h (static_assert): Define.
50291         * version.h: Update for 2.16 development version.
50293         [BZ #13526]
50294         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50295         _ISOC11_SOURCE.
50297         * version.h (RELEASE): Bump for 2.15 release.
50298         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50300         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50301         Patch by Marek Polacek <mpolacek@redhat.com>.
50303         * bits/byteswap.h: Protect long long constants with __extension__.
50304         * sysdeps/i386/bits/byteswap.h: Likewise.
50305         * sysdeps/ia64/bits/byteswap.h: Likewise.
50306         * sysdeps/s390/bits/byteswap.h: Likewise.
50307         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50309 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50311         [BZ #13540]
50312         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50313         destination buffer.
50314         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50316 2011-12-23  Marek Polacek  <polacek@redhat.com>
50318         * elf/dl-addr.c (determine_info): Add inline keyword.
50319         * elf/tst-auditmod4b.c (check_avx): Likewise.
50320         * elf/tst-auditmod6b.c (check_avx): Likewise.
50321         * elf/tst-auditmod6c.c (check_avx): Likewise.
50322         * elf/tst-auditmod7b.c (check_avx): Likewise.
50324 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50326         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50327         !__SSE_MATH__.
50329 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50331         [BZ #13540]
50332         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50333         processing for last bytes.
50335 2011-08-06  Bruno Haible  <bruno@clisp.org>
50337         [BZ #13061]
50338         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50339         U+0385, not to U+1FEE.
50341         [BZ #13062]
50342         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50343         entry for U+00A5 U+0301.
50345 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50347         [BZ #13166]
50348         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50349         buffer for the output is too small.
50351         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50352         optimization.
50354         [BZ #13185]
50355         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50356         SSE flags if possible.
50358 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50360         [BZ #13540]
50361         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50362         processing for last bytes.
50364 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50366         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50367         (syscall-list-default-options, syscall-list-default-condition)
50368         (syscall-list-includes): Define.
50369         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50370         list of ABIs and options and #if conditions for each ABI.  Do not
50371         handle common syscalls between ABIs specially.
50372         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50373         Remove.
50374         (syscall-list-variants, syscall-list-32bit-options)
50375         (syscall-list-32bit-condition, syscall-list-64bit-options)
50376         (syscall-list-64bit-condition): Define.
50377         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50378         (syscall-list-variants, syscall-list-32bit-options)
50379         (syscall-list-32bit-condition, syscall-list-64bit-options)
50380         (syscall-list-64bit-condition): Define.
50381         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50382         Remove.
50383         (syscall-list-variants, syscall-list-32bit-options)
50384         (syscall-list-32bit-condition, syscall-list-64bit-options)
50385         (syscall-list-64bit-condition): Define.
50386         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50387         Remove.
50388         (syscall-list-variants, syscall-list-32bit-options)
50389         (syscall-list-32bit-condition, syscall-list-64bit-options)
50390         (syscall-list-64bit-condition): Define.
50392 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50394         * locale/iso-639.def: Add brx entry.
50396         [BZ #13328]
50397         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50398         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50400         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50401         __feraiseexcept_renamed.
50403 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50405         [BZ #13538]
50406         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50407         EPOLLET with unsigned values.
50408         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50409         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50411         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50412         to large cancellation.
50413         * math/s_cacoshf.c: Likewise.
50414         * math/s_cacoshl.c: Likewise.
50416 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50418         [BZ #13305]
50419         [BZ #12786]
50420         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50421         * math/s_cacoshf.c: Likewise.
50422         * math/s_cacoshl.c: Likewise.
50424 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50426         [BZ #13439]
50427         * iconv/gconv.h: Define __GCONV_SWAP.
50428         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50429         * iconvdata/utf-16.c: Likewise.
50430         * iconvdata/utf-32.c: Likewise.
50432 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50434         [BZ #13524]
50435         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50436         numerator after shifting it by one limb.
50438 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50440         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50441         under [__USE_EXTERN_INLINES].
50443 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50445         [BZ #13446]
50446         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50448 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50450         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50451         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50452         optimized code.
50453         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50454         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50455         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50456         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50457         for strncasecmp/strncasecmp_l compilation.
50458         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50459         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50461 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50463         [BZ #13484]
50464         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50465         of __asm__.
50467 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50469         [BZ #13506]
50470         * time/tzfile.c (__tzfile_read): Check values from file header.
50472 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50474         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50475         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50476         * powerpc/powerpc32/dl-start.S: Likewise.
50477         * powerpc/powerpc32/elf/start.S: Likewise.
50478         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50479         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50480         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50481         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50482         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50483         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50484         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50485         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50486         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50487         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50488         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50489         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50490         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50491         * powerpc/powerpc32/memset.S: Likewise.
50492         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50493         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50494         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50495         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50496         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50497         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50498         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50499         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50500         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50501         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50502         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50503         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50504         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50506 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50508         * math/libm-test.inc: Added more nearbyint tests.
50509         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50510         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50511         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50512         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50514 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50516         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50517         FD_CLOEXEC.
50519 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50521         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50522         Add wcscpy-ssse3 wcscpy-c.
50523         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50524         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50525         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50526         * sysdeps/x86_64/wcschr.S: New file.
50527         * sysdeps/x86_64/wcsrchr.S: New file.
50528         * string/test-strcmp.c: Remove checking of wcscmp function for
50529         wrong alignments.
50530         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50531         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50532         wcsrchr-sse2 wcsrchr-c.
50533         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50534         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50535         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50536         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50537         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50538         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50539         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50540         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50541         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50542         * wcsmbc/wcschr.c (WCSCHR): New macro.
50544 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50546         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50547         * wcsmbs/test-wcsrchr.c: New file.
50548         * string/test-strrchr.c: Add wcsrchr support.
50549         (WIDE): New macro.
50550         * wcsmbs/test-wcscpy.c: New file.
50551         * string/test-strcpy.c: Add wcscpy support.
50552         (WIDE): New macro.
50554 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50556         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50557         the inner loop.
50559 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50561         [BZ #13472]
50562         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50564 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50566         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50567         Minor optimizations.
50569         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50570         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50571         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50573 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50575         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50576         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50577         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50578         for gcc to avoid warnings.
50579         * inet/Makefile (tests): Add tst-checks.
50580         * inet/tst-checks.c: New file.
50582         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50583         warning.
50585         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50586         __wmemcmp_sse2.
50588         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50589         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50591         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50593 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50595         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50596         problem.
50598         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50600 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50602         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50603         conditional on GCC version.
50604         (__arch_compare_and_exchange_val_8_acq)
50605         (__arch_compare_and_exchange_val_16_acq)
50606         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50607         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50608         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50610 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50612         * sysdeps/sh/backtrace.c: New file.
50614 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50616         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50617         parenthesis.
50619 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50621         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50622         falling back to utime.
50624 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50626         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50627         expectations for float.
50629 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50631         * locale/weight.h (findidx): Add parameter len.
50632         * locale/weightwc.h (findidx): Likewise.
50633         * posix/fnmatch_loop.c (FCT): Adjust caller.
50634         * posix/regcomp.c (build_equiv_class): Likewise.
50635         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50636         * posix/regexec.c (check_node_accept_bytes): Likewise.
50637         * string/strcoll_l.c (STRCOLL): Likewise.
50638         * string/strxfrm_l.c (STRXFRM): Likewise.
50640 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50642         * Makefile.in: Remove CVSOPT handling.
50643         * configure.in: Remove use of AC_REVISION.
50644         * iconvdata/Makefile (distribute): No need to filter out CVS.
50645         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50646         handling.
50648 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50650         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50651         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50652         [USE_AS_STRNCASECMP_L]: Likewise.
50653         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50654         NO_TLS_DIRECT_SEG_REFS.
50655         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50656         Fix argument offsets for non-PIC.
50657         [USE_AS_STRNCASECMP_L]: Likewise.
50658         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50659         NO_TLS_DIRECT_SEG_REFS.
50661 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50663         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50664         O_CLOEXEC.
50665         * locale/loadlocale.c (_nl_load_locale): Likewise.
50667 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50669         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50670         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50671         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50672         (SYSCALL_GETTIME): Set errno on error.
50674         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50675         count references to noai6ai_cached.
50677 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50679         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50681         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50682         FD_CLOEXEC for /proc/self/maps.
50684         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50685         FD_CLOEXEC for /proc/meminfo.
50687         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50688         gai.conf.
50690         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50691         FD_CLOEXEC for given file.
50693         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50695         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50696         FD_CLOEXEC for /etc/hosts.
50697         (_gethtent): Likewise.
50699         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50701         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50702         cancellation and set FD_CLOEXEC for /etc/netgroup.
50704         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50705         reading /etc/publickey.
50707         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50708         allow cancellation when reading /etc/group.
50710         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50711         cancellation.
50712         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50714         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50715         when using data file.
50717         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50719         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50720         (write_nis_obj): Use "c" and "e" in fopen.
50722         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50724         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50726         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50728         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50730         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50731         locale.alias.
50733         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50735         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50737         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50739         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50740         file parsing and set FD_CLOEXEC.
50742 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50744         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50746 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50748         * malloc/arena.c (arena_get2): Don't call reused_arena when
50749         _int_new_arena failed.
50751 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50753         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50754         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50755         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50756         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50757         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50758         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50759         to compile strcasecmp and strncasecmp.
50760         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50761         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50763         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50765 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50767         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50768         locale-defines.sym to gen-as-const-headers.
50769         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50770         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50771         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50772         to compile strcasecmp and strncasecmp.
50773         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50774         strcasecmp_l and strncasecmp_l.
50775         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50776         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50777         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50778         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50779         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50780         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50781         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50782         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50783         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50784         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50785         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50787 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50789         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50790         result of SYSDEP_GETTIME_CPU to retval.
50791         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50792         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50794         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50795         variable.
50797         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50798         mantissa words.
50799         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50801         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50802         from unused variable.
50804         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50805         DWARF definitions.
50806         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50807         for assembling.
50809         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50810         over namespaces.
50812         * sunrpc/rpc_prot.c (rejected): Fix case value.
50814         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50815         unsigned long long int to avoid warnings in shift.
50817         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50818         of use of trans.
50819         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50820         variable tmp.
50822         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50823         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50824         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50826         * nis/nis_table.c (nis_list): Use variable of correct type for
50827         result of __follow_path call.
50829 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50831         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50832         of math functions ceil, trunc, floor, round, and sqrt, when
50833         avaliable on the platform.
50834         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50835         name clash.
50836         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50837         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50838         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50840 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50842         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50843         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50845 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50847         * include/unistd.h: Fix __readlink return type.
50848         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50850 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50852         * stdlib/ucontext.h: Undo last change for makecontext.
50854 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50856         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50858         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50859         * setjmp/setjmp.h: Mark functions as non-leaf.
50860         * setjmp/bits/setjmp2.h: Likewise.
50861         * stdlib/ucontext.h: Likewise.
50863 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50865         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50866         (reused_arena): Don't check arena limit.
50867         (arena_get2): Atomically check arena limit.
50869 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50871         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50872         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50874         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50875         instructions.
50877 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50879         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50880         handler when locking.
50882         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50883         Fix size of allocated buffer.
50885 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50887         [BZ #10103]
50888         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50889         declarations for long double functions.
50890         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50892         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50894 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50896         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50897         installed.
50899         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50900         is disabled.
50902 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50904         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50906 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50908         * include/alloca.h (stackinfo_alloca_round): Define.
50909         (extend_alloca): Use it.
50910         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50911         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50912         here.
50914         * scripts/check-local-headers.sh: Ignore libaudit.h.
50916         * nscd/Makefile (extra-objs): Make recursively expanded.
50918 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50920         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50921         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50923         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50924         * posix/tst-rfc3484-2.c: Likewise.
50925         * posix/tst-rfc3484-3.c: Likewise.
50927         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50928         process_vm_writev.
50929         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50930         process_vm_writev.
50931         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50932         process_vm_writev from libc using GLIBC_2.15 version.
50934         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50936 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50938         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50939         stack usage.
50941 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50943         [BZ #13367]
50944         * nss/getent.c (initgroups_keys): Show error message in case no group
50945         names are given.
50947         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50948         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50949         __bump_nl_timestamp.
50950         * nscd/connections (nscd_init): When host database is served open
50951         netlink socket and request notification about configuration changes.
50952         (main_loop_poll): Track netlink file descriptor and bump timestamp
50953         in case data becomes available.
50954         (main_loop_epoll): Likewise.
50955         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50956         (database_pers_head): Add extra_data fileds.
50957         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50958         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50959         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50960         Adjust caller.
50961         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50962         in6ai data, call __free_in6ai.
50963         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50964         Add -DHAVE_NETLINK.
50965         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50966         interface information.  Reuse previous data if netlink timestamp
50967         is not changed.
50968         (__bump_nl_timestamp): New function.
50969         (__free_in6ai): New function.
50971 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50973         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50974         close_not_cancel_no_status here.
50975         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50977 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50979         [BZ #13276]
50980         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50981         return value.
50983         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50984         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50985         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50987 2011-07-03  Andreas Jaeger  <aj@suse.de>
50989         [BZ #10709]
50990         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50991         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50992         * math/libm-test.inc (sin_test): Add test case.
50994 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50996         [BZ #13337]
50997         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50998         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51000         * elf/chroot_canon.c (chroot_canon): Cleanups.
51002         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51004         [BZ #13335]
51005         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51006         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51008         * string/test-strchr.c: Make usable for strchrnul testing.
51009         * string/test-strchrnul.c: New file.
51010         * string/Makefile (strop-tests): Add strchrnul.
51012         * po/it.po: Update from translation team.
51013         * po/es.po: Likewise.
51015 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51017         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51018         the three constants needed as parameters.  Drop the others.
51019         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51020         __m128i_strloadu_tolower.
51021         Create and initialize variable zero and use it in all the places
51022         where _mm_setzero_si128 was used.
51024         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51025         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51026         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51027         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51028         anymore.
51029         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51030         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51031         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51032         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51033         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51034         __mpranred, __mptan.
51035         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51036         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51037         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51038         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51039         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51040         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51041         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51042         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51043         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51045 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51047         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51048         redefine if SHARED.
51049         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51051         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51052         wide char related routines to wcsmbs subdir.
51054 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51056         [BZ #13344]
51057         * misc/sys/cdefs.h (__THROWNL): Define.
51058         * posix/unistd.h: Use __THREADNL instead of __THREAD
51059         for memory synchronization functions.
51061 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51063         [BZ #13349]
51064         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51065         doesn't exist.
51066         * manual/stdio.texi (Obstack Streams): Node removed.
51068 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51070         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51071         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51072         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51074         * math/math_private.h (math_force_eval): Allow non-addressable
51075         arguments.
51076         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51078 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51080         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51081         file is not needed.
51083         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51084         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51085         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51086         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51087         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51088         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51089         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51090         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51091         Add AVX variants.
51092         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51093         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51094         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51095         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51096         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51097         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51098         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51099         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51100         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51101         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51102         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51103         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51104         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51105         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51106         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51107         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51108         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51109         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51110         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51112         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51113         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51115         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51116         place.  Use VEX encoding when compiling for AVX.
51118 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51120         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51121         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51123         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51125 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51127         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51128         useless if() expression.
51129         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51130         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51131         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51132         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51133         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51134         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51135         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51136         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51137         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51138         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51139         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51140         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51141         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51142         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51143         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51144         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51145         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51146         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51147         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51149         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51151 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51153         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51154         condition.
51155         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51157 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51159         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51160         .text section.  Avoid duplicate constants.
51161         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51162         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51163         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51164         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51165         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51166         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51167         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51168         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51169         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51170         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51171         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51172         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51173         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51174         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51175         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51176         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51177         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51178         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51179         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51180         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51181         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51182         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51183         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51184         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51185         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51186         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51187         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51188         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51189         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51190         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51191         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51192         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51193         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51194         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51195         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51196         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51197         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51198         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51199         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51200         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51201         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51202         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51203         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51204         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51205         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51207 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51209         * sysdeps/x86_64/dla.h: Move to ...
51210         * sysdeps/x86_64/fpu/dla.h: ...here.
51211         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51212         situations.  Use __builtin_fma only for gcc 4.6 and up.
51214         * config.make.in: Add have-mfma4 entry.
51215         * configure.in: Substitute libc_cv_cc_fma4.
51216         * math/Makefile (dbl-only-routines): Add sincostab.
51217         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51218         Use __sincostab not sincos.
51219         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51220         name is a macro.
51221         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51222         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51223         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51224         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51225         using __copysign.
51226         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51227         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51228         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51229         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51230         and __inv.
51231         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51232         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51233         __copysign.
51234         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51235         define aliases when function name is a macro.
51236         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51237         sysdeps/ieee754/dbl-64/sincos.tbl.
51238         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51239         fma4-enabled routines.
51240         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51241         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51242         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51243         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51244         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51245         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51246         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51247         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51248         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51249         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51250         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51251         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51252         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51253         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51254         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51255         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51256         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51257         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51258         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51259         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51260         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51261         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51262         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51263         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51264         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51265         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51266         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51267         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51268         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51269         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51271         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51272         rename.
51273         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51274         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51275         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51276         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51277         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51278         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51279         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51280         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51282 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51284         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51286 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51288         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51290         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51291         prediction.
51292         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51294         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51295         Remove unused variable magic_bits.
51296         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51298         * string/strnlen.c: Define and use STRNLEN macro.
51299         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51300         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51301         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51302         * wcsmbs/wcslen.c: Define and use WCSLEN.
51303         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51304         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51305         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51306         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51307         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51308         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51309         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51311 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51313         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51314         strnlen-sse2-no-bsf.
51315         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51316         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51317         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51318         Add strnlen support.
51319         (USE_AS_STRNLEN): New macro.
51320         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51321         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51322         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51323         * sysdeps/x86_64/wcslen.S: New file.
51325 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51327         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51328         XMM-moves are used for copying on small sizes.
51330 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51332         * wcsmbs/Makefile (strop-tests): Add wcschr.
51333         * wcsmbs/test-wcschr.c: New file.
51334         * string/test-strchr.c: Update.
51335         Add wcschr support.
51336         (WIDE): New macro.
51338 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51340         * wcsmbs/Makefile (strop-tests): Add wcslen.
51341         * wcsmbs/test-wcslen.c: New file.
51342         * string/test-strlen.c: Update.
51343         Add wcslen support.
51344         (WIDE): New macro.
51346 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51348         * po/it.po: Update from translation team.
51350 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51352         * sysdeps/x86_64/wcscmp.S: Update.
51353         Fix wrong comparison semantics.
51354         wcscmp shall use signed comparison not unsigned.
51355         Don't use substraction to avoid overflow bug.
51356         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51357         * wcsmbc/wcscmp.c: Likewise.
51358         * string/test-strcmp.c: Likewise.
51359         Add new tests to check cases with negative values.
51361 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51363         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51364         * sysdeps/x86_64/dla.h: ...here.  New file.
51365         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51366         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51367         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51368         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51369         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51370         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51371         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51372         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51373         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51375 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51377         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51378         __ynl_finite aliases.
51380 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51382         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51384         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51385         define DLA_FMA.
51386         [DLA_FMA] (EMULV): Use DLA_FMA.
51387         [DLA_FMA] (MUL12): Use EMULV.
51388         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51389         that are not needed.
51390         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51391         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51392         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51393         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51394         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51395         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51396         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51398 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51400         * math/s_nan.c: Undef __nan.
51401         * math/s_nanf.c: Undef __nanf.
51402         * math/s_nanl.c: Undef __nanl.
51403         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51404         "math_private.h".
51406 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51408         * math/s_catan.c: Add branch predictions.
51409         * math/s_catanf.c: Likewise.
51410         * math/s_catanh.c: Likewise.
51411         * math/s_catanhf.c: Likewise.
51412         * math/s_catanhl.c: Likewise.
51413         * math/s_catanl.c: Likewise.
51414         * math/s_cexp.c: Likewise.
51415         * math/s_cexpf.c: Likewise.
51416         * math/s_cexpl.c: Likewise.
51417         * math/s_clog.c: Likewise.
51418         * math/s_clog10.c: Likewise.
51419         * math/s_clog10f.c: Likewise.
51420         * math/s_clog10l.c: Likewise.
51421         * math/s_clogf.c: Likewise.
51422         * math/s_clogl.c: Likewise.
51423         * math/s_csqrt.c: Likewise.
51424         * math/s_csqrtf.c: Likewise.
51425         * math/s_csqrtl.c: Likewise.
51426         * math/s_ctanf.c: Likewise.
51427         * math/s_ctanh.c: Likewise.
51428         * math/s_ctanhf.c: Likewise.
51429         * math/s_ctanhl.c: Likewise.
51430         * math/s_ctanl.c: Likewise.
51432         * math/math_private.h: Define __nan, __nanf, __nanl.
51433         * math/s_cacosh.c: Include <math_private.h>.
51434         * math/s_cacoshl.c: Likewise.
51435         * math/s_casinh.c: Likewise.
51436         * math/s_casinhf.c: Likewise.
51437         * math/s_casinhl.c: Likewise.
51438         * math/s_ccos.c: Rely entire on ccosh.
51439         * math/s_ccosf.c: Rely entire on ccoshf.
51440         * math/s_ccosl.c: Rely entirely on ccoshl.
51441         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51442         Remove tests for FE_INVALID.
51443         * math/s_ccoshf.c: Likewise.
51444         * math/s_ccoshl.c: Likewise.
51445         * math/s_csin.c: Likewise.
51446         * math/s_csinf.c: Likewise.
51447         * math/s_csinh.c Likewise.
51448         * math/s_csinhf.c: Likewise.
51449         * math/s_csinhl.c: Likewise.
51450         * math/s_csinl.c: Likewise.
51451         * math/s_ctan.c: Likewise.
51452         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51453         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51454         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51456 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51458         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51459         compilation problems.
51461         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51462         __builtin_expect.
51464 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51466         * sysdeps/i386/configure.in: Test for -mfma4 option.
51467         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51468         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51469         COMMON_CPUID_INDEX_80000001.
51470         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51471         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51472         use it if FMA3 is not supported.
51473         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51475         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51476         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51478 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51480         [BZ #12892]
51481         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51482         it would create a cycle with a link time dependency.
51484 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51486         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51487         instruction.
51488         * string/Makefile (strop-tests): Add rawmemchr.
51489         * string/test-rawmemchr.c: New file.
51491         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51492         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51493         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51494         when compiling str{,n}casecmp and when AVX is available.  Hook up
51495         new optimized code in initializers.
51497 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51499         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51500         __feraiseexcept instead of feraiseexcept.
51502 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51504         * math/math_private.h: Define defaults for libc_fetestexcept and
51505         libc_feupdateenv.
51506         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51507         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51508         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51509         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51510         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51511         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51512         libc_fetestexcept and libc_feupdateenv.
51514         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51515         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51516         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51517         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51518         libc_feholdexcept_setround.
51520         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51521         Add s_nearbyint-c and s_nearbyintf-c.
51522         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51523         nearbyintf inlines.
51524         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51525         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51526         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51527         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51529         * math/math_private.h: Define defaults for libc_fegetround,
51530         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51531         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51532         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51533         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51534         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51535         standard functions.
51536         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51537         Remove comments and hacks for old compiler versions.
51538         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51539         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51540         libc_feholdexceptl.
51542 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51544         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51545         (__feraiseexcept_renamed): Add __NTH.
51546         (feraiseexcept): Add __NTH.  Rename local variables to fix
51547         namespace violations.
51549 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51551         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51553         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51555         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51556         recently added interfaces.
51557         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51559         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51560         about macro parameter expansion.
51562         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51563         __NO_MATH_INLINES is defined.  Cleanups.
51565         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51566         and __floorf is target has SSE4.1.
51567         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51568         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51569         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51570         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51572         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51573         name.
51574         (floorf): Likewise.
51576         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51578 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51580         * misc/sys/cdefs.h: Fix last change.
51582         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51583         database lookup.
51585 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51587         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51589         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51590         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51591         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51592         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51593         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51594         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51595         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51596         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51597         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51598         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51599         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51600         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51601         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51602         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51603         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51604         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51605         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51606         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51607         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51608         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51609         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51610         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51612         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51613         ceil, ceilf, floor, floorf.
51615         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51616         Perform IRELATIVE relocations last.
51618         * elf/do-rel.h: Add another parameter nrelative, replacing the
51619         local variable with the same name.  Change name of the function
51620         to end in Rel or Rela (uppercase).
51621         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51622         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51623         elf_dynamic_do_##reloc function.
51625 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51627         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51628         is sufficient, at least on modern CPUs.
51630         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51632         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51633         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51635         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51636         __expl_finite.
51637         * math/bits/math-finite.h: Add entries for exp.
51638         * math/e_expl.c: Add __*_finite alias.
51639         * sysdeps/i386/fpu/e_exp.S: Likewise.
51640         * sysdeps/i386/fpu/e_expf.S: Likewise.
51641         * sysdeps/i386/fpu/e_expl.c: Likewise.
51642         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51643         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51644         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51645         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51646         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51647         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51648         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51650         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51651         is sufficient, at least on modern CPUs.
51653         * ctype/ctype-info.c (__ctype_init): Define.
51654         * include/ctype.h (__ctype_init): Declare.
51655         (__ctype_b_loc): The variable is always initialized.
51656         (__ctype_toupper_loc): Likewise.
51657         (__ctype_tolower_loc): Likewise.
51658         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51659         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51661 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51663         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51665         * configure.in: Also look in $cxxmachine/include for C++ system
51666         headers.
51668 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51670         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51671         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51672         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51673         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51674         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51675         (USE_AS_WMEMCMP): New macro.
51676         Fixing indents.
51677         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51678         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51679         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51680         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51681         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51682         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51683         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51684         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51685         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51686         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51687         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51688         (USE_AS_WMEMCMP): New macro.
51689         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51690         * sysdeps/string/test-memcmp.c: Update.
51691         Fix simple_wmemcmp.
51692         Add new tests.
51693         * wcsmbs/wmemcmp.c: Update.
51694         (WMEMCMP): New macro.
51695         Fix overflow bug.
51697 2011-10-12  Andreas Jaeger  <aj@suse.de>
51699         [BZ #13268]
51700         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51702 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51704         * libio/iofwide.c (do_length): Avoid warning.
51706         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51708 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51710         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51712         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51713         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51714         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51715         * sysdeps/i386/i686/fpu/e_log.S: New file.
51716         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51717         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51719         * ctype/ctype.h: Add support for inlined isXXX functions when
51720         compiling C++ code.
51722 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51724         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51726         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51728 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51730         [BZ #13291]
51731         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51733 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51735         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51736         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51737         feraiseexcept.
51739         * sysdeps/x86_64/memrchr.S: Check for zero size.
51741         * string/stratcliff.c: Add memrchr tests.
51743 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51745         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51746         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51747         rawmemchr-sse2 rawmemchr-sse2-bsf.
51748         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51749         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51750         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51751         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51752         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51753         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51754         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51755         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51756         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51757         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51758         * string/memrchr.c (MEMRCHR): New macro.
51760 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51762         Add integration with gcc's -ffinite-math-only and optimize wrapper
51763         functions in libm.
51764         * Versions.def: Define GLIBC_2.15 version for libm.
51765         * math/Makefile (headers): Add bits/math-finite.h.
51766         * math/bits/math-finite.h: New file.
51767         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51768         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51769         * math/e_acoshl.c: Add __*_finite alias.
51770         * math/e_acosl.c: Likewise.
51771         * math/e_asinl.c: Likewise.
51772         * math/e_atan2l.c: Likewise.
51773         * math/e_atanhl.c: Likewise.
51774         * math/e_coshl.c: Likewise.
51775         * math/e_exp10.c: Likewise.
51776         * math/e_exp10f.c: Likewise.
51777         * math/e_exp10l.c: Likewise.
51778         * math/e_exp2l.c: Likewise.
51779         * math/e_fmodl.c: Likewise.
51780         * math/e_gammal_r.c: Likewise.
51781         * math/e_hypotl.c: Likewise.
51782         * math/e_j0l.c: Likewise.
51783         * math/e_j1l.c: Likewise.
51784         * math/e_jnl.c: Likewise.
51785         * math/e_lgammal_r.c: Likewise.
51786         * math/e_log10l.c: Likewise.
51787         * math/e_log2l.c: Likewise.
51788         * math/e_logl.c: Likewise.
51789         * math/e_powl.c: Likewise.
51790         * math/e_sinhl.c: Likewise.
51791         * math/e_sqrtl.c: Likewise.
51792         * math/e_scalb.c: Completely rewritten and optimized.
51793         * math/e_scalbf.c: Likewise.
51794         * math/e_scalbl.c: Likewise.
51795         * math/w_acos.c: Likewise.
51796         * math/w_acosf.c: Likewise.
51797         * math/w_acosl.c: Likewise.
51798         * math/w_acosh.c: Likewise.
51799         * math/w_acoshf.c: Likewise.
51800         * math/w_acoshl.c: Likewise.
51801         * math/w_asin.c: Likewise.
51802         * math/w_asinf.c: Likewise.
51803         * math/w_asinl.c: Likewise.
51804         * math/w_atan2.c: Likewise.
51805         * math/w_atan2f.c: Likewise.
51806         * math/w_atan2l.c: Likewise.
51807         * math/w_atanh.c: Likewise.
51808         * math/w_atanhf.c: Likewise.
51809         * math/w_atanhl.c: Likewise.
51810         * math/w_exp10.c: Likewise.
51811         * math/w_exp10f.c: Likewise.
51812         * math/w_exp10l.c: Likewise.
51813         * math/w_fmod.c: Likewise.
51814         * math/w_fmodf.c: Likewise.
51815         * math/w_fmodl.c: Likewise.
51816         * math/w_j0.c: Likewise.
51817         * math/w_j0f.c: Likewise.
51818         * math/w_j0l.c: Likewise.
51819         * math/w_j1.c: Likewise.
51820         * math/w_j1f.c: Likewise.
51821         * math/w_j1l.c: Likewise.
51822         * math/w_jn.c: Likewise.
51823         * math/w_jnf.c: Likewise.
51824         * math/w_log.c: Likewise.
51825         * math/w_logf.c: Likewise.
51826         * math/w_logl.c: Likewise.
51827         * math/w_log10.c: Likewise.
51828         * math/w_log10f.c: Likewise.
51829         * math/w_log10l.c: Likewise.
51830         * math/w_log2.c: Likewise.
51831         * math/w_log2f.c: Likewise.
51832         * math/w_log2l.c: Likewise.
51833         * math/w_pow.c: Likewise.
51834         * math/w_powf.c: Likewise.
51835         * math/w_powl.c: Likewise.
51836         * math/w_remainder.c: Likewise.
51837         * math/w_remainderf.c: Likewise.
51838         * math/w_remainderl.c: Likewise.
51839         * math/w_scalb.c: Likewise.
51840         * math/w_scalbf.c: Likewise.
51841         * math/w_scalbl.c: Likewise.
51842         * math/w_sqrt.c: Likewise.
51843         * math/w_sqrtf.c: Likewise.
51844         * math/w_sqrtl.c: Likewise.
51845         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51846         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51847         used.
51848         * math/math_private.h: Declare __kernel_standard_f.
51849         * math/w_cosh.c: Remove cruft and optimize a bit.
51850         * math/w_coshf.c: Likewise.
51851         * math/w_coshl.c: Likewise.
51852         * math/w_exp2.c: Likewise.
51853         * math/w_exp2f.c: Likewise.
51854         * math/w_exp2l.c: Likewise.
51855         * math/w_hypot.c: Likewise.
51856         * math/w_hypotf.c: Likewise.
51857         * math/w_hypotl.c: Likewise.
51858         * math/w_lgamma.c: Likewise.
51859         * math/w_lgamma_r.c: Likewise.
51860         * math/w_lgammaf.c: Likewise.
51861         * math/w_lgammaf_r.c: Likewise.
51862         * math/w_lgammal.c: Likewise.
51863         * math/w_lgammal_r.c: Likewise.
51864         * math/w_sinh.c: Likewise.
51865         * math/w_sinhf.c: Likewise.
51866         * math/w_sinhl.c: Likewise.
51867         * math/w_tgamma.c: Likewise.
51868         * math/w_tgammaf.c: Likewise.
51869         * math/w_tgammal.c: Likewise.
51870         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51871         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51872         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51873         Minor optimizations.  Pretty printing.  Remove cruft.
51874         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51875         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51876         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51877         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51878         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51879         * sysdeps/i386/fpu/e_asin.S: Likewise.
51880         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51881         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51882         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51883         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51884         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51885         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51886         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51887         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51888         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51889         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51890         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51891         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51892         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51893         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51894         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51895         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51896         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51897         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51898         * sysdeps/i386/fpu/e_log.S: Likewise.
51899         * sysdeps/i386/fpu/e_log10.S: Likewise.
51900         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51901         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51902         * sysdeps/i386/fpu/e_log2.S: Likewise.
51903         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51904         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51905         * sysdeps/i386/fpu/e_logf.S: Likewise.
51906         * sysdeps/i386/fpu/e_logl.S: Likewise.
51907         * sysdeps/i386/fpu/e_pow.S: Likewise.
51908         * sysdeps/i386/fpu/e_powf.S: Likewise.
51909         * sysdeps/i386/fpu/e_powl.S: Likewise.
51910         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51911         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51912         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51913         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51914         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51915         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51916         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51917         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51918         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51919         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51920         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51921         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51922         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51923         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51924         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51925         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51926         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51927         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51928         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51929         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51930         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51931         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51932         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51933         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51934         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51935         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51936         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51937         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51938         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51939         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51940         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51941         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51942         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51943         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51944         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51945         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51946         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51947         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51948         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51949         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51950         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51951         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51952         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51953         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51954         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51955         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51956         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51957         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51958         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51959         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51960         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51961         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51962         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51963         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51964         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51965         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51966         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51967         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51968         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51969         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51970         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51971         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51972         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51973         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51974         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51975         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51976         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51977         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51978         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51979         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51980         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51981         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51982         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51983         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51984         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51985         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51986         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51987         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51988         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51989         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51990         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51991         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51992         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51993         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51994         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51995         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51996         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51997         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51998         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51999         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52000         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52001         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52002         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52003         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52004         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52005         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52006         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52007         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52008         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52009         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52010         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52011         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52012         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52013         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52014         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52015         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52016         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52017         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52018         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52019         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52020         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52021         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52022         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52023         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52024         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52025         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52026         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52027         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52028         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52029         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52030         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52031         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52032         (__isnanf): Likewise.
52033         (__isinf_ns): Likewise.
52034         (__isinf_nsf): Likewise.
52035         (__finite): Likewise.
52036         (__finitef): Likewise.
52037         (__ieee754_sqrt): Define as macro.
52038         (__ieee754_sqrtf): Define as macro.
52039         (__ieee754_sqrtl): Define as macro.
52040         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52041         inlined copy.
52042         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52043         __FINITE_MATH_ONLY__ consistent.
52044         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52046 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52048         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52049         of rawmemchr.
52051         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52053 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52055         * po/ja.po: Update from translation team.
52057 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52059         * locale/programs/locarchive.c (prepare_address_space): New function.
52060         (create_archive, enlarge_archive, open_archive): Use it.
52062         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52063         inside [SHARED], where it is used.
52065         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52067         * nss/getent.c (netgroup_keys): Remove unused variable.
52068         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52070 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52072         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52073         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52074         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52075         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52076         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52077         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52078         * math/Makefile (libm-calls): Add s_isinf_ns.
52079         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52080         * math/multc3.c: Likewise.
52081         * math/s_casin.c: Likewise.
52082         * math/s_casinf.c: Likewise.
52083         * math/s_casinl.c: Likewise.
52084         * math/s_ccos.c: Likewise.
52085         * math/s_ccosf.c: Likewise.
52086         * math/s_ccosl.c: Likewise.
52087         * math/s_ctan.c: Likewise.
52088         * math/s_ctanf.c: Likewise.
52089         * math/s_ctanh.c: Likewise.
52090         * math/s_ctanhf.c: Likewise.
52091         * math/s_ctanhl.c: Likewise.
52092         * math/s_ctanl.c: Likewise.
52093         * math/w_fmod.c: Likewise.
52094         * math/w_fmodf.c: Likewise.
52095         * math/w_fmodl.c: Likewise.
52096         * math/w_remainder.c: Likewise.
52097         * math/w_remainderf.c: Likewise.
52098         * math/w_remainderl.c: Likewise.
52099         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52100         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52101         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52102         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52103         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52104         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52105         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52106         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52108         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52109         of the number.
52110         * stdio-common/printf_fphex.c: Likewise.
52111         * stdio-common/printf_size.c: Likewise.
52113         * math/e_exp10.c: Include math_private.h using <...> not "...".
52114         * math/e_exp10f.c: Likewise.
52115         * math/e_exp10l.c: Likewise.
52116         * math/e_exp2l.c: Likewise.
52117         * math/e_j0l.c: Likewise.
52118         * math/e_j1l.c: Likewise.
52119         * math/e_jnl.c: Likewise.
52120         * math/e_lgammal_r.c: Likewise.
52121         * math/e_rem_pio2l.c: Likewise.
52122         * math/e_scalb.c: Likewise.
52123         * math/e_scalbf.c: Likewise.
52124         * math/e_scalbl.c: Likewise.
52125         * math/k_cosl.c: Likewise.
52126         * math/k_sinl.c: Likewise.
52127         * math/k_tanl.c: Likewise.
52128         * math/s_cacoshf.c: Likewise.
52129         * math/s_catan.c: Likewise.
52130         * math/s_catanf.c: Likewise.
52131         * math/s_catanh.c: Likewise.
52132         * math/s_catanhf.c: Likewise.
52133         * math/s_catanhl.c: Likewise.
52134         * math/s_catanl.c: Likewise.
52135         * math/s_ccosh.c: Likewise.
52136         * math/s_ccoshf.c: Likewise.
52137         * math/s_ccoshl.c: Likewise.
52138         * math/s_cexp.c: Likewise.
52139         * math/s_cexpf.c: Likewise.
52140         * math/s_cexpl.c: Likewise.
52141         * math/s_clog.c: Likewise.
52142         * math/s_clog10.c: Likewise.
52143         * math/s_clog10f.c: Likewise.
52144         * math/s_clog10l.c: Likewise.
52145         * math/s_clogf.c: Likewise.
52146         * math/s_clogl.c: Likewise.
52147         * math/s_csin.c: Likewise.
52148         * math/s_csinf.c: Likewise.
52149         * math/s_csinh.c: Likewise.
52150         * math/s_csinhf.c: Likewise.
52151         * math/s_csinhl.c: Likewise.
52152         * math/s_csinl.c: Likewise.
52153         * math/s_csqrt.c: Likewise.
52154         * math/s_csqrtf.c: Likewise.
52155         * math/s_csqrtl.c: Likewise.
52156         * math/s_ctan.c: Likewise.
52157         * math/s_ctanf.c: Likewise.
52158         * math/s_ctanh.c: Likewise.
52159         * math/s_ctanhf.c: Likewise.
52160         * math/s_ctanhl.c: Likewise.
52161         * math/s_ctanl.c: Likewise.
52162         * math/s_ldexp.c: Likewise.
52163         * math/s_ldexpf.c: Likewise.
52164         * math/s_ldexpl.c: Likewise.
52165         * math/s_significand.c: Likewise.
52166         * math/s_significandf.c: Likewise.
52167         * math/s_significandl.c: Likewise.
52168         * math/w_acos.c: Likewise.
52169         * math/w_acosf.c: Likewise.
52170         * math/w_acosh.c: Likewise.
52171         * math/w_acoshf.c: Likewise.
52172         * math/w_acoshl.c: Likewise.
52173         * math/w_acosl.c: Likewise.
52174         * math/w_asin.c: Likewise.
52175         * math/w_asinf.c: Likewise.
52176         * math/w_asinl.c: Likewise.
52177         * math/w_atan2.c: Likewise.
52178         * math/w_atan2f.c: Likewise.
52179         * math/w_atan2l.c: Likewise.
52180         * math/w_atanh.c: Likewise.
52181         * math/w_atanhf.c: Likewise.
52182         * math/w_atanhl.c: Likewise.
52183         * math/w_cosh.c: Likewise.
52184         * math/w_coshf.c: Likewise.
52185         * math/w_coshl.c: Likewise.
52186         * math/w_dremf.c: Likewise.
52187         * math/w_exp10.c: Likewise.
52188         * math/w_exp10f.c: Likewise.
52189         * math/w_exp10l.c: Likewise.
52190         * math/w_exp2.c: Likewise.
52191         * math/w_exp2f.c: Likewise.
52192         * math/w_fmod.c: Likewise.
52193         * math/w_fmodf.c: Likewise.
52194         * math/w_fmodl.c: Likewise.
52195         * math/w_hypot.c: Likewise.
52196         * math/w_hypotf.c: Likewise.
52197         * math/w_hypotl.c: Likewise.
52198         * math/w_j0.c: Likewise.
52199         * math/w_j0f.c: Likewise.
52200         * math/w_j0l.c: Likewise.
52201         * math/w_j1.c: Likewise.
52202         * math/w_j1f.c: Likewise.
52203         * math/w_j1l.c: Likewise.
52204         * math/w_jn.c: Likewise.
52205         * math/w_jnf.c: Likewise.
52206         * math/w_jnl.c: Likewise.
52207         * math/w_lgamma.c: Likewise.
52208         * math/w_lgamma_r.c: Likewise.
52209         * math/w_lgammaf.c: Likewise.
52210         * math/w_lgammaf_r.c: Likewise.
52211         * math/w_lgammal.c: Likewise.
52212         * math/w_lgammal_r.c: Likewise.
52213         * math/w_log.c: Likewise.
52214         * math/w_log10.c: Likewise.
52215         * math/w_log10f.c: Likewise.
52216         * math/w_log10l.c: Likewise.
52217         * math/w_log2.c: Likewise.
52218         * math/w_log2f.c: Likewise.
52219         * math/w_log2l.c: Likewise.
52220         * math/w_logf.c: Likewise.
52221         * math/w_logl.c: Likewise.
52222         * math/w_pow.c: Likewise.
52223         * math/w_powf.c: Likewise.
52224         * math/w_powl.c: Likewise.
52225         * math/w_remainder.c: Likewise.
52226         * math/w_remainderf.c: Likewise.
52227         * math/w_remainderl.c: Likewise.
52228         * math/w_scalb.c: Likewise.
52229         * math/w_scalbf.c: Likewise.
52230         * math/w_scalbl.c: Likewise.
52231         * math/w_sinh.c: Likewise.
52232         * math/w_sinhf.c: Likewise.
52233         * math/w_sinhl.c: Likewise.
52234         * math/w_sqrt.c: Likewise.
52235         * math/w_sqrtf.c: Likewise.
52236         * math/w_sqrtl.c: Likewise.
52237         * math/w_tgamma.c: Likewise.
52238         * math/w_tgammaf.c: Likewise.
52239         * math/w_tgammal.c: Likewise.
52241         * po/ja.po: Update from translation team.
52243 2011-09-29  Andreas Jaeger  <aj@suse.de>
52245         [BZ #13179]
52246         * sunrpc/netname.c (netname2host): Fix logic.
52248         [BZ #6779]
52249         [BZ #6783]
52250         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52251         correctly.
52252         * math/w_remainder.c (__remainder): Likewise.
52253         * math/w_remainderf.c (__remainderf): Likewise.
52254         * math/libm-test.inc (remainder_test): Add test cases.
52256 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52258         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52259         sdiv_qrnnd.
52261 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52263         * string/test-memcmp.c: Avoid unncessary #defines.
52264         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52266 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52268         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52269         Use new sse2 version for core i3 - i7 as it's faster
52270         than sse42 version.
52271         (bit_Prefer_PMINUB_for_stringop): New.
52272         * sysdeps/x86_64/rawmemchr.S: Update.
52273         Replace with faster SSE2 version.
52274         * sysdeps/x86_64/memrchr.S: New file.
52275         * sysdeps/x86_64/memchr.S: Update.
52276         Replace with faster SSE2 version.
52278 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52280         * elf/dl-load.c (lose): Add cast to avoid warning.
52282 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52284         * po/ca.po: Update from translation team.
52286         * inet/getnetgrent_r.c: Hook up nscd.
52287         * nscd/Makefile (routines): Add nscd_netgroup.
52288         (nscd-modules): Add netgroupcache.
52289         (CFLAGS-netgroupcache.c): Define.
52290         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52291         (cache_search): Add const to second parameter.
52292         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52293         INNETGR.
52294         (dbs): Add netgrdb entry.
52295         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52296         (verify_persistent_db): Handle netgrdb.
52297         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52298         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52299         GETFDNETGR.
52300         (netgroup_response_header): Define.
52301         (innetgroup_response_header): Define.
52302         (datahead): Add netgroup_response_header and innetgroup_response_header
52303         elements.
52304         * nscd/nscd.conf: Add entries for netgroup cache.
52305         * nscd/nscd.h (dbtype): Add netgrdb.
52306         (_PATH_NSCD_NETGROUP_DB): Define.
52307         (netgroup_iov_disabled): Declare.
52308         (xmalloc, xcalloc, xrealloc): Move declarations here.
52309         (cache_search): Adjust prototype.
52310         Add netgroup-related prototypes.
52311         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52312         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52313         (__nscd_innetgr): Declare.
52314         * nscd/selinux.c (perms): Use access_vector_t as element type and
52315         add netgroup-related initializers.
52316         * nscd/netgroupcache.c: New file.
52317         * nscd/nscd_netgroup.c: New file.
52318         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52319         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52320         For four parameters use innetgr.
52321         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52322         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52323         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52324         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52326         * nscd/connections.c (register_traced_file): Don't register file
52327         for disabled databases.
52329 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52331         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52333         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52334         from tree and freeing node.
52336 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52338         * nss/nsswitch.c (__nss_database_lookup): Handle
52339         nss_parse_service_list out of memory case.
52341 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52343         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52344         out of memory case.
52346 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52348         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52349         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52350         pass it down.
52351         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52352         elf_machine_rela, elf_machine_lazy_rel.
52353         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52354         (ELF_DYNAMIC_DO_REL): Likewise.
52355         (ELF_DYNAMIC_DO_RELA): Likewise.
52356         (ELF_DYNAMIC_RELOCATE): Likewise.
52357         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52358         to ELF_DYNAMIC_DO_REL.
52359         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52360         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52361         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52362         elf_machine_rela.
52363         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52364         skip_ifunc, don't call ifunc function if non-zero.
52365         (elf_machine_rela): Likewise.
52366         (elf_machine_lazy_rel): Likewise.
52367         (elf_machine_lazy_rela): Likewise.
52368         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52369         (elf_machine_lazy_rel): Likewise.
52370         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52371         Likewise.
52372         (elf_machine_lazy_rel): Likewise.
52373         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52374         Likewise.
52375         (elf_machine_lazy_rel): Likewise.
52376         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52377         (elf_machine_lazy_rel): Likewise.
52378         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52379         (elf_machine_lazy_rel): Likewise.
52380         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52381         (elf_machine_lazy_rel): Likewise.
52382         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52383         (elf_machine_lazy_rel): Likewise.
52384         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52385         (elf_machine_lazy_rel): Likewise.
52386         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52387         (elf_machine_lazy_rel): Likewise.
52389 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52391         * nss/nss_files/files-init.c (_nss_files_init): Use static
52392         initialization for all the *_traced_file variables.
52394 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52396         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52398 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52400         [BZ #13226]
52401         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52403 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52405         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52406         Reread the line before reparsing it.
52408 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52410         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52412 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52413             Maxim Kuvyrkov  <maxim@codesourcery.com>
52414             Joseph Myers  <joseph@codesourcery.com>
52416         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52417         if needed for __stack_chk_guard.
52419 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52421         * sysdeps/posix/spawni.c (script_execute): Always define it.
52422         It will be optimized away if unused.
52423         (maybe_script_execute): New function.
52424         (__spawni): Call it.
52426         * Makerules: Don't include tls.make.
52427         (config-tls): Always set to thread.
52428         * tls.make.c: File removed.
52430 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52432         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52433         * config.make.in (CPPFLAGS-config): New substituted variable.
52435 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52437         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52439         [BZ #13192]
52440         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52441         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52443 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52445         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52446         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52447         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52448         (CALL_FAIL): Likewise.
52449         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52450         (CALL_FAIL): Macro removed.
52451         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52453 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52455         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52456         for __FINITE_MATH_ONLY__ == 1.
52458 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52460         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52461         __ieee754_sqrt instead of sqrt.
52462         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52463         __ieee754_sqrtf instead of sqrtf.
52464         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52465         __floorf instead of floorf.
52466         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52467         __floorf, __truncf instead of floorf, truncf.
52469 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52471         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52473         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52474         __extern_always_inline.
52475         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52476         32-bit.
52478 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52480         * elf/rtld.c (dl_main): Also relocate in dependency order when
52481         doing symbol dependency testing.
52483 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52485         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52486         Always define `refsym'.
52488 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52490         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52491         (__FD_ELT): Renamed from __FDELT.
52492         * misc/bits/select2.h (__FD_ELT): Likewise.
52493         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52494         __FD_MASK instead of __FDELT, __FDMASK.
52495         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52496         Likewise.
52497         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52498         Likewise.
52500         * elf/Makefile (gen-ldd): Fix pattern.
52502         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52503         (init_tls): Likewise.
52505 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52507         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52509 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52511         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52512         `struct cmsghdr *' instead of `void *'.
52513         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52514         Likewise.
52516 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52518         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52519         if non-absolute.
52520         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52521         ldd_rewrite_script.
52523 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52525         * configure.in: Remove --with-tls option.
52526         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52527         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52528         out in case it is missing.
52529         * sysdeps/ia64/elf/configure.in: Likewise.
52530         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52531         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52532         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52533         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52534         * sysdeps/sh/elf/configure.in: Likewise.
52535         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52536         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52537         * sysdeps/x86_64/elf/configure.in: Likewise.
52538         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52539         * sysdeps/mach/hurd/tls.h: Likewise.
52541         [BZ #13067]
52542         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52544         [BZ #13090]
52545         * configure.in: Fix use of AC_INIT.
52547         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52549 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52551         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52552         __set_errno.
52553         * malloc/hooks.c: Likewise.
52555         [BZ #11929]
52556         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52557         variables statically.
52558         (narenas): Initialize.
52559         (list_lock): Initialize.
52560         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52561         initializtion of main_arena and list_lock.  Small cleanups.
52562         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52563         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52564         Add initializers to main_arena and mp_.
52565         (malloc_state): Remove pagesize member.  Change all users to use
52566         GLRO(dl_pagesize).
52568         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52569         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52570         is always initialized.
52572         * malloc/malloc.c: Removed unused configurations and dead code.
52573         * malloc/arena.c: Likewise.
52574         * malloc/hooks.c: Likewise.
52575         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52577         * include/tls.h: Removed.  USE___THREAD must always be defined.
52578         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52579         * elf/dl-libc.c: Likewise.
52580         * elf/dl-tsd.c: Likewise.
52581         * include/errno.h: Likewise.
52582         * include/netdb.h: Likewise.
52583         * include/resolv.h: Likewise.
52584         * inet/herrno-loc.c: Likewise.
52585         * inet/herrno.c: Likewise.
52586         * malloc/arena.c: Likewise.
52587         * malloc/hooks.c: Likewise.
52588         * malloc/malloc.c: Likewise.
52589         * resolv/res-state.c: Likewise.
52590         * resolv/res_libc.c: Likewise.
52591         * sysdeps/i386/dl-machine.h: Likewise.
52592         * sysdeps/ia64/dl-machine.h: Likewise.
52593         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52594         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52595         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52596         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52597         * sysdeps/sh/dl-machine.h: Likewise.
52598         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52599         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52600         * sysdeps/unix/i386/sysdep.S: Likewise.
52601         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52602         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52603         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52604         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52605         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52606         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52607         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52608         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52610         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52611         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52612         * sysdeps/x86_64/dl-machine.h: Likewise.
52613         * tls.make.c: Likewise.
52615         * configure.in: Remove --with-__thread option.  Make tests for
52616         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52617         tls_model attribute fail if no support is available.  Remove
52618         USE_IN_LIBIO.
52619         * Makeconfig: Adjust for dropped configure option.  All features are
52620         now mandatory.
52621         * Makerules: Likewise.
52622         * Versions.def: Likewise.
52623         * argp/argp-fmtstream.c: Likewise.
52624         * argp/argp-fmtstream.h: Likewise.
52625         * argp/argp-help.c: Likewise.
52626         * assert/assert.c: Likewise.
52627         * config.h.in: Likewise.
52628         * config.make.in: Likewise.
52629         * configure: Likewise.
52630         * configure.in: Likewise.
52631         * csu/Versions: Likewise.
52632         * csu/init.c: Likewise.
52633         * elf/tst-audit2.c: Likewise.
52634         * elf/tst-tls10.c: Likewise.
52635         * elf/tst-tls10.h: Likewise.
52636         * elf/tst-tls11.c: Likewise.
52637         * elf/tst-tls12.c: Likewise.
52638         * elf/tst-tls14.c: Likewise.
52639         * elf/tst-tlsmod11.c: Likewise.
52640         * elf/tst-tlsmod12.c: Likewise.
52641         * elf/tst-tlsmod13.c: Likewise.
52642         * elf/tst-tlsmod13a.c: Likewise.
52643         * elf/tst-tlsmod14a.c: Likewise.
52644         * elf/tst-tlsmod15b.c: Likewise.
52645         * elf/tst-tlsmod16a.c: Likewise.
52646         * elf/tst-tlsmod16b.c: Likewise.
52647         * elf/tst-tlsmod7.c: Likewise.
52648         * elf/tst-tlsmod8.c: Likewise.
52649         * elf/tst-tlsmod9.c: Likewise.
52650         * gmon/gmon.c: Likewise.
52651         * grp/fgetgrent_r.c: Likewise.
52652         * grp/putgrent.c: Likewise.
52653         * hurd/fopenport.c: Likewise.
52654         * include/libc-symbols.h: Likewise.
52655         * include/tls.h: Likewise.
52656         * intl/gettextP.h: Likewise.
52657         * intl/loadinfo.h: Likewise.
52658         * locale/global-locale.c: Likewise.
52659         * locale/localeinfo.h: Likewise.
52660         * mach/devstream.c: Likewise.
52661         * malloc/arena.c: Likewise.
52662         * malloc/set-freeres.c: Likewise.
52663         * misc/err.c: Likewise.
52664         * misc/getttyent.c: Likewise.
52665         * misc/mntent_r.c: Likewise.
52666         * posix/getopt.c: Likewise.
52667         * posix/wordexp.c: Likewise.
52668         * pwd/fgetpwent_r.c: Likewise.
52669         * resolv/Versions: Likewise.
52670         * resolv/res_hconf.c: Likewise.
52671         * shadow/fgetspent_r.c: Likewise.
52672         * shadow/putspent.c: Likewise.
52673         * stdio-common/printf_fphex.c: Likewise.
52674         * stdio-common/tmpfile.c: Likewise.
52675         * stdlib/abort.c: Likewise.
52676         * stdlib/fmtmsg.c: Likewise.
52677         * sunrpc/auth_unix.c: Likewise.
52678         * sunrpc/clnt_perr.c: Likewise.
52679         * sunrpc/clnt_tcp.c: Likewise.
52680         * sunrpc/clnt_udp.c: Likewise.
52681         * sunrpc/clnt_unix.c: Likewise.
52682         * sunrpc/openchild.c: Likewise.
52683         * sunrpc/svc_simple.c: Likewise.
52684         * sunrpc/svc_tcp.c: Likewise.
52685         * sunrpc/svc_udp.c: Likewise.
52686         * sunrpc/svc_unix.c: Likewise.
52687         * sunrpc/xdr.c: Likewise.
52688         * sunrpc/xdr_array.c: Likewise.
52689         * sunrpc/xdr_rec.c: Likewise.
52690         * sunrpc/xdr_ref.c: Likewise.
52691         * sunrpc/xdr_stdio.c: Likewise.
52693 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52695         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52697 2011-07-03  Andreas Jaeger  <aj@suse.de>
52699         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52700         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52701         regenerate with gen-libm-tests.pl.
52703 2010-05-12  Petr Baudis  <pasky@suse.cz>
52705         [BZ #11589]
52706         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52707         around j0() zero points by switching to j1().
52708         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52709         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52710         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52711         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52713 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52715         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52716         instead of 0.
52717         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52718         instead of 0.
52719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52720         Patch in part by Pavel Roskin <proski@gnu.org>.
52722         [BZ #13138]
52723         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52724         realloc.
52725         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52726         Free memory block if necessary.
52728         [BZ #12847]
52729         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52730         be NULL.  Don't lock in this case.
52732 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52734         * elf/elf.h (ELFOSABI_GNU): New macro.
52735         (ELFOSABI_LINUX): Define to that.
52737 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52739         * string/strncat.c (strncat): Undef the symbol in case it has been
52740         defined in bits/string.h.
52742 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52744         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52746         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52747         link map.
52749 2011-08-17  Andreas Jaeger  <aj@suse.de>
52751         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52753 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52754             Ian Lance Taylor  <iant@google.com>
52756         * math/libm-test.inc (lround_test): New testcase.
52757         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52759 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52761         * Makefile: Remove support for automatic cvs check-ins.
52762         * Makerules: Likewise.
52763         * config.make.in: Likewise.
52764         * configure.in: Likewise.
52765         * intl/Makefile: Likewise.
52766         * locale/Makefile: Likewise.
52767         * po/Makefile: Likewise.
52768         * posix/Makefile: Likewise.
52769         * sysdeps/gnu/Makefile: Likewise.
52770         * sysdeps/mach/hurd/Makefile: Likewise.
52771         * sysdeps/sparc/sparc32/Makefile: Likewise.
52773         [BZ #13118]
52774         * posix/Makefile (bug-regex32-ENV): Define.
52775         Patch by John Stanley <jpsinthemix@verizon.net>.
52777         * misc/Makefile (headers): Add bits/select2.h.
52778         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52779         * misc/bits/select2.h: New file.
52780         * include/bits/select2.h: New file.
52781         * debug/Makefile (routines): Add fdelt_chk.
52782         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52783         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52784         FD_ISSET.
52785         * debug/fdelt_chk.c: New file.
52787         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52788         * wcsmbs/test-wmemcmp.c: Likewise.
52789         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52790         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52792 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52794         * string/Makefile (strop-tests): Add memcmp.
52795         * string/test-wmemcmp.c: New file.
52796         * string/test-memcmp.c: Add wmemcmp support.
52798 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52800         [BZ #13153]
52801         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52802         2011-07-19 change.
52804         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52805         garbage value in a __mach_port_mod_refs call in the cases of the
52806         task-self and thread-self ports.
52808 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52810         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52812 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52814         * elf/dl-load.c (lose): Check for non-null L.
52816 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52818         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52820         * elf/dl-libc.c (dlerror_run): Pass back error code from
52821         dl_catch_error.
52823         [BZ #13123]
52824         * elf/dl-load.c (lose): Free l_origin if it is valid.
52826         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52827         names.
52828         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52829         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52830         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52831         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52832         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52833         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52835 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52837         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52838         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52839         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52840         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52841         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52842         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52843         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52844         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52845         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52846         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52848 2011-08-15  Alan Modra  <amodra@gmail.com>
52850         [BZ #13092]
52851         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52852         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52853         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52854         ppc_mcount to static-only-routines.
52855         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52856         __mcount_internal.
52857         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52858         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52860 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52862         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52863         for finite and infinity parameters.
52865 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52867         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52868         and add nop instructions for throughput optimization.
52869         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52871 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52873         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52874         aligned copy for power7 with vector-scalar instructions.
52875         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52877 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52879         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52880         AVX check.
52882 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52884         [BZ #13144]
52885         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52886         last change.
52888 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52890         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52891         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52892         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52893         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52894         clock_gettime.
52896 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52898         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52899         Forgot to demangle the pointer.
52901         * sysdeps/i386/sysdep.h: Define atom_text_section.
52902         * sysdeps/x86_64/sysdep.h: Likewise.
52903         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52904         section with atom_text_section.
52905         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52906         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52907         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52908         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52909         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52911         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52912         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52913         already be defined.  Change to take two parameters and don't assign
52914         result to variable.  Adjust all users.
52915         Define INTERNAL_GETTIME if not already defined.
52916         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52917         call.
52918         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52919         HAVE_CLOCK_GETTIME_VSYSCALL.
52920         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52922         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52923         gettimeofday vsyscall, just use time.
52925 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52927         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52928         <errno.h>.
52930 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52932         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52933         syscall on x86-64.
52934         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52935         syscall.
52936         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52937         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52938         syscall if possible.
52940 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52942         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52943         e_ident.  Don't pass to find_mapsXX.
52944         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52946 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52948         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52949         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52950         * sysdeps/x86_64/multiarch/strchr.S: Update.
52951         Check bit_slow_BSF bit.
52952         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52953         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52954         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52956 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52958         [BZ #13134]
52959         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52960         before glibc 2.15.
52961         (tryshell): Define.
52962         (__spawni): Change last parameter to be flag.  Test
52963         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52964         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52965         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52966         * posix/spawni.c: Likewise.
52967         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52968         * posix/spawnp.c: Likewise.  Change normal version to use
52969         SPAWN_XFLAGS_USE_PATH.
52970         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52971         SPAWN_XFLAGS_TRY_SHELL.
52973         [BZ #13150]
52974         * posix/glob.h: Remove gcc 1.x support.
52976         [BZ #13068]
52977         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52979 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52981         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52982         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52983         strrchr-sse2-bsf
52984         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52985         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52986         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52987         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52988         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52989         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52991 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52993         * sysdeps/x86_64/wcscmp.S: New file.
52995         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52996         wcscmp-c wcscmp-sse2
52997         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52998         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52999         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53000         * wcsmbs/wcscmp.c: Allow renaming.
53002 2011-09-05  David S. Miller  <davem@davemloft.net>
53004         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53005         stack slot, rather than the struct return pointer slot.
53006         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53007         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53009         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53011 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53013         * po/ja.po: Update from translation team.
53015         [BZ #13144]
53016         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53017         kernel in 64-bit binaries.
53019 2011-09-01  David S. Miller  <davem@davemloft.net>
53021         * elf/elf.h (HWCAP_SPARC_*): Move to..
53022         * sysdeps/sparc/sysdep.h: this new file and add new values.
53023         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53024         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53025         _DL_HWCAP_COUNT to 24.
53026         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53027         entries.
53028         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53029         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53030         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53031         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53032         instead of magic constants.
53033         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53035 2011-08-31  David S. Miller  <davem@davemloft.net>
53037         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53038         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53039         Reimplement to do errno handling inline.
53040         (SYSCALL_ERROR_HANDLER): New macro.
53041         (__SYSCALL_STRING): Do not do errno handling in asm.
53042         (__CLONE_SYSCALL_STRING): Delete.
53043         (__INTERNAL_SYSCALL_STRING): Delete.
53044         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53045         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53046         (PSEUDO): Reimplement to do errno handling inline.
53047         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53048         (SYSCALL_ERROR_HANDLER): New macro.
53049         (__SYSCALL_STRING): Do not do errno handling in asm.
53050         (__CLONE_SYSCALL_STRING): Delete.
53051         (__INTERNAL_SYSCALL_STRING): Delete.
53052         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53053         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53054         i386.
53055         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53056         (inline_syscall*): Add 'err' argument.
53057         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53058         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53059         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53060         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53062         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53063         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53065 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53067         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53069 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53071         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53072         directive.
53074 2011-08-24  David S. Miller  <davem@davemloft.net>
53076         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53078 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53080         * elf/Makefile: Add rules to build and run unload8 test.
53081         * elf/unload8.c: New file.
53082         * elf/unload8mod1.c: New file.
53083         * elf/unload8mod1x.c: New file.
53084         * elf/unload8mod2.c: New file.
53085         * elf/unload8mod3.c: New file.
53087         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53088         it wasn't used.
53090 2011-08-23  David S. Miller  <davem@davemloft.net>
53092         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53093         subtract stack bias.
53094         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53095         %sp not %fp in calculations.
53096         (_JMPBUF_UNWINDS_ADJ): Likewise.
53098         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53099         (aio_suspend): Call it to force an exception region around the
53100         AIO_MISC_WAIT() invocation.
53102 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53104         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53105         backslash.
53107 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53109         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53110         protection macro.
53111         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53112         and <dl-machine.h>.
53113         (Elf64_FuncDesc): Remove.
53115 2011-08-22  David S. Miller  <davem@davemloft.net>
53117         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53118         sigaltstack check, add missing cfi directives.
53119         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53120         missing cfi directives, and sigaltstack handling.
53122 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53124         [BZ #11724]
53125         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53126         object is seen twice.
53127         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53129         * elf/Makefile (distribute): Add tst-initorder2.c.
53130         (tests): Add tst-initorder2.
53131         (modules-names): Add tst-initorder2a tst-initorder2b
53132         tst-initorder2c tst-initorder2d.  Add rules to build them.
53133         ($(objpfx)tst-initorder2.out): New rule.
53134         * elf/tst-initorder2.c: New file.
53135         * elf/tst-initorder2.exp: New file.
53137 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53139         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53141         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53142         dependencies back to end of function.
53144         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53145         $(elfobjdir)/ld.so.
53147 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53149         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53150         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53151         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53152         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53153         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53154         of __vdso_gettimeofday.
53155         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53156         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53157         attribute_hidden.
53158         (_libc_vdso_platform_setup): Remove initialization of
53159         __vdso_gettimeofday and __vdso_time.
53161 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53163         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53164         and fgetc_unlocked.
53165         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53166         getc_unlocked.
53168         * elf/dl-open.c (add_to_global): Report additions to the global scope
53169         for LD_DEBUG=scopes.
53170         (dl_open_worker): Also print scope of newly loaded dependencies.
53171         (_dl_show_scope): Indicate if there is no scope.
53173         [BZ #13114]
53174         * stdio-common/Makefile (tests): Add bug24.
53175         * stdio-common/bug24.c: New file.
53177 2011-08-19  Andreas Jaeger  <aj@suse.de>
53179         [BZ #13114]
53180         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53181         non-existant file when using close-on-exec mode.
53183 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53185         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53186         the very first instruction.
53188         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53189         the CFI state in the end.
53190         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53191         inclusion of dl-trampoline.h.
53192         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53194 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53196         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53197         expectations for long double.
53199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53200         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53202 2011-08-14  David S. Miller  <davem@davemloft.net>
53204         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53205         artificual limit depends upon the system page size.
53207 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53209         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53210         * resolv/Makefile: Define CFLAGS-libresolv.
53212 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53214         * nss/makedb.c (compute_tables): Make variables used in nested
53215         function static.
53217 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53219         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53220         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53221         if buffer was too small.
53223         * elf/pldd.c (main): Attach to all threads in the process.
53224         Rewrite /proc handling to use *at functions.
53226 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53228         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53229         specifies first scope to show.
53230         (dl_open_worker): Update callers.  Move printing scope of new
53231         object to before the relocation.
53232         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53233         * sysdeps/generic/ldsodefs.h: Update declaration.
53235         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53236         string for the scope number.
53238 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53240         * nscd/servicescache.c (cache_addserv): Make sure written is always
53241         initialized.
53243 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53245         * sysdeps/i386/i486/bits/atomic.h
53246         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53247         statement expression, so as to suppress "set but not used" warning.
53248         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53250         * string/strncat.c (STRNCAT): Use prototype definition.
53252         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53253         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53254         -Iprograms here.
53255         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53256         (localedef-modules): Add localedef.
53257         (locale-modules): Add locale.
53259         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53260         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53261         to avoid a warning.
53263 2011-08-14  David S. Miller  <davem@davemloft.net>
53265         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53266         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53268 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53270         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53271         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53272         * elf/rtld.c (dl_main): Set l_name of vDSO.
53273         Call _dl_show_scope when DL_DEBUG_SCOPES.
53274         (process_dl_debug): Recognize scopes flag and also set it for all.
53275         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53276         Declare _dl_show_scope.
53278         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53279         (do_dlopen): Pass caller_dlopen to dl_open.
53280         (__libc_dlopen_mode): Initialize caller_dlopen.
53282         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53283         of libc.  Make tolower call locale-independent.  Optimize a bit by
53284         using isdigit instead of isalnum.
53285         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53287 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53289         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53290         was a dependency or dynamically loaded.
53292 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53294         * intl/l10nflist.c: Allow architecture-specific pop function.
53295         * sysdeps/x86_64/l10nflist.c: New file.
53297         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53298         classification.
53300 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53302         * include/dirent.h: Add libc_hidden_proto for scandirat and
53303         scandirat64.  Don't declare __scandirat64.
53304         * dirent/scandirat.c: Add libc_hidden_def.
53305         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53306         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53308 2011-08-10  David S. Miller  <davem@davemloft.net>
53310         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53311         enum.
53312         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53313         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53314         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53316 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53318         * Versions.def [libc]: Add GLIBC_2.15.
53319         * dirent/Makefile (routines): Add scandirat and scandirat64.
53320         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53321         GLIBC_2.15.
53322         * dirent/dirent.h: Declare scandirat and scandirat64.
53323         * dirent/scandirat.c: New file.
53324         * dirent/scandirat64.c: New file.
53325         * sysdeps/wordsize-64/scandirat.c: New file.
53326         * sysdeps/wordsize-64/scandirat64.c: New file.
53327         * dirent/opendir.c: Define opendirat.
53328         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53329         using scandirat.
53330         * dirent/scandir64.c: Adjust for scandir.c change.
53331         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53332         __scandirat64, and __scandir_cancel_handler.
53333         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53334         additional parameter and use openat instead of open (outside of ld.so).
53335         Add new __opendir as wrapper around __opendirat.
53336         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53337         here without requiring old scandirat implementation.
53339 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53341         * dirent/scandir.c (cancel_handler): Renamed to
53342         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53343         defined.  Adjust users.
53344         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53345         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53347 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53349         * string/test-string.h (IMPL): Use __STRING to expand name and then
53350         stringify it.
53352         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53353         of cleanups.
53355 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53357         * string/Makefile: Update.
53358         (strop-tests): Append strncat.
53359         * string/test-wcscmp.c: New file.
53360         New comprehensive test for wcscmp.
53361         * string/test-strcmp.c: Update.
53362         (WIDE): New define.
53364 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53366         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53367         line.
53369 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53371         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53372         encoding to ACE if AI_IDN.
53374 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53376         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53377         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53379 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53381         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53382         Fix overflow bug in strncat.
53383         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53385         * string/test-strncat.c: Update.
53386         Add new tests for checking overflow bugs.
53388 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53390         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53391         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53392         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53393         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53394         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53395         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53396         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53397         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53398         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53400         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53401         (USE_AS_STRCAT): Define.
53402         Add strcat and strncat support.
53403         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53405 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53407         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53408         __n bigger than INT_MAX+1.
53409         (__strncmp_g): Likewise.
53411 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53413         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53414         * libio/stido.h: Likewise.
53416         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53417         (AF_NFC): Define.
53418         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53419         (AF_NFC): Define.
53421         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53422         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53423         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53424         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53425         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53427         [BZ #13021]
53428         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53429         installed.
53431         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53432         typo.
53433         (_dl_x86_64_save_sse): Likewise.
53435 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53437         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53438         OSXSAVE.
53439         (_dl_x86_64_save_sse): Likewise.
53441         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53443         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53445 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53447         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53448         change.
53449         (_dl_x86_64_save_sse): Use correct AVX check.
53451 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53453         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53454         bug in strncpy/strncat.
53455         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53457 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53459         * string/tester.c (test_strcat): Add tests for different alignments
53460         of source and destination.
53461         (test_strncat): Likewise.
53463 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53465         [BZ #12852]
53466         * posix/glob.c (glob): Check passed in values before using them in
53467         expressions to avoid some overflows.
53468         (glob_in_dir): Likewise.
53470         [BZ #13007]
53471         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53472         check for AVX enablement so that we don't crash with old kernels and
53473         new hardware.
53474         * elf/tst-audit4.c: Add same checks here.
53475         * elf/tst-audit6.c: Likewise.
53477         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53479 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53481         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53483 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53485         * po/cs.po: Update from translation team.
53486         * po/bg.po: Likewise.
53488 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53490         * misc/sys/cdefs.h: Add support for const attribute.
53491         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53492         to gnu_dev_{major,minor,makedev} functions.
53494 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53496         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53498 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53500         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53501         strlen results.
53503 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53505         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53506         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53507         register in order to avoid conflicts with the soft frame pointer
53508         being held in r11 when necessary.
53509         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53510         (INTERNAL_VSYSCALL_NCS): Likewise.
53512 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53514         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53515         * elf/dl-fini.c (_dl_fini): Adjust caller.
53516         * elf/dl-close.c (_dl_close_worker): Likewise.
53517         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53519 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53521         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53522         "aux_cache->nlibs < 0".
53524         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53525         in the reload-count case.
53527 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53529         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53530         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53531         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53532         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53533         * sysdeps/x86_64/multiarch/strcat.S: New file.
53534         * sysdeps/x86_64/multiarch/strncat.S: New file.
53535         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53536         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53537         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53538         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53539         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53540         (USE_AS_STRCAT): Define.
53541         Add strcat and strncat support.
53542         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53543         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53544         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53545         * string/strncat.c: Update.
53546         (USE_AS_STRNCAT): Define.
53547         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53548         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53549         and i7.
53550         * sysdeps/x86_64/multiarch/init-arch.h
53551         (bit_Prefer_PMINUB_for_stringop): New.
53552         (index_Prefer_PMINUB_for_stringop): Likewise.
53553         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53554         bit_Prefer_PMINUB_for_stringop.
53556 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53558         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53559         buffer64.
53560         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53561         of casting of buffer.
53562         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53563         buffer32 and buffer64.
53564         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53565         writes instead of casting of buffer.
53566         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53567         buffer32.
53568         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53569         casting of buffer.
53571 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53573         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53575 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53577         * nscd/nscd.c (termination_handler): Don't do anything for a database
53578         if it has not yet been initialized.
53580 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53582         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53584 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53586         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53588 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53590         * po/nl.po: Update from translation team.
53591         * po/sv.po: Likewise.
53593 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53595         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53596         now disallowed by GCC.
53598         * configure.in (use-default-link): Default to yes if a test -shared
53599         link meets our qualifications.
53600         * configure: Regenerated.
53602         * config.make.in (output-format): New variable.
53603         * configure.in: Check for ld --print-output-format support.
53604         * configure: Regenerated.
53605         * Makerules ($(common-objpfx)format.lds)
53606         [$(output-format) != unknown]: Just use $(output-format),
53607         instead of the linker-script munging.
53609 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53611         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53612         of $(common-objpfx)shlib.lds.
53613         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53615         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53616         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53618         * configure.in (-z relro check): Adjust test code to add a large
53619         writable data section after it.
53620         * configure: Regenerated.
53622 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53624         * configure.in (-z relro check): Fix test code to make the variable
53625         truly const.
53626         * configure: Regenerated.
53628 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53630         * nscd/nscd.h (struct traced_file): Define.
53631         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53632         elements.  Add traced_files.
53633         (inotify_fd): Declare.
53634         (register_traced_file): Declare.
53635         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53636         (inotify_fd): Export.
53637         (resolv_conf_descr): Remove.
53638         (nscd_init): Move inotify descriptor creation to main.
53639         Don't register files for notification here.
53640         (register_traced_file): New function.
53641         (invalidate_cache): Don't use reset_res to determine whether to call
53642         res_init, go through the list of registered files.
53643         (main_loop_poll): The inotify descriptors are now stored in the
53644         structures for the traced files.
53645         (main_loop_epoll): Likewise
53646         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53647         to __nss_disable_nscd.
53648         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53649         for a database anymore.  Check the records for all the registered
53650         files instead.
53651         * nss/Makefile (libnss_files-routines): Add files-init.
53652         (libnss_db-routines): Add db-init.
53653         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53654         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53655         * nss/nss_db/db-init.c: New file.
53656         * nss/nss_files/files-init.c: New file.
53657         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53658         __nss_lookup_function.
53659         (__nss_lookup_function): Call nss_load_library.
53660         (nss_load_all_libraries): New function.
53661         (__nss_disable_nscd): Take parameter with callback function for files
53662         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53663         used for the cached services.
53664         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53665         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53666         options for features to all the files in nscd.
53668         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53670 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53672         * csu/elf-init.c (__libc_csu_init): Comment typo.
53674 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53676         * po/pl.po: Update from translation team.
53677         * po/ja.po: Likewise.
53678         * po/ru.po: Likewise.
53679         * po/ko.po: Likewise.
53680         * po/fr.po: Likewise.
53682 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53684         * configure.in (.ctors/.dtors header and trailer check):
53685         Use an empirical test on a built program.
53686         * configure: Regenerated.
53688         * configure.in (-z relro check): Use an empirical test on a built DSO.
53689         Detect, but do not require, on ia64.
53690         * configure: Regenerated.
53692         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53693         Update tests that use readelf to use $READELF instead.
53694         * configure: Regenerated.
53696 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53698         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53699         if the result is not used.
53701 2011-07-05  Andreas Jaeger  <aj@suse.de>
53703         [BZ#9696]
53704         * stdlib/tst-strtod.c: Add testcase.
53706 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53708         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53709         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53710         The latter has a higher limit.  Take additional parameter to pass to
53711         the new function.
53712         (__pathconf): Pass file to __statfs_link_max.
53713         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53714         __statfs_link_max.
53715         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53716         __statfs_link_max.
53718         [BZ #12868]
53719         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53720         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53721         Handle Lustre.
53722         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53723         (__statfs_filesize_max): Likewise.
53724         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53726 2011-07-05  Andreas Jaeger  <aj@suse.de>
53728         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53730 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53732         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53733         `status' variable.
53734         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53735         Likewise.
53737 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53739         * Makefile (strop-tests): Add strncat.
53740         * string/test-strncat.c: New file.
53742 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53744         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53746 2011-06-21  Andreas Jaeger  <aj@suse.de>
53748         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53749         Copy rule from iconvdata/Makefile.
53751 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53753         [BZ #12922]
53754         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53755         but no long options are defined, just return 'W'.
53757 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53759         [BZ #9696]
53760         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53762 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53764         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53765         netgroups to read.
53766         (innetgr): Likewise.
53768 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53770         * config.make.in (install_root): Default to $(DESTDIR).
53772 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53774         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53776 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53778         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53780         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53781         containing directory rather than embedding absolute directory names.
53783         * scripts/check-local-headers.sh: Rewritten using awk.
53784         Match by word, not by line.  Print error messages for matches.
53785         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53787         * Makerules [shlib-lds-flags empty]:
53788         ($(common-objpfx)libc_pic.opts): New target.
53789         ($(common-objpfx)libc_pic.os.clean): New target.
53790         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53792         * config.make.in (OBJCOPY): New variable.
53793         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53794         * configure: Regenerated.
53796         * config.make.in (use-default-link): New variable.
53797         * configure.in (use_default_link): Grok --with-default-link to set it.
53798         * configure: Regenerated.
53799         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53800         (shlib-lds, shlib-lds-flags): Define to empty.
53802         * Makerules (shlib-lds): New variable.
53803         (shlib-lds-flags): New variable.
53804         (build-shlib, build-moduile, build-module-asneeded): Use it.
53805         ($(common-objpfx)libc.so): Use $(shlib-lds).
53806         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53807         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53809         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53810         DT_FLAGS/DT_FLAGS_1 with zero flags.
53812         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53813         linker script munging.
53815 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53817         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53818         as 128-bit value.
53819         * crypt/sha512.c (sha512_process_block): Perform total addition using
53820         128-bit if possible.
53821         (__sha512_finish_ctx): Likewise.
53822         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53823         as 64-bit value.
53824         * crypt/sha256.c (SWAP64): Define.
53825         (sha256_process_block): Perform total addition using 64-bit if
53826         possible.
53827         (__sha256_finish_ctx): Likewise.
53829 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53831         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53832         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53833         * nscd/hstcache.c (cache_addhst): Likewise.
53834         * nscd/grpcache.c (cache_addgr): Likewise.
53835         * nscd/aicache.c (addhstaiX): Likewise
53836         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53838 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53840         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53841         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53842         * nscd/hstcache.c (cache_addhst): Likewise.
53843         * nscd/grpcache.c (cache_addgr): Likewise.
53844         * nscd/aicache.c (addhstaiX): Likewise
53846 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53848         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53849         domain only when needed.
53851 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53854         is always restored.
53856 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53858         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53859         are re-adding the entry.
53860         * nscd/servicescache.c (cache_addserv): Likewise.
53862 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53864         * sysdeps/generic/dl-irel.h: fix protection against multiple
53865         inclusions.
53866         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53868 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53870         [BZ #12935]
53871         * malloc/memusage.sh: Fix quoting in message.
53872         * debug/xtrace.sh: Likewise.
53874         * configure.in: Remove support for --experimental-malloc option, make
53875         it the default.
53876         * config.make.in: Likewise.
53877         * malloc/Makefile: Likewise.
53879 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53881         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53882         two-byte characters.
53884 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53886         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53887         AC_CACHE_CHECK invocation.
53888         * configure: Regenerated.
53890         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53892 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53894         [BZ #12350]
53895         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53896         bit from old_res_options.
53898         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53900         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53901         value type for setfct.
53903 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53905         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53906         __gettimeofday instead of gettimeofday.
53908 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53910         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53912 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53914         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53916         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53917         info.
53919 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53921         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53922         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53923         strcpy-sse2-unaligned strncpy-sse2-unaligned
53924         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53925         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53926         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53927         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53928         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53929         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53930         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53931         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53932         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53933         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53934         (STRCPY): Support SSE2 and SSSE3 versions.
53936 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53938         [BZ #12874]
53939         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53940         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53941         kernels which artificially limit size of requests.
53943 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53945         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53946         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53947         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53948         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53949         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53950         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53951         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53952         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53953         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53954         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53955         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53956         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53957         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53958         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53959         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53960         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53961         Enable unaligned load optimization for Intel Core i3, i5 and i7
53962         processors.
53963         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53964         Define.
53965         (index_Fast_Unaligned_Load): Define.
53966         (HAS_FAST_UNALIGNED_LOAD): Define.
53968 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53970         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53972 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53974         [BZ #12907]
53975         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53976         until it is clear that the information is realy needed.
53977         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53979 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53981         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53983 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53985         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53986         /sys/devices/system/cpu/online if it is usable.
53988         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53989         reading the information from the /proc filesystem to once a second.
53991 2011-06-21  Andreas Jaeger  <aj@suse.de>
53993         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53994         NULL after inclusion of kernel headers.
53996 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53998         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53999         calls to internal_setent.
54001         [BZ #12885]
54002         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54003         addresses using gethostbyname4_r ignore IPv4 addresses.
54005         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54006         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54008         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54010 2011-06-20  David S. Miller  <davem@davemloft.net>
54012         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54013         inclusions.
54014         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54016         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54017         (elf_irel): Use it.
54018         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54019         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54020         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54021         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54022         * sysdeps/x86_64/dl-irel.h: Likewise.
54024         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54025         * elf/dl-sym.c: Likewise.
54027 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54029         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54030         need to dereference resplen2.
54032 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54034         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54036 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54038         * Makeconfig: Define vardbdir and inst_vardbdir.
54039         * nss/Makefile: Add rules to install db-Makefile.
54041         * nss/nss_db/db-XXX.c: Cleanup.
54043         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54044         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54045         GLIBC_PRIVATE.
54046         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54047         * nss/makedb.c: Implement -g option to specify that value strings
54048         are generated and should not be added to table iterated over for
54049         get*ent calls.
54050         * nss/nss_db/db-initgroups.c: New file.
54052         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54053         interface.
54055         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54056         (internal_getgrouplist): Adjust to name change.
54057         Update use_initgroups_entry if this is not the first call.
54058         * nss/databases.def: Add initgroups entry.
54060         * nss/makedb.c (compute_tables): Check result of multiple hash table
54061         sizes to minimize maximum chain length.
54063 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54065         * Versions.def: Add entry for libnss_db.
54066         * shlib-versions: Likewise.
54067         * nss/Makefile: Add rules to build libnss_db.
54068         * nss/Versions: Add libnss_db information.  Organize libnss_files
54069         entries better.
54070         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54071         makedb progra.  Some minor improvements to generate smaller files.
54072         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54073         here from...
54074         * nss/makedb.c: ...here.
54075         Improve database format to be smaller and require less memory at
54076         runtime.
54077         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54078         db anymore.
54079         * nss/nss_db/db-netgrp.c: Likewise.
54080         * nss/nss_db/db-open.c: Likewise.
54081         * nss/nss_files/flies-XXX.x: Adjust comments.
54082         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54083         * nss/nss_files/files-grp.c: Likewise.
54084         * nss/nss_files/files-hosts.c: Likewise.
54085         * nss/nss_files/files-network.c: Likewise.
54086         * nss/nss_files/files-proto.c: Likewise.
54087         * nss/nss_files/files-pwd.c: Likewise.
54088         * nss/nss_files/files-rpc.c: Likewise.
54089         * nss/nss_files/files-service.c: Likewise.
54090         * nss/nss_files/files-sgrp.c: Likewise.
54091         * nss/nss_files/files-spwd.c: Likewise.
54092         * nss/nss_db/db-alias.c: Removed.
54093         * nss/nss_db/dummy-db.h: Removed.
54095 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54097         * nss/makedb.c: Rewritten to not use database library.
54098         * nss/Makefile: Update to build new makedb program.
54100 2011-06-14  Andreas Jaeger  <aj@suse.de>
54102         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54103         memset declaration.
54105 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54107         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54108         tmpbuf.
54110 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54112         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54113         * elf/Makefile ($(objpfx)ld.so): Likewise.
54115         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54116         Don't list ld.so twice in dependencies.
54118         * posix/bug-regex31.c: Include <stdlib.h>.
54120         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54122         * nis/nss_compat/compat-spwd.c
54123         (getspent_next_nss_netgr): Remove unused variable.
54124         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54126         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54127         nonmembers" output to use the right array.
54129         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54131         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54133         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54134         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54135         * catgets/gencat.c (read_input_file): Likewise.
54136         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54138         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54139         variable definition inside #if's controlling its use.
54141         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54143         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54145         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54147         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54148         unreachable code.
54150         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54152         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54153         * configure: Regenerated.
54155         * Makerules: Revert last change.
54156         * elf/Makefile: Likewise.
54158 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54160         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54161         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54162         (reloc-link): Likewise.
54164 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54166         * elf/Makefile: Add rules to build pldd.
54167         * elf/pldd.c: New file.
54168         * elf/pldd-xx.c: New file.
54170 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54172         * version.h: Update for 2.15 development version.
54174 2011-06-07  David S. Miller  <davem@davemloft.net>
54176         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54177         ifuncs.
54178         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54179         elf_machine_lazy_rel): Likewise.
54180         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54181         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54182         elf_machine_lazy_rel): Likewise.
54183         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54184         dl_hwcap via passed in argument.
54185         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54186         Likewise.
54188 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54190         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54192 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54194         [BZ #12849]
54195         * manual/fdl-1.1.texi: New file, verbatim from:
54196         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54197         * manual/lgpl-2.1.texi: New file, verbatim from:
54198         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54199         * manual/Makefile (licenses): New variable, list those new file names.
54200         (texis): Use it.
54201         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54203         * manual/fdl.texi: File removed.
54204         * manual/lesser.texi: File removed.
54205         * manual/libc.texinfo (Copying, Documentation License):
54206         Use new @include file names, put @appendix directive before @include.
54208 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54210         [BZ #12841]
54211         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54212         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54213         (mq_open): Add __NTH.
54215 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54217         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54218         Assume Intel Core i3/i5/i7 processor if AVX is available.
54220 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54222         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54223         typo.
54225 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54227         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54228         memory.  Use alloca_account.  Fix memory leak when retrying.
54230 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54232         * version.h (RELEASE): Bump for 2.14 release.
54233         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54235         * config.make.in (RANLIB): Remove entry.
54237 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54239         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54240         (libc.pot): Work around missing support for .ksh extension in xgettext.
54242         [BZ #12684]
54243         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54244         if both request failed.
54245         (send_dg): In case of server errors clear resplen or *resplen2.
54247         [BZ #12454]
54248         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54249         when there are multiple maps.
54250         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54251         (_dl_fini): Remove test here.
54253         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54255 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54257         [BZ #12350]
54258         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54259         bit from old_res_options.
54260         (gaih_inet): Likewise.
54262         [BZ #11099]
54263         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54264         as signed.
54266         * resolv/res_init.c (res_setoptions): Make the code more compact.
54268         [BZ #11558]
54269         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54270         set RES_USEVC.
54272         [BZ #11634]
54273         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54275         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54277         [BZ #11781]
54278         * malloc/malloc.h: Declare malloc hook variables as volatile.
54280         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54281         in last patch.
54283         [BZ #11799]
54284         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54285         raise in the comment.
54286         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54287         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54288         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54290 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54292         [BZ #12811]
54293         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54294         grow the buffers more if it already has to be sufficient.
54295         (build_wcs_upper_buffer): Likewise.
54296         * posix/regexec.c (check_matching): Likewise.
54297         (clean_state_log_if_needed): Likewise.
54298         (extend_buffers): Don't enlarge buffers beyond size of the input
54299         buffer.
54300         Patches mostly by Emil Wojak <emil@wojak.eu>.
54301         * posix/bug-regex32.c: New file.
54302         * posix/Makefile (tests): Add bug-regex32.
54304         * locale/findlocale.c (_nl_find_locale): Return right away if
54305         _nl_explode_name failed.
54306         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54308         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54310         * debug/xtrace.sh: Unify messages.
54311         * malloc/memusage.sh: Likewise.
54313         [BZ #12813]
54314         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54315         time symbol from vDSO.  Substitute with vsyscall if not available.
54316         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54317         __vdso_time.
54319         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54320         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54321         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54322         Add sendmmsg and internal_sendmmsg.
54323         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54324         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54325         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54327         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54328         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54329         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54331 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54333         [BZ #12813]
54334         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54335         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54336         available.
54337         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54338         __vdso_getcpu.
54340         [BZ #12814]
54341         * iconvdata/Makefile (tests): Add bug-iconv9.
54342         * iconvdata/bug-iconv9.c: New file.
54344 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54346         [BZ #12814]
54347         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54349 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54351         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54352         (struct user_regs_struct): Change intcs field back to cs.
54354 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54356         * po/ja.po: Update from translation team.
54358 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54360         [BZ #12795]
54361         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54362         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54364 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54366         * stdlib/longlong.h: Update from GCC.
54368 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54370         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54371         parameter name.
54372         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54373         Add parameter name.
54374         (__sysconf): Pass it down.
54376 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54378         [BZ #12671]
54379         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54380         some situations.
54381         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54382         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54383         add in in __libc_use_alloca calls.  Adjust callers.
54384         (glob): Use malloc in some situations.
54386         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54387         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54388         pltexit.
54390 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54392         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54393         and CLOCK_BOOTTIME_ALARM.
54395         [BZ #12782]
54396         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54397         is returned.
54399         * string/_strerror.c (__strerror_r): Print negative errors as signed
54400         numbers.
54402         [BZ #12777]
54403         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54404         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54405         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54407         * configure.in: Fix typo in redirection and correct removal of test
54408         files in two cases.
54410         [BZ #12788]
54411         * locale/setlocale.c (new_composite_name): Fix test to check for
54412         identical name of all categories.
54414         [BZ #12792]
54415         * libio/filedoalloc.c (local_isatty): New function.
54416         (_IO_file_doallocate): Use local_isatty.
54417         * stdio-common/perror.c (perror): In case a new stream is used
54418         forward the stream error.
54419         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54420         error flag.
54422 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54424         [BZ #11869]
54425         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54426         alloca.
54427         * include/alloca.h (extend_alloca_account): Define.
54429         [BZ #11857]
54430         * posix/regex.h: Fix comments with documentation of user-accessible
54431         fields after compilation and describe correct free'ing of pattern
54432         after re_compile_pattern.
54433         Patch by Reuben Thomas <rrt@sc3d.org>.
54435 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54437         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54438         and -mno-altivec to prevent the compiler from using Altivec and/or
54439         VSX instructions when the corresponding registers are not available.
54441 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54443         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54445 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54447         * libio/freopen.c (freopen): Use __dup2, not dup2.
54448         * libio/freopen64.c (freopen64): Likewise.
54450 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54452         [BZ #12775]
54453         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54454         * math/Makefile (tests): Add test-powl.
54455         (CFLAGS-test-powl.c): Define.
54456         * math/test-powl.c: New file.
54458 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54460         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54462 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54464         [BZ #11837]
54465         * iconvdata/gb18030.c: Update to GB18020-2005.
54467 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54469         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54470         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54471         Patch by Aharon Robbins <arnold@skeeve.com>.
54473         [BZ #11892]
54474         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54475         on the stack.
54477         [BZ #11895]
54478         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54479         through underflows.
54481         [BZ #12766]
54482         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54483         point to strings before performing equality test for error_one_per_line
54484         mode.
54486         [BZ #11697]
54487         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54489         [BZ #11820]
54490         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54491         (struct user_fpregs_struct): Avoid __uint*_t types.
54493         [BZ #6420]
54494         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54495         symbol info.  Use it instead of calling _dl_addr locally.
54496         (lock_and_info): New function.
54497         (tr_freehook): Call lock_and_info and pass symbol info as additional
54498         parameter to tr_where.
54499         (tr_mallochook): Likewise.
54500         (tr_reallochook): Likewise.
54501         (tr_memalignhook): Likewise.
54503         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54504         used and couldn't be at all thread-safe.
54506 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54508         * libio/freopen.c (freopen): Don't close old file descriptor
54509         before the new one is opened.  Instead dup the new file descriptor
54510         to the old one after the new stream is created.
54511         * libio/freopen64.c (freopen64): Likewise.
54512         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54513         * libio/fileops.c (_IO_new_file_close_it): Handle new
54514         _IO_FLAGS2_NOCLOSE flag.
54515         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54516         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54517         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54518         _IO_FLAGS2_NOCLOSE flag.
54519         * include/unistd.h: Add hidden_proto for dup3.
54520         Define __have_dup3.
54521         * io/dup3.c: Define hidden symbol.
54522         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54524         [BZ #7101]
54525         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54526         when an incomplete long option is used.
54527         * posix/tst-getopt_long1.c: New file.
54528         * posix/Makefile (tests): Add tst-getopt_long1.
54530         [BZ #10138]
54531         * scripts/config.guess: Update from autoconf-2.68.
54532         * scripts/config.sub: Likewise.
54534         [BZ #10157]
54535         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54536         tests into ...
54537         (has_cpuclock): ...this.  New function.
54538         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54539         macro here based on has_cpuclock code.
54541         [BZ #10149]
54542         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54543         First byte (not low byte) is now always NUL.
54544         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54546         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54547         Use non-cancelable interfaces.
54549         [BZ #9809]
54550         * locale/iso-639.def: Add entry for Sorani.
54552         [BZ #11901]
54553         * include/stdlib.h: Move include protection to the right place.
54554         Define abort_msg_s.  Declare __abort_msg with it.
54555         * stdlib/abort.c (__abort_msg): Adjust type.
54556         * assert/assert.c (__assert_fail_base): New function.  Majority
54557         of code from __assert_fail.  Allocate memory for __abort_msg with
54558         mmap.
54559         (__assert_fail): Now call __assert_fail_base.
54560         * assert/assert-perr.c: Remove bulk of implementation.  Use
54561         __assert_fail_base.
54562         * include/assert.hL Declare __assert_fail_base.
54563         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54564         mmap.
54565         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54567 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54569         [BZ #11952]
54570         [BZ #12453]
54571         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54572         until all modules are registered in the DTV.
54573         * elf/Makefile: Add rules to build and run tst-tls19.
54574         * elf/tst-tls19.c: New file.
54575         * elf/tst-tls19mod1.c: New file.
54576         * elf/tst-tls19mod2.c: New file.
54577         * elf/tst-tls19mod3.c: New file.
54578         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54580         [BZ #12083]
54581         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54582         correctly.
54584         [BZ #12601]
54585         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54586         two-byte sequence errors.
54587         * iconvdata/Makefile (tests): Add bug-iconv8.
54588         * iconvdata/bug-iconv8.c: New file.
54590         [BZ #12626]
54591         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54592         buf2 definition.
54594         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54596         [BZ #12432]
54597         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54598         (dummy_getcfa): New function.
54599         (init): Get _Unwind_GetCFA address, use dummy if not found.
54600         (backtrace_helper): In recursion check, also check whether CFA changes.
54601         (__backtrace): Completely initialize arg.
54603         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54604         storing incomplete byte sequence in state object.  Avoid testing for
54605         guaranteed too small input if we know there is enough data available.
54607 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54609         * Makeconfig (+link-pie): Indent.
54610         * Rules (binaries-pie): Define if $(have-fpie) and
54611         $(build-shared).
54612         (binaries-shared): Also filter out $(binaries-pie).
54613         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54614         * nscd/Makefile (others-pie): Add nscd.
54615         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54616         ($(objpfx)nscd): Remove command override.
54617         * login/Makefile (others-pie): Add pt_chown.
54618         ($(objpfx)pt_chown): Remove command override.
54619         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54620         remove command overrides.
54622 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54624         * libio/tst_putwc.c: Fix error messages.
54626         [BZ #12724]
54627         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54628         currently writing and seek to current position when not.
54629         * libio/Makefile (tests): Add bug-fclose1.
54630         * libio/bug-fclose1.c: New file.
54632 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54634         [BZ #12511]
54635         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54636         don't set DF_1_NODELETE here.
54637         (do_lookup_x): When entering new entry test for copy relocation
54638         and if necessary set DF_1_NODELETE flag.
54639         * elf/tst-unique4.cc: New file.
54640         * elf/tst-unique4.h: New file.
54641         * elf/tst-unique4lib.cc: New file.
54642         * elf/Makefile: Add rules to build and run tst-unique4.
54643         Patch by Piotr Bury <pbury@goahead.com>.
54645 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54647         [BZ #12052]
54648         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54650         [BZ #12625]
54651         * misc/mntent_r.c (addmntent): Flush the stream after the output
54653         [BZ #12393]
54654         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54655         (is_trusted_path_normalize): Skip initial colon.  Append slash
54656         to empty buffer.  Duplicate is_trusted_path code but allow
54657         constructed patch to be prefix.
54658         (is_dst): Allow $ORIGIN followed by /.
54659         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54660         Correct testing of result of is_trusted_path_normalize
54661         (decompose_rpath): Fix warning.
54663 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54665         [BZ #11257]
54666         * grp/initgroups.c (internal_getgrouplist): When we found the service
54667         list through the initgroups entry in nsswitch.conf do not always
54668         continue on a successful lookup.  Don't always use the
54669         __nss_group_database value if it is set.
54670         * nss/nsswitch.conf (initgroups): Change action for successful db
54671         lookup to continue for compatibility.
54673 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54675         [BZ #11532]
54676         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54677         and CP774 modules.
54678         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54679         and CP774 modules.
54680         * iconvdata/tst-tables.sh: Likewise.
54681         * iconvdata/cp770.c: New file.
54682         * iconvdata/cp771.c: New file.
54683         * iconvdata/cp772.c: New file.
54684         * iconvdata/cp773.c: New file.
54685         * iconvdata/cp774.c: New file.
54686         * iconvdata/testdata/CP770: New file.
54687         * iconvdata/testdata/CP770..UTF8: New file.
54688         * iconvdata/testdata/CP771: New file.
54689         * iconvdata/testdata/CP771..UTF8: New file.
54690         * iconvdata/testdata/CP772: New file.
54691         * iconvdata/testdata/CP772..UTF8: New file.
54692         * iconvdata/testdata/CP773: New file.
54693         * iconvdata/testdata/CP773..UTF8: New file.
54694         * iconvdata/testdata/CP774: New file.
54695         * iconvdata/testdata/CP774..UTF8: New file.
54697         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54698         END CHARMAP line.
54699         * iconvdata/gen-8bit-gap.sh: Likewise.
54700         * iconvdata/gen-8bit.sh: Likewise.
54702         * locale/iso-639.def: Add ary entry.
54704         [BZ #11258]
54705         * locale/C-translit.h.in: Add U20A1 transliteration.
54707         [BZ #12178]
54708         * locale/iso-639.def: Add wae entry.
54709         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54711         [BZ #12545]
54712         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54713         for n.
54715         [BZ #12711]
54716         * locale/C-translit.h.in: Add entry for U20B9.
54717         Patch by pravin.d.s@gmail.com.
54719 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54721         [BZ #12713]
54722         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54723         ENAMETOOLONG use generic getcwd.
54724         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54725         in rtld.  Use *stat64.
54726         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54727         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54728         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54729         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54730         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54731         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54732         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54733         __fstatat64 macros.
54734         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54735         * dirent/rewinddir.c: Add libc_hidden_def.
54736         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54737         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54739         * include/dirent.h (__alloc_dir): Add flags parameter.
54740         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54741         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54742         __alloc_dir.
54743         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54744         from fdopendir if O_CLOEXEC is already set.
54746 2011-03-15  Alan Modra  <amodra@gmail.com>
54748         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54749         l_tls_firstbyte_offset non-zero.  Save padding offset in
54750         l_tls_firstbyte_offset for later use.
54751         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54752         freeing static tls block.
54754 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54756         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54757         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54758         being defined by the kernel headers.
54760 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54762         [BZ #12734]
54763         * resolv/resolv.h: Define RES_NOTLDQUERY.
54764         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54765         no-tld-query and set RES_NOTLDQUERY.
54766         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54767         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54768         modern BIND to search name as TLD unless forbidden.
54770 2011-05-07  Petr Baudis  <pasky@suse.cz>
54771             Ulrich Drepper  <drepper@gmail.com>
54773         [BZ #12393]
54774         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54775         (is_trusted_path): ...to here.
54776         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54777         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54778         using is_trusted_path_normalize() in setuid scripts.
54780 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54782         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54783         __BEGIN/__END_DECLS.
54785 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54787         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54788         NSS_STATUS_NOTFOUND if no record was found.
54790 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54792         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54793         (headers-not-in-tirpc): Remove rpc/netdb.h
54794         * resolv/netdb.h: Revert last change.
54796 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54798         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54799         circular dependency between libgcc.a and libc.a.
54801 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54803         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54804         * nis/Makefile: Don't install rpcsvc/*.
54805         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54806         instead of <rpc/types.h>.
54807         (MAXHOSTNAMELEN): Define.
54809 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54811         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54813 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54815         [BZ #12714]
54816         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54817         gethostbyname4_r when IPv6 results are possible.
54819 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54821         [BZ #12723]
54822         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54823         _PC_PIPE_BUF handling.
54825 2011-04-30  Bruno Haible  <bruno@clisp.org>
54827         [BZ #12717]
54828         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54829         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54830         to 'int'.
54831         * inet/getnameinfo.c (getnameinfo): Likewise.
54833 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54835         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54836         to groups setting in database lookup.
54837         * nss/nsswitch.conf: Add initgroups entry.
54839 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54841         [BZ #12685]
54842         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54843         mode string.
54844         Patch by Eric Blake <eblake@redhat.com>.
54846 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54848         * sunrpc/Makefile (need-export-routines): Add svc_run.
54849         (routines): Remove svc_run.
54850         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54851         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54852         * sunrpc/svc_run.c (svc_run): Likewise.
54853         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54855 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54857         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54858         problem in reallocation in last patch.
54860 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54862         * sunrpc/Makefile: Move inclusion of Rules.
54864 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54866         * nss/nss_files/files-initgroups.c: New file.
54867         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54868         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54869         _nss_files_initgroups_dyn.
54871 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54873         * elf/elf.h (R_ARM_IRELATIVE): Define.
54875 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54877         * po/ru.po: Update from translation team.
54879 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54881         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54882         dependencies.
54884 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54886         [BZ #12653]
54887         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54888         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54889         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54890         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54891         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54893 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54895         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54896         differing bytes.
54897         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54898         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54899         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54901 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54903         [BZ #12420]
54904         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54905         storing it.
54906         * stdlib/bug-getcontext.c: New file.
54907         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54909 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54911         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54912         instructions into .machine "z9-109".
54913         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54914         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54916 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54918         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54919         between environment variables and auxiliary vector.
54921 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54923         * Makefile: Add rules to build linkobj/libc.so.
54924         * include/libc-symbols.h: Define libc_hidden_nolink.
54925         * include/rpc/auth.h: Mark functions which are to be hidden.
54926         * include/rpc/auth_des.h: Likewise.
54927         * include/rpc/auth_unix.h: Likewise.
54928         * include/rpc/clnt.h: Likewise.
54929         * include/rpc/des_crypt.h: Likewise.
54930         * include/rpc/key_prot.h: Likewise.
54931         * include/rpc/pmap_clnt.h: Likewise.
54932         * include/rpc/pmap_prot.h: Likewise.
54933         * include/rpc/pmap_rmt.h: Likewise.
54934         * include/rpc/rpc_msg.h: Likewise.
54935         * include/rpc/svc.h: Likewise.
54936         * include/rpc/svc_auth.h: Likewise.
54937         * include/rpc/xdr.h: Likewise.
54938         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54939         * nss/Makefile: Likewise.
54940         * sunrpc/Makefile: Don't install headers.  Build library with normal
54941         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54942         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54943         for the compat linking library.  Remove use of INTDEF/INTUSE.
54944         * sunrpc/auth_none.c: Likewise.
54945         * sunrpc/auth_unix.c: Likewise.
54946         * sunrpc/authdes_prot.c: Likewise.
54947         * sunrpc/authuxprot.c: Likewise.
54948         * sunrpc/clnt_gen.c: Likewise.
54949         * sunrpc/clnt_perr.c: Likewise.
54950         * sunrpc/clnt_raw.c: Likewise.
54951         * sunrpc/clnt_simp.c: Likewise.
54952         * sunrpc/clnt_tcp.c: Likewise.
54953         * sunrpc/clnt_udp.c: Likewise.
54954         * sunrpc/clnt_unix.c: Likewise.
54955         * sunrpc/des_crypt.c: Likewise.
54956         * sunrpc/des_soft.c: Likewise.
54957         * sunrpc/get_myaddr.c: Likewise.
54958         * sunrpc/key_call.c: Likewise.
54959         * sunrpc/key_prot.c: Likewise.
54960         * sunrpc/netname.c: Likewise.
54961         * sunrpc/pm_getmaps.c: Likewise.
54962         * sunrpc/pm_getport.c: Likewise.
54963         * sunrpc/pmap_clnt.c: Likewise.
54964         * sunrpc/pmap_prot.c: Likewise.
54965         * sunrpc/pmap_prot2.c: Likewise.
54966         * sunrpc/pmap_rmt.c: Likewise.
54967         * sunrpc/publickey.c: Likewise.
54968         * sunrpc/rpc_cmsg.c: Likewise.
54969         * sunrpc/rpc_common.c: Likewise.
54970         * sunrpc/rpc_dtable.c: Likewise.
54971         * sunrpc/rpc_prot.c: Likewise.
54972         * sunrpc/rpc_thread.c: Likewise.
54973         * sunrpc/rtime.c: Likewise.
54974         * sunrpc/svc.c: Likewise.
54975         * sunrpc/svc_auth.c: Likewise.
54976         * sunrpc/svc_authux.c: Likewise.
54977         * sunrpc/svc_raw.c: Likewise.
54978         * sunrpc/svc_run.c: Likewise.
54979         * sunrpc/svc_simple.c: Likewise.
54980         * sunrpc/svc_tcp.c: Likewise.
54981         * sunrpc/svc_udp.c: Likewise.
54982         * sunrpc/svc_unix.c: Likewise.
54983         * sunrpc/svcauth_des.c: Likewise.
54984         * sunrpc/xcrypt.c: Likewise.
54985         * sunrpc/xdr.c: Likewise.
54986         * sunrpc/xdr_array.c: Likewise.
54987         * sunrpc/xdr_float.c: Likewise.
54988         * sunrpc/xdr_intXX_t.c: Likewise.
54989         * sunrpc/xdr_mem.c: Likewise.
54990         * sunrpc/xdr_rec.c: Likewise.
54991         * sunrpc/xdr_ref.c: Likewise.
54992         * sunrpc/xdr_sizeof.c: Likewise.
54993         * sunrpc/xdr_stdio.c: Likewise.
54995 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54997         [BZ #12650]
54998         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54999         * sysdeps/ia64/dl-tls.h: Likewise.
55000         * sysdeps/powerpc/dl-tls.h: Likewise.
55001         * sysdeps/s390/dl-tls.h: Likewise.
55002         * sysdeps/sh/dl-tls.h: Likewise.
55003         * sysdeps/sparc/dl-tls.h: Likewise.
55004         * sysdeps/x86_64/dl-tls.h: Likewise.
55005         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55007 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55009         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55010         rpath element also skip the following colon.
55011         (expand_dynamic_string_token): Add is_path parameter and pass
55012         down to DL_DST_REQUIRED and _dl_dst_substitute.
55013         (decompose_rpath): Call expand_dynamic_string_token with
55014         non-zero is_path.  Ignore empty rpaths.
55015         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55016         with zero is_path.
55018 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55021         Make cancelable.
55023 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55025         [BZ #12655]
55026         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55027         Patch by Filipe David Manana <fdmanana@apache.org>.
55029 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55031         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55032         Maintain aligned stack.
55033         (CHECK_RSP): Remove unused macro.
55035 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55037         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55038         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55040 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55042         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55044         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55046 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55048         [BZ #12518]
55049         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55050         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55051         * sysdeps/x86_64/memmove.c: New file.
55052         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55053         (memcpy): Renamed to ...
55054         (__new_memcpy): This.
55055         (memcpy): Provide GLIBC_2_14 memcpy.
55056         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55057         (memcpy): Provide GLIBC_2_2_5 memcpy.
55059 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55061         [BZ #12631]
55062         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55064 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55066         * misc/syncfs.c: New file.
55067         * misc/Makefile (routines): Add syncfs.
55068         * posix/unistd.h: Declare syncfs.
55069         * sysdeps/unix/syscalls.list: Add syncfs.
55071 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55073         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55074         open_by_handle_at.
55075         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55076         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55077         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55078         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55079         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55080         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55081         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55083 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55085         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55086         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55087         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55088         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55089         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55090         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55091         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55093         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55094         sync_file_range.c with -fexceptions.
55095         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55096         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55097         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55098         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55099         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55100         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55101         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55102         sync_file_range as cancellation point
55103         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55104         now a wrapper around __call_sync_file_range with cancellation handling.
55105         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55106         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55107         function name to __call_sync_file_range.
55108         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55109         Add call_sync_file_range.
55111 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55113         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55114         bits/timex.h.
55116 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55118         * iconv/iconv.h: Fix typo in comment.
55119         * io/fcntl.h: Likewise.
55120         * libio/stdio.h: Likewise.
55121         * posix/spawn.h: Likewise.
55122         * posix/unistd.h: Likewise.
55123         * stdlib/stdlib.h: Likewise.
55124         * time/time.h: Likewise.
55125         * wcsmbs/wchar.h: Likewise.
55127         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55128         open_by_handle): Add.
55129         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55130         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55131         Augment a few comments.
55132         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55133         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55134         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55135         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55136         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55137         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55138         open_by_handle.
55140         * io/fcntl.h (AT_EMPTY_PATH): Define.
55142 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55144         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55145         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55146         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55147         to...
55148         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55149         * Versions.def: Add GLIBC_2.14.
55150         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55151         Export.
55153 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55155         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55156         round counter.
55157         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55159 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55161         [BZ #12597]
55162         * string/test-strncmp.c (do_page_test): New function.
55163         (check2): Likewise.
55164         (test_main): Call check2.
55165         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55167 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55169         [BZ #12587]
55170         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55171         Handle cache information in CPU leaf 4.
55172         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55174 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55176         [BZ #12583]
55177         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55178         character representation.
55179         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55181 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55183         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55184         END(__isnan) to END(__isnanf) to match function entry point/label
55185         EALIGN(__isnanf,...).
55187 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55189         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55191 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55193         [BZ #12510]
55194         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55195         copy from the symbol referenced in the relocation to initialize the
55196         used variable.
55197         Patch by Piotr Bury <pbury@goahead.com>.
55198         * elf/Makefile: Add rules to build and tst-unique3.
55199         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55200         * elf/tst-unique3.cc: New file.
55201         * elf/tst-unique3.h: New file.
55202         * elf/tst-unique3lib.cc: New file.
55203         * elf/tst-unique3lib2.cc: New file.
55205         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55207 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55209         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55210         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55211         to _start.
55213 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55215         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55216         to-be-loaded object along a path to loader is ld.so.
55218 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55219             Ulrich Drepper  <drepper@gmail.com>
55221         * sysdeps/x86_64/memset.S: After aligning destination, code
55222         branches to different locations depending on the value of
55223         misalignment, when multiarch is enabled. Fix this.
55225 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55227         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55228         Set _x86_64_preferred_memory_instruction for AMD processsors.
55229         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55230         Set bit_Prefer_SSE_for_memop for AMD processors.
55232 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55234         * libio/fmemopen.c (fmemopen): Optimize a bit.
55236 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55238         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55240 2011-03-03  Roland McGrath  <roland@redhat.com>
55242         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55244 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55246         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55247         __bzero_ultra1 instead of __memset_ultra1.
55249 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55250             Ulrich Drepper  <drepper@gmail.com>
55252         [BZ #12509]
55253         * include/link.h (struct link_map): Add l_orig_initfini.
55254         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55255         returning unsuccessfully.
55256         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55257         close of a file loaded at startup, restore the original l_initfini
55258         list.
55259         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55260         list, store the pointer.
55261         * elf/Makefile ($(objpfx)noload-mem): New rule.
55262         (noload-ENV): Define.
55263         (tests): Add $(objpfx)noload-mem.
55264         * elf/noload.c: Include <memcheck.h>.
55265         (main): Call mtrace.  Close all opened handles.
55267 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55269         [BZ #12454]
55270         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55271         dependencies are missing.
55273 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55275         Fix __if_freereq crash: Unlike the generic version which uses free,
55276         Hurd needs munmap.
55277         * sysdeps/mach/hurd/ifreq.h: New file.
55279 2011-01-27  Petr Baudis  <pasky@suse.cz>
55280             Ulrich Drepper  <drepper@gmail.com>
55282         [BZ 12445]#
55283         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55284         to extend_alloca().
55285         * stdio-common/bug23.c: New file.
55286         * stdio-common/Makefile (tests): Add bug23.
55288 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55289             Ulrich Drepper  <drepper@gmail.com>
55291         [BZ #12489]
55292         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55293         before performing relro protection.  At old place add assertion
55294         to make sure nothing changed.
55296 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55297             Glauber de Oliveira Costa  <glommer@gmail.com>
55299         * elf/elf.h: Add new ARM TLS relocs.
55301 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55304         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55305         cast from r3.
55306         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55307         'tests' variable.
55308         * sysdeps/wordsize-64/tst-writev.c: New file.
55310 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55312         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55313         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55314         insns in _dl_start to prevent a TOC reference before relocs are
55315         resolved.
55317 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55319         [BZ #12469]
55320         * Makeconfig: Remove RANLIB definition.
55321         * Makerules: Don't use RANLIB.
55322         * aclocal.m4: Remove ranlib test.
55323         * configure.in: No need to check for ranlib.
55324         * elf/rtld-Rules: Don't use RANLIB.
55326 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55328         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55329         protection macro.
55330         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55331         inclusion protection macro.
55333         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55334         SIGRTMIN and SIGRTMAX and print information in that case only when
55335         SIGRTMIN is defined.
55337 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55339         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55340         arginfo fn returning -1.
55342         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55343         and thousands string is zero terminated.
55345 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55347         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55348         sysdeps/unix/sysv/linux/bits/socket.h.
55350 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55352         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55353         (__CPU_COUNT): Remove old macros.
55354         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55355         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55356         (__CPU_ALLOC, __CPU_FREE): Add macros.
55357         (__sched_cpualloc, __sched_cpufree): Add declarations.
55359 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55361         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55362         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55363         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55364         (readdhstai): Return value of addhstaiX call.
55365         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55366         (addgrbyX): Return value returned by cache_addgr.
55367         (readdgrbyname): Return value returned by addgrbyX.
55368         (readdgrbygid): Likewise.
55369         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55370         (addpwbyX): Return value returned by cache_addpw.
55371         (readdpwbyname): Return value returned by addhstbyX.
55372         (readdpwbyuid): Likewise.
55373         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55374         (addservbyX): Return value returned by cache_addserv.
55375         (readdservbyname): Return value returned by addservbyX:
55376         (readdservbyport): Likewise.
55377         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55378         (addhstbyX): Return value returned by cache_addhst.
55379         (readdhstbyname): Return value returned by addhstbyX.
55380         (readdhstbyaddr): Likewise.
55381         (readdhstbynamev6): Likewise.
55382         (readdhstbyaddrv6): Likewise.
55383         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55384         (readdinitgroups): Return value returned by addinitgroupsX.
55385         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55386         (prune_cache): Keep track of timeout value of re-added entries.
55387         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55388         * nscd/nscd.h: Adjust prototypes of readd* functions.
55390 2011-02-04  Roland McGrath  <roland@redhat.com>
55392         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55393         (nis_stats): Likewise.
55394         * nis/nis_modify.c (nis_modify): Likewise.
55395         * nis/nis_remove.c (nis_remove): Likewise.
55396         * nis/nis_add.c (nis_add): Likewise.
55398         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55400         * posix/fnmatch_loop.c: Add some consts.
55402         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55404 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55406         [BZ #12460]
55407         * config.make.in (config-cflags-novzeroupper): Define.
55408         * configure.in: Substitute libc_cv_cc_novzeroupper.
55409         * elf/Makefile (AVX-CFLAGS): Define.
55410         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55411         (CFLAGS-tst-auditmod4a.c): Likewise.
55412         (CFLAGS-tst-auditmod4b.c): Likewise.
55413         (CFLAGS-tst-auditmod6b.c): Likewise.
55414         (CFLAGS-tst-auditmod6c.c): Likewise.
55415         (CFLAGS-tst-auditmod7b.c): Likewise.
55416         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55418 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55420         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55421         function to the callback.
55422         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55424 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55426         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55427         of errno.
55429 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55431         [BZ #11724]
55432         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55433         of constructors.
55434         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55435         of destructors.
55436         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55438         [BZ #11724]
55439         * elf/Makefile: Add rules to build and run new test.
55440         * elf/tst-initorder.c: New file.
55441         * elf/tst-initorder.exp: New file.
55442         * elf/tst-initordera1.c: New file.
55443         * elf/tst-initordera2.c: New file.
55444         * elf/tst-initordera3.c: New file.
55445         * elf/tst-initordera4.c: New file.
55446         * elf/tst-initorderb1.c: New file.
55447         * elf/tst-initorderb2.c: New file.
55448         * elf/tst-order-a1.c: New file.
55449         * elf/tst-order-a2.c: New file.
55450         * elf/tst-order-a3.c: New file.
55451         * elf/tst-order-a4.c: New file.
55452         * elf/tst-order-b1.c: New file.
55453         * elf/tst-order-b2.c: New file.
55454         * elf/tst-order-main.c: New file.
55455         New test case by George Gensure <werkt0@gmail.com>.
55457 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55459         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55460         decoding ACE if AI_CANONIDN.
55462 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55464         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55466 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55468         * version.h (RELEASE): Bump for 2.13 release.
55469         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55471         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55473         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55474         MADV_NOHUGEPAGE.
55475         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55476         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55477         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55478         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55479         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55480         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55482         * posix/getconf.c: Update copyright year.
55483         * catgets/gencat.c: Likewise.
55484         * csu/version.c: Likewise.
55485         * debug/catchsegv.sh: Likewise.
55486         * debug/xtrace.sh: Likewise.
55487         * elf/ldconfig.c: Likewise.
55488         * elf/ldd.bash.in: Likewise.
55489         * elf/sprof.c (print_version): Likewise.
55490         * iconv/iconv_prog.c: Likewise.
55491         * iconv/iconvconfig.c: Likewise.
55492         * locale/programs/locale.c: Likewise.
55493         * locale/programs/localedef.c: Likewise.
55494         * malloc/memusage.sh: Likewise.
55495         * malloc/mtrace.pl: Likewise.
55496         * nscd/nscd.c (print_version): Likewise.
55497         * nss/getent.c: Likewise.
55499         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55500         PF_CAIF, and PF_ALG.
55501         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55503 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55505         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55506         (modules-names): Use them.
55507         (ifunc-test-modules, ifunc-pie-tests): Define.
55508         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55509         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55510         (test-extras): Likewise.
55511         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55512         $(compile-command.c).
55513         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55514         (all-built-dso): Define.
55515         (check-textrel.out, check-execstack.out): Depend on it.
55517         * configure.in: Don't override --enable-multi-arch.
55519 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55521         [BZ #6812]
55522         * nscd/hstcache.c (tryagain): Define.
55523         (cache_addhst): Return tryagain not notfound for temporary errors.
55524         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55525         failed.
55527 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55529         [BZ #10563]
55530         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55531         to make the syscall.
55532         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55534         [BZ #12378]
55535         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55536         and fall back to matching as normal character if the string ends before
55537         the matching ']' is found.  This is what POSIX requires.
55538         * posix/testfnm.c: Adjust test result.
55539         * posix/globtest.sh: Adjust test result.  Add new test.
55540         * posix/tst-fnmatch.input: Likewise.
55541         * posix/tst-fnmatch2.c: Add new test.
55543 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55545         * elf/Makefile (check-execstack): Revert last change.  Depend on
55546         check-execstack.h.
55547         (check-execstack.h): New target.
55548         (generated): Add check-execstack.h.
55549         * elf/check-execstack.c: Include "check-execstack.h".
55550         (main): Revert last change.
55551         (handle_file): Return zero if GNU_STACK is absent and
55552         DEFAULT_STACK_PERMS doesn't include PF_X.
55554 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55556         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55557         in child fails because the descriptor is already closed.
55558         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55559         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55560         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55562         [BZ #12397]
55563         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55564         syscall.
55566         [BZ #10484]
55567         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55568         temporary buffer used to handle multi lookups locally.
55569         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55571 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55573         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55574         loader is ld.so.
55576 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55578         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55579         alignment for SSE2.
55581 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55583         [BZ #12394]
55584         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55585         characters.  When rounding increased number of integer digits recompute
55586         number of groups.
55587         * stdio-common/tst-grouping.c: New file.
55588         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55590 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55592         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55593         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55595         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55596         void.
55597         * bits/select.h: Likewise.
55599 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55601         * po/ja.po: Update from translation team.
55603 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55605         [BZ #11155]
55606         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55607         implementation just like for lxstat, fxstatat, et al.
55609 2010-12-27  Jim Meyering  <meyering@redhat.com>
55611         [BZ #12348]
55612         * posix/regexec.c (build_trtable): Return failure indication upon
55613         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55615 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55617         [BZ #12201]
55618         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55619         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55620         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55621         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55623         [BZ #12207]
55624         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55626         [BZ #12204]
55627         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55628         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55630 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55632         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55633         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55634         script has SORT_BY_INIT_PRIORITY.
55635         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55636         NO_CTORS_DTORS_SECTIONS is defined.
55637         * elf/soinit.c: Likewise.
55638         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55639         NO_CTORS_DTORS_SECTIONS is defined.
55640         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55641         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55642         * sysdeps/sh/init-first.c: Likewise.
55643         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55645 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55647         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55648         always use the slow path.
55650 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55652         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55653         similar rule which adds the sysdep directories to the header search in
55654         order to pick up the correct platform stackinfo.h.
55655         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55656         perform test if it is, otherwise return successfully without testing.
55657         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55658         DEFAULT_STACK_PERMS define in stackinfo.h.
55659         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55660         defined in stackinfo.h.
55661         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55662         DEFAULT_STACK_PERMS defined in stackinfo.h.
55663         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55664         * sysdeps/ia64/stackinfo.h: Likewise.
55665         * sysdeps/s390/stackinfo.h: Likewise.
55666         * sysdeps/sh/stackinfo.h: Likewise.
55667         * sysdeps/sparc/stackinfo.h: Likewise.
55668         * sysdeps/x86_64/stackinfo.h: Likewise.
55669         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55670         PF_X for powerpc64.  Retain PF_X for powerpc32.
55672 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55674         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55675         accurately.
55676         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55677         GETDENTS_64BIT_ALIGNED.
55679 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55681         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55683 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55685         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55686         _GNU_SOURCE.
55688         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55689         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55690         Remove __restrict.
55691         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55692         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55694 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55696         [BZ #11655]
55697         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55698         are initialized.
55700 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55702         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55704 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55706         * po/it.po: Update from translation team.
55708 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55710         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55711         unused codes.
55713 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55715         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55717 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55719         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55720         specially.
55721         (gaih_getanswer_slice): Likewise.
55723 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55725         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55727 2010-05-31  Petr Baudis  <pasky@suse.cz>
55729         [BZ #11149]
55730         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55731         silently even in the chroot mode.
55733 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55735         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55736         last patch a bit.  Pretty printing
55738 2010-05-31  Petr Baudis <pasky@suse.cz>
55740         [BZ #10085]
55741         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55742         initialization of skip_initgroups_dyn.
55744 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55746         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55747         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55749 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55751         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55753 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55755         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55756         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55757         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55758         ($(objpfx)tst-fnmatch-mem): New rule.
55759         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55760         * posix/tst-fnmatch.c (main): Call mtrace.
55762 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55765         Support Intel processor model 6 and model 0x2c.
55767 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55769         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55770           signed comparison.
55772 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55774         [BZ #12205]
55775         * string/test-strncasecmp.c (check_result): New function.
55776         (do_one_test): Use it.
55777         (check1): New function.
55778         (test_main): Use it.
55779         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55780         Support strcasecmp and strncasecmp.
55782 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55784         [BZ #12194]
55785         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55786         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55788 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55790         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55791         IFUNC support.
55792         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55793         memset-x86-64.
55794         * sysdeps/x86_64/multiarch/bzero.S: New file.
55795         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55796         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55797         * sysdeps/x86_64/multiarch/memset.S: New file.
55798         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55799         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55800         Set bit_Prefer_SSE_for_memop for Intel processors.
55801         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55802         Define.
55803         (index_Prefer_SSE_for_memop): Define.
55804         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55806 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55808         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55809         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55811 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55813         [BZ #12191]
55814         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55815         (__x86_64_raw_data_cache_size_half): Likewise.
55816         (__x86_64_raw_shared_cache_size): Likewise.
55817         (__x86_64_raw_shared_cache_size_half): Likewise.
55819         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55820         (__x86_64_raw_data_cache_size_half): Likewise.
55821         (__x86_64_raw_shared_cache_size): Likewise.
55822         (__x86_64_raw_shared_cache_size_half): Likewise.
55823         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55824         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55825         and __x86_64_raw_shared_cache_size_half.  Round
55826         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55827         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55828         to multiple of 256 bytes.
55830 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55832         [BZ #12167]
55833         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55834         of inacessible symlinks.  Verify result of symlink before returning it.
55835         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55836         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55838 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55840         * math/math.h (isinf): Fix typo in comment.
55842 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55844         * po/da.po: Update from translation team.
55846 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55848         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55849         is added to the list.
55851 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55852             Ulrich Drepper  <drepper@gmail.com>
55854         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55855         the global list here.  Move code to...
55856         (_dl_add_to_namespace_list): ...here.  New function.
55857         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55858         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55859         * elf/dl-load.c (lose): Don't remove the element from the list.
55860         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55861         (_dl_map_object): Likewise.
55863 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55865         [BZ #12159]
55866         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55867         into all bytes of SSE register.
55868         Patch by Richard Li <richardpku@gmail.com>.
55870 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55872         [BZ #12140]
55873         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55874         perturbing.
55876 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55878         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55879         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55880         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55881         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55883         submachine.
55884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55886 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55888         * include/dlfcn.h (__RTLD_SECURE): Define.
55889         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55890         mode & __RTLD_SECURE instead.
55891         (open_path): Rename preloaded parameter to secure.
55892         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55893         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55894         * elf/dl-deps.c (openaux): Likewise.
55895         * elf/rtld.c (struct map_args): Remove is_preloaded.
55896         (map_doit): Don't use it.
55897         (dl_main): Likewise.
55898         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55899         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55901 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55903         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55904         (sysd-rules-targets): Remove duplicates.
55905         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55906         rtld-%.$o dependency.
55908 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55910         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55911         _dl_map_object do it.
55913 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55915         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55916         fast fma builtins, define the macros in the C99 standard.
55917         (FP_FAST_FMAF): Likewise.
55918         (FP_FAST_FMAL): Likewise.
55919         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55921         * bits/mathdef.h: Update copyright year.
55922         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55924 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55926         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55927         builtins, define the macros in the C99 standard.
55928         (FP_FAST_FMAF): Likewise.
55929         (FP_FAST_FMAL): Likewise.
55930         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55931         multiply/add.
55932         (FP_FAST_FMAF): Likewise.
55934 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55936         [BZ #3268]
55937         * math/libm-test.inc (fma_test): Some new testcases.
55938         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55939         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55940         y and infinite z.  Do multiplication by C already in long double.
55941         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55942         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55943         y and infinite z.  Do bitwise or of inexact bit into u.d.
55944         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55945         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55946         * sysdeps/i386/fpu/s_fma.S: Removed.
55947         * sysdeps/i386/fpu/s_fmal.S: Removed.
55949 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55951         [BZ #3268]
55952         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55953         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55954         computation is not scheduled after fetestexcept.  Fix value
55955         of minimum denormal long double.
55957 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55959         [BZ #3268]
55960         * math/libm-test.inc (fma_test): Add some more tests.
55961         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55962         correctly.
55964 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55966         * scripts/data/localplt-s390-linux-gnu.data: New file.
55967         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55969 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55971         [BZ #3268]
55972         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55973         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55974         instead of dbl-64.
55975         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55976         inlines.
55977         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55978         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55979         if one of x and y is very large and the other is subnormal.
55980         * sysdeps/s390/fpu/s_fmaf.c: New file.
55981         * sysdeps/s390/fpu/s_fma.c: New file.
55982         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55983         * sysdeps/powerpc/fpu/s_fma.S: New file.
55984         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55985         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55986         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55988 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55990         [BZ #3268]
55991         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55992         fma tests.
55993         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55994         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55995         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55996         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55997         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55998         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55999         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56001 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56003         [BZ #12078]
56004         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56005         * posix/bug-regex31.input: Add test case.
56007 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56009         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56010         * posix/bug-regex31.input: New file.
56012         [BZ #12078]
56013         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56014         (parse_sub_exp): Fix last change, use postorder.
56016         * posix/bug-regex31.c: New file.
56017         * posix/Makefile: Add rules to build and run bug-regex31.
56019         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56021         [BZ #12078]
56022         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56024         [BZ #12108]
56025         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56026         to have entries in sys_siglist.
56028         [BZ #12093]
56029         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56030         be NULL.
56032 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56034         [BZ #3268]
56035         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56036         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56037         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56038         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56039         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56040         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56041         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56042         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56043         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56044         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56045         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56046         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56047         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56048         * math/ftestexcept.c (fetestexcept): Likewise.
56049         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56050         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56051         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56052         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56053         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56054         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56055         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56057 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56059         [BZ #12107]
56060         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56061         newline.
56063 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56065         * string/bug-strstr1.c: New file.
56066         * string/Makefile: Add rules to build and run bug-strstr1.
56068 2010-10-05  Eric Blake  <eblake@redhat.com>
56070         [BZ #12092]
56071         * string/str-two-way.h (two_way_long_needle): Always clear memory
56072         when skipping input due to the shift table.
56074 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56076         [BZ #12005]
56077         * malloc/mcheck.c: Handle large requests.
56079         [BZ #12077]
56080         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56081         for strncmp and strncasecmp.
56082         * string/stratcliff.c: Add tests for strcmp and strncmp.
56083         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56085 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56087         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56088         __set_fpscr.
56090 2010-09-30  Andreas Jaeger  <aj@suse.de>
56092         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56093         (CGROUP_SUPER_MAGIC): Define.
56094         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56095         Handle btrfs and cgroup file systems.
56096         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56097         Likewise.
56099 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56101         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56102         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56104 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56106         [BZ #12067]
56107         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56108         trying to locate the ELF header.
56110 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56112         [BZ #11611]
56113         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56114         Mask out sign-bit copies when constructing f_fsid.
56116 2010-09-24  Petr Baudis <pasky@suse.cz>
56118         * debug/stack_chk_fail_local.c: Add missing licence exception.
56119         * debug/warning-nop.c: Likewise.
56121 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56123         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56124         implementing getdents64 using getdents syscall, set d_type if
56125         __ASSUME_GETDENTS32_D_TYPE.
56127 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56129         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56130         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56132 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56134         [BZ #12037]
56135         * posix/unistd.h: Undo change of feature selection for ftruncate from
56136         2010-01-11.
56138 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56140         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56141         detection.
56143 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56145         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56146         fanotify_mark.
56147         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56149 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56151         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56152         variables after CHECK_SP call.
56153         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56155 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56156             Ulrich Drepper  <drepper@redhat.com>
56158         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56159         re-relocationg ld.so.
56160         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56161         _dl_init_paths call.
56162         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56163         here anymore.
56165 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56167         * resolv/res_init.c (__res_vinit): Count the default server we added.
56169 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56170             Ulrich Drepper  <drepper@redhat.com>
56172         [BZ #11968]
56173         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56174         (____longjmp_chk): Use %ebx for saving value across system call.
56175         Add unwind info.
56177 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56179         * manual/Makefile: Don't mix pattern rules with normal rules.
56181 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56183         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56184         operation.
56185         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56186         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56187         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56188         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56189         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56190         Likewise.
56192 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56194         [BZ #11979]
56195         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56196         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56198 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56200         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56201         * sysdeps/x86_64/addmul_1.S: Likewise.
56202         * sysdeps/x86_64/lshift.S: Likewise.
56203         * sysdeps/x86_64/mul_1.S: Likewise.
56204         * sysdeps/x86_64/rshift.S: Likewise.
56205         * sysdeps/x86_64/sub_n.S: Likewise.
56206         * sysdeps/x86_64/submul_1.S: Likewise.
56208 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56210         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56211         Define __sched_param instead of SCHED_* and sched_param when
56212         <bits/sched.h> is included with __need_schedparam defined.
56213         * bits/sched.h [__need_schedparam]
56214         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56215         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56216         (__defined_schedparam): Define to 1.
56217         (__sched_param): New structure, identical to sched_param.
56218         (__need_schedparam): Undefine.
56220 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56222         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56223         (epoll_create1): Declare.
56225         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56227 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56229         [BZ #7066]
56230         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56231         shifting retval into place.
56233 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56235         * nis/rpcsvc/nis.h: Update copyright notice.
56236         * nis/rpcsvc/nis.x: Likewise.
56237         * nis/rpcsvc/nis_callback.h: Likewise.
56238         * nis/rpcsvc/nis_callback.x: Likewise.
56239         * nis/rpcsvc/nis_object.x: Likewise.
56240         * nis/rpcsvc/nis_tags.h: Likewise.
56241         * nis/rpcsvc/yp.h: Likewise.
56242         * nis/rpcsvc/yp.x: Likewise.
56243         * nis/rpcsvc/ypupd.h: Likewise.
56244         * nis/yp_xdr.c: Likewise.
56245         * nis/ypupdate_xdr.c: Likewise.
56247         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56248         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56249         (pmap_getport): Use __libc_rpc_getport.
56250         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56251         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56252         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56254 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56257         fanotify_mark.
56259 2010-08-27  Roland McGrath  <roland@redhat.com>
56261         * sysdeps/i386/i686/multiarch/Makefile
56262         (CFLAGS-varshift.c): New variable.
56264 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56266         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56267         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56269         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56271         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56273 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56275         * sysdeps/x86_64/strlen.S: Unroll the loop.
56276         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56277         strlen-sse2 strlen-sse2-bsf.
56278         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56279         __strlen_no_bsf if bit_Slow_BSF is set.
56280         (__strlen_sse42): Removed.
56281         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56282         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56284 2010-08-25  Roland McGrath  <roland@redhat.com>
56286         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56287         * sysdeps/x86_64/multiarch/varshift.c: New file.
56288         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56289         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56290         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56291         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56293 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56295         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56296         strlen-sse2 strlen-sse2-bsf.
56297         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56298         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56299         (__strlen_sse2): Removed.
56300         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56301         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56302         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56303         bit_Slow_BSF for Atom.
56304         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56305         (index_Slow_BSF): Define.
56306         (HAS_SLOW_BSF): Define.
56308 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56310         [BZ #10851]
56311         * resolv/res_init.c (__res_vinit): When no server address at all
56312         is given default to loopback.
56314 2010-08-24  Roland McGrath  <roland@redhat.com>
56316         * configure.in: Remove config-name.h generation.
56317         * configure: Regenerated.
56318         * config-name.in: File removed.
56319         * scripts/config-uname.sh: New file.
56320         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56321         ($(objdir)config-name.h): New target.
56323         * sunrpc/rpc_parse.h: Avoid nested comment.
56325 2010-08-24  Richard Henderson  <rth@redhat.com>
56326             Ulrich Drepper  <drepper@redhat.com>
56327             H.J. Lu  <hongjiu.lu@intel.com>
56329         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56330         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56331         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56332         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56333         _mm_alignr_epi8 with _mm_loadu_si128.
56334         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56335         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56336         (__m128i_shift_right): Removed.
56337         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56338         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56339         * sysdeps/x86_64/multiarch/varshift.h: New file.
56340         * sysdeps/x86_64/multiarch/varshift.S: New file.
56342 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56344         * configure.in: Move assembler checks to before sysdep dir checking.
56346 2010-08-20  Petr Baudis  <pasky@suse.cz>
56348         * LICENSES: Sync the sunrpc license.
56350 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56352         * sunrpc/auth_des.c: Update copyright notice once again.
56353         * sunrpc/auth_none.c: Likewise.
56354         * sunrpc/auth_unix.c: Likewise.
56355         * sunrpc/authdes_prot.c: Likewise.
56356         * sunrpc/authuxprot.c: Likewise.
56357         * sunrpc/bindrsvprt.c: Likewise.
56358         * sunrpc/clnt_gen.c: Likewise.
56359         * sunrpc/clnt_perr.c: Likewise.
56360         * sunrpc/clnt_raw.c: Likewise.
56361         * sunrpc/clnt_simp.c: Likewise.
56362         * sunrpc/clnt_tcp.c: Likewise.
56363         * sunrpc/clnt_udp.c: Likewise.
56364         * sunrpc/clnt_unix.c: Likewise.
56365         * sunrpc/des_crypt.c: Likewise.
56366         * sunrpc/des_soft.c: Likewise.
56367         * sunrpc/get_myaddr.c: Likewise.
56368         * sunrpc/getrpcport.c: Likewise.
56369         * sunrpc/key_call.c: Likewise.
56370         * sunrpc/key_prot.c: Likewise.
56371         * sunrpc/openchild.c: Likewise.
56372         * sunrpc/pm_getmaps.c: Likewise.
56373         * sunrpc/pm_getport.c: Likewise.
56374         * sunrpc/pmap_clnt.c: Likewise.
56375         * sunrpc/pmap_prot.c: Likewise.
56376         * sunrpc/pmap_prot2.c: Likewise.
56377         * sunrpc/pmap_rmt.c: Likewise.
56378         * sunrpc/rpc/auth.h: Likewise.
56379         * sunrpc/rpc/auth_unix.h: Likewise.
56380         * sunrpc/rpc/clnt.h: Likewise.
56381         * sunrpc/rpc/des_crypt.h: Likewise.
56382         * sunrpc/rpc/key_prot.h: Likewise.
56383         * sunrpc/rpc/netdb.h: Likewise.
56384         * sunrpc/rpc/pmap_clnt.h: Likewise.
56385         * sunrpc/rpc/pmap_prot.h: Likewise.
56386         * sunrpc/rpc/pmap_rmt.h: Likewise.
56387         * sunrpc/rpc/rpc.h: Likewise.
56388         * sunrpc/rpc/rpc_des.h: Likewise.
56389         * sunrpc/rpc/rpc_msg.h: Likewise.
56390         * sunrpc/rpc/svc.h: Likewise.
56391         * sunrpc/rpc/svc_auth.h: Likewise.
56392         * sunrpc/rpc/types.h: Likewise.
56393         * sunrpc/rpc/xdr.h: Likewise.
56394         * sunrpc/rpc_clntout.c: Likewise.
56395         * sunrpc/rpc_cmsg.c: Likewise.
56396         * sunrpc/rpc_common.c: Likewise.
56397         * sunrpc/rpc_cout.c: Likewise.
56398         * sunrpc/rpc_dtable.c: Likewise.
56399         * sunrpc/rpc_hout.c: Likewise.
56400         * sunrpc/rpc_main.c: Likewise.
56401         * sunrpc/rpc_parse.c: Likewise.
56402         * sunrpc/rpc_parse.h: Likewise.
56403         * sunrpc/rpc_prot.c: Likewise.
56404         * sunrpc/rpc_sample.c: Likewise.
56405         * sunrpc/rpc_scan.c: Likewise.
56406         * sunrpc/rpc_scan.h: Likewise.
56407         * sunrpc/rpc_svcout.c: Likewise.
56408         * sunrpc/rpc_tblout.c: Likewise.
56409         * sunrpc/rpc_util.c: Likewise.
56410         * sunrpc/rpc_util.h: Likewise.
56411         * sunrpc/rpcinfo.c: Likewise.
56412         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56413         * sunrpc/rpcsvc/key_prot.x: Likewise.
56414         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56415         * sunrpc/rpcsvc/mount.x: Likewise.
56416         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56417         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56418         * sunrpc/rpcsvc/rex.x: Likewise.
56419         * sunrpc/rpcsvc/rstat.x: Likewise.
56420         * sunrpc/rpcsvc/rusers.x: Likewise.
56421         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56422         * sunrpc/rpcsvc/spray.x: Likewise.
56423         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56424         * sunrpc/rtime.c: Likewise.
56425         * sunrpc/svc.c: Likewise.
56426         * sunrpc/svc_auth.c: Likewise.
56427         * sunrpc/svc_authux.c: Likewise.
56428         * sunrpc/svc_raw.c: Likewise.
56429         * sunrpc/svc_run.c: Likewise.
56430         * sunrpc/svc_simple.c: Likewise.
56431         * sunrpc/svc_tcp.c: Likewise.
56432         * sunrpc/svc_udp.c: Likewise.
56433         * sunrpc/svc_unix.c: Likewise.
56434         * sunrpc/svcauth_des.c: Likewise.
56435         * sunrpc/xcrypt.c: Likewise.
56436         * sunrpc/xdr.c: Likewise.
56437         * sunrpc/xdr_array.c: Likewise.
56438         * sunrpc/xdr_float.c: Likewise.
56439         * sunrpc/xdr_mem.c: Likewise.
56440         * sunrpc/xdr_rec.c: Likewise.
56441         * sunrpc/xdr_ref.c: Likewise.
56442         * sunrpc/xdr_sizeof.c: Likewise.
56443         * sunrpc/xdr_stdio.c: Likewise.
56445         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56446         handling.
56448 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56450         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56452 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56454         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56455         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56456         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56457         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56458         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56459         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56460         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56461         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56462         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56463         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56464         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56465         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56466         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56467         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56469 2010-07-26  Anton Blanchard  <anton@samba.org>
56471         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56472         * malloc/arena.c (heap_trim): Likewise.
56474 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56476         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56477         here.  Not...
56478         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56479         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56481 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56483         * sysdeps/i386/elf/Makefile: New file.
56485 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56487         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56488         from fanotify_init.
56489         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56490         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56492 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56494         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56495         of strncasecmp_l.
56496         * sysdeps/multiarch/strcmp.S: Likewise.
56498 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56500         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56501         strncase_l-nonascii.
56502         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56503         Add strncase_l-ssse3.
56504         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56505         * sysdeps/x86_64/strcmp.S: Likewise.
56506         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56507         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56508         * sysdeps/x86_64/strncase.S: New file.
56509         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56510         * sysdeps/x86_64/strncase_l.S: New file.
56511         * string/Makefile (strop-tests): Add strncasecmp.
56512         * string/test-strncasecmp.c: New file.
56514         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56515         warning.
56517         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56518         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56520 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56522         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56524 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56526         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56527         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56528         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56530 2010-05-01  Alan Modra  <amodra@gmail.com>
56532         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56533         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56534         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56535         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56536         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56537         tidying.  Don't tail-call __sigjmp_save for static lib.
56538         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56539         save location.
56540         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56541         (CALL_MCOUNT): Add eh info, and nop after bl.
56542         (TAIL_CALL_SYSCALL_ERROR): New macro.
56543         (PSEUDO_RET): Use it.
56544         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56545         Correct save location of integer regs and cr.
56546         (_dl_profile_resolve): Correct cr save location.  Delete nops
56547         after bl when SHARED.  Reduce cfi size a little by better
56548         placement of cfi directives.
56549         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56550         make a stack frame.  Instead use parm save area as a temp.
56551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56552         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56554         Don't make a stack frame for parent, use parm save area.
56555         Increase child stack frame to 112 bytes.  Don't save unused reg,
56556         and adjust reg usage.  Set up cfi on error recovery and
56557         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56559         (__makecontext): Add dummy nop after jump to exit.
56560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56561         Use correct parm save area and cr save, reduce stack frame.
56562         Correct cfi for possible PSEUDO_RET frame setup.
56563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56564         Branch to local label emitted by PSEUDO_RET rather than
56565         __syscall_error.
56567 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56569         [BZ #11904]
56570         * locale/programs/locale.c (print_assignment): New function.
56571         (show_locale_vars): Use it.
56573 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56575         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56576         field.
56577         (struct statfs64): Likewise.
56578         (_STATFS_F_FLAGS): Define.
56579         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56580         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56581         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56582         (ST_VALID): Define locally.
56583         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56584         __statvfs_getflags, use the provided value.
56585         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56586         __ASSUME_STATFS_F_FLAGS.
56588         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56590         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56591         Add sys/fanotify.h.
56592         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56593         fanotify_mask for GLIBC_2.13.
56594         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56595         fanotify_init and fanotify_mark.
56596         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56597         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56599         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56600         Add prlimit.
56601         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56602         prlimit64 for GLIBC_2.13.
56603         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56604         prlimit64.
56605         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56606         syscall.
56607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56608         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56609         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56610         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56611         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56612         add prlimit alias.
56613         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56615         [BZ #11903]
56616         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56617         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56619         * nss/Makefile: Add rules to build and run tst-nss-test1.
56620         * shlib-versions: Add entry for libnss_test1.
56621         * nss/nss_test1.c: New file.
56622         * nss/tst-nss-test1.c: New file.
56624         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56625         (__nss_configure_lookup): Set appropriate entry in
56626         __nss_configure_lookup to true.
56627         * nss/nsswitch.h: Define enum with indeces of databases in
56628         databases and __nss_database_custom arrays.  Declare
56629         __nss_database_custom.
56630         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56631         to avoid using nscd when custom rules are installed.
56632         * nss/getXXbyYY_r.c: Likewise.
56633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56635         * nss/nss_files/files-parse.c: Whitespace fixes.
56637 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56639         [BZ #11883]
56640         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56641         * posix/fnmatch_loop.c: Likewise.
56643 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56645         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56646         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56647         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56648         * Versions.def [GLIBC_2.13]: Add.
56650 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56652         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56653         Also fail if tpwd after pwuid call is NULL.
56655 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56657         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56658         when converting to ms.
56660 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56662         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56663         EOPNOTSUPP errors with ENOTTY.
56664         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56665         EOPNOTSUPP errors with ENOTTY.
56667 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56669         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56670         Add strcasecmp_l-ssse3.
56671         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56672         strcasecmp.
56673         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56674         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56675         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56677 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56679         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56681         * string/Makefile (strop-tests): Add strcasecmp.
56682         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56683         strcasecmp_l-nonascii.
56684         (gen-as-const-headers): Add locale-defines.sym.
56685         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56686         * sysdeps/x86_64/strcasecmp.S: New file.
56687         * sysdeps/x86_64/strcasecmp_l.S: New file.
56688         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56689         * sysdeps/x86_64/locale-defines.sym: New file.
56690         * string/test-strcasecmp.c: New file.
56692         * string/test-strcasestr.c: Test both ends of the range of characters.
56693         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56695 2010-07-29  Roland McGrath  <roland@redhat.com>
56697         [BZ #11856]
56698         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56700 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56702         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56703         for ld.so.
56705 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56707         * manual/memory.texi (Malloc Tunable Parameters): Document
56708         M_PERTURB.
56710 2010-07-26  Roland McGrath  <roland@redhat.com>
56712         [BZ #11840]
56713         * configure.in (-fgnu89-inline check): Set and substitute
56714         gnu89_inline, not libc_cv_gnu89_inline.
56715         * configure: Regenerated.
56716         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56718 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56720         * string/test-strnlen.c: New file.
56721         * string/Makefile (strop-tests): Add strnlen.
56722         * string/tester.c (test_strnlen): Add a few more test cases.
56723         * string/tst-strlen.c: Better error reporting.
56725         * sysdeps/x86_64/strnlen.S: New file.
56727 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56729         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56730         lower-latency instructions.
56732 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56734         * string/test-strcasestr.c: New file.
56735         * string/test-strstr.c: New file.
56736         * string/Makefile (strop-tests): Add strstr and strcasestr.
56737         * string/str-two-way.h: Don't undefine MAX.
56738         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56740 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56742         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56743         strcasestr-nonascii.
56744         (CFLAGS-strcasestr-nonascii.c): Define.
56745         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56746         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56747         Remove unused attribute.
56749 2010-07-20  Roland McGrath  <roland@redhat.com>
56751         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56752         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56753         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56754         like LD_HWCAP_MASK can disable hwcaps.
56756 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56758         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56760 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56762         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56763         call in strcasestr.
56764         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56765         __strcasestr_sse42_nonascii.
56766         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56767         strcasestr-nonascii.c.
56768         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56770 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56772         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56773         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56774         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56775         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56777 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56779         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56780         fcntl.
56782 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56784         [BZ #11577]
56785         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56786         dl_signal_cerror.
56788 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56790         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56791         _PC_PIPE_BUF using F_GETPIPE_SZ.
56793 2010-07-05  Roland McGrath  <roland@redhat.com>
56795         * manual/arith.texi (Rounding Functions): Fix rint description
56796         implicit in round description.
56798 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56800         * elf/Makefile: Fix linking for a few tests to make recent linker
56801         happy.
56803 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56805         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56806         $(common-objpfx)libc_nonshared.a.
56808 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56810         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56811         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56812         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56813         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56814         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56815         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56816         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56817         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56832         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56833         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56834         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56835         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56836         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56837         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56838         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56839         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56840         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56841         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56842         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56843         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56859 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56861         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56862         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56863         * string/memmove.c (memmove): Renamed to ...
56864         (MEMMOVE): ...this.  Default to memmove.
56865         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56866         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56867         (END_CHK): Define.
56868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56869         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56870         mempcpy-ssse3-back memmove-ssse3-back.
56871         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56872         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56873         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56874         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56875         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56876         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56877         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56878         * sysdeps/x86_64/multiarch/memmove.c: New file.
56879         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56880         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56881         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56882         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56883         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56884         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56885         Define.
56886         (index_Fast_Copy_Backward): Define.
56887         (HAS_ARCH_FEATURE): Define.
56888         (HAS_FAST_REP_STRING): Define.
56889         (HAS_FAST_COPY_BACKWARD): Define.
56891 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56893         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56894         Restore proper fallback handling.
56896 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56898         [BZ #11701]
56899         * posix/group_member.c (__group_member): Correct checking loop.
56901         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56902         OOM in getpwuid_r correctly.  Return error number when the caller
56903         should return, otherwise -1.
56904         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56905         call returning > 0 value.
56906         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56908 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56910         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56911         libc_nonshared.a from targets in modules-names.
56913 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56915         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56916         requires it.
56918 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56920         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56921         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56922         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56923         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56925 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56927         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56929 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56931         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56932         and F_GETPIPE_SZ.
56933         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56934         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56935         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56936         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56938         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56940 2010-06-14  Roland McGrath  <roland@redhat.com>
56942         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56944 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56946         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56947         __REDIRECT followed by __THROW.
56948         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56949         * posix/getopt.h (getopt): Likewise.
56951 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56953         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56954         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56955         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56956         in AT_FLAGS.
56957         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56958         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56960 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56962         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56964 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56966         [BZ #11640]
56967         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56968         Properly check family and model.
56970 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56972         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56974 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56976         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56978 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56980         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56981         symbol reference.
56983 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56985         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56986         symbol reference.
56988 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56990         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56991         and internal_recvmmsg.
56992         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56993         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56994         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56995         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56997         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56998         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56999         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57001 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57003         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57005 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57007         POWER7 optimizations.
57008         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57009         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57011 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57013         * version.h: Update for 2.13 development version.
57015 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57017         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57018         exceptions.  Return 0.
57020 2010-05-07  Roland McGrath  <roland@redhat.com>
57022         * elf/ldconfig.c (main): Add a const.
57024 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57026         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57027         (args_options): Add no-idn option.
57028         (ahosts_keys_int): Add idn_flags to ai_flags.
57029         (parse_option): Handle 'i' option to clear idn_flags.
57031         * malloc/malloc.c (_int_free): Possible race in the most recently
57032         added check.  Only act on the data if no current modification
57033         happened.
57035 See ChangeLog.17 for earlier changes.