Remove various ABS macros and replace uses with fabs (or in one case abs)
[glibc.git] / ChangeLog
blob82e6399121c4c8cc4a06c162bc3296bf1d9233ef
1 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
3         * stdio-common/printf_fp.c (___printf_fp): Use abs.
4         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
5         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
6         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
7         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
8         (ADD2A): Use fabs.  (SUB2A): Use fabs.
9         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
10         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
11         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
12         (log1): Use fabs.  (my_log2): Use fabs.
13         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
14         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
15         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
16         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
17         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
18         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
19         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
20         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
21         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
22         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
23         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
25 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
27         [BZ #18217]
28         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
29         as threshold for returning 1 - x.
30         * math/auto-libm-test-in: Add more tests of erfc.
31         * math/auto-libm-test-out: Regenerated.
33 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
35         [BZ #18196]
36         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
37         threshold for large arguments.
38         * math/auto-libm-test-in: Add another test of atan.
39         * math/auto-libm-test-out: Regenerated.
41         [BZ #16339]
42         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
43         (__log1p): Force underflow exception for results with small
44         absolute value.
45         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
46         (__log1pf): Force underflow exception for results with small
47         absolute value.
48         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
49         (__log1p): Force underflow exception for results with small
50         absolute value.
51         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
52         (__log1pf): Force underflow exception for results with small
53         absolute value.
54         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
55         (__log1pl): Force underflow exception for results with small
56         absolute value.
57         * math/auto-libm-test-in: Do not allow missing underflow
58         exceptions from log1p.
59         * math/auto-libm-test-out: Regenerated.
61 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
62             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
64         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
66 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
68         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
69         (libmvec): New variable.
70         * configure.ac: Added option for mathvec build.
71         * configure: Regenerated.
72         * mathvec/Depend: New file.
73         * mathvec/Makefile: New file.
74         * shlib-versions: Added libmvec.
75         * math/Makefile: Added rule for libm.so installation.
77         * bits/math-vector.h: New file.
78         * bits/libm-simd-decl-stubs.h: New header.
79         * math/Makefile (headers): Added new header
80         libm-simd-decl-stubs.h.
81         * math/math.h (__MATHCALL_VEC): New macro.
83         * math/gen-libm-have-vector-test.sh: Script generates series of macros
84         for conditions in testing functions.
85         * math/Makefile: Added call of libm-have-vector-test.sh.
86         * math/libm-test.inc (HAVE_VECTOR): New macros.
88         * math/libm-test.inc: START refactored.
89         * math/test-double.c (TEST_MATHVEC): Add define.
90         * math/test-float.c: Likewise.
91         * math/test-idouble.c: Likewise.
92         * math/test-ifloat.c: Likewise.
93         * math/test-ildoubl.c: Likewise.
94         * math/test-ldouble.c: Likewise.
95         * sysdeps/generic/math-tests-arch.h
96         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
97         architecture check.
99         * math/test-double.c (FUNC_TEST): New macro.
100         * math/test-float.c: Likewise.
101         * math/test-idouble.c: Likewise.
102         * math/test-ifloat.c: Likewise.
103         * math/test-ildoubl.c: Likewise.
104         * math/test-ldouble.c: Likewise.
105         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
107 2015-05-13  Roland McGrath  <roland@hack.frob.com>
109         * sysdeps/nacl/fdopendir.c: New file.
111         * dirent/scandir-tail.c: New file.
112         * dirent/scandir64-tail.c: New file.
113         * dirent/Makefile (routines): Add them.
114         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
115         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
116         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
117         [!SCANDIR] (SCANDIR_TAIL): New macro.
118         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
119         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
120         (SCANDIRAT): Macro removed.
121         (SCANDIR_TAIL): New macro.
122         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
123         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
124         (SCANDIRAT): Just call __opendirat and __scandir_tail.
125         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
126         (READDIR): Macro removed.
127         (SCANDIR_TAIL): New macro.
128         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
129         (SCANDIR_TAIL): New macro.
131         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
132         * dirent/scandir-cancel.c: ... to this new file.
133         * dirent/Makefile (routines): Add it.
134         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
135         * sysdeps/unix/sysv/linux/i386/scandir64.c
136         (SKIP_SCANDIR_CANCEL): Macro removed.
137         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
139         * dirent/tst-scandir.c: New file.
140         * dirent/tst-scandir64.c: New file.
141         * dirent/Makefile (tests): Add them.
143 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
145         [BZ #18409]
146         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
148 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
150         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
151         list.
153 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
155         * benchtests/bench-strcoll.c: New benchmark.
156         * benchtests/Makefile: Generate locales and run benchmark.
157         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
158         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
159         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
160         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
161         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
162         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
163         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
164         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
165         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
166         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
167         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
168         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
169         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
170         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
171         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
172         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
173         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
174         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
175         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
176         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
177         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
178         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
179         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
180         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
182 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
184         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
185         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
187 2015-05-12  Roland McGrath  <roland@hack.frob.com>
189         * posix/uname-values.h: New file.
190         * posix/uname.c: Include that instead of <config-name.h>.
191         * sysdeps/nacl/uname-values.h: New file.
192         * sysdeps/arm/nacl/uname-values.h: New file.
194 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
196         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
197         splitting into fields.
199 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
201         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
202         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
203         * locale/localeinfo.h: Add enum collation_encoding_type.
204         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
205         * programs/ld-collate.c (collate_output): Add encoding type info.
206         * string/strcoll_l.c (STRDIFF): New function.
207         * (STRCOLL): Use STRDIFF to skip over equal prefix.
208         * wcsmbs/wcscoll_l.c: Define STRDIFF.
210 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
212         [BZ #18397]
213         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
214         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
215         <fpu_control.h> instead of <math/fpu_control.c>.
216         * sysdeps/mips/mips32/fpu/Makefile: New file.
218 2015-05-11  Andreas Schwab  <schwab@suse.de>
220         [BZ #18007]
221         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
222         nss_endgrent.
223         (_nss_compat_endgrent): Call nss_endgrent.
224         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
225         nss_endpwent.
226         (_nss_compat_endpwent): Call nss_endpwent.
227         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
228         needent, call nss_setspent only if non-zero.
229         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
230         (internal_endspent): Don't call nss_endspent.
231         (_nss_compat_endspent): Call nss_endspent.
232         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
233         Remove.  All uses removed.
234         (internal_setent): Remove parameter stayopen, add parameter
235         stream.  Use it instead of global variable.
236         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
237         (internal_endent, internal_getent): Add parameter stream.  Use it
238         instead of global variable.
239         (CONCAT(_nss_files_end,ENTNAME))
240         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
241         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
242         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
243         uses removed.
244         (internal_setent, internal_endent): Add parameter stream.  Use it
245         instead of global variable.
246         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
247         stream.
248         (get_next_alias): Add parameter stream.
249         (_nss_files_getaliasent_r): Pass global stream.
250         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
251         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
252         (_nss_files_gethostbyname4_r): Pass local stream to
253         internal_setent, internal_getent and internal_endent.  Remove
254         locking.
256 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
258         * tst-strfmon1.c (tests): Update expected currency symbol.
260 2015-05-08  Roland McGrath  <roland@hack.frob.com>
262         * sysdeps/nacl/gethostname.c: New file.
264 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
266         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
267         and sinh.
268         * math/auto-libm-test-out: Regenerated.
269         * sysdeps/i386/fpu/libm-test-ulps: Update.
270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
272 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
274         [BZ #18125]
275         * stdlib/tst-setcontext3.c: New file.
276         * stdlib/tst-setcontext3.sh: New file.
277         * stdlib/Makefile (tests): Add tst-setcontext3.
278         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
279         to verify test program created output file.
280         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
281         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
282         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
283         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
285 2015-05-06  Roland McGrath  <roland@hack.frob.com>
287         [BZ #18383]
288         * elf/tst-tlsalign.c: New file.
289         * elf/tst-tlsalign-static.c: New file.
290         * elf/tst-tlsalign-lib.c: New file.
291         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
292         (tests-static): Add tst-tlsalign-static.
293         (modules-names): Add tst-tlsalign-lib.
294         (test-xfail-tst-tlsalign): New variable.
295         (test-xfail-tst-tlsalign-static): New variable.
297         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
298         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
300 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
302         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
303         csqrt, erfc, sin and sincos.
304         * math/auto-libm-test-out: Regenerated.
305         * sysdeps/i386/fpu/libm-test-ulps: Update.
306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
308 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
310         * sysdeps/aarch64/libm-test-ulps: Update.
312 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
314         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
315         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
316         * math/auto-libm-test-out: Regenerated.
317         * sysdeps/i386/fpu/libm-test-ulps: Update.
318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
320 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
322         [BZ #18265]
323         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
324         (wcsncpy): Likewise.
326 2015-05-05  Florian Weimer  <fweimer@redhat.com>
328         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
329         Assume __ASSUME_FALLOCATE is always true.
330         * sysdeps/unix/sysv/linux/posix_fallocate64.c
331         (__posix_fallocate64_l64): Likweise.
332         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
333         (posix_fallocate): Likewise.
334         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
335         (__posix_fallocate64_l64): Likewise.
336         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
337         [!__ASSUME_FALLOCATE]: Add comment.
339 2015-05-05  Florian Weimer  <fweimer@redhat.com>
341         * sysdeps/unix/sysv/linux/i386/Makefile
342         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
343         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
344         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
345         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
346         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
347         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
348         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
350 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
352         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
353         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
354         tgamma.
355         * math/auto-libm-test-out: Regenerated.
356         * sysdeps/i386/fpu/libm-test-ulps: Update.
357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
359 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
361         * math/auto-libm-test-in: Add more tests of tgamma.
362         * math/auto-libm-test-out: Regenerated.
363         * sysdeps/i386/fpu/libm-test-ulps: Update.
364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
366         * math/auto-libm-test-in: Add more tests of tanh.
367         * math/auto-libm-test-out: Regenerated.
368         * sysdeps/i386/fpu/libm-test-ulps: Update.
369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
371         * math/auto-libm-test-in: Add more tests of tan.
372         * math/auto-libm-test-out: Regenerated.
373         * sysdeps/i386/fpu/libm-test-ulps: Update.
374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
376         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
377         * math/auto-libm-test-out: Regenerated.
378         * sysdeps/i386/fpu/libm-test-ulps: Update.
379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
381         * math/auto-libm-test-in: Add another test of pow.
382         * math/auto-libm-test-out: Regenerated.
383         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
385         * math/auto-libm-test-in: Add more tests of lgamma.
386         * math/auto-libm-test-out: Regenerated.
387         * sysdeps/i386/fpu/libm-test-ulps: Update.
388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
390         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
391         log1p.
392         * math/auto-libm-test-out: Regenerated.
393         * sysdeps/i386/fpu/libm-test-ulps: Update.
394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
396 2015-05-01  Mark Wielaard  <mjw@redhat.com>
398         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
399         Elf64_Chdr structs and ELFCOMPRESS constants.
401 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
403         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
404         expm1.
405         * math/auto-libm-test-out: Regenerated.
406         * sysdeps/i386/fpu/libm-test-ulps: Update.
407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
409         * math/auto-libm-test-in: Add more tests of erf and erfc.
410         * math/auto-libm-test-out: Regenerated.
411         * sysdeps/i386/fpu/libm-test-ulps: Update.
412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
414 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
416         * config.h.in (HAVE_AARCH64_BE): Add.
418 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
420         * math/auto-libm-test-in: Add more tests of csqrt.
421         * math/auto-libm-test-out: Regenerated.
422         * sysdeps/i386/fpu/libm-test-ulps: Update.
423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
425         * math/auto-libm-test-in: Add more tests of cosh and sinh.
426         * math/auto-libm-test-out: Regenerated.
427         * sysdeps/i386/fpu/libm-test-ulps: Update.
428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
430         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
432 2015-04-29  Roland McGrath  <roland@hack.frob.com>
434         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
435         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
437         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
438         (euidaccess, eaccess): Define as weak aliases.
440         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
441         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
442         but __suseconds_t is often 'long int' so some sources assume that
443         type is being used (e.g. they use %ld to print tv_usec).
445 2015-04-29  Florian Weimer  <fweimer@redhat.com>
447         [BZ #18007]
448         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
449         (CVE-2014-8121)
450         * nss/tst-nss-getpwent.c: New file.
451         * nss/Makefile (tests): Add new test.
453 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
455         [BZ #18346]
456         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
457         exponents less than 48 as cases where high part of mantissa needs
458         examining to determine whether argument is integral.
459         * math/libm-test.inc (round_test_data): Add more tests.
461 2015-04-28  Mark Wielaard  <mjw@redhat.com>
463         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
465 2015-04-27  David S. Miller  <davem@davemloft.net>
467         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
468         __tls_get_addr.
469         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
471 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
473         [BZ#18333]
474         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
476 2015-04-27  Florian Weimer  <fweimer@redhat.com>
478         [BZ#18333]
479         * time/tzset.c (parse_tzname): Return error on memory allocation
480         failure.
481         * test-skeleton.c (struct temp_name_list): Change type of name
482         member to non-const.
483         (add_temp_file): Create a copy of the file name.
484         (delete_temp_files): Deallocate memory.
485         (create_temp_file): Add comment.
487 2015-04-24  Florian Weimer  <fweimer@redhat.com>
489         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
490         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
492 2015-04-24  Roland McGrath  <roland@hack.frob.com>
494         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
495         * sysdeps/arm/configure: Regenerated.
497 2015-04-24  Florian Weimer  <fweimer@redhat.com>
499         [BZ #17715]
500         * time/tzfile.c (__tzfile_read): Check for large values of
501         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
502         * time/tzset.c (__tzstring_len): New function, based on the old
503         __tzstring function.
504         (__tzstring): Call __tzstring_len.
505         (parse_tzname): New helper function extracted from
506         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
507         the input string.
508         (parse_offset): New helper function extracted from
509         __tzset_parse_tz.  Replace switch with fallthrough with
510         initialization before sscanf.
511         (parse_rule): Likewise.
512         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
513         new-style function definition.
514         * timezone/Makefile (tests): Add tst-tzset.
515         (tst-tzset.out): Dependencies on time zone files.
516         (tst-tzset-ENV): Set TZDIR.
517         (testdata/XT%): Copy crafted time zone files.
518         * timezone/README: Mention crafted time zone files.
519         * timezone/testdata/XT1, timezone/testdata/XT2,
520         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
521         files.
522         * timezone/tst-tzset.c: New test.
524 2015-04-24  Florian Weimer  <fweimer@redhat.com>
526         * Makeconfig (+gccwarn): Remove -Winline.
528 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
530         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
532 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
534         * NEWS: Mention sysconf() cache information support for s390.
535         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
537 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
539         * math/k_casinh.c (__kernel_casinh): Use __copysign.
540         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
541         (__nearbyint): Likewise.
542         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
543         (copysignl): Likewise.
545 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
547         [BZ #18287]
548         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
549         based on padding.  (CVE-2015-1781)
551 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
553         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
554         libc-vdso.h.
555         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
556         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
557         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
558         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
559         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
560         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
561         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
562         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
563         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
564         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
565         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
566         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
567         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
568         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
569         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
570         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
571         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
572         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
573         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
574         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
575         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
576         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
577         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
579 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
581         * stdlib/setenv.c (__add_to_environ):
582         Dump core quickly if setenv (..., NULL, ...) is called.
583         This time, do it the right way, and pacify GCC with a pragma.
585 2015-04-17  Roland McGrath  <roland@hack.frob.com>
587         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
588         IMAP->l_prev cannot be null, and #if out the code for the contrary
589         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
590         believe that NS (&_dl_ns[NSID]) could point outside the array.
592         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
593         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
594         before using NSID as an index.
596 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
598         [BZ #17825]
599         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
600         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
601         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
603 2015-04-17  Roland McGrath  <roland@hack.frob.com>
605         Add preliminary port to Google Native Client on ARM.
606         * abi-tags (.*-.*-nacl.*): New entry.
607         * sysdeps/arm/nacl: New directory.
608         * sysdeps/nacl: New directory.
610 2015-04-16  David S. Miller  <davem@davemloft.net>
612         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
613         lowlevellock-futex.h
615 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
617         * sysdeps/tile/configure.ac: New file.
618         * sysdeps/tile/configure: Regenerated.
620 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
622         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
623         conditionals for weak_alias and libc_hidden_weak.
624         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
625         libc_hidden_weak and weak_alias.
626         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
627         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
628         and weak_alias for static one.
630 2015-04-15  David S. Miller  <davem@davemloft.net>
632         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
634 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
636         [BZ #18206]
637         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
638           Use signed comparision instead of substraction to avoid
639           overflow bug.
640         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
641           Take the sign of ret.
642         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
643           Do not expect precise return values. Only the sign matters.
644         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
645         * wcsmbs/test-wcsncmp.c: New File.
646         * string/test-strncmp.c: Add wcsncmp support.
648 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
650         [BZ #6792]
651         * math/w_log1p.c: New file.
652         * math/w_log1pf.c: Likewise.
653         * math/w_log1pl.c: Likewise.
654         * math/Makefile (libm-calls): Add w_log1p.
655         * math/s_log1pl.c (log1pl): Remove weak_alias.
656         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
657         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
658         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
659         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
660         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
661         [NO_LONG_DOUBLE] (log1pl): Likewise.
662         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
663         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
664         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
665         (log1p): Remove long_double_symbol.
666         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
667         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
668         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
669         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
670         remove weak_alias for corresponding log1p function.
671         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
672         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
673         * sysdeps/ia64/fpu/w_log1p.c: New file.
674         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
675         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
676         * math/libm-test.inc (log1p_test_data): Add errno expectations.
678 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
680         [BZ #18247]
681         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
682         decimal exponent by 1.
683         * stdlib/tst-strtod-round-data: Add more tests.
684         * stdlib/tst-strtod-round.c (tests): Regenerated.
686 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
688         * math/auto-libm-test-in: Add more tests of clog and clog10.
689         * math/auto-libm-test-out: Regenerated.
690         * sysdeps/i386/fpu/libm-test-ulps: Update.
691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
693 2015-04-09  Roland McGrath  <roland@hack.frob.com>
695         * Makeconfig (module-cppflags): Exclude all .v.i files.
696         (skip-module-cppflags): Variable removed.
698         * configure.ac (libc_config_ok): Initialize before reading
699         preconfigure scripts, not after.
700         * configure: Regenerated.
702         * test-skeleton.c (TIMEOUT): Move #define to top level.
703         (main): Grok environment variable TEST_DIRECT.  If set, print
704         test expectation details into that file and then behave as if
705         given --direct.
707 2015-04-09  Florian Weimer  <fweimer@redhat.com>
709         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
710         warning on 32-bit.
712 2015-04-08  David S. Miller  <davem@davemloft.net>
714         * sysdeps/sparc/fpu/libm-test-ulps: Update.
716 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
718         * math/auto-libm-test-in: Add more tests of atanh.
719         * math/auto-libm-test-out: Regenerated.
720         * sysdeps/i386/fpu/libm-test-ulps: Update.
721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
723         * math/auto-libm-test-in: Add more tests of atan.
724         * math/auto-libm-test-out: Regenerated.
725         * sysdeps/i386/fpu/libm-test-ulps: Update.
726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
728 2015-04-08  Florian Weimer  <fweimer@redhat.com>
730         * elf/pldd.c (main): Rewrite to use struct
731         scratch_buffer instead of extend_alloca.
732         * elf/pldd-xx.c (find_maps): Likewise.
733         * grp/initgroups.c: Include <scratch_buffer.h> instead of
734         <alloca.h>.
735         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
736         scratch_buffer instead of extend_alloca.
737         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
738         grp/compat-initgroups.c.
739         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
740         Rewrite to use struct scratch_buffer instead of extend_alloca.
741         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
742         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
744 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
746         * math/auto-libm-test-in: Add more tests of cbrt.
747         * math/auto-libm-test-out: Regenerated.
748         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
750         * math/auto-libm-test-in: Add more tests of cabs.
751         * math/auto-libm-test-out: Regenerated.
752         * sysdeps/i386/fpu/libm-test-ulps: Update.
753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
755         [BZ #18210]
756         [BZ #18211]
757         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
758         (__ieee754_atan2): Set FE_TONEAREST mode for internal
759         computations.
760         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
761         clog10.
762         * math/auto-libm-test-out: Regenerated.
763         * sysdeps/i386/fpu/libm-test-ulps: Update.
764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
766         [BZ #18197]
767         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
768         (atan): Set FE_TONEAREST mode for internal computations.
769         * math/auto-libm-test-in: Add more tests of atan.
770         * math/auto-libm-test-out: Regenerated.
772 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
774         [BZ #17930]
775         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
777 2015-04-07  Florian Weimer  <fweimer@redhat.com>
779         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
781 2015-04-07  Florian Weimer  <fweimer@redhat.com>
783         * include/scratch_buffer.h: New file.
784         * malloc/scratch_buffer_grow.c: Likewise.
785         * malloc/scratch_buffer_grow_preserve.c: Likewise.
786         * malloc/scratch_buffer_set_array_size.c: Likewise.
787         * malloc/tst-scratch_buffer.c: Likewise.
788         * malloc/Makefile (routines): Add scratch_buffer_grow.
789         (tests): Add test case.
790         * malloc/Versions (GLIBC_PRIVATE): Export
791         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
792         __libc_scratch_buffer_set_array_size.
794 2015-04-06  Richard Henderson  <rth@redhat.com>
796         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
797         * sysdeps/alpha/fpu/libm-test-ulps: Update.
799         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
800         unsigned int before printing.
802 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
804         [BZ #17596]
805         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
806         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
808 2015-04-02  Florian Weimer  <fweimer@redhat.com>
810         * include/libc-internal.h (libc_max_align_t): Define.
812 2015-04-02  Andreas Schwab  <schwab@suse.de>
814         [BZ #16850]
815         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
817 2015-04-02  Mel Gorman  <mgorman@suse.de>
819         [BZ #17195]
820         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
821         as well as the main arena.
823 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
825         [BZ #18185]
826         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
827         sharing L2 cache to 2 for Silvermont/Knights Landing.
829 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
831         [BZ #17711]
832         * config.make.in (have-protected-data): New.
833         * configure.ac: Check linker support for protected data symbol.
834         * configure: Regenerated.
835         * elf/Makefile (modules-names): Add tst-protected1moda and
836         tst-protected1modb if $(have-protected-data) is yes.
837         (tests): Add tst-protected1a and tst-protected1b if
838         $(have-protected-data) is yes.
839         ($(objpfx)tst-protected1a): New.
840         ($(objpfx)tst-protected1b): Likewise.
841         (tst-protected1modb.so-no-z-defs): Likewise.
842         * elf/tst-protected1a.c: New file.
843         * elf/tst-protected1b.c: Likewise.
844         * elf/tst-protected1mod.h: Likewise.
845         * elf/tst-protected1moda.c: Likewise.
846         * elf/tst-protected1modb.c: Likewise.
848 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
850         [BZ #17711]
851         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
852         indicates it is called from do_lookup_x on relocation against
853         protected data, skip the data definion in the executable from
854         copy reloc.
855         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
856         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
857         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
858         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
859         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
860         otherwise to 0.
861         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
862         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
863         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
864         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
865         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
866         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
868 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
870         * sysdeps/nptl/pthread.h: Remove duplicate definition of
871         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
873 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
875         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
876         THREAD_SETMEM_NC.
877         * sysdeps/x86_64/nptl/tls.h: Ditto.
879 2015-03-27  Roland McGrath  <roland@hack.frob.com>
881         * dlfcn/tststatic.c (main): Converted to ...
882         (do_test): ... this.
883         (TEST_FUNCTION): New macro.
884         Include test-skeleton.c.
886 2015-03-26  Alan Modra  <amodra@gmail.com>
888         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
889         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
890         zero for undefined weak.
891         (elf_machine_plt_conflict): Similarly.
893 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
895         * math/auto-libm-test-in: Add more tests of acosh, asinh and
896         atanh.
897         * math/auto-libm-test-out: Regenerated.
898         * sysdeps/i386/fpu/libm-test-ulps: Update.
899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
901         * math/auto-libm-test-in: Add another test of asin.
902         * math/auto-libm-test-out: Regenerated.
903         * sysdeps/i386/fpu/libm-test-ulps: Update.
904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
906         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
907         Remove macro.
908         (LLL_EBX_REG): Likewise.
909         (LLL_ENTER_KERNEL): Likewise.
911         * math/auto-libm-test-in: Add more tests of asin.
912         * math/auto-libm-test-out: Regenerated.
913         * sysdeps/i386/fpu/libm-test-ulps: Update.
914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
916         [BZ #18138]
917         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
918         libc_do_syscall_args): New structure.
919         (INTERNAL_SYSCALL_MAIN_0): New macro.
920         (INTERNAL_SYSCALL_MAIN_1): Likewise.
921         (INTERNAL_SYSCALL_MAIN_2): Likewise.
922         (INTERNAL_SYSCALL_MAIN_3): Likewise.
923         (INTERNAL_SYSCALL_MAIN_4): Likewise.
924         (INTERNAL_SYSCALL_MAIN_5): Likewise.
925         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
926         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
927         Replace conditional definitions by conditional definitions of ....
928         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
929         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
930         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
931         (libpthread-sysdep_routines): Add libc-do-syscall.
932         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
933         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
934         to __NR_futex not 240.
936 2015-03-25  Alan Modra  <amodra@gmail.com>
938         * NEWS: Advertise TLS optimization.
939         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
940         (DT_PPC_NUM): Increment.
941         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
942         (CHECK_STATIC_TLS): Use here.
943         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
944         TLS descriptors.
945         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
946         * sysdeps/powerpc/dl-tls.c: New file.
947         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
948         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
949         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
950         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
955 2015-03-25  Alan Modra  <amodra@gmail.com>
957         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
958         for overlapping .opd entries" to "support...".
959         * sysdeps/powerpc/powerpc64/configure: Regenerate
961 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
963         * math/auto-libm-test-in: Add more tests of acos.
964         * math/auto-libm-test-out: Regenerated.
965         * sysdeps/i386/fpu/libm-test-ulps: Update.
966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
968         * math/auto-libm-test-in: Add more tests of expm1.
969         * math/auto-libm-test-out: Regenerated.
970         * sysdeps/i386/fpu/libm-test-ulps: Update.
971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
973 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
975         * math/auto-libm-test-in: Add more tests of cosh and sinh.
976         * math/auto-libm-test-out: Regenerated.
977         * sysdeps/i386/fpu/libm-test-ulps: Update.
978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
980         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
983         * math/auto-libm-test-in: Add more tests of log2.
984         * math/auto-libm-test-out: Regenerated.
985         * sysdeps/i386/fpu/libm-test-ulps: Update.
986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
988 2015-03-23  Roland McGrath  <roland@hack.frob.com>
990         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
991         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
992         _IO_IS_APPENDING bit in READ_WRITE instead.
994 2015-03-23  Florian Weimer  <fweimer@redhat.com>
996         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
997         (__determine_cpumask_size): Replace extend_alloca with a
998         variable-length array.  Do not treat res == 0 as an error.
1000 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1002         [BZ #18100]
1003         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1004         and integer overflow.
1005         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1006         (main): Add integer overflow tests.
1007         * manual/pattern.texi (Calling Wordexp): Document additional use
1008         for WRDE_SYNTAX.
1010 2015-03-23  Alan Modra  <amodra@gmail.com>
1012         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1013         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1014         and false branch of conditional.
1015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1016         Likewise.
1018 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1020         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1021         libc-modules.h
1022         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1023         unused declaration of _hurd_intr_rpc_msg_in_trap.
1024         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1025         defined instead of whether it is non-zero.
1026         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1027         input constraint instead of both input and output constraint.  Use ecx
1028         clobber instead of %ecx.
1029         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1030         mutex_unlock): Use a statement expression instead of an expression list.
1031         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1032         type to vm_size_t instead of vm_address_t.
1033         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1034         defined instead of whether it is non-zero.
1035         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1036         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1037         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1038         comparisons with mapaddr.
1039         * nscd/nscd-client.h: Include <time.h>.
1040         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1041         9th parameter to __vm_region instead of int.
1042         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1043         * scripts/check-local-headers.sh (exclude): Add device/,
1044         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1045         cthreads.h.
1047 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1049         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1050         to account for alignment padding.
1051         * sysdeps/arm/memmove.S: Likewise.
1053 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1055         * sysdeps/unix/sysv/linux/generic/README: New file.
1057 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1059         [BZ #18138]
1060         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1061         (futex_abstimed_wait)
1062         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1063         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1064         of lll_futex_timed_wait.
1066 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1068         [BZ #17542]
1069         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1071 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1073         [BZ #17090]
1074         [BZ #17620]
1075         [BZ #17621]
1076         [BZ #17628]
1077         * NEWS: Update.
1078         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1079         entries with Static TLS too.  Skip entries past the end of the
1080         allocated DTV, from Alan Modra.
1081         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1082         Static TLS DTV entry set up from...
1083         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1084         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1085         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1086         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1087         for Static TLS.
1088         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1089         that the slot we find is associated with the given map before
1090         using its generation count.
1091         * nptl_db/db_info.c: Include ldsodefs.h.
1092         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1093         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1094         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1095         (link_map::l_tls_offset): New struct field.
1096         (dtv_t::counter): Likewise.
1097         (rtld_global): New struct.
1098         (_rtld_global): New rtld variable.
1099         (dl_tls_dtv_slotinfo_list): New rtld global field.
1100         (dtv_slotinfo_list): New struct.
1101         (dtv_slotinfo): Likewise.
1102         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1103         (td_lookup): Rename to...
1104         (td_mod_lookup): ... this.  Use new mod parameter instead of
1105         LIBPTHREAD_SO.
1106         * nptl_db/td_thr_tlsbase.c: Include link.h.
1107         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1108         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1109         addresses even if the DTV is out of date or missing them.
1110         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1111         index zero-length arrays.
1112         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1113         (td_lookup): Make it a macro implemented in terms of...
1114         (td_mod_lookup): ... this declaration.
1115         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1116         (DB_MAIN_VARIABLE): Likewise.
1118 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1120         [BZ #18134]
1121         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1123 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1125         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1127 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1129         [BZ #18128]
1130         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1131         (atomic_add, atomic_increment_and_test)
1132         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1134 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1136         * stdlib/setenv.c (__add_to_environ):
1137         Dump core quickly if setenv (..., NULL, ...) is called.
1139 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1141         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1142         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1143         all the necessary asm magic in one place.
1144         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1145         using those.
1147 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1149         [BZ #14906]
1150         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1151         traced file mtime. Use consistent log message.
1152         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1153         (register_traced_file): Call install_watches. Always set mtime.
1154         (invalidate_cache): Iterate over all trace files. Call install_watches.
1155         (inotify_check_files): Don't inline. Handle watching parent
1156         directories and configuration file movement in and out.
1157         (handle_inotify_events): New function.
1158         (main_loop_poll): Call handle_inotify_events.
1159         (main_loop_epoll): Likewise.
1160         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1161         (struct traced_file): Use array of inotify fds. Add parent directory,
1162         and basename.
1163         (struct database_dyn): Remove unused file_mtime.
1164         (init_traced_file): New inline function.
1165         (define_traced_file): New macro.
1166         * nss/nss_db/db-init.c: Use define_traced_file.
1167         (_nss_db_init): Use init_traced_file.
1168         * nss/nss_files/files-init.c: Use define_traced_file.
1169         (_nss_files_init): Use init_traced_file.
1171 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1173         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1174         [_LIBC]: Do not include <stdlib.h>.
1175         [!_LIBC] (abort): Remove declaration.
1176         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1177         _FP_STATIC_ASSERT instead of conditionally calling abort.
1178         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1179         (_FP_EXTEND_CNAN): Likewise.
1180         (FP_TRUNC): Likewise.
1181         (__FP_CLZ): Likewise.
1182         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1184 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1186         * manual/string.texi (XPG basename): Fix prototype.
1188 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1190         [BZ #18080]
1191         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1192         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1193         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1194         (__setcontext): Likewise.
1195         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1196         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1197         Call rt_sigprocmask syscall one time to set new signal mask
1198         and retrieve the current signal mask instead of two calls.
1199         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1200         (__swapcontext): Likewise.
1201         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1202         * stdlib/tst-setcontext2.c: New file.
1204 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1206         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1208 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1210         [BZ #18093]
1211         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1212         the wrong size.
1214 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1216         [BZ #18043]
1217         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1219 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1221         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1222         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1223         Remove define.
1224         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1225         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1226         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1227         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1228         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1229         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1230         define.
1231         * nptl_db/td_symbol_list.c (td_lookup): Remove
1232         HAVE_ASM_GLOBAL_DOT_NAME code.
1233         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1234         HAVE_ASM_GLOBAL_DOT_NAME check.
1235         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1236         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1237         (DOT_LABEL): Remove define.
1238         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1239         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1240         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1241         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1242         (__TLS_GET_ADDR): Likewise.
1243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1244         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1246 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1248         [BZ #18111]
1249         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1250         (_FPU_SETCW): Initialize cw from fpsr before storing.
1251         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1252         (fesetexceptflag): Rewrite using fpu_control.h.
1253         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1255 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1257         [BZ #18110]
1258         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1259         asms.
1260         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1262 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1264         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1265         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1266         abort.
1267         (_FP_FMA): Likewise.
1268         (_FP_DIV): Likewise.
1270 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1272         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1273         with 0 in that case.
1274         * Makefile (summarize-tests): New canned sequence, factored out of
1275         commands for targets tests and xtests.  Display summary lines that
1276         don't start with PASS: or XFAIL: rather than ones that do start with
1277         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1278         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1279         do start with ERROR: or FAIL:.
1280         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1281         (except for [$(build-shared) = yes]).
1282         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1283         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1284         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1285         * nptl/Makefile: Revert 2015-03-04 changes.
1286         [$(CXX) empty] (tests-unsupported): New variable.
1287         * debug/Makefile: Likewise.
1289         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1290         gnulib file.  Replace __attribute with __attribute__ throughout.
1292 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1294         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1296 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1298         [BZ #18104]
1299         * math/auto-libm-test-in: Add another test of pow.
1300         * math/auto-libm-test-out: Regenerated.
1302 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1304         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1305         $(config-cflags-nofma).
1307 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1309         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1310         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1311         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1312         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1313         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1314         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1315         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1316         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1317         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1318         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1319         Add comment on closing #endif.
1321 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1323         * posix/wordexp.c (CHAR_IN_SET): New macro.
1324         (parse_param): Use it.
1326 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1328         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1330 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1332         [BZ #18043]
1333         * posix/wordexp.c (parse_param): Fix buffer overflow.
1334         * posix/wordexp-test.c (test_case): Add test case.
1336 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1338         [BZ #18042]
1339         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1340         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1342 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1344         [BZ #18043]
1345         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1346         (do_bz18043): Delete.
1347         (at_page_end): New.
1348         (testit): Refactor to have words at the edge of unreadable page.
1350 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1352         [BZ #16734]
1353         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1354         Cleanup read-only streams as well.
1355         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1357 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1359         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1360         <bits/libc-lockP.h>
1362 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1364         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1365         on [__KERNEL__].
1366         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1367         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1368         * soft-fp/op-common.h (_FP_DECL): Likewise.
1370 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1372         * elf/ifuncdep2.c (global): Replace
1373         __attribute__((visibility("protected"))) with
1374         asm (".protected global").
1375         * elf/ifuncmod1.c (global): Likewise.
1376         * elf/ifuncmod5.c (global): Likewise.
1378 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1380         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1381         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1383 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1385         * manual/install.texi (Configuring and compiling):
1386         Document test-wrapper-env-only.
1387         * INSTALL: Regenerated.
1389 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1391         [BZ #18043]
1392         * posix/wordexp.c (parse_param): Fix buffer overflow.
1393         * posix/wordexp-test.c (do_bz18043): Add test case.
1395 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1397         * time/tst-strptime2.c (do_test): Ensure failing tests are
1398         reported correctly.
1399         * time/tst-strptime3.c (do_test): Likewise.
1401 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1403         Fix aio_error thread-safety.
1404         * sysdeps/pthread/aio_error.c: New file
1405         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1406         synchronization.
1408 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1410         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1411         (group_number, vfprintf): Use it.
1412         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1413         (JUMP, REF): Use it.
1414         (WORK_BUFFER_SIZE): New enum constant.
1415         (process_arg, vfprintf): Use it.
1417 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1419         * manual/errno.texi (Error Messages): Complete example function
1420         by adding missing #define.
1421         (program_invocation_name): Add statement indicating GNU
1422         extension and reference which header file declares the variable.
1423         (program_invocation_short_name): Likewise.
1425 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1427         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1428         compatibility note.
1430 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1432         * Makeconfig (test-wrapper-env-only): New variable.
1433         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1434         then use that with $(test-wrapper-env-only) rather than using
1435         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1437 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1439         [BZ #18082]
1440         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1441         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1442         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1443         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1444         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1445         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1446         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1447         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1448         Likewise.
1449         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1450         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1451         Likewise.
1452         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1453         Likewise.
1454         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1455         Likewise.
1456         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1457         Likewise.
1458         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1459         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1460         Likewise.
1461         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1462         Likewise.
1463         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1464         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1466 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1468         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1469         (ETH_ALEN): New macro.
1470         (struct ether_addr): Use it for length of ether_addr_octet.
1472         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1473         (setdb): Don't call __nss_configure_lookup for "rpc".
1474         (do_test): Don't call test_rpc.
1475         (output_rpcent, test_rpc): Functions moved ...
1476         * sunrpc/test-rpcent.c: ... to this new file.
1477         * sunrpc/Makefile (tests): Add it.
1479         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1480         __xpg_sigpause.
1481         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1482         * nptl/tst-signal6.c: Likewise.
1483         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1484         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1486         * configure.ac (libc_cv_cxx_link_ok): New check.
1487         Reset CXX to empty if it fails to link.
1488         * configure: Regenerated.
1489         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1490         bug-atexit3-lib only if $(CXX) is nonempty.
1491         * nptl/Makefile (tests): Likewise for tst-cancel24.
1492         (tests, tests-static): Likewise for tst-cancel24-static.
1493         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1494         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1495         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1496         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1498 2015-03-04  Andreas Schwab  <schwab@suse.de>
1500         [BZ #17631]
1501         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1502         for non-GCC compilers.
1503         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1504         Likewise.
1506 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1508         [BZ #17776]
1509         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1510         integer before bitwise and assembly operations.
1511         (feclearexcept): Likewise.
1512         * math/test-fenvinline.c: New file.
1513         * math/Makefile: Add test-fenvinline test.
1515 2015-03-03  Alan Modra  <amodra@gmail.com>
1517         [BZ #16512]
1518         * scripts/localplt.awk: Strip off symbol version.
1519         * NEWS: Mention bug fix.
1521 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1523         * sysdeps/pthread/timer_routines.c
1524         (timer_free_list, thread_free_list, thread_active_list): Make static.
1526 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1528         [BZ #17779]
1529         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1530         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1531         Undefine.
1532         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1533         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1534         Likewise.
1535         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1536         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1537         Likewise.
1539 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1541         [BZ #18036]
1542         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1543         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1545 2015-03-02  Andreas Schwab  <schwab@suse.de>
1547         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1548         variable name.
1550 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1552         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1553         Return error status.
1555 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1557         [BZ #15969]
1558         * locale/findlocale.c (_nl_find_locale): Introduce const
1559         version of loc_name and drop unsafe type casts.
1561 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1563         * dlfcn/tststatic2.c (main): Converted to ...
1564         (do_test): ... this.
1565         (TEST_FUNCTION): New macro.
1566         Include test-skeleton.c.
1568 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1570         [BZ #17711]
1571         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1572         (tests-pie): Add vismain.
1573         (CFLAGS-vismain.c): New.
1574         * elf/vismain.c: Add comments for PIE requirement.
1576 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1578         [BZ #18046]
1579         [BZ #18047]
1580         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1581         0x1p-56L as threshold for just returning the argument.
1582         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1583         0x1p-32L as threshold for just returning the argument.
1584         * math/auto-libm-test-in: Add more tests of atanh.
1585         * math/auto-libm-test-out: Regenerated.
1586         * sysdeps/i386/fpu/libm-test-ulps: Update.
1587         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1589 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1591         * string/bcopy.c (bcopy): Call memmove for performance.
1593 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1595         * string/bzero.c (__bzero): Call memset for performance.
1597 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1599         [BZ #18068]
1600         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1601         to 00100000.
1603 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1605         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1607 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1609         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1610         (__kernel_standard): Use CSTR macro when setting exc.name.
1611         * sysdeps/ieee754/Makefile [$(subdir) = math]
1612         (CFLAGS-k_standard.c): Remove variable.
1614         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1615         setting p and q from "else if" to "else".
1616         (qzero): Likewise.
1617         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1618         (qone): Likewise.
1619         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1620         (qzerof): Likewise.
1621         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1622         (qonef): Likewise.
1623         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1624         (qzero): Likewise.
1625         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1626         (qone): Likewise.
1628         [BZ #18038]
1629         [BZ #18039]
1630         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1631         return pi/2 for arguments below 0x1p-113L.
1632         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1633         return pi/2 for arguments below 0x1p-106L.
1634         * math/auto-libm-test-in: Add more tests of acos.
1635         * math/auto-libm-test-out: Regenerated.
1637         [BZ #16351]
1638         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1639         (MO): New macro.
1640         (__ieee754_asin): Force underflow exception for results with small
1641         absolute value.
1642         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1643         (MO): New macro.
1644         (__ieee754_asinf): Force underflow exception for results with
1645         small absolute value.
1646         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1647         (__ieee754_asin): Force underflow exception for results with small
1648         absolute value.
1649         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1650         (__ieee754_asinf): Force underflow exception for results with
1651         small absolute value.
1652         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1653         (__ieee754_asinl): Force underflow exception for results with
1654         small absolute value.
1655         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1656         (__ieee754_asinl): Force underflow exception for results with
1657         small absolute value.
1658         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1659         (__ieee754_asinl): Force underflow exception for results with
1660         small absolute value.
1661         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1662         Include <math.h>.
1663         * math/auto-libm-test-in: Do not mark underflow exceptions as
1664         possibly missing for bug 16351.
1665         * math/auto-libm-test-out: Regenerated.
1667         [BZ #18030]
1668         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1669         of power of 2 down when low part has opposite sign.
1670         * math/libm-test.inc (logb_test_data): Add more tests.
1672 2015-02-26  Andreas Schwab  <schwab@suse.de>
1674         [BZ #18032]
1675         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1676         over collating symbol inside a bracket expression.  Minor cleanup.
1677         * posix/tst-fnmatch3.c (do_test): Add test case.
1679 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1681         [BZ #18029]
1682         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1683         Adjust exponent of power of 2 down when low part has opposite
1684         sign.
1685         * math/libm-test.inc (ilogb_test_data): Add more tests.
1687 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1689         [BZ #15969]
1690         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1691         the previous change.
1693         [BZ #15969]
1694         * locale/findlocale.c (_nl_find_locale): Retry archive search
1695         after alias expansion.
1697 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1699         * iconv/tst-iconv3.c (main): Converted to ...
1700         (do_test): ... this.
1701         (TEST_FUNCTION): New macro.
1702         Include test-skeleton.c.
1704         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1705         (convert): Make function static.
1706         (test_unalign): Likewise.  Add const to argument pointee types.
1707         (main): Replace with static function do_test.
1708         Print "Succeeded." only if RET is zero.
1709         (TEST_FUNCTION): New macro.
1710         Include test-skeleton.c.
1712         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1713         returns a null pointer.
1715 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1717         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1718         to __memcpy_ppc only for static builds.
1720 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1722         [BZ #18020]
1723         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1724         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1725         * math/auto-libm-test-in: Add more tests of asinh.
1726         * math/auto-libm-test-out: Regenerated.
1727         * sysdeps/i386/fpu/libm-test-ulps: Update.
1728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1730 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1732         [BZ #15850]
1733         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1734         and ip6_mtuinfo definitions here.
1735         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1736         in this define too.  Update comment.
1738 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1740         * elf/sprof.c (load_shobj): Tweak error message to match others.
1742 2015-02-24  Kevin Easton  <kevin@guarana.org>
1744         [BZ #16145] (partial fix)
1745         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1746         to reduce lock contention.
1748 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1750         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1751         (struct timex): Update time comment.
1752         (ADJ_SETOFFSET): Define.
1754 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1756         [BZ #18019]
1757         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1758         2**56 not 2**28 as threshold for log (2x) formula.
1759         * math/auto-libm-test-in: Add more tests of acosh.
1760         * math/auto-libm-test-out: Regenerated.
1761         * sysdeps/i386/fpu/libm-test-ulps: Update.
1762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1764 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1766         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1767         parenthesis around the buf assignment.
1768         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1770 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1772         [BZ #16783]
1773         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1774         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1775         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1776         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1777         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1778         * math/libm-test.inc (scalb_test_data): Add more tests.
1780 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1782         [BZ #17916]
1783         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1784         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1786 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1788         [BZ #17523]
1789         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1790         * io/bits/fcntl2.h (open): Use it.
1791         (openat): Likewise.
1792         * io/open.c (__libc_open): Likewise.
1793         * io/open64.c (__libc_open64): Likewise.
1794         * io/open64_2.c (__open64_2): Likewise.
1795         * io/open_2.c (__open_2): Likewise.
1796         * io/openat.c (__openat): Likewise.
1797         * io/openat64.c (__openat64): Likewise.
1798         * io/openat64_2.c (__openat64_2): Likewise.
1799         * io/openat_2.c (__openat_2): Likewise.
1800         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1801         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1802         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1803         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1804         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1805         (__open_nocancel): Likewise.
1806         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1807         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1808         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1810 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1812         [BZ #14841]
1813         * resolv/gethnamaddr.c (getanswer): Skip logging if
1814         RES_USE_DNSSEC is set.
1815         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1817 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1819         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1821 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1823         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1824         201304L, for Unicode 7.
1826 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1828         [BZ #17836]
1829         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1830         shared library.  Add gmon-start.os otherwise.
1831         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1832         $(objpfx)gmon-start.os if builing shared library.
1833         ($(objpfx)g$(static-start-installed-name)): Likewise.
1835 2015-02-23  Andreas Schwab  <schwab@suse.de>
1837         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1839 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1841         [BZ #17269]
1842         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1843         (enlarge_userbuf): Likewise.
1845 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1847         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1848         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1849         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1850         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1852 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1854         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1855         expression inside statement expression.
1857 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1859         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1860         <sysdeps/nptl/lowlevellock.h> and remove macros and
1861         functions that are now defined there.
1862         (SYS_futex): Remove.
1863         (lll_compare_and_swap): Remove.
1864         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1866 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1868         [BZ #17999]
1869         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1870         instead of scandirat.
1871         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1872         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1873         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1874         __scandirat.
1875         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1876         (__scandirat): Declare.  Use libc_hidden_proto.
1877         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1878         Remove variable.
1879         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1881 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1883         [BZ #15319]
1884         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1885         (MO): New macro.
1886         (__ieee754_atan2): For results with small absolute value, force
1887         underflow exception and remove excess range and precision from
1888         return value.
1889         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1890         (MO): New macro.
1891         (__ieee754_atan2f): For results with small absolute value, force
1892         underflow exception and remove excess range and precision from
1893         return value.
1894         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1895         (MO): New macro.
1896         (__atan): For results with small absolute value, force underflow
1897         exception and remove excess range and precision from return value.
1898         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1899         (MO): New macro.
1900         (__atanf): For results with small absolute value, force underflow
1901         exception and remove excess range and precision from return value.
1902         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1903         <math.h>.
1904         (__ieee754_atan2): Force underflow exception for results with
1905         small absolute value.
1906         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1907         <math_private.h>.
1908         (atan): Force underflow exception for results with small absolute
1909         value.
1910         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1911         (__atanf): Force underflow exception for results with small
1912         absolute value.
1913         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1914         <math.h>.
1915         (__atanl): Force underflow exception for results with small
1916         absolute value.
1917         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1918         (__atanl): Force underflow exception for results with small
1919         absolute value.
1920         * sysdeps/x86/fpu/bits/mathinline.h
1921         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1922         (__ieee754_atan2): Only define inline for long double.
1923         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1924         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1925         * math/auto-libm-test-in: Do not mark underflow exceptions as
1926         possibly missing for bug 15319.  Add more tests of atan2.
1927         * math/auto-libm-test-out: Regenerated.
1928         * math/libm-test.inc (casin_test_data): Do not mark underflow
1929         exceptions as possibly missing for bug 15319.
1930         (casinh_test_data): Likewise.
1931         * sysdeps/i386/fpu/libm-test-ulps: Update.
1933 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1935         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1936         * sysdeps/mips/bits/endian.h: Fix comments.
1938 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1940         [BZ #17996]
1941         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1942         (hdestroy_r): Likewise.
1943         (hsearch_r): Likewise.
1944         (__hcreate_r): Declare and use libc_hidden_proto.
1945         (__hdestroy_r): Likewise.
1946         (__hsearch_r): Likewise.
1947         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1948         (hcreate): Call __hcreate_r instead of hcreate_r.
1949         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1950         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1951         as weak alias of __hcreate_r.
1952         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1953         __hdestroy_r.
1954         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1955         __hsearch_r.
1956         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1957         Remove variable.
1958         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1959         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1960         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1961         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1963 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1965         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1966         arena_lock into a single arena_get.
1968 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1970         * dl-reloc.c: Inlucde libc-internal.h.
1971         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1972         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1973         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1974         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1975         (grow_heap): Likewise.
1976         * malloc/malloc.c: Include libc-internal.h.
1977         (do_check_malloc): Call powerof2.
1978         (sysmalloc): Use pagesize. Call ALIGN_UP.
1979         (systrim): Use pagesize.
1980         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1981         (__libc_valloc): Use pagesize.
1982         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1984 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1986         [BZ #17991]
1987         * include/sys/resource.h (__getrlimit64): Declare.  Use
1988         libc_hidden_proto.
1989         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1990         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1991         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1992         getrlimit64.
1993         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1994         __getrlimit64.
1995         [!getrlimit64] (getrlimit64): Define as weak alias of
1996         __getrlimit64.  Use libc_hidden_weak.
1997         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1998         using __getrlimit64 not __new_getrlimit64.
1999         (__GI_getrlimit64): Likewise.
2000         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2001         Likewise.
2002         (__GI_getrlimit64): Likewise.
2003         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2005         (getrlimit): Add __getrlimit64 alias.
2006         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2007         Likewise.
2008         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2009         Remove variable.
2010         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2011         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2013 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2015         * libio/fileops.c: Add missing sys/mman.h
2016         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2018 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2020         * manual/math.texi (Errors in Math Functions): Clarify goals
2021         regarding inexact and underflow exceptions.
2023 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2025         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2026         * sysdeps/mips/memset.S: Ditto.
2028 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2030         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2032 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2034         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2035         (__v1longjmp): Remove versioned symbol.
2036         (__v1siglongjmp): Remove alias and versioned symbol.
2037         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2038         (__v2siglongjmp): Likewise.
2040 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2042         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2044 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2046         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2048 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2050         [BZ #17987]
2051         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2052         zero result does not depend on the sign resulting from
2053         subtraction.
2054         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2055         Likewise.
2056         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2057         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2058         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2059         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2060         * math/libm-test.inc (remquo_test_data): Add more tests.
2062 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2064         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2065         Problem reported by J William Piggott.
2067 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2069         [BZ #17978]
2070         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2071         products 4 * y and 2 * y where those would overflow.
2072         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2073         Likewise.
2074         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2075         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2076         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2077         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2078         * math/libm-test.inc (remquo_test_data): Add more tests.
2080         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2082         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2083         [defined _COMPILING_NEWLIB].
2084         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2085         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2087         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2088         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2090 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2092         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2093         acquired.
2095 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2097         [BZ #17792]
2098         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2099         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2100         HOST_STACK_END_ADDR): Likewise.
2102 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2104         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2105         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2106         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2108 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2110         * sysdeps/generic/c++-types.data: New file.
2111         * sysdeps/generic/ld.abilist: New file.
2112         * sysdeps/generic/libBrokenLocale.abilist: New file.
2113         * sysdeps/generic/libanl.abilist: New file.
2114         * sysdeps/generic/libc.abilist: New file.
2115         * sysdeps/generic/libcrypt.abilist: New file.
2116         * sysdeps/generic/libdl.abilist: New file.
2117         * sysdeps/generic/libm.abilist: New file.
2118         * sysdeps/generic/libpthread.abilist: New file.
2119         * sysdeps/generic/libresolv.abilist: New file.
2120         * sysdeps/generic/librt.abilist: New file.
2122 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2124         [BZ #17569]
2125         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2126         Compute absolute value of x as modified by fmod, not original
2127         value of x.
2128         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2129         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2130         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2131         RUN_TEST_ffI_f1_mod8.
2132         (remquo_test_data): Add more tests.
2134 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2136         * sysdeps/init_array/pt-crti.S: New file.
2138 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2140         [BZ #17967]
2141         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2142         __builtin_fmaf instead of relying on contraction of a * b + c.
2144 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2146         [BZ #17969]
2147         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2148         node.
2150 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2152         [BZ #17964]
2153         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2154         __builtin_fma instead of relying on contraction of a * b + c.
2156 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2158         * Makeconfig (ASFLAGS): Add -Werror=undef.
2159         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2160         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2161         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2163         * Makeconfig (after-link): New variable.
2164         (+link-pie, +link-pie-tests): Use it.
2165         (+link-static, +link-static-tests): Likewise.
2166         (+link, +link-tests): Likewise.
2167         * Makerules (build-module, build-module-asneeded): Likewise.
2168         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2169         Likewise.
2170         * elf/Makefile ($(objpfx)ld.so): Likewise.
2172 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2174         [BZ #17965]
2175         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2176         both struct timeval and struct timespec.
2178 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2180         [BZ #16560]
2181         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2182         and redefine.
2183         (__ieee754_exp2l): Do not multiply small fractional parts by
2184         M_LN2l.
2185         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2186         small argument.
2187         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2188         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2189         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2190         * math/auto-libm-test-in: Add more tests of exp2.
2191         * math/auto-libm-test-out: Regenerated.
2193 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2195         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2196         unaligned path.
2198 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2200         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2201         little endian.
2203 2015-02-12  Andreas Schwab  <schwab@suse.de>
2205         [BZ #15790]
2206         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2207         Filter out elision flags from value returned in kind.
2208         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2209         * nptl/tst-pthread-mutexattr.c: New file.
2211 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2213         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2214         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2215         into gnu-gnu, and update comment to refer to abi-tags.
2217 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2219         [BZ #15467]
2220         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2221         (__sincos): Set errno to EDOM for infinite argument.
2222         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2223         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2224         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2225         (__sincosl): Set errno to EDOM for infinite argument.
2226         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2227         (__sincosl): Set errno to EDOM for infinite argument.
2228         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2229         (__sincosl): Set errno to EDOM for infinite argument.
2230         * math/libm-test.inc (sincos_test_data): Test errno setting.
2232 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2234         * string/strxfrm_l.c: Remove #define STRCMP.
2235         * string/strcoll_l.c: Remove #define STRLEN.
2236         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2237         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2239 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2241         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2242         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2243         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2244         * sysdeps/mips/mips64/Makefile: ... here.
2245         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2246         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2247         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2248         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2249         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2250         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2251         * sysdeps/mips/mips64/n64/Implies: Likewise.
2253 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2255         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2256         <sys/time.h>, <string.h>, and <errno.h>.
2257         (dest_offset, dest_address, value, zero): Remove unused variables.
2258         (ldouble): Remove typedef.
2259         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2260         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2261         1).  Fix code style.
2262         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2263         (check): Function removed.
2264         (CHECK): New macro.
2265         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2266         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2267         Don't call set_sigaction_FP and remove_sigaction_FP here.
2268         (ldouble_test): Just use 'long double' as macro argument, no need for
2269         the 'ldouble' typedef.
2270         (do_test): Set up SIGFPE handler at start, using plain signal rather
2271         than sigaction.  Fix code style.
2273 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2275         [BZ #17949]
2276         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2277         jump label.
2279 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2281         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2282         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2284         * sysdeps/powerpc/configure.ac: Remove file.
2285         * sysdeps/powerpc/configure: Likewise.
2287         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2288         [sysdep_routines]: Remove wordcopy-power6 object.
2289         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2290         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2291         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2292         (__memmove_ppc32): Likewise.
2293         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2294         file.
2295         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2296         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2297         Remove preprocessor.
2299         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2300         [sysdep_routines]: Remove wide chars objects.
2301         [wcsmbs]: New rule for wide char objects.
2303         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2304         Remove wordcopy-power6 obejct.
2305         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2306         Use local call for wordcopy and memcpy symbols.
2307         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2308         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2309         implementation for loader.
2310         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2312         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2313         Remove wordcopy-power7 object.
2314         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2315         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2316         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2317         (_wordcopy_fwd_dest_aligned): Likewise.
2318         (_wordcopy_bwd_aligned): Likewise.
2319         (_wordcopy_bwd_dest_aligned): Likewise.
2321         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2322         Rewrite to call __memmove_ppc instead of include default
2323         implementation.
2325         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2326         Remove wide chars objects.
2327         [wcsmbs]: New rule for wide char objects.
2329 2015-02-09  Andreas Schwab  <schwab@suse.de>
2331         [BZ #17912]
2332         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2333         in terms of __O_DIRECTORY.
2335 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2337         * time/getdate.c: Include <stdbool.h>.
2338         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2339         call PTR_MANGLE.
2340         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2341         PTR_DEMANGLE.
2343 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2345         Add ersatz _Static_assert on older C hosts
2346         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2347         pre-C11 C platform that is not known to support _Static_assert.
2349 2015-02-07  Richard Braun  <rbraun@sceen.net>
2351         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2352         sigstate.
2353         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2355 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2357         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2358         priority against unexistent AIO_PRIO_DELTA_MAX.
2359         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2360         instead of int.
2361         * misc/fchflags.c (fchflags): Likewise.
2362         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2363         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2364         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2365         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2366         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2367         Declare macros.
2368         [__USE_MISC] (chflags, fchflags): Declare functions.
2369         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2370         EINVAL when nfds is greater than FD_SETSIZE.
2371         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2372         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2373         45.
2374         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2375         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2376         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2377         MACH_RCV_TIMED_OUT.
2378         * hurd/hurd/signal.h (_hurd_self_sigstate,
2379         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2380         Explicit casts from void *.
2381         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2382         * abi-tags: Rename gnu-gnu os into gnu.
2384         [BZ #4719]
2385         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2386         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2387         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2388         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2389         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2390         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2392         [BZ #17944]
2393         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2394         duplicates ADDR->sun_path with sockaddr LEN limitation.
2395         * sysdeps/mach/hurd/connect.c: Include <string.h>
2396         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2397         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2398         * sysdeps/mach/hurd/sendto.c: Likewise.
2399         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2400         implementing it by hand.
2402 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2404         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2405         Use sfi_breg on ldr.
2406         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2407         Likewise.
2409         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2410         it's defined.
2411         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2412         Test SIGSETXID only if it's defined.
2414         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2416         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2417         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2419         * nptl/tst-align2.c: Moved ...
2420         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2421         * nptl/Makefile (tests): Remove tst-align2.
2422         * sysdeps/unix/sysv/linux/Makefile
2423         [$(subdir) = nptl] (tests): Add tst-align-clone.
2424         * nptl/tst-getpid1.c: Moved ...
2425         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2426         * nptl/tst-getpid2.c: Moved ...
2427         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2428         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2429         * sysdeps/unix/sysv/linux/Makefile
2430         [$(subdir) = nptl] (tests): ... here.
2431         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2432         * sysdeps/unix/sysv/linux/Makefile
2433         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2435         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2436         Drop trailing \n from perror argument.  Use return rather than exit.
2438         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2439         on [SA_SIGINFO].
2440         * nptl/tst-cancel21.c (do_test): Likewise.
2441         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2442         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2443         [!SA_SIGINFO]: Make it a stub test.
2445         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2446         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2448         * posix/tst-getlogin.c: Move to ...
2449         * login/tst-getlogin.c: ... here.
2450         * posix/Makefile (tests): Move tst-getlogin to ...
2451         * login/Makefile (tests): ... here.
2453         * libio/tst-atime.c (do_test): Move local variables SV and E
2454         inside [ST_NOATIME] conditional.
2456         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2458         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2460         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2461         (wait_code): New function replaces macro.
2462         Call nanosleep rather than syscall.
2464         * nptl/pt-system.c: Rewritten.  Put everything under
2465         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2466         Use IFUNC to redirect when possible.
2468         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2469         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2470         Use IFUNC to redirect when possible.
2472         * nptl/pt-fork.c: Rewritten.  Put everything under
2473         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2474         Use IFUNC to redirect when possible.
2475         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2477         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2478         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2479         unconditionally nowadays.  This included the only reference to
2480         __vdso_clock_gettime that appears outside libc proper.
2481         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2482         Remove version set (containing only __vdso_clock_gettime).
2483         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2484         Add attribute_hidden.
2485         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2486         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2487         libc_hidden_data_def.
2488         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2489         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2491         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2492         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2493         setrpcent, and getrpcport to ...
2494         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2495         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2496         getrpcbynumber_r, and getrpcent_r to ...
2497         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2498         * inet/getrpcbyname.c: Moved ...
2499         * sunrpc/getrpcbyname.c: ... here.
2500         * inet/getrpcbyname_r.c: Moved ...
2501         * sunrpc/getrpcbyname_r.c: ... here.
2502         * inet/getrpcbynumber.c: Moved ...
2503         * sunrpc/getrpcbynumber.c: ... here.
2504         * inet/getrpcbynumber_r.c: Moved ...
2505         * sunrpc/getrpcbynumber_r.c: ... here.
2506         * inet/getrpcent.c: Moved ...
2507         * sunrpc/getrpcent.c: ... here.
2508         * inet/getrpcent_r.c: Moved ...
2509         * sunrpc/getrpcent_r.c: ... here.
2510         * inet/Makefile (routines): Move those to ...
2511         * sunrpc/Makefile (routines): ... here.
2512         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2513         the $(subdirs) list.
2514         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2515         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2516         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2517         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2519         * elf/Makefile (routines): Include $(all-dl-routines), not just
2520         $(dl-routines).
2521         (rtld-routines): Likewise.  Use = rather than :=.
2522         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2523         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2524         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2525         * sysdeps/arm/Makefile: Likewise.
2526         * sysdeps/i386/Makefile: Likewise.
2527         * sysdeps/x86_64/Makefile: Likewise.
2528         * sysdeps/hppa/Makefile [$(subdir) = elf]
2529         (sysdep_routines, sysdep-rtld-routines): Don't add
2530         $(sysdep-dl-routines) to these.
2531         * sysdeps/ia64/Makefile: Likewise.
2532         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2533         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2534         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2535         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2536         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2537         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2538         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2539         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2540         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2541         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2542         these; sysdep-dl-routines alone is enough.
2544 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2546         [BZ #17932]
2547         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2548         where multiplication results in zero and third argument is finite
2549         and nonzero.
2550         * math/auto-libm-test-in: Add more tests of fma.
2551         * math/auto-libm-test-out: Regenerated.
2553         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2554         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2555         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2556         (_FP_CMP_EQ): Likewise.
2557         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2559         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2560         extra argument CHECK_NAN.  Redefine as wrapper around
2561         _FP_EXTEND_CNAN.
2563 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2565         * version.h (RELEASE): Set to "stable".
2566         (VERSION): Set to "2.21"
2567         * include/features.h (__GLIBC_MINOR__): Set to 21.
2569         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2571 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2572             Paul Eggert  <eggert@cs.ucla.edu>
2574         [BZ #16618]
2575         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2576         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2577         size in bytes. Store needed elements in wpmax. Use needed size
2578         in bytes for extend_alloca.
2580 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2582         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2583         binutls 2.25, and texinfo 5.2.
2584         * INSTALL: Regenerate.
2585         * sysdeps/nios2/configure: Regenerate.
2586         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2587         * manual/contrib.texi: Update.
2588         * po/be.po: Update.
2589         * po/bg.po: Update.
2590         * po/ca.po: Update.
2591         * po/cs.po: Update.
2592         * po/da.po: Update.
2593         * po/de.po: Update.
2594         * po/el.po: Update.
2595         * po/eo.po: Update.
2596         * po/es.po: Update.
2597         * po/fi.po: Update.
2598         * po/fr.po: Update.
2599         * po/gl.po: Update.
2600         * po/hr.po: Update.
2601         * po/hu.po: Update.
2602         * po/ia.po: Update.
2603         * po/id.po: Update.
2604         * po/it.po: Update.
2605         * po/ja.po: Update.
2606         * po/ko.po: Update.
2607         * po/lt.po: Update.
2608         * po/nb.po: Update.
2609         * po/nl.po: Update.
2610         * po/pl.po: Update.
2611         * po/pt_BR.po: Update.
2612         * po/ru.po: Update.
2613         * po/rw.po: Update.
2614         * po/sk.po: Update.
2615         * po/sl.po: Update.
2616         * po/sv.po: Update.
2617         * po/tr.po: Update.
2618         * po/uk.po: Update.
2619         * po/vi.po: Update.
2620         * po/zh_CN.po: Update.
2621         * po/zh_TW.po: Update.
2623         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2624         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2625         * sysdeps/hppa/dl-irel.h: Remove #warning.
2626         * sysdeps/hppa/entry.h: Provide prototype for
2627         __canonicalize_funcptr_for_compare and cast argument.
2628         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2629         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2630         * sysdeps/hppa/sotruss-lib.c: New file.
2631         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2632         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2633         (atomic_compare_and_exchange_bool_acq): Likewise.
2634         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2635         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2637         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2638         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2639         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2641 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2643         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2644         called function in non-PIC case.
2646 2015-01-31  David S. Miller  <davem@davemloft.net>
2648         * sysdeps/sparc/sparc32/bits/atomic.h
2649         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2650         unlock not after it.
2651         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2652         volatile register usage warnings from the compiler.
2654         * sysdeps/sparc/nptl/sem_init.c: Delete.
2655         * sysdeps/sparc/nptl/sem_post.c: Delete.
2656         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2657         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2658         * sysdeps/sparc/sparc32/sem_init.c: New file.
2659         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2660         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2661         padding explicitly initialized.
2662         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2663         padding for in-semaphore spinlock.
2664         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2665         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2666         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2667         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2668         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2669         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2670         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2671         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2672         version.
2673         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2674         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2676 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2678         [BZ #17801]
2679         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2680         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2681         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2682         New.
2683         (index_AVX_Fast_Unaligned_Load): Likewise.
2684         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2685         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2686         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2687         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2688         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2689         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2690         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2691         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2692         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2694 2015-01-29  Andreas Schwab  <schwab@suse.de>
2696         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2698 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2700         [BZ #17892]
2701         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2703 2015-01-28  Martin Sebor  <msebor@redhat.com>
2705         * math/README.libm-test: Clarify. Add "How to read the test output."
2707 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2709         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2710         Define to 0.
2712 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2714         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2715         (__HAVE_64B_ATOMICS): Define to 0.
2717 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2719         [BZ #17885]
2720         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2721         value to set as new flag.
2723         [BZ #16576]
2724         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2725         and use _ARCH_PPCSQ instead.
2726         (__ieee754_sqrt): Likewise.
2727         (__ieee754_sqrtf): Likewise.
2728         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2729         _ARCH_PPCSQ is defined.
2730         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2731         fsqrt instruction.
2732         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2733         _ARCH_PPCSQ is defined.
2734         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2735         fsqrts instruction.
2736         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2738 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2740         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2741         bug (GCC BZ #64739).
2743 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2745         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2746         Mark _retval as used.
2747         (lll_futex_wake_unlock): Likewise.
2748         (lll_futex_timed_wait_requeue_pi): Likewise.
2750         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2751         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2752         register variables.
2754         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2755         libm_hidden_def.
2757         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2758         (__bswap_64): Mark as __always_inline.
2760 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2762         [BZ #15378]
2763         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2764         when none of the search directories exist.
2766 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2768         [BZ #17869]
2769         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2770         power8 in .machine directive.
2772         [BZ #17868]
2773         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2774         set dependency from opd value.
2776 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2779         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2780         architecture.
2782 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2784         [BZ #17870]
2785         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2786         with uint64_t.
2787         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2788         (uint64_t) 1.
2789         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2790         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2791         Replace 1UL with (uint64_t) 1.
2792         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2793         int with uint64_t.
2795 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2797         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2798         (if_freenameindex): Likewise.
2800         * resource/getrlimit64.c: Add missing libc_hidden_def.
2802 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2804         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2805         __label__.
2806         (_FP_FMA): Likewise.
2807         (_FP_TO_INT_ROUND): Likewise.
2808         (_FP_FROM_INT): Likewise.
2810 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2812         [BZ #16418]
2813         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2814         Make code racy and cancel safe.
2816 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2818         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2819         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2820         attribution.
2822         * pwd/tst-getpw.c: Rewrite.
2824         [BZ #17702]
2825         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2826         (modules-names): Add moddummy1 and moddummy2.
2827         ($(objpfx)tst-rec-dlopen): Define.
2828         * dlfcn/moddummy1.c: New file.
2829         * dlfcn/moddummy2.c: New file.
2830         * dlfcn/tst-rec-dlopen.c: New file.
2831         * elf/dl-cache.c (_dl_load_cache_lookup):
2832         Return char*. Copy result with alloca/strcpy/strdup.
2833         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2834         returns char*. Free cached. If not saving realname
2835         free cached.
2836         * elf/dl-open.c (dl_open_worker): Do not assert that
2837         _r_debug->r_state is RT_CONSISTENT.
2838         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2839         returns char*.
2841 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2842             Carlos O'Donell  <carlos@redhat.com>
2844         [BZ #12674]
2845         * nptl/sem_waitcommon.c: New file.
2846         * nptl/sem_wait.c: Include sem_waitcommon.c.
2847         (__sem_wait_cleanup, do_futex_wait): Remove.
2848         (__new_sem_wait): Adapt.
2849         (__new_sem_trywait): New function.
2850         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2851         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2852         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2853         (sem_timedwait): Adapt.
2854         * nptl/sem_post.c (__new_sem_post): Adapt.
2855         (futex_wake): New function.
2856         (__old_sem_post): Add release MO fence.
2857         * nptl/sem_open.c (sem_open): Adapt.
2858         * nptl/sem_init.c (__new_sem_init): Adapt.
2859         (futex_private_if_supported): New function.
2860         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2861         (__old_sem_getvalue): Add using previous code.
2862         * sysdeps/nptl/internaltypes.h: Adapt.
2863         * nptl/tst-sem13.c (do_test): Adapt.
2864         * nptl/tst-sem11.c (main): Adapt.
2865         * nptl/sem_trywait.c: Remove.
2866         * nptl/DESIGN-sem.txt: Remove.
2867         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2868         (gen-as-const-headers): Remove structsem.sym.
2869         * nptl/structsem.sym: Remove.
2870         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2871         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2872         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2873         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2874         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2875         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2876         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2877         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2878         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2879         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2880         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2881         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2882         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2883         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2884         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2885         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2886         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2887         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2888         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2889         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2890         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2891         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2893 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2895         * INSTALL: Regenerated.
2897         * po/libc.pot: Regenerated.
2899 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2900             Sandra Loosemore  <sandra@codesourcery.com>
2901             Andrew Jenner  <andrew@codesourcery.com>
2902             Joseph Myers  <joseph@codesourcery.com>
2903             Nathan Sidwell  <nathan@codesourcery.com>
2905         * NEWS: Mention new Nios II port.
2906         * sysdeps/nios2/Implies: New file.
2907         * sysdeps/nios2/Makefile: New file.
2908         * sysdeps/nios2/Subdirs: New file.
2909         * sysdeps/nios2/Versions: New file.
2910         * sysdeps/nios2/__longjmp.S: New file.
2911         * sysdeps/nios2/abort-instr.h: New file.
2912         * sysdeps/nios2/backtrace.c: New file.
2913         * sysdeps/nios2/bits/endian.h: New file.
2914         * sysdeps/nios2/bits/fenv.h: New file.
2915         * sysdeps/nios2/bits/link.h: New file.
2916         * sysdeps/nios2/bits/setjmp.h: New file.
2917         * sysdeps/nios2/bsd-_setjmp.S: New file.
2918         * sysdeps/nios2/bsd-setjmp.S: New file.
2919         * sysdeps/nios2/configure: New generated file.
2920         * sysdeps/nios2/configure.ac: New file.
2921         * sysdeps/nios2/crti.S: New file.
2922         * sysdeps/nios2/crtn.S: New file.
2923         * sysdeps/nios2/dl-init.c: New file.
2924         * sysdeps/nios2/dl-machine.h: New file.
2925         * sysdeps/nios2/dl-sysdep.h: New file.
2926         * sysdeps/nios2/dl-tls.h: New file.
2927         * sysdeps/nios2/dl-trampoline.S: New file.
2928         * sysdeps/nios2/gccframe.h: New file.
2929         * sysdeps/nios2/gmp-mparam.h: New file.
2930         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2931         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2932         * sysdeps/nios2/ldsodefs.h: New file.
2933         * sysdeps/nios2/libc-tls.c: New file.
2934         * sysdeps/nios2/libm-test-ulps: New file.
2935         * sysdeps/nios2/machine-gmon.h: New file.
2936         * sysdeps/nios2/math-tests.h: New file.
2937         * sysdeps/nios2/math_private.h: New file.
2938         * sysdeps/nios2/memusage.h: New file.
2939         * sysdeps/nios2/nptl/Makefile: New file.
2940         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2941         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2942         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2943         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2944         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2945         * sysdeps/nios2/nptl/tls.h: New file.
2946         * sysdeps/nios2/preconfigure: New file.
2947         * sysdeps/nios2/s_fma.c: New file.
2948         * sysdeps/nios2/s_fmaf.c: New file.
2949         * sysdeps/nios2/setjmp.S: New file.
2950         * sysdeps/nios2/sfp-machine.h: New file.
2951         * sysdeps/nios2/sotruss-lib.c: New file.
2952         * sysdeps/nios2/stackguard-macros.h: New file.
2953         * sysdeps/nios2/stackinfo.h: New file.
2954         * sysdeps/nios2/start.S: New file.
2955         * sysdeps/nios2/sysdep.h: New file.
2956         * sysdeps/nios2/tls-macros.h: New file.
2957         * sysdeps/nios2/tst-audit.h: New file.
2958         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2959         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2960         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2961         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2962         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2963         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2964         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2965         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2966         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2967         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2968         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2969         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2970         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2971         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2972         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2973         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2974         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2975         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2976         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2977         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2978         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2979         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2980         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2981         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2982         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2983         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2984         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2985         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2986         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2987         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2988         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2989         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2990         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2991         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2992         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2993         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2994         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2995         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2996         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2997         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2998         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2999         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3000         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3001         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3003 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3005         [BZ #17844]
3006         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3007         (getutent): Use weak_alias in non SHARED case
3008         and default_symbol_version in SHARED case.
3009         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3010         (getutent_r, pututline): Likewise.
3011         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3012         (getutid): Likewise.
3013         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3014         (getutid_r): Likewise.
3015         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3016         (getutline): Likewise.
3017         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3018         (getutline_r): Likewise.
3019         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3020         (updwtmp): Likewise.
3022 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3024         [BZ #17848]
3025         * sysdeps/s390/s390-32/memcmp.S
3026         (memcmp_g5): Rename to __memcmp_g5.
3027         * sysdeps/s390/s390-32/memcpy.S
3028         (memcpy_g5): Rename to __memcpy_g5.
3029         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3030         (memcpy_mvcle) Rename to __memcpy_mvcle.
3031         * sysdeps/s390/s390-32/memset.S
3032         (memset_g5): Rename to __memset_g5.
3033         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3034         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3035         and use prefixed functions.
3036         * sysdeps/s390/s390-32/multiarch/memcmp.S
3037         (memcmp_z196): Rename to __memcmp_z196.
3038         (memcmp_z10): Rename to __memcmp_z10.
3039         (memcmp): Set alias to __memcmp_g5.
3040         (bcmp): Set alias to __memcmp_g5.
3041         * sysdeps/s390/s390-32/multiarch/memcpy.S
3042         (memcpy_z196): Rename to __memcpy_z196.
3043         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3044         (memcpy_z10): Rename to __memcpy_z10.
3045         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3046         (memcpy): Set alias to __memcpy_g5.
3047         * sysdeps/s390/s390-32/multiarch/memset.S
3048         (memset_z196): Rename to __memset_z196.
3049         Jump to __memset_mvcle instead of memset_mvcle.
3050         (memset_z10): Rename to __memset_z10.
3051         Jump to __memset_mvcle instead of memset_mvcle.
3052         (memset_mvcle) Rename to __memset_mvcle.
3053         (memset): Set alias to __memset_g5.
3054         * sysdeps/s390/s390-64/memcmp.S
3055         (memcmp_z900): Rename to __memcmp_z900.
3056         * sysdeps/s390/s390-64/memcpy.S
3057         (memcpy_z900): Rename to __memcpy_z900.
3058         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3059         (memcpy_mvcle) Rename to __memcpy_mvcle.
3060         * sysdeps/s390/s390-64/memset.S
3061         (memset_z900): Rename to __memset_z900.
3062         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3063         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3064         and use prefixed functions.
3065         * sysdeps/s390/s390-64/multiarch/memcmp.S
3066         (memcmp_z196): Rename to __memcmp_z196.
3067         (memcmp_z10): Rename to __memcmp_z10.
3068         (memcmp): Set alias to __memcmp_z900.
3069         (bcmp): Set alias to __memcmp_z900.
3070         * sysdeps/s390/s390-64/multiarch/memcpy.S
3071         (memcpy_z196): Rename to __memcpy_z196.
3072         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3073         (memcpy_z10): Rename to __memcpy_z10.
3074         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3075         (memcpy): Set alias to __memcpy_z900.
3076         * sysdeps/s390/s390-64/multiarch/memset.S
3077         (memset_z196): Rename to __memset_z196.
3078         Jump to __memset_mvcle instead of memset_mvcle.
3079         (memset_z10): Rename to __memset_z10.
3080         Jump to __memset_mvcle instead of memset_mvcle.
3081         (memset_mvcle) Rename to __memset_mvcle.
3082         (memset): Set alias to __memset_z900.
3084 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3086         [BZ #17748]
3087         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3088         __fesetenv instead of fesetenv.
3090 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3092         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3093         macro.
3095 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3097         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3098         regression on LE.
3100         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3101         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3102         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3103         strncmp-power8 object.
3104         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3105         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3106         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3107         * NEWS: Update.
3109 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3110             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3112         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3113         trailing byte check.
3115 2015-01-13  David S. Miller  <davem@davemloft.net>
3117         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3119 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3121         * login/logout.c (logout): Use memset rather than bzero.
3122         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3123         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3124         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3125         (_gethtbyaddr): Likewise.
3126         * locale/programs/simple-hash.c (bcopy): Macro removed.
3128 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3130         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3131         Add strcmp-power8 object.
3132         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3133         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3134         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3135         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3136         __strcmp_power8 implementation.
3137         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3138         * NEWS: Update.
3140         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3141         Add strncpy-power8 and stpncpy-power8 objects.
3142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3143         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3144         implementations.
3145         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3146         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3147         __stpncpy_power8 implementation.
3148         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3149         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3150         __strncpy_power8 implementation.
3151         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3152         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3153         * NEWS: Update.
3155         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3156         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3157         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3159         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3160         strncat-power8 object.
3161         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3162         __strcat_power8 implementation.
3163         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3164         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3165         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3166         optimized strcat for power8.
3168         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3169         strcpy-power8 and stpcpy-power8 objects.
3170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3171         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3172         implementations.
3173         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3174         multiarch stpcpy implementation for POWER8.
3175         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3176         multiarch strcpy implementation for POWER8.
3177         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3178         __strcpy_power8 function.
3179         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3180         stpcpy for POWER8.
3181         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3182         strcpy for POWER8.
3183         * NEWS: Update.
3185 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3187         [BZ #16009]
3188         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3189         weights and rules. Use do_xfrm_cached if data fits in cache,
3190         do_xfrm otherwise.  Moved former main loop to...
3191         * (do_xfrm_cached): New function.
3192         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3193         find_idx, find_position and stack_push.
3194         * (find_idx): New function.
3195         * (find_position): Likewise.
3196         * localedata/sort-test.sh: Added test run for do_xfrm.
3197         * localedata/xfrm-test.c (main): Added command line option
3198         -nocache to run the test with strings that are too large for
3199         the STRXFRM cache.
3201 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3203         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3204         variable to lll_futex_wake call, not the value itself.
3206 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3208         [BZ #17803]
3209         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3210         twom64.  Adjust value to 0x1p-64L.
3211         (__scalblnl): Only return standard underflowing result for K <=
3212         -64 not K <= -63; adjust exponent for underflowing result by 64
3213         not 63.
3214         * math/libm-test.inc (scalbn_test_data): Add more tests.
3215         (scalbln_test_data): Likewise.
3217         [BZ #17834]
3218         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3219         0x1p63L.
3220         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3221         not HX.
3222         * math/libm-test.inc (scalbn_test_data): Add more tests.
3223         (scalbln_test_data): Likewise.
3225 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3226             Stefani Seibold  <stefani@seibold.net>
3228         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3229         (sysdep_routines): Add dl-vdso here, ...
3230         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3231         (sysdep_routines): ... not here.
3232         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3233         fallback when vDSO is not presented.
3234         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3235         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3236         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3237         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3238         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3239         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3240         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3241         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3242         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3243         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3244         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3245         fallback configurable symbol when vDSO is not available.
3246         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3247         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3248         be able to redefine fallback symbol when vDSO is not available.
3249         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3250         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3252 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3254         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3255         (TLS_INIT_TP): Add tm_capable initialization.
3256         (TLS_DEFINE_INIT_TP): Likewise.
3257         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3258         TCB.
3259         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3260         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3261         calculation.
3262         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3263         transactoion is lock elision is built and TCB tm_capable is set.
3264         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3266         (INTERNAL_SYSCALL_NCS): Likewise.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3268         (INTERNAL_SYSCALL_NCS): Likewise.
3269         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3271         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3272         for powerpc.
3273         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3274         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3275         and remove it for 32 bits case.
3276         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3277         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3278         initialization.
3279         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3280         Disable lock elision with rdlocks if elision is not available.
3282         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3283         (sysdep_routines): Add lock elision objects.
3284         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3285         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3286         [pthread_mutex_t] (__elision): Add field.
3287         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3288         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3289         elision definitions for powerpc.
3290         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3291         implementation of lock elision for powerpc.
3292         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3293         implementation of timed lock elision for powerpc.
3294         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3295         implementation of trylock with lock elision for powerpc.
3296         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3297         implementaion of unlock for lock elision for powerpc.
3298         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3299         automatic enable lock elision for mutexes.
3300         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3301         transaction execution definitions for powerpc.
3302         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3303         definitions.
3304         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3305         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3306         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3307         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3308         * NEWS: Update.
3310 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3312         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3313         for #include of <shm-directory.h>.
3315 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3317         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3318         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3320 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3322         [BZ #17791]
3323         * NEWS: Mention bug fix.
3324         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3325         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3326         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3328 2015-01-09  Torvald Riegel <triegel@redhat.com>
3330         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3332 2015-01-09  Torvald Riegel <triegel@redhat.com>
3334         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3336 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3338         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3339         pointer and cast to uintptr_t.
3341 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3343         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3344         removed.
3345         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3347 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3349         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3350         of 0.
3352 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3354         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3355         <nptl/pthreadP.h> instead.
3356         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3358         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3359         already defined.
3360         [__SIGRTMIN] (init): Function removed.
3361         [__SIGRTMIN] (initialized): Variable removed.
3362         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3363         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3364         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3365         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3366         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3367         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3368         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3369         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3370         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3371         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3372         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3373         * sysdeps/nptl/allocrtsig.c: New file.
3374         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3375         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3376         * sysdeps/generic/testrtsig.h: File removed.
3378         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3379         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3381         * nptl/nptl-init.c (pthread_functions): Conditionalize
3382         .ptr__nptl_setxid initialization on [SIGSETXID].
3384         * sysdeps/nptl/sys/procfs.h: New file.
3385         * nptl_db/Makefile (headers): Add it.
3386         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3388         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3389         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3390         * nptl/pthread_attr_setaffinity.c: Include it.
3391         * nptl/pthread_setattr_default_np.c: Likewise.
3392         * nptl/check-cpuset.h: New file.
3394 2015-01-08  Richard Henderson  <rth@redhat.com>
3396         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3397         (CFLAGS-tst-execstack-prog.c): Likewise.
3398         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3400 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3401             Sandra Loosemore  <sandra@codesourcery.com>
3402             Andrew Jenner  <andrew@codesourcery.com>
3403             Joseph Myers  <joseph@codesourcery.com>
3404             Nathan Sidwell  <nathan@codesourcery.com>
3406         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3407         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3408         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3409         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3410         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3411         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3412         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3413         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3414         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3415         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3416         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3417         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3418         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3419         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3420         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3421         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3422         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3424 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3426         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3427         timespec struct member in syscall macro.
3428         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3429         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3430         first timeval struct member in syscall macro.
3431         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3433 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3435         [BZ #17748]
3436         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3437         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3438         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3439         __feupdateenv and define as weak alias of __feupdateenv.  Use
3440         libm_hidden_weak.
3441         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3442         libm_hidden_def.
3443         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3444         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3445         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3446         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3447         libm_hidden_def.
3448         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3449         __feupdateenv and define as weak alias of __feupdateenv.  Use
3450         libm_hidden_weak.
3451         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3452         libm_hidden_def.
3453         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3454         __feupdateenv and define as weak alias of __feupdateenv.  Use
3455         libm_hidden_weak.
3456         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3457         libm_hidden_def.
3458         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3459         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3460         (__feupdateenv): Likewise.
3461         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3462         __feupdateenv and define as weak alias of __feupdateenv.  Use
3463         libm_hidden_weak.
3464         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3465         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3466         libm_hidden_def.
3467         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3468         function.
3469         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3470         libm_hidden_def.
3471         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3472         __feupdateenv instead of feupdateenv.
3473         (default_libc_feupdateenv_test): Likewise.
3474         (libc_feresetround_ctx): Likewise.
3476 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3478         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3479         prototype.
3481 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3483         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3484         COLL_SYM in a couple of places to avoid uninitialized variable
3485         wanings on tilegx gcc 4.8.2.
3487 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3489         * sysdeps/aarch64/strcpy.S: New file.
3490         * sysdeps/aarch64/stpcpy.S: New file.
3491         * NEWS: Updated.
3493 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3495         * sysdeps/aarch64/strrchr.S: New file.
3496         * NEWS: Updated.
3498 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3500         [BZ #17658]
3501         * stdlib/setenv.c: Fix memory leak when setting large,
3502         duplicate string.
3504 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3506         [BZ #17273]
3507         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3508         and tabs from buffer before parsing fstab entry.
3509         * misc/tst-mntent.c (main): Add test for mount entry with
3510         trailing spaces and tabs.
3512 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3514         [BZ #17748]
3515         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3516         * math/fesetround.c (fesetround): Rename to __fesetround and
3517         define as weak alias of __fesetround.  Use libm_hidden_weak.
3518         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3519         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3520         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3521         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3522         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3523         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3524         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3525         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3526         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3527         __fesetround_inline.
3528         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3529         __fesetround_inline instead of __fesetround.
3530         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3531         __fesetround and define as weak alias of __fesetround.  Use
3532         libm_hidden_weak.  Call __fesetround_inline instead of
3533         __fesetround.
3534         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3535         __fesetround and define as weak alias of __fesetround.  Use
3536         libm_hidden_weak.
3537         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3538         Likewise.
3539         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3540         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3541         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3542         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3543         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3544         __fesetround and define as weak alias of __fesetround.  Use
3545         libm_hidden_weak.
3546         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3547         __fesetround instead of fesetround.
3548         (default_libc_feholdexcept_setround): Likewise.
3549         (libc_feholdsetround_ctx): Likewise.
3550         (libc_feholdsetround_noex_ctx): Likewise.
3552         [BZ #17748]
3553         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3554         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3555         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3556         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3557         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3558         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3559         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3560         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3561         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3562         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3563         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3564         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3565         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3566         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3567         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3568         libm_hidden_def.
3569         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3570         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3571         Likewise.
3572         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3573         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3574         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3575         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3576         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3577         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3578         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3579         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3580         __fesetenv instead of fesetenv.
3581         (libc_feresetround_noex_ctx): Likewise.
3582         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3583         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3584         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3585         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3586         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3587         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3588         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3589         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3590         (__feupdateenv): Likewise.
3591         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3592         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3593         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3594         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3596 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3598         [BZ #17806]
3599         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3600         addresses have been freed.
3602 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3604         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3605         and nservall.
3607 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3609         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3610         Clean up check_pf allocation pattern. addresses
3612 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3614         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3615         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3616         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3617         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3618         * nptl/pthread_join.c (pthread_join): Likewise.
3619         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3620         * sysdeps/posix/waitid.c (__waitid): Likewise.
3621         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3622         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3623         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3624         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3625         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3626         Likewise.
3627         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3628         (__libc_pread64): Likewise.
3629         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3630         (__libc_pwrite): Likewise.
3631         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3632         (__libc_pwrite64): Likewsie.
3633         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3634         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3635         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3636         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3637         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3638         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3639         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3641         Likewise.
3642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3643         (__libc_pread64): Likewise.
3644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3645         Likewise.
3646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3647         (__libc_pwrite64): Likewise.
3648         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3649         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3650         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3651         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3652         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3653         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3654         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3655         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3656         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3657         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3658         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3659         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3660         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3661         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3662         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3663         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3664         Likewise.
3666 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3668         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3669         (CFLAGS-test-double.c): Likewise.
3670         (CFLAGS-test-ldouble.c): Likewise.
3671         (CPPFLAGS-test-ifloat.c): Likewise.
3672         (CPPFLAGS-test-idouble.c): Likewise.
3673         (CPPFLAGS-test-ildoubl.c): Likewise.
3674         (CFLAGS-test-test-fenv.c): Remove variable.
3675         (CFLAGS-test-misc.c): Likewise.
3677 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3679         [BZ #17797]
3680         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3681         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3682         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3683         CLOCKS_PER_SEC == 1000000.
3684         * time/clocktest.c (main): Replace %ld with %jd and cast to
3685         intmax_t.
3687 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3689         * sysdeps/generic/unwind-resume.h: New file.
3690         * sysdeps/gnu/unwind-resume.c: Include it.
3691         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3692         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3693         argument list.
3694         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3695         global rather than static.
3696         (_Unwind_Resume): Update user.
3697         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3698         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3699         rather than static.  Add __attribute__ ((cold)).
3700         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3701         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3702         * sysdeps/arm/arm-unwind-resume.S: New file.
3703         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3704         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3705         * sysdeps/arm/Makefile [$(subdir) = csu]
3706         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3707         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3708         Add rt-arm-unwind-resume.
3709         [$(subdir) = nptl]
3710         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3711         Add pt-arm-unwind-resume.
3712         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3713         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3715 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3717         [BZ #17748]
3718         * include/fenv.h (__feholdexcept): Declare.  Use
3719         libm_hidden_proto.
3720         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3721         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3722         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3723         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3724         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3725         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3726         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3727         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3728         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3729         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3730         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3731         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3732         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3733         (feholdexcept): Likewise.
3734         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3735         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3736         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3737         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3738         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3739         __feholdexcept instead of feholdexcept.
3740         (default_libc_feholdexcept_setround): Likewise.
3742 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3744         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3745         to avoid using stl/str to align destination.
3747 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3749         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3751 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3753         [BZ #17796]
3754         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3755         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3756         Define as weak alias not strong alias.
3758 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3760         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3761         bltzal with addiupc.
3762         (RTLD_START): Ditto.
3764 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3766         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3767         for __vdso_* functions in declarations.
3768         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3769         definitions.
3770         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3771         INTERNAL_VSYSCALL): Use struct return types to check for error.
3773         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3774         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3775         function with cast from llround().
3776         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3777         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3778         Define.
3780 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3782         [BZ #17793]
3783         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3784         Define as weak alias not strong alias.
3786         [BZ #17635]
3787         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3788         ...
3789         * ctype/ctype-extn.c: ... here.
3790         (__isblank_l): Move to ...
3791         * ctype/ctype-c99_l.c: ... here.  New file.
3792         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3793         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3794         Remove variable.
3795         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3796         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3797         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3798         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3799         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3801         [BZ #17777]
3802         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3803         (posix_fadvise64): Define as weak alias not strong alias.
3804         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3805         (posix_fallocate64): Likewise.
3806         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3807         Remove variable.
3808         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3809         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3810         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3811         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3812         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3814 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3816         [BZ #16191]
3817         * NEWS: Mention bug fix.
3818         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3819         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3820         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3821         (HOST_STACK_END_ADDR): Likewise.
3823 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3825         [BZ #17748]
3826         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3827         * math/fegetround.c (fegetround): Rename to __fegetround and
3828         define as weak alias of __fegetround.  Use libm_hidden_weak.
3829         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3830         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3831         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3832         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3833         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3834         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3835         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3836         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3837         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3838         Undefine after rather than before function definition; use
3839         parentheses around function name in definition.
3840         (__fegetround): Also undefine macro after function definition.
3841         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3842         __fegetround and define as weak alias of __fegetround.  Use
3843         libm_hidden_weak.  Do not undefine as macro.
3844         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3845         Likewise.
3846         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3847         __fegetround and define as weak alias of __fegetround.  Use
3848         libm_hidden_weak.
3849         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3850         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3851         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3852         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3853         __fegetround and define as weak alias of __fegetround.  Use
3854         libm_hidden_weak.
3855         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3856         __fegetround instead of fegetround.
3858         [BZ #17782]
3859         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3860         Condition macro definition on [__USE_MISC].
3862         [BZ #17781]
3863         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3864         (struct sigaction): Change type of sa_flags field to int.
3866         [BZ #17780]
3867         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3868         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3869         __glibc_reserved0.
3871         * nptl/version.c (banner): Use single year in copyright notice.
3873         * NEWS: Update copyright dates.
3874         * catgets/gencat.c (print_version): Likewise.
3875         * csu/version.c (banner): Likewise.
3876         * debug/catchsegv.sh: Likewise.
3877         * debug/pcprofiledump.c (print_version): Likewise.
3878         * debug/xtrace.sh (do_version): Likewise.
3879         * elf/ldconfig.c (print_version): Likewise.
3880         * elf/ldd.bash.in: Likewise.
3881         * elf/pldd.c (print_version): Likewise.
3882         * elf/sotruss.sh: Likewise.
3883         * elf/sprof.c (print_version): Likewise.
3884         * iconv/iconv_prog.c (print_version): Likewise.
3885         * iconv/iconvconfig.c (print_version): Likewise.
3886         * locale/programs/locale.c (print_version): Likewise.
3887         * locale/programs/localedef.c (print_version): Likewise.
3888         * login/programs/pt_chown.c (print_version): Likewise.
3889         * malloc/memusage.sh (do_version): Likewise.
3890         * malloc/memusagestat.c (print_version): Likewise.
3891         * malloc/mtrace.pl: Likewise.
3892         * manual/libc.texinfo: Likewise.
3893         * nptl/version.c (banner): Likewise.
3894         * nscd/nscd.c (print_version): Likewise.
3895         * nss/getent.c (print_version): Likewise.
3896         * nss/makedb.c (print_version): Likewise.
3897         * posix/getconf.c (main): Likewise.
3898         * scripts/test-installation.pl: Likewise.
3899         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3901 2015-01-02  Will Newton  <will.newton@linaro.org>
3903         * sysdeps/arm/armv7/configure: Removed.
3904         * sysdeps/arm/armv7/configure.ac: Likewise.
3906 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3908         * All files with FSF copyright notices: Update copyright dates
3909         using scripts/update-copyrights.
3910         * intl/plural.c: Regenerated.
3911         * locale/programs/charmap-kw.h: Likewise.
3912         * locale/programs/locfile-kw.h: Likewise.
3914 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3916         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3918 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3920         [BZ #17748]
3921         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3922         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3923         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3924         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3925         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3926         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3927         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3928         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3929         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3930         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3931         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3932         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3933         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3934         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3935         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3936         libm_hidden_def.
3937         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3938         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3939         Likewise.
3940         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3941         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3942         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3943         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3944         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3945         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3946         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3947         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3948         __fegetenv instead of fegetenv.
3949         (libc_feholdsetround_noex_ctx): Likewise.
3951 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3953         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3954         (Elf_MIPS_ABIFlags_v0): New structure.
3955         (EF_MIPS_FP64): Define.
3956         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3957         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3958         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3959         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3960         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3961         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3962         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3963         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3964         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3965         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3966         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3967         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3968         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3969         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3970         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3971         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3972         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3973         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3974         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3975         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3976         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3977         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3978         field.
3979         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3980         EF_MIPS_FP64.
3981         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3982         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3983         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3984         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3985         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3986         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3987         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3988         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3989         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3990         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3991         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3992         record the current FP ABI extension.
3993         (mips-mode-switch): Define to show if kernel headers support mode
3994         switching.
3995         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3996         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3997         supported SYSV ABI version to 3.
3998         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3999         feature.
4001 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4002             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4004         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4005         path.
4006         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4008 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4010         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4011         __fegetround and redefine to call __fegetround.  Remove condition
4012         on [!__NO_MATH_INLINES].
4013         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4014         function.
4015         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4016         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4017         Remove macro.
4018         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4019         instead of <fenv_libc.h>.
4020         (__llrintl): Call fegetround instead of __fegetround.
4021         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4022         instead of <fenv_libc.h>.
4023         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4024         (__lrintl): Call fegetround instead of __fegetround.
4025         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4026         instead of <fenv_libc.h>.
4027         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4028         (__rintl): Call fegetround instead of __fegetround.
4030 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4032         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4033         arrays.
4035 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4037         [BZ #17775]
4038         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4039         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4040         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4042 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4044         * sysdeps/i386/tls-macros.h: Include <features.h>.
4045         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4046         (TLS_IE): Likewise.
4047         (TLS_LD): Likewise.
4048         (TLS_GD): Likewise.
4049         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4050         define for GCC >= 5.0.
4052 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4054         * math/test-fenv.c (test_single_exception, set_single_exc,
4055         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4056         feexcp_mask_test, feenable_test, fe_single_test): Add
4057         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4058         case where they are not used.
4059         * math/libm-test.inc: Likewise.
4060         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4061         unused in the absence of FP rounding/exception support.
4062         * stdio-common/tst-printf-round.c: Likewise.
4063         * stdlib/tst-strtod-round.c: Likewise.
4064         * stdlib/tst-strtod-underflow.c: Likewise.
4066 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4068         [BZ #17723]
4069         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4070         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4071         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4072         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4073         libm_hidden_weak.
4074         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4075         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4076         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4077         libm_hidden_def.
4078         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4079         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4080         libm_hidden_weak.
4081         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4082         Likewise.
4083         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4084         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4085         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4086         libm_hidden_weak.
4087         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4088         libm_hidden_def.
4089         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4090         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4091         (__feraiseexcept): Likewise.
4092         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4093         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4094         libm_hidden_weak.
4095         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4096         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4097         libm_hidden_def.
4098         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4099         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4100         Use libm_hidden_def.
4101         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4102         libm_hidden_def.
4103         (feraiseexcept): Define as weak not strong alias.  Use
4104         libm_hidden_weak.
4105         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4106         New inline function.  Factored out of ...
4107         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4108         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4109         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4110         feraiseexcept.
4111         * math/w_acos.c (__acos): Likewise.
4112         * math/w_asin.c (__asin): Likewise.
4113         * math/w_ilogb.c (__ilogb): Likewise.
4114         * math/w_j0.c (y0): Likewise.
4115         * math/w_j1.c (y1): Likewise.
4116         * math/w_jn.c (yn): Likewise.
4117         * math/w_log.c (__log): Likewise.
4118         * math/w_log10.c (__log10): Likewise.
4119         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4120         * sysdeps/aarch64/fpu/math_private.h
4121         (libc_feupdateenv_test_aarch64): Likewise.
4122         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4123         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4124         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4125         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4126         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4127         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4128         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4129         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4130         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4131         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4133 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4135         [BZ #17732]
4136         * io/test-utime.c (main): Replace %ld with %jd and cast to
4137         intmax_t.
4138         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4139         * nptl/tst-mutex5.c: Include <stdint.h>.
4140         (do_test): Replace %ld with %jd and cast to intmax_t.
4141         * posix/tst-regex.c (run_test): Likewise.
4142         (run_test_backwards): Likewise.
4143         * rt/tst-clock.c: Include <stdint.h>.
4144         (clock_test): Replace %ld with %jd and cast to intmax_t.
4145         * rt/tst-cpuclock1.c: Include <stdint.h>.
4146         (do_test): Replace %lu with %ju and cast to uintmax_t.
4147         * rt/tst-cpuclock2.c: Include <stdint.h>.
4148         (do_test): Replace %lu with %ju and cast to uintmax_t.
4149         * rt/tst-mqueue1.c: Include <stdint.h>.
4150         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4151         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4152         intmax_t.
4153         * rt/tst-mqueue4.c (do_test): Likewise.
4154         * rt/tst-timer4.c: Include <stdint.h>.
4155         (check_ts): Replace %ld with %jd and cast to intmax_t.
4156         (do_test): Likewise.
4157         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4158         and cast to intmax_t.
4159         * sysdeps/pthread/tst-timer.c (main): Likewise.
4160         * time/clocktest.c (main): Likewise.
4161         * time/tst-posixtz.c (do_test): Likewise.
4162         * timezone/tst-timezone.c (main): Likewise.
4164 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4165             H.J. Lu  <hongjiu.lu@intel.com>
4167         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4168         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4169         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4170         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4171         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4172         version if bit_Fast_Unaligned_Load is set.
4173         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4174         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4175         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4176         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4177         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4178         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4179         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4180         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4181         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4182         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4183         to 4.
4184         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4185         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4186         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4187         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4189 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4191         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4192         instead of #if to avoid a Wundef warning.
4193         * stdlib/tst-limits.c (do_test): Likewise.
4195         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4196         parallel other exception macros.
4197         (fegetenv): Convert from macro to extern inline so that it applies
4198         retroactively to inline functions already seen by the compiler.
4199         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4201         * posix/Makefile (before-compile): Use $(objpfx) for
4202         posix-conf-vars-def.h.
4204 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4206         * posix/getconf.c (main): Use size_t for type of I.
4207         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4208         NSPEC.
4210         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4211         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4212         * posix/posix-envs.def: Likewise.
4213         * sysdeps/posix/sysconf.c: Likewise.
4214         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4215         (specs): Remove array.
4216         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4217         array.
4219         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4220         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4221         (__sysconf): Use CONF_IS_* macros.
4223         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4224         ($(objpfx)posix-conf-vars-def.h): New target.
4225         * posix/posix-conf-vars.list: New file.
4226         * posix/posix-conf-vars.h: New file.
4227         * posix/confstr.c: Include posix-conf-vars.h.
4228         (confstr): Use CONF_IS_* macros.
4229         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4230         CONF_IS_* macros.
4231         * scripts/gen-posix-conf-vars.awk: New file.
4233 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4235         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4236         fegetround): Add no-op macros to avoid linknamespace issues.
4238         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4239         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4241         * sysdeps/unix/sysv/linux/tile/sysdep.h
4242         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4243         assembly-specific section to avoid a redefinition warning.
4245         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4246         long before casting to pointer to avoid a cast warning.
4248 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4250         * sysdeps/tile/tilegx/Implies: New file.
4252 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4254         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4256 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4258         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4260 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4262         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4263         not define.
4264         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4265         <kernel-features.h>.
4266         (__utimes) [__NR_utimes]: Make code unconditional.
4267         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4268         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4269         (__ASSUME_UTIMES): Do not undefine.
4270         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4271         (__ASSUME_UTIMES): Likewise.
4272         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4273         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4274         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4275         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4277 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4279         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4281 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4283         [BZ #17747]
4284         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4285         alias to weak alias for j0l, y0l.
4286         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4287         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4289         [BZ #17746]
4290         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4291         conversion.
4293 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4295         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4296         to zero if not already defined.
4298 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4300         [BZ #17724]
4301         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4302         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4303         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4304         (char *) casts added.
4305         * sysdeps/ieee754/k_standardf.c: New file.
4306         * sysdeps/ieee754/k_standardl.c: Likewise.
4307         * math/Makefile (libm-support): Remove k_standard.
4308         (libm-calls): Add k_standard.
4310 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4312         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4313         Optimize to avoid an unnecessary FPCR read.
4315 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4317         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4318         Optimize to reduce FPCR/FPSR accesses.
4320 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4322         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4323         Call libc_fetestexcept_aarch64.
4325 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4327         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4328         Call libc_fesetround_aarch64.
4330 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4332         [BZ #17733]
4333         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4334         (__bind): Do not define as weak alias.
4335         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4336         define.
4337         (__getsockname): Do not define as weak alias.
4339 2014-12-22  Will Newton  <will.newton@linaro.org>
4341         * manual/install.texi: Document that we require bison 2.7
4342         or above.
4343         * INSTALL: Regenerate.
4344         * configure.ac: Use AC_CHECK_PROG_VER instead of
4345         AC_PATH_PROG when checking for bison and check for
4346         version 2.7 or above.
4347         * configure: Regenerate.
4349 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4351         [BZ #17745]
4352         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4353         * sysdeps/tile/ffsll.c (ffsll): To here.
4355         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4357 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4359         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4360         if not defined.
4361         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4362         definition.
4363         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4364         hidden ___tls_get_addr.
4365         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4366         hidden __tls_get_addr.
4367         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4368         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4369         Likewise.
4371 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4373         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4374         _dl_init call.
4376 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4378         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4379         from "call _dl_init@PLT".
4380         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4382 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4384         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4385         guarantees.
4387 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4389         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4391 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4393         [BZ #17744]
4394         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4395         strnlen.
4397 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4399         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4400         of multu on MIPSr6.
4401         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4402         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4403         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4404         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4405         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4407 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4409         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4410         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4411         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4412         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4413         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4414         mips32r6/mips64r6.
4415         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4417 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4419         * string/strncat.c (STRNCAT): Simplify implementation.
4421 2014-12-19  David S. Miller  <davem@davemloft.net>
4423         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4424         access the quad as both a long double and as a series of 4 words.
4426         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4427         link_map->l_info array access.
4429 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4431         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4433         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4434         * math/atest-exp2.c (TIMEOUT): Likewise.
4435         * math/atest-sincos.c (TIMEOUT): Likewise.
4437 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4439         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4440         -Wno-error with -fno-builtin-lround.
4442 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4444         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4445         Contains futex constants and functions moved over from ...
4446         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4447         <lowlevellock-futex.h>.
4448         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4449         (lll_timedwait_tid): Add comments and parentheses around macro
4450         arguments.
4452 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4454         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4455         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4456         (__lll_private_flag): Remove.
4457         (lll_futex_wait): Likewise.
4458         (lll_futex_timed_wait): Likewise.
4459         (lll_futex_wake): Likewise.
4460         (lll_futex_requeue): Likewise.
4461         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4462         (__lll_timedwait_tid): Spell out argument names.
4463         (lll_timedwait_tid): Add comments and parentheses around macro
4464         arguments.
4465         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4466         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4468 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4470         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4471         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4472         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4473         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4474         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4475         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4476         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4477         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4478         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4479         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4480         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4481         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4482         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4483         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4484         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4485         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4486         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4487         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4488         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4490 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4492         * sysdeps/x86_64/x32/Makefile: New file.
4494 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4496         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4497         1L with (mp_limb_t) 1.
4499 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4501         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4502         * nptl/libc_pthread_init.c: ... here.
4503         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4504         * nptl/register-atfork.c: ... here.
4506         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4507         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4508         Use assert_perror to check its return value.
4509         (__gai_create_helper_thread): Likewise.
4511         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4513         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4515 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4517         [BZ #17725]
4518         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4519         __profil_counter.
4520         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4521         Likewise.
4522         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4523         Likewise.
4524         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4525         Likewise.
4526         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4527         (profil_counter): Likewise.
4528         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4529         (profil_counter): Likewise.
4530         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4531         Likewise.
4532         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4533         Likewise.
4534         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4535         (profil_counter): Likewise.
4536         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4537         Likewise.
4538         [!__profil_counter] (profil_counter): Define as weak alias of
4539         __profil_counter.
4540         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4541         (profil_counter): Rename to __profil_counter.
4542         [!__profil_counter] (profil_counter): Define as weak alias of
4543         __profil_counter.
4544         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4545         (profil_counter): Rename to __profil_counter.
4546         [!__profil_counter] (profil_counter): Define as weak alias of
4547         __profil_counter.
4548         * sysdeps/posix/profil.c: Update comment referring to
4549         profil_counter.
4550         (__profil): Use __profil_counter instead of profil_counter.
4551         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4552         __profil_counter.  Use __profil_counter_ushort and
4553         __profil_counter_uint in definitions.
4554         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4555         instead of profil_counter_uint and profil_counter_ushort.
4557         [BZ #17722]
4558         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4559         define as weak alias of __inet_makeaddr.
4560         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4561         as weak alias of __inet_addr.
4562         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4563         as weak alias of __inet_pton.  Use libc_hidden_weak.
4564         * include/arpa/inet.h (__inet_pton): Declare.  Use
4565         libc_hidden_proto.
4566         (inet_makeaddr): Don't use libc_hidden_proto.
4567         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4568         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4569         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4570         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4571         Remove variable.
4572         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4573         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4575 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4577         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4579 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4581         * stdio-common/bug-vfprintf-nargs.c (do_test):
4582         Cast value to intptr_t to avoid format warning
4583         for usage with PRIdPTR printing macro.
4585 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4587         * libio/tst-widetext.c (do_test):
4588         Use format type %td instead of %Zd for ptrdiff_t
4589         in order to avoid format warning.
4591 2014-12-17  Andreas Schwab  <schwab@suse.de>
4593         * nscd/mem.c (gc): Add size_t cast to match printf format.
4595 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4597         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4598         (init): Apply PTR_MANGLE to pointers before storing them.
4599         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4600         before using them.
4602 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4604         [BZ #17719]
4605         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4606         define as weak alias of __memrchr.
4607         (__memrchr): Do not define as strong alias of memrchr.
4608         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4609         Remove variable.
4610         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4611         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4612         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4614         [BZ #17717]
4615         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4616         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4617         (if_indextoname): Rename to __if_indextoname and define as weak
4618         alias of __if_indextoname.  Use libc_hidden_weak.
4619         (if_freenameindex): Rename to __if_freenameindex and define as
4620         weak alias of __if_freenameindex.
4621         (if_nameindex): Rename to __if_nameindex and define as weak alias
4622         of __if_nameindex.
4623         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4624         __if_nametoindex and define as weak alias of __if_nametoindex.
4625         Use libc_hidden_weak.
4626         (if_freenameindex): Rename to __if_freenameindex and define as
4627         weak alias of __if_freenameindex.
4628         (if_nameindex): Rename to __if_nameindex and define as weak alias
4629         of __if_nameindex.
4630         (if_indextoname): Rename to __if_indextoname and define as weak
4631         alias of __if_indextoname.  Use libc_hidden_weak.
4632         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4633         __if_nametoindex and define as weak alias of __if_nametoindex.
4634         Use libc_hidden_weak.
4635         (if_freenameindex): Rename to __if_freenameindex and define as
4636         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4637         (if_nameindex_netlink): Use __if_freenameindex instead of
4638         if_freenameindex.
4639         (if_nameindex): Rename to __if_nameindex and define as weak alias
4640         of __if_nameindex.  Use libc_hidden_weak.
4641         (if_indextoname): Rename to __if_indextoname and define as weak
4642         alias of __if_indextoname.  Use libc_hidden_weak.
4643         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4644         libc_hidden_proto.
4645         [!_ISOMAC] (__if_freenameindex): Likewise.
4646         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4647         if_nametoindex.
4648         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4649         variable.
4650         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4651         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4652         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4653         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4654         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4655         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4656         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4658         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4659         Remove variable.
4660         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4661         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4663 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4665         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4666         subscript above bounds'
4668         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4669         bounds.
4671 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4673         * libio/tst-fopenloc.c: Use test-skeleton.c.
4675         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4676         (entry): Rename to ITEM.
4677         (do_test, comp): Adjust.
4679         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4681 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4683         * string/tester.c: Include <libc-internal.h>.
4684         (test_memset): Ignore -Wmemset-transposed-args.
4686 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4688         * misc/tst-mntent2.c (do_test): Fix warning.
4690 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4692         * elf/tst-unique4lib.cc(a): Mark as used.
4694 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4696         [BZ #17630]
4697         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4698         names.
4700 2014-12-16  Allan McRae  <allan@archlinux.org>
4702         * stdio-common/Makefile (tests): Re-add bug26.
4704 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4706         [BZ #17657]
4707         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4708         static array.
4710 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4712         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4713         (__lll_lock_wait): Likewise.
4714         (__lll_timedlock_wait): Likewise.
4715         (__lll_timedwait_tid): Likewise.
4716         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4717         (__lll_robust_timedlock_wait): Likewise.
4718         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4719         (lll_cond_trylock): Likewise.
4720         (__lll_lock): Likewise.
4721         (__lll_robust_lock): Likewise.
4722         (__lll_cond_lock): Likewise.
4723         (lll_robust_cond_lock): Likewise.
4724         (__lll_timedlock): Likewise.
4725         (__lll_robust_timedlock): Likewise.
4726         (__lll_unlock): Likewise.
4727         (__lll_robust_unlock): Likewise.
4728         (lll_wait_tid): Likewise.
4729         (lll_timedwait_tid): Likewise.
4731 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4733         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4735 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4737         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4739 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4741         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4742         * stdio-common/tst-sprintf.c: Likewise.
4744 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4746         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4748 2014-12-15  Jeff Law  <law@redhat.com>
4750         [BZ #16617]
4751         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4752         on the heap.  (CVE-2012-3406)
4753         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4754         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4755         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4757 2014-12-15  Will Newton  <will.newton@linaro.org>
4759         * manual/install.texi: Bump required version of texinfo
4760         to 4.7 from 4.5.
4761         * INSTALL: Regenerated.
4762         * configure.ac: Check for makeinfo version 4.7 and above.
4763         * configure: Regenerated.
4765 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4767         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4768         PREFIX, string constant to insert between directory and name.
4769         * sysdeps/posix/shm_open.c: Update caller.
4770         * sysdeps/posix/shm_unlink.c: Likewise.
4771         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4772         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4773         (SEM_SHM_PREFIX): New macro.
4774         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4775         [$(have-thread-library) = no].
4776         * nptl/Makefile (libpthread-routines): Add shm-directory.
4777         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4778         * sysdeps/nptl/shm-directory.h: New file.
4779         * sysdeps/posix/shm-directory.c
4780         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4781         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4782         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4783         INTERNAL_SYSCALL.
4784         (__where_is_shmfs): Function removed.
4785         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4786         Variables removed.
4787         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4788         Use SHM_GET_NAME.
4789         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4791         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4792         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4793         unconditional for use inside libpthread.
4794         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4796 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4798         * nptl/pthread_getaffinity.c: New file.
4799         * nptl/pthread_setaffinity.c: New file.
4800         * nptl/pthread_getname.c: New file.
4801         * nptl/pthread_setname.c: New file.
4803         * nptl/pthread_create.c (START_THREAD_DEFN)
4804         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4806 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4807             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4809         * resolv/res_send.c (send_vc): Disable warning resplen may
4810         be used uninitialized.
4812 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4814         * nptl/tst-mutex6.c
4815         (ATTR_NULL): New define checks ATTR against NULL.
4816         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4817         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4819 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4821         [BZ #17581]
4822         * malloc/hooks.c
4823         (mem2mem_check): Revert my previous change.
4824         (malloc_check_get_size): Revert my previous change.
4825         (mem2chunk_check): Revert my previous change.
4827 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4829         * sysdeps/posix/shm-directory.c: New file.
4830         * sysdeps/posix/shm-directory.h: New file.
4831         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4832         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4833         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4834         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4835         Transmute EPERM to EACCES.
4836         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4837         from ...
4838         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4839         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4841 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4843         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4844         pointer and cast to uintptr_t.
4845         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4846         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4847         Add cast to avoid warning.
4848         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4850 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4852         * nptl/semaphore.h: Move to ...
4853         * sysdeps/pthread/semaphore.h: ... here.
4854         * Makefile (installed-headers): Change nptl/semaphore.h to
4855         sysdeps/pthread/semaphore.h.
4857 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4859         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4860         generated error format strings.
4862         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4863         -Wformat-extra-args warnings for scanf formats.
4864         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4865         test of zero-length format (duh).
4866         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4867         corner-case scanf format test.
4868         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4869         generated fprintf format string.
4870         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4871         corner-case sprintf format tests.
4872         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4873         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4874         -Wformat-extra-args warnings throughout.
4875         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4876         (CFLAGS-scanf4.c): Likewise.
4877         (CFLAGS-scanf7.c): Likewise.
4878         (CFLAGS-tst-sprintf.c): Likewise.
4879         (CFLAGS-tst-printf.c): Likewise.
4880         (CFLAGS-tst-printfsz.c): Likewise.
4882 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4884         * include/cpio.h: New file.
4885         * include/fmtmsg.h: Likewise.
4887         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4888         corresponding format argument to size_t.
4889         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4890         arguments.
4891         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4892         corresponding format argument to size_t.
4893         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4894         arguments.
4895         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4896         corresponding format argument to size_t.
4897         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4898         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4899         (CFLAGS-tst-mbswcs2.c): Likewise.
4900         (CFLAGS-tst-mbswcs3.c): Likewise.
4901         (CFLAGS-tst-mbswcs4.c): Likewise.
4902         (CFLAGS-tst-mbswcs5.c): Likewise.
4903         (CFLAGS-tst-trans.c): Likewise
4905 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4907         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4908         rather than assuming they won't contain any '%'s.
4910 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4912         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4913         inhibit_loop_to_libcall to avoid recursive calls.
4914         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4915         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4917 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4919         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4920         prototype.
4922 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4924         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4925         integer value instead of boolean.
4927 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4929         * malloc/malloc.c: Fix powerof2 check.
4931 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4933         * locale/programs/locfile.h (maybe_swap_uint32):
4934         Remove inline and add unused attribute.
4936 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4938         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4939         Truncating assembler expression to a .long expression.
4941 2014-12-11  Andreas Schwab  <schwab@suse.de>
4943         * elf/rtld.c (struct map_args): Constify str member.
4944         (do_preload): Constify fname argument.
4946 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4948         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4949         constants definition.
4951 2014-12-11  Andreas Schwab  <schwab@suse.de>
4953         [BZ #16657]
4954         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4955         FORCE_ELISION instead of DO_ELISION.
4956         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4957         Remove.
4958         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4959         Likewise.
4961         * iconvdata/gconv-modules: Remove duplicate entry.
4963 2014-12-11  Will Newton  <will.newton@linaro.org>
4965         Merge gettext 0.19.3 into intl/.
4967         This involves a number of cosmetic changes to comments
4968         and ANSI function definitions and prototypes throughout
4969         all the files. The gettext copyright header is used but
4970         with the date ranges taken from the glibc copy.
4972         * NEWS: Add gettext merge to 2.21.
4973         * intl/bindtextdom.c: Switch to gettext copyright.
4974         Use ANSI definitions and prototypes.
4975         Use gl_* locking primitives rather than __libc_* ones.
4976         Use __builtin_expect rather than __glibc_likely/unlikely.
4977         * intl/dcgettext.c: Switch to gettext copyright.
4978         Use ANSI definitions and prototypes.
4979         * intl/dcigettext.c: Switch to gettext copyright.
4980         Use ANSI definitions and prototypes.
4981         (INTDIV0_RAISES_SIGFPE): New define.
4982         Use gl_* locking primitives rather than __libc_* ones.
4983         Include eval-plural.h instead of plural-eval.c.
4984         Use __builtin_expect rather than __glibc_likely/unlikely.
4985         * intl/dcngettext.c: Switch to gettext copyright.
4986         Use ANSI definitions and prototypes.
4987         * intl/dgettext.c: Likewise.
4988         * intl/dngettext.c: Likewise.
4989         * intl/plural-eval.c: Renamed to...
4990         * intl/eval-plural.h: ...this.
4991         * intl/explodename.c: Switch to gettext copyright.
4992         Use ANSI definitions and prototypes.
4993         (_nl_explode_name): Use strchr instead of __rawmemchr.
4994         * intl/finddomain.c: Switch to gettext copyright.
4995         Use ANSI definitions and prototypes.
4996         Use gl_* locking primitives rather than __libc_* ones.
4997         (_nl_find_domain): Use malloc rather than alloca for
4998         allocation of temporary locale name.
4999         * intl/gettext.c: Switch to gettext copyright.
5000         Use ANSI definitions and prototypes.
5001         * intl/gettextP.h: Switch to gettext copyright.
5002         Use ANSI definitions and prototypes.
5003         Use gl_* locking primitives rather than __libc_* ones.
5004         * intl/gmo.h: Switch to gettext copyright.
5005         (struct sysdep_string): Move struct segment_pair outside of
5006         struct definition.
5007         * intl/hash-string.c: Use ANSI definitions and prototypes.
5008         * intl/hash-string.h: Switch to gettext copyright.
5009         Use ANSI definitions and prototypes.
5010         * intl/l10nflist.c: Switch to gettext copyright.
5011         Use ANSI definitions and prototypes.
5012         (_nl_normalize_codeset): Avoid integer overflow.
5013         * intl/loadinfo.h: Switch to gettext copyright.
5014         Use ANSI definitions and prototypes.
5015         (LIBINTL_DLL_EXPORTED): New define.
5016         (PATH_SEPARATOR): New define.
5017         * intl/loadmsgcat.c: Switch to gettext copyright.
5018         * intl/localealias.c: Switch to gettext copyright.
5019         Use ANSI definitions and prototypes.
5020         (_nl_expand_alias): Use PATH_SEPARATOR.
5021         * intl/ngettext.c: Switch to gettext copyright.
5022         Use ANSI definitions and prototypes.
5023         * intl/plural-exp.c: Likewise.
5024         * intl/plural-exp.h: Switch to gettext copyright.
5025         Use ANSI definitions and prototypes.
5026         (struct expression): Move definition of enum operator outside
5027         of struct definition.
5028         * intl/plural.c: Regenerate.
5029         * intl/plural.y: Switch to gettext copyright.
5030         Use ANSI definitions and prototypes.
5031         Port to bison 3.0.
5032         * intl/textdomain.c: Switch to gettext copyright.
5033         Use ANSI definitions and prototypes.
5034         Use gl_* locking primitives rather than __libc_* ones.
5036 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5038         * debug/warning-nop.c: Add used atrribute.
5040 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5042         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5044         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5045         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5046         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5048 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5049             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5051         [BZ #17634]
5052         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5053         Undefine after defining function.  Define as weak alias of
5054         __wcschr.  Use libc_hidden_weak.
5055         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5056         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5057         (libc_hidden_def): Also define __GI___wcschr alias.
5058         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5059         __wcschr and define as weak alias of __wcschr.
5060         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5061         __wcschr.
5062         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5063         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5064         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5065         libc_hidden_weak.  Do not use libc_hidden_def.
5066         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5067         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5068         __GI___wcschr alias.
5069         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5070         [IS_IN (libc)] (wcschr): Define as macro expanding to
5071         __redirect_wcschr.
5072         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5073         [IS_IN (libc)] (__wcschr_power6): Likewise.
5074         [IS_IN (libc)] (__wcschr_power7): Likewise.
5075         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5076         instead of wcschr.
5077         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5078         __libc_wcschr.
5079         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5080         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5081         __wcschr and define as weak alias of __wcschr.  Use
5082         libc_hidden_builtin_def.
5083         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5084         as weak alias of __wcschr.  Use libc_hidden_weak.
5085         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5086         wcschr.
5087         * time/era.c (_nl_init_era_entries): Likewise.
5088         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5089         variable.
5090         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5091         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5093 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5095         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5096         format for long int variable.
5098 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5100         [BZ #10672]
5101         * manual/search.texi: (Array Sort Function): Remove claim how to make
5102         qsort stable.
5104 2014-12-10  Andreas Schwab  <schwab@suse.de>
5106         [BZ #12847]
5107         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5108         user-controlled locks.
5110 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5112         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5113         register.
5115 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5117         * configure.ac (--disable-werror): New configure option.
5118         (enable_werror): New AC_SUBST.
5119         * configure: Regenerated.
5120         * config.make.in (enable-werror): New variable.
5121         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5122         -Wno-error=undef.
5123         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5124         * manual/install.texi (Configuring and compiling): Document
5125         --disable-werror.
5126         * INSTALL: Regenerated.
5127         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5128         (CFLAGS-tst-chk2.c): Likewise.
5129         (CFLAGS-tst-chk3.c): Likewise.
5130         (CFLAGS-tst-chk4.cc): Likewise.
5131         (CFLAGS-tst-chk5.cc): Likewise.
5132         (CFLAGS-tst-chk6.cc): Likewise.
5133         (CFLAGS-tst-lfschk1.c): Likewise.
5134         (CFLAGS-tst-lfschk2.c): Likewise.
5135         (CFLAGS-tst-lfschk3.c): Likewise.
5136         (CFLAGS-tst-lfschk4.cc): Likewise.
5137         (CFLAGS-tst-lfschk5.cc): Likewise.
5138         (CFLAGS-tst-lfschk6.cc): Likewise.
5140         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5141         (main): Disable -Wdeprecated-declarations around calls to
5142         register_printf_function.
5144         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5145         (do_test): Disable -Wdiv-by-zero around some calls to
5146         fwrite_unlocked and fread_unlocked.
5148         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5149         (DIAG_POP_NEEDS_COMMENT): Likewise.
5150         (_DIAG_STR1): Likewise.
5151         (_DIAG_STR): Likewise.
5152         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5153         * stdio-common/bug21.c: Include <libc-internal.h>.
5154         (do_test): Disable -Wformat around call to sscanf.
5155         * stdio-common/scanf14.c: Include <libc-internal.h>.
5156         (main): Disable -Wformat around some calls to scanf functions.
5158 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5160         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5162 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5164         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5165         stack variable alignment.
5167 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5169         [BZ #17682]
5170         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5171         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5172         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5173         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5174         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5175         __getrlimit instead of getrlimit.
5176         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5177         __gettimeofday instead of gettimeofday.
5178         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5179         Likewise.
5180         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5181         Likewise.
5182         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5183         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5184         Remove variable.
5185         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5186         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5188 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5190         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5191         for wide-character tests.
5193 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5195         * io/openat64.c: #include <libc-internal.h>
5196         (__openat64): Prototypify.  Use ignore_value on MODE.
5197         * io/openat.c: Likewise.
5198         * misc/reboot.c: #include <libc-internal.h>
5199         (reboot): Prototypify.  Use ignore_value on HOWTO.
5200         * misc/ptrace.c: #include <libc-internal.h>
5201         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5203 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5205         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5206         XPG4, UNIX98 and XOPEN2K.
5207         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5208         Remove variable.
5209         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5211 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5213         * libio/fileops.c: Use ISO C style for function definitions.
5214         * libio/iofopen.c: Likewise.
5215         * libio/wfileops.c: Likewise.
5217         [BZ #17653]
5218         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5219         offset on EOF.
5220         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5221         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5222         (fgets_func): Function pointer to fgets and fgetws.
5223         (do_ftell_test): Add test to verify ftell value after read
5224         EOF.
5225         (do_test): Set fgets_func.
5227         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5228         O_TRUNC flag for w and w+ modes.
5229         (do_rewind_test): Likewise.
5230         (do_ftell_test): Likewise.
5231         (do_write_test): Likewise.
5233         [BZ #17647]
5234         * libio/fileops.c (do_ftell): Seek only when there are
5235         unflushed writes.
5236         * libio/wfileops.c (do_ftell_wide): Likewise.
5237         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5238         test case.
5239         (do_one_test): Call it.
5241 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5243         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5244         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5245         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5246         Remove variable.
5247         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5248         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5249         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5251 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5253         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5254         Remove variable.
5255         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5257         [BZ #17668]
5258         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5259         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5260         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5261         __freeifaddrs.  Use libc_hidden_weak.
5262         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5263         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5264         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5265         __freeifaddrs.  Use libc_hidden_weak.
5266         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5267         __getifaddrs and define as weak alias of __getifaddrs.  Use
5268         libc_hidden_weak.
5269         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5270         __freeifaddrs.  Use libc_hidden_weak.
5271         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5272         Remove variable.
5273         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5274         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5276 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5278         [BZ #17601]
5279         * sysdeps/mips/start.S (__start): Use indirect jump to call
5280         __libc_start_main.
5282 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5284         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5286         * nptl/tst-mutex1.c: Include <stdbool.h>.
5287         [!ATTR] (ATTR_NULL): New macro.
5288         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5289         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5290         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5292         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5293         to char *.
5295         [BZ #17665]
5296         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5297         Change conditional to [__USE_MISC].
5299         [BZ #17664]
5300         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5301         fgets_unlocked.
5302         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5303         __fgets_unlocked.
5304         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5305         fgets_unlocked.
5306         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5307         Remove variable.
5308         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5309         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5310         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5311         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5312         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5313         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5314         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5315         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5316         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5318         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5320 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5322         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5323         Remove strpbrk objects.
5324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5325         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5326         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5327         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5328         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5329         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5331         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5332         Remove strcspn objects.
5333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5334         (__libc_ifunc_impl_list): Remove strcspn implementation.
5335         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5336         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5337         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5338         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5340         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5341         Remove strspn objetcs.
5342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5343         (__libc_ifunc_impl_list): Remove strspn implementation.
5344         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5345         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5346         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5347         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5349 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5351         [BZ #17581]
5352         * malloc/hooks.c
5353         (mem2mem_check): Add a terminator to the chain of checking blocks.
5354         (malloc_check_get_size): Use it here.
5355         (mem2chunk_check): Ditto.
5357 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5359         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5360         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5362 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5364         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5366         * nptl/nptl-init.c: Include libc-internal.h.
5367         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5369         * elf/ldconfig.c (search_dir): Expand comment.
5371 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5373         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5374         variable.
5375         (linknamespace-symlist-stdlibs-tests): Likewise.
5376         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5377         instead of $(objpfx)symlist-stdlibs.
5378         (linknamespace-libs-isoc): New variable.
5379         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5380         (linknamespace-libs-ISO): New variable.
5381         (linknamespace-libs-ISO99): Likewise.
5382         (linknamespace-libs-ISO11): Likewise.
5383         (linknamespace-libs-XPG3): Likewise.
5384         (linknamespace-libs-XPG4): Likewise.
5385         (linknamespace-libs-POSIX): Likewise.
5386         (linknamespace-libs-UNIX98): Likewise.
5387         (linknamespace-libs-XOPEN2K): Likewise.
5388         (linknamespace-libs-POSIX2008): Likewise.
5389         (linknamespace-libs-XOPEN2K8): Likewise.
5390         ($(objpfx)symlist-stdlibs): Replace by
5391         $(linknamespace-symlist-stdlibs-tests).  Use
5392         $(linknamespace-libs-$*) as set of libraries.
5393         ($(linknamespace-header-tests)): Update dependencies.  Use
5394         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5395         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5396         * conform/linknamespace.pl: Remove comment about considering
5397         definitions of symbols from irrelevant libraries.
5399 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5401         [BZ #13862]
5402         * elf/dl-tls.c: Include <atomic.h>.
5403         (oom): Remove #ifdef SHARED/#endif.
5404         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5405         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5406         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5407         big enough.
5408         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5409         * nptl/Makefile (tests): Add tst-stack4.
5410         (modules-names): Add tst-stack4mod.
5411         ($(objpfx)tst-stack4): New.
5412         (tst-stack4mod.sos): Likewise.
5413         ($(objpfx)tst-stack4.out): Likewise.
5414         ($(tst-stack4mod.sos)): Likewise.
5415         (clean): Likewise.
5416         * nptl/tst-stack4.c: New file.
5417         * nptl/tst-stack4mod.c: Likewise.
5419 2014-11-27  J. Brown  <jb999@gmx.de>
5421         * sysdeps/x86/bits/string.h: Add recent CPUs.
5423 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5425         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5426         sigblock.
5428         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5429         feof.
5431         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5432         variable.
5434 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5436         * nscd/connections.c: Include libc-internal.h because of macro
5437         usage ignore_value.
5439 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5441         * string/bits/string3.h (__warn_memset_zero_len): Don't
5442         declare for gcc newer than 5.0.
5443         (memset): Don't test for zero-length __LEN for gcc newer than
5444         5.0.
5446 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5448         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5449         size_t for %zu format.
5451         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5452         difference, not %ju.
5454 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5456         * include/libc-internal.h (ignore_value): New macro.
5457         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5458         with ignore_value.
5460         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5461         definition.
5463         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5464         pthread_cleanup_push to void *.
5466         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5467         Undefine.
5469         [BZ #16619]
5470         [BZ #16740]
5471         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5472         instead of 1L << 52.
5474         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5475         * libio/bug-rewind2.c (do_test): Likewise.
5477         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5478         * debug/test-strcpy_chk-ifunc.c: Likewise.
5479         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5480         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5481         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5482         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5483         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5484         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5485         * Rules [$(multi-arch) = no] (tests): Do not filter out
5486         $(tests-ifunc).
5487         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5488         * debug/Makefile (tests-ifunc): Remove variable.
5489         (tests): Do not add $(tests-ifunc).
5490         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5491         (tests): Do not add $(tests-ifunc).
5492         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5493         [TEST_IFUNC]: Remove conditionals.
5494         * string/test-string.h (TEST_IFUNC): Remove macro.
5495         [TEST_IFUNC]: Remove conditionals.
5497         * string/test-strchr.c [!WIDE] (L): New macro.
5498         [WIDE] (L): Likewise.
5499         (check1): Use CHAR instead of char.  Use L on string and character
5500         constants.
5502 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5504         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5505         tests.
5506         * sysdeps/powerpc/bits/atomic.h
5507         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5508         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5509         (atomic_exchange_and_add_acq): Likewise.
5510         (atomic_exchange_and_add_rel): Likewise.
5511         * sysdeps/powerpc/powerpc32/bits/atomic.h
5512         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5513         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5514         * sysdeps/powerpc/powerpc64/bits/atomic.h
5515         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5516         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5518 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5520         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5521         Change synchronization of __sched_fifo_min_prio and
5522         __sched_fifo_max_prio.
5523         * nptl/pthread_mutexattr_getprioceiling.c
5524         (pthread_mutexattr_getprioceiling): Likewise.
5525         * nptl/pthread_mutexattr_setprioceiling.c
5526         (pthread_mutexattr_setprioceiling): Likewise.
5527         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5528         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5529         Likewise.
5531 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5533         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5534         void.
5536 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5538         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5539         third argument const.
5541 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5543         fnmatch: work around GCC compiler warning bug with uninit var
5544         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5545         This works around a bug with x86-64 GCC 4.9.2 and earlier
5546         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5547         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5548         used uninitialized in this function [-Wmaybe-uninitialized]".
5550 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5552         * posix/bug-regex31.c (main): Return RES not 0.
5554 2014-11-25  Anton Blanchard <anton@samba.org>
5556         * sysdeps/powerpc/bits/atomic.h
5557         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5559 2014-11-24  Sterling Augustine  <saugustine@google.com>
5561         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5563 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5565         [BZ #17608]
5566         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5568 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5570         [BZ #17633]
5571         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5572         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5573         variable.
5574         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5575         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5577 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5579         * string/strncpy.c (strncpy): Improve performance by using memset.
5581 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5583         * string/strcpy.c (strcpy):
5584         Improve performance by using strlen and memcpy.
5586 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5588         * string/strcoll_l.c (get_next_seq): __always_inline.
5589         * string/strcoll_l.c (do_compare): __always_inline.
5591 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5593         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5594         defined.
5595         * include/mqueue.h: Likewise.
5596         * include/stdlib.h: Likewise.
5598         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5599         (get_null_defines): Adjust.
5600         * sunrpc/Makefile: Adjust comment.
5601         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5602         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5603         (CFLAGS-interp.c): Likewise.
5604         (CFLAGS-ldconfig.c): Likewise.
5605         (CPPFLAGS-.os): Likewise.
5606         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5607         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5608         * extra-modules.mk (extra-modules.mk): Likewise.
5609         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5610         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5611         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5612         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5613         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5614         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5615         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5616         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5617         * iconvdata/Makefile (CPPFLAGS): Likewise.
5618         (cpp-srcs-left): Add libof for all iconvdata routines.
5619         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5620         * include/assert.h: Likewise.
5621         * include/ctype.h: Likewise.
5622         * include/errno.h: Likewise.
5623         * include/libc-symbols.h: Likewise.
5624         * include/math.h: Likewise.
5625         * include/netdb.h: Likewise.
5626         * include/resolv.h: Likewise.
5627         * include/stdio.h: Likewise.
5628         * include/stdlib.h: Likewise.
5629         * include/string.h: Likewise.
5630         * include/sys/stat.h: Likewise.
5631         * include/wctype.h: Likewise.
5632         * intl/l10nflist.c: Likewise.
5633         * libidn/idn-stub.c: Likewise.
5634         * libio/libioP.h: Likewise.
5635         * nptl/libc_multiple_threads.c: Likewise.
5636         * nptl/pthreadP.h: Likewise.
5637         * posix/regex_internal.h: Likewise.
5638         * resolv/res_hconf.c: Likewise.
5639         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5640         * sysdeps/arm/memmove.S: Likewise.
5641         * sysdeps/arm/sysdep.h: Likewise.
5642         * sysdeps/generic/_itoa.h: Likewise.
5643         * sysdeps/generic/symbol-hacks.h: Likewise.
5644         * sysdeps/gnu/errlist.awk: Likewise.
5645         * sysdeps/gnu/errlist.c: Likewise.
5646         * sysdeps/i386/i586/memcpy.S: Likewise.
5647         * sysdeps/i386/i586/memset.S: Likewise.
5648         * sysdeps/i386/i686/memcpy.S: Likewise.
5649         * sysdeps/i386/i686/memmove.S: Likewise.
5650         * sysdeps/i386/i686/mempcpy.S: Likewise.
5651         * sysdeps/i386/i686/memset.S: Likewise.
5652         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5653         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5654         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5655         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5656         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5657         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5658         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5659         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5660         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5661         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5662         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5663         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5664         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5665         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5666         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5667         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5668         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5669         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5670         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5671         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5672         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5673         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5674         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5675         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5676         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5677         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5678         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5679         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5680         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5681         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5682         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5683         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5684         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5685         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5686         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5687         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5688         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5689         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5690         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5691         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5692         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5693         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5694         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5695         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5696         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5697         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5698         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5699         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5700         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5701         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5702         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5703         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5704         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5705         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5706         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5707         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5708         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5709         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5710         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5711         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5712         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5713         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5714         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5715         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5716         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5717         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5718         * sysdeps/posix/closedir.c: Likewise.
5719         * sysdeps/posix/opendir.c: Likewise.
5720         * sysdeps/posix/readdir.c: Likewise.
5721         * sysdeps/posix/rewinddir.c: Likewise.
5722         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5723         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5724         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5725         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5726         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5727         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5728         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5729         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5730         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5731         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5732         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5733         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5734         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5735         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5736         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5737         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5738         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5739         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5740         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5741         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5742         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5743         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5744         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5745         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5746         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5747         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5748         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5749         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5750         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5751         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5752         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5753         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5754         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5755         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5756         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5757         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5758         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5759         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5760         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5761         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5762         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5763         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5764         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5765         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5766         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5767         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5768         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5769         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5770         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5771         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5772         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5773         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5774         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5775         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5776         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5777         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5778         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5779         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5780         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5781         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5782         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5783         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5784         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5785         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5786         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5787         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5788         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5789         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5790         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5791         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5792         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5793         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5794         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5795         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5796         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5797         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5798         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5799         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5800         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5801         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5802         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5803         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5804         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5805         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5806         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5807         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5808         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5809         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5810         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5811         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5812         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5813         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5814         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5815         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5816         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5817         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5818         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5819         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5820         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5821         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5822         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5823         * sysdeps/unix/alpha/sysdep.S: Likewise.
5824         * sysdeps/unix/alpha/sysdep.h: Likewise.
5825         * sysdeps/unix/make-syscalls.sh: Likewise.
5826         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5827         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5828         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5829         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5830         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5831         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5832         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5833         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5834         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5835         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5836         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5837         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5838         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5839         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5840         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5841         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5842         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5843         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5844         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5845         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5846         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5847         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5848         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5849         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5850         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5851         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5852         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5855         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5856         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5857         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5858         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5859         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5860         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5861         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5862         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5863         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5864         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5865         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5866         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5867         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5868         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5869         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5870         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5871         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5872         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5873         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5874         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5875         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5876         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5877         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5878         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5879         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5880         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5881         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5882         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5883         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5884         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5885         * sysdeps/x86_64/memcpy.S: Likewise.
5886         * sysdeps/x86_64/memmove.c: Likewise.
5887         * sysdeps/x86_64/memset.S: Likewise.
5888         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5889         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5890         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5891         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5892         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5893         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5894         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5895         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5896         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5897         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5898         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5899         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5900         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5901         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5902         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5903         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5904         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5905         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5906         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5907         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5908         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5909         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5910         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5911         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5912         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5913         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5914         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5915         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5916         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5917         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5918         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5919         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5920         * sysdeps/x86_64/strcmp.S: Likewise.
5922         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5924         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5925         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5926         * elf/rtld-Rules: Likewise.
5927         * elf/setup-vdso.h: Likewise.
5928         * include/assert.h: Likewise.
5929         * include/bits/stdlib-float.h: Likewise.
5930         * include/errno.h: Likewise.
5931         * include/sys/stat.h: Likewise.
5932         * include/unistd.h: Likewise.
5933         * sysdeps/aarch64/setjmp.S: Likewise.
5934         * sysdeps/alpha/setjmp.S: Likewise.
5935         * sysdeps/arm/__longjmp.S: Likewise.
5936         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5937         * sysdeps/arm/setjmp.S: Likewise.
5938         * sysdeps/arm/sysdep.h: Likewise.
5939         * sysdeps/generic/_itoa.h: Likewise.
5940         * sysdeps/generic/dl-sysdep.h: Likewise.
5941         * sysdeps/generic/ldsodefs.h: Likewise.
5942         * sysdeps/i386/dl-tls.h: Likewise.
5943         * sysdeps/i386/setjmp.S: Likewise.
5944         * sysdeps/m68k/setjmp.c: Likewise.
5945         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5946         * sysdeps/mach/hurd/opendir.c: Likewise.
5947         * sysdeps/posix/getcwd.c: Likewise.
5948         * sysdeps/posix/opendir.c: Likewise.
5949         * sysdeps/posix/profil.c: Likewise.
5950         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5951         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5952         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5953         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5954         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5955         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5956         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5957         * sysdeps/s390/dl-tls.h: Likewise.
5958         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5959         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5960         * sysdeps/sh/sh3/setjmp.S: Likewise.
5961         * sysdeps/sh/sh4/setjmp.S: Likewise.
5962         * sysdeps/unix/alpha/sysdep.h: Likewise.
5963         * sysdeps/unix/arm/sysdep.S: Likewise.
5964         * sysdeps/unix/i386/sysdep.S: Likewise.
5965         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5966         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5967         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5968         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5969         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5970         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5971         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5972         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5973         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5974         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5975         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5976         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5977         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5980         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5981         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5982         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5983         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5984         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5985         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5986         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5987         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5988         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5989         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5990         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5992         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5993         * sysdeps/x86_64/setjmp.S: Likewise.
5995         * include/math.h: Use IS_IN instead of IS_IN_libm.
5996         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5997         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5998         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5999         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6000         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6001         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6002         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6003         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6004         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6005         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6006         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6007         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6008         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6009         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6010         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6011         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6012         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6013         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6014         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6015         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6016         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6017         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6018         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6019         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6020         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6021         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6022         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6023         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6024         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6025         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6026         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6027         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6028         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6030         Likewise.
6031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6032         Likewise.
6033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6034         Likewise.
6035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6036         Likewise.
6037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6038         Likewise.
6039         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6040         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6041         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6042         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6043         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6044         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6050         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6051         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6052         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6053         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6054         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6055         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6056         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6057         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6058         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6059         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6060         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6061         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6062         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6063         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6065         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6067         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6068         * nptl/pthreadP.h: Likewise.
6069         * nptl_db/structs.def: Likewise.
6070         * sysdeps/arm/sysdep.h: Likewise.
6071         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6072         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6073         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6074         * sysdeps/unix/alpha/sysdep.h: Likewise.
6075         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6076         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6077         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6078         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6079         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6080         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6081         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6082         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6083         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6084         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6085         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6086         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6087         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6088         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6091         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6092         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6093         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6094         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6095         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6096         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6097         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6098         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6099         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6100         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6102         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6103         * nptl/pthreadP.h: Likewise.
6104         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6105         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6106         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6107         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6108         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6109         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6110         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6111         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6112         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6113         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6114         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6115         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6117         Likewise.
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6119         Likewise.
6120         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6121         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6122         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6123         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6124         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6125         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6126         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6127         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6129         * dlfcn/dladdr.c: Use IS_IN.
6130         * dlfcn/dladdr1.c: Likewise.
6131         * dlfcn/dlclose.c: Likewise.
6132         * dlfcn/dlerror.c: Likewise.
6133         * dlfcn/dlinfo.c: Likewise.
6134         * dlfcn/dlmopen.c: Likewise.
6135         * dlfcn/dlopen.c: Likewise.
6136         * dlfcn/dlsym.c: Likewise.
6137         * dlfcn/dlvsym.c: Likewise.
6139         * include/ifaddrs.h: Use IS_IN.
6140         * inet/check_pf.c: Likewise.
6141         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6142         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6144         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6145         IS_IN_ldconfig.
6146         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6147         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6149         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6150         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6151         IS_IN (libc).
6153         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6155         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6156         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6157         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6158         * include/libc-symbols.h (IS_IN_LIB): New macro.
6159         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6160         * include/netdb.h: Likewise.
6161         * include/stap-probe.h: Remove all uses of IN_LIB.
6163         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6164         instead of IN_MODULE.
6165         * include/libc-symbols.h (IN_MODULE): Define using
6166         MODULE_NAME.
6167         (PASTE_NAME, PASTE_NAME1): New macros.
6168         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6169         of IN_LIB.
6170         (STAP_PROBE_ASM): Likewise.
6172 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6174         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6175         __mach_init in dlopened libc.
6177 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6179         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6180         * sysdeps/arm/preconfigure: Regenerate.
6182 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6184         * nptl/pthread_create.c (__pthread_create_2_1): Set
6185         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6186         when copying values from IATTR into PD.
6188 2014-11-21  Will Newton  <will.newton@linaro.org>
6189             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6191         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6192         Refactor inline-asm.  Also add comment.
6194         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6195         ElfW macro instead of hardcoded Elf64 types.
6196         (la_aarch64_gnu_pltenter): Likewise.
6197         * sysdeps/aarch64/dl-machine.h
6198         (elf_machine_runtime_setup): Use ElfW(Addr).
6200         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6201         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6202         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6203         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6204         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6205         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6206         (R_AARCH64_TLS_DTPMOD): This.
6207         (R_AARCH64_TLS_DTPREL64): Rename to ...
6208         (R_AARCH64_TLS_DTPREL): This.
6209         (R_AARCH64_TLS_TPREL64): Rename to ...
6210         (R_AARCH64_TLS_TPREL): This.
6211         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6212         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6213         R_AARCH64_TLS_TPREL64.
6214         (elf_machine_rela): Likewise.
6216 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6218         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6219         by setting it to 0.  64b atomics are not supported currently.
6221 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6223         [BZ #16469]
6224         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6225         search domain names.
6227 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6229         [BZ #16469]
6230         * NEWS: Update.
6231         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6232         trailing dot.
6233         * posix/tst-getaddrinfo5.c: New.
6234         * posix/Makefile (tests): Add it.
6236 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6238         [BZ #14498]
6239         * NEWS: Fixed.
6240         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6241         after parsing line but before break_if_match.
6242         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6243         if there is a protocol mismatch.
6245 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6247         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6248         because the potential race is on the user-supplied stream.
6250 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6252         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6253         string literal if not passed a buffer.
6254         * manual/job.texi (ctermid): Update reasoning, note deviation
6255         from posix, suggest mtasurace when not passed a buffer, for
6256         future non-preliminary safety notes.
6258 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6260         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6261         of not passing it a buffer.
6262         Reported by Peng Haitao.
6264 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6266         * manual/Makefile ($(objpfx)stamp-summary): Require
6267         check-safety.sh to pass.
6268         * manual/check-safety.sh: Wish for verification that every
6269         @deftypefn and @deftypefun is followed by a @safety remark.
6271 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6273         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6275         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6276         PTHREAD_CANCEL_ASYNCHRONOUS.
6277         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6278         send SIGCANCEL.
6280         * nptl/default-sched.h: New file.
6281         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6282         * nptl/pthread_create.c: Include it.
6283         (__pthread_create_2_1): Use collect_default_sched instead of making
6284         Linux syscalls here directly.
6286 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6288         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6289         __pthread_once): Use C11 atomics.
6291 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6293         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6295 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6297         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6298         atomic_thread_fence_acquire, atomic_thread_fence_release,
6299         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6300         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6301         atomic_compare_exchange_weak_relaxed,
6302         atomic_compare_exchange_weak_acquire,
6303         atomic_compare_exchange_weak_release,
6304         atomic_exchange_acquire, atomic_exchange_release,
6305         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6306         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6307         atomic_fetch_and_acquire,
6308         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6310 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6312         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6313         USE_ATOMIC_COMPILER_BUILTINS): Define.
6314         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6315         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6316         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6317         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6318         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6319         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6320         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6321         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6322         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6323         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6324         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6325         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6326         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6327         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6328         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6329         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6330         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6331         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6332         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6333         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6334         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6335         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6336         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6337         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6338         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6339         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6340         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6341         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6342         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6343         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6344         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6345         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6346         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6347         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6348         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6349         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6350         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6351         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6352         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6353         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6355 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6357         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6358         the sched_priority value here.  It was already checked when the user
6359         called pthread_attr_setschedparam.
6361         * nptl/tst-bad-schedattr.c: New file.
6362         * nptl/Makefile (tests): Add it.
6364 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6365             Florian Weimer  <fweimer@redhat.com>
6366             Joseph Myers  <joseph@codesourcery.com>
6367             Adam Conrad  <adconrad@0c3.net>
6368             Andreas Schwab  <schwab@suse.de>
6369             Brooks  <bmoses@google.com>
6371         [BZ #17625]
6372         * wordexp-test.c (__dso_handle): Add prototype.
6373         (__register_atfork): Likewise.
6374         (__app_register_atfork): New function.
6375         (registered_forks): New global.
6376         (register_fork): New function.
6377         (test_case): Add 3 new tests for WRDE_CMDSUB.
6378         (main): Call __app_register_atfork.
6379         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6380         fork count is non-zero fail the test.
6381         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6382         is set.
6383         (parse_dollars): Remove check for WRDE_NOCMD.
6384         (parse_dquote): Likewise.
6386 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6388         * Makeconfig (built-modules): List non-library modules to be
6389         built.
6390         (module-cppflags): Include libc-modules.h for
6391         everything except shlib-versions.v.i.
6392         (CPPFLAGS): Use it.
6393         (before-compile): Add libc-modules.h.
6394         ($(common-objpfx)libc-modules.h,
6395         $(common-objpfx)libc-modules.stmp): New targets.
6396         (common-generated): Add libc-modules.h and libc-modules.stmp.
6397         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6398         * include/libc-symbols.h: Don't include libc-modules.h.
6399         * include/libc-modules.h: Remove file.
6400         * scripts/gen-libc-modules.awk: New script to generate
6401         libc-modules.h.
6402         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6403         Depend on libc-modules.stmp.
6405         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6407         * Makeconfig (in-module): Get value of libof set for the
6408         translation unit.
6409         (CPPFLAGS): Use $(in-module).
6410         * Makerules: Don't suffix routine names for nonlib.
6411         * include/libc-modules.h: New file.
6412         * include/libc-symbols.h: Include libc-modules.h
6413         (IS_IN): New macro to replace IS_IN_* macros.
6414         * elf/Makefile: Set libof-* for each routine.
6415         * elf/rtld-Rules: Likewise.
6416         * extra-modules.mk: Likewise.
6417         * iconv/Makefile: Likewise.
6418         * iconvdata/Makefile: Likewise.
6419         * locale/Makefile: Likewise.
6420         * malloc/Makefile: Likewise.
6421         * nss/Makefile: Likewise.
6422         * sysdeps/gnu/Makefile: Likewise.
6423         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6424         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6425         * sysdeps/s390/s390-64/Makefile: Likewise.
6426         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6427         CPPFLAGS for nscd instead of nonlib.
6429 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6431         * nptl/createthread.c: New file.
6433         * nptl/createthread.c: Moved ...
6434         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6436         * nptl/createthread.c: Add proper top-line comment.
6437         (do_clone): Folded into ...
6438         (create_thread): ... here.  Take new arguments STOPPED_START and
6439         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6440         increment __nptl_threads, do event-reporting logic, do
6441         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6442         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6443         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6444         just send SIGCANCEL.
6445         * nptl/pthread_create.c: Forward-declare create_thread before
6446         including createthread.c.
6447         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6448         declaration, and new macro START_THREAD_SELF to replace argument.
6449         Remove return statement.
6450         (report_thread_creation): New function.
6451         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6452         synchronization logic, and __nptl_nthreads increment here, around
6453         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6454         PD->parent_cancelhandling here, before create_thread.  When
6455         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6456         __deallocate_stack, and ENOMEM translation here.
6458 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6460         [BZ #17616]
6461         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6462         (mptwo): Rename to __mptwo.
6463         (__inv): Use __mptwo instead of mptwo.
6464         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6465         (mptwo): Rename to __mptwo.
6466         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6467         of mpone and __mptwo instead of mptwo.
6468         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6469         instead of mpone.
6470         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6471         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6472         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6473         of mpone and __mptwo instead of mptwo.
6474         (__mpranred): Use __mpone instead of mpone.
6475         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6476         variable.
6477         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6478         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6479         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6480         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6481         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6482         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6483         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6484         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6485         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6486         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6487         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6488         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6489         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6490         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6491         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6492         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6493         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6494         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6495         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6497 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6499         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6500         replace BSD Handler xref with BSD Signal Handling.
6502 2014-11-17  Richard Henderson  <rth@redhat.com>
6504         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6505         (_FP_PACK_RAW_2): Remove.
6506         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6507         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6508         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6509         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6510         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6511         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6512         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6513         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6514         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6515         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6516         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6517         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6518         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6519         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6520         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6521         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6523 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6525         * signal/signal.h [__USE_MISC]
6526         (struct sigvec): Remove type.
6527         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6528         (sigvec): Remove declaration.
6529         * sysdeps/posix/sigvec.c: Moved ...
6530         * signal/sigvec.c: ... here, replacing old file.
6531         (struct sigvec): New type, copied from old signal.h definition.
6532         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6533         (__sigvec): Convert definition to prototype.
6534         (sigvec): Replace weak_alias with compat_symbol.
6535         * signal/Versions (libc: GLIBC_2.21): New version set.
6536         * include/signal.h: Remove __sigvec declaration.
6537         * sysdeps/unix/bsd/sigvec.c: Remove file.
6538         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6539         * manual/signal.texi (BSD Handler): Remove subsection.
6540         Move siginterrupt up to ...
6541         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6542         (Blocking in BSD): Fold subsection into its parent.
6543         * NEWS: Mention sigvec removal.
6545 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6547         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6548         (DLA_FMS): Make definition conditional only on [__FMA4__].
6549         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6550         definition.
6552         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6553         Make definition conditional only on [PROF].
6554         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6555         definition.
6556         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6557         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6559         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6560         !__GNUC__].
6561         * include/signal.h (__sigpause): Move declaration above call to
6562         libc_hidden_proto.
6563         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6564         variable.
6565         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6566         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6568 2014-11-14  David S. Miller  <davem@davemloft.net>
6570         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6571         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6573 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6575         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6576         * configure: Regenerated.
6577         * manual/install.texi (Tools for Compilation): Document a
6578         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6579         compiler verified to work.
6580         * INSTALL: Regenerated.
6582         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6583         redeclare with asm name.
6584         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6585         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6586         including <string.h>.
6587         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6588         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6589         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6590         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6591         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6592         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6593         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6595 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6597         * stdlib/strtol.c (__strtol): Use prototype definition.
6599         [BZ #17594]
6600         * stdlib/strtol.c (SYM__): New macro.
6601         (SYM__1): Likewise.
6602         (__strtol): Likewise.
6603         (strtol): Rename to __strtol and define as weak alias of
6604         __strtol.  Use libc_hidden_weak.
6606 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6608         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6609         Use numbered labels in inline assembly.
6611 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6613         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6614         Add setjmp LIBC_PROBE.
6615         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6616         Likewise.
6617         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6618         Add longjmp, longjmp_target LIBC_PROBE.
6619         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6620         Likewise.
6622 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6624         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6625         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6626         to get rid of unused variable warning.
6628 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6630         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6631         Check for unwind_backtrace ==  NULL only in SHARED case.
6632         (__backchain_backtrace): Compile only in SHARED case.
6633         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6634         Likewise.
6635         (__backchain_backtrace): Declare as static.
6637 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6639         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6640         (__libc_multiple_threads_ptr): Variable moved ...
6641         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6643 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6645         * conform/GlibcConform.pm: New file.
6646         * conform/conformtest.pl: Use GlibcConform module.
6647         * conform/linknamespace.pl: New file.
6648         * conform/list-header-symbols.pl: Likewise.
6649         * conform/Makefile (linknamespace-symlists-base): New variable.
6650         (linknamespace-symlists-tests): Likewise.
6651         (linknamespace-header-base): Likewise.
6652         (linknamespace-header-tests): Likewise.
6653         (tests-special): Add new tests.
6654         ($(linknamespace-symlists-tests)): New rule.
6655         (linknamespace-libs): New variable.
6656         ($(objpfx)symlist-stdlibs): New rule.
6657         ($(linknamespace-header-tests)): Likewise.
6658         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6659         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6660         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6661         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6662         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6663         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6664         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6665         (test-xfail-ISO/math.h/linknamespace): Likewise.
6666         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6667         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6668         (test-xfail-ISO/time.h/linknamespace): Likewise.
6669         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6670         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6671         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6672         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6673         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6674         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6675         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6676         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6677         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6678         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6679         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6680         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6681         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6682         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6683         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6684         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6685         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6686         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6687         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6688         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6689         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6690         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6691         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6692         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6693         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6694         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6695         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6696         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6697         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6698         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6699         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6700         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6701         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6702         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6703         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6704         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6705         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6706         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6707         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6708         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6709         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6710         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6711         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6712         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6713         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6714         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6715         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6716         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6717         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6718         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6719         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6720         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6721         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6722         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6723         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6724         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6725         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6726         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6727         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6728         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6729         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6730         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6731         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6732         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6733         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6734         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6735         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6736         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6737         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6738         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6739         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6740         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6741         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6742         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6743         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6744         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6745         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6746         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6747         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6748         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6749         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6750         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6751         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6752         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6753         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6754         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6755         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6756         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6757         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6758         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6759         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6760         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6761         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6762         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6763         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6764         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6765         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6766         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6767         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6768         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6769         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6770         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6771         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6772         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6773         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6774         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6775         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6776         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6777         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6778         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6779         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6780         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6781         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6782         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6783         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6784         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6785         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6786         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6787         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6788         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6789         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6790         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6791         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6792         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6793         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6794         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6795         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6796         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6797         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6798         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6799         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6800         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6801         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6802         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6803         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6804         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6805         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6806         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6807         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6808         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6809         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6810         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6811         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6812         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6813         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6814         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6815         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6816         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6817         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6818         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6820         [BZ #17589]
6821         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6822         of fgets_unlocked.
6824         [BZ #17585]
6825         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6826         (memmem): Rename to __memmem and define as weak alias of
6827         __memmem.  Use libc_hidden_weak.
6828         (__memmem): Use libc_hidden_def.
6829         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6830         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6831         memmem.
6833         [BZ #17582]
6834         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6835         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6836         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6837         and define as weak alias of __fgets_unlocked.  Use
6838         libc_hidden_weak.
6839         (__fgets_unlocked): Use libc_hidden_def.
6840         * include/stdio.h (__fgets_unlocked): Declare.  Use
6841         libc_hidden_proto.
6842         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6843         __fgets_unlocked instead of fgets_unlocked.
6844         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6845         (GET_NPROCS_CONF_PARSER): Likewise.
6846         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6847         (GET_NPROCS_CONF_PARSER): Likewise.
6849         [BZ #17574]
6850         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6851         weak alias of __wmemset.  Use libc_hidden_weak.
6852         (__wmemset): Use libc_hidden_def.
6853         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6854         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6855         of wmemset.
6857         [BZ #17573]
6858         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6859         with asm name __mempcpy.
6860         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6862         [BZ #17572]
6863         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6864         and define as weak alias of __rawmemchr.
6865         (__rawmemchr): Do not define as strong alias of rawmemchr.
6867         [BZ #17571]
6868         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6869         alias of __qsort_r.
6870         (qsort): Call __qsort_r instead of qsort_r.
6871         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6872         (__qsort_r): Declare.  Call libc_hidden_proto.
6873         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6874         instead of qsort_r.
6875         * nscd/gai.c (__qsort_r): Define to qsort_r.
6876         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6877         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6878         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6880         [BZ #17570]
6881         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6882         define as weak alias of __malloc_info.
6884         [BZ #17584]
6885         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6886         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6887         (__rewinddir): Use libc_hidden_def.
6888         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6889         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6890         (__rewinddir): Use libc_hidden_def.
6891         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6892         weak alias of __rewinddir.  Don't use libc_hidden_def.
6893         (__rewinddir): Use libc_hidden_def.
6894         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6895         (__rewinddir): Use libc_hidden_proto.
6896         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6897         rewinddir.
6898         (__getcwd): Use __rewinddir instead of rewinddir.
6900         [BZ #17583]
6901         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6902         alias of __fileno.  Use libc_hidden_weak.
6903         (__fileno): Use libc_hidden_def.
6904         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6905         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6906         alias of __ftello.
6907         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6908         __ftello.
6909         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6910         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6911         libc_hidden_def.
6912         (fread_unlocked): Don't use libc_hidden_ver.
6913         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6914         and define as weak alias of __fread_unlocked.  Don't use
6915         libc_hidden_def.
6916         (__fread_unlocked): Use libc_hidden_def.
6917         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6918         (ftello): Don't use libc_hidden_proto.
6919         (__ftello): Declare.  Use libc_hidden_proto.
6920         (fread_unlocked): Don't use libc_hidden_proto.
6921         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6922         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6923         and __ftello instead of fileno, fread_unlocked and ftello.
6925 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6927         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6928         GOT12.
6929         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6930         Likewise.
6931         (_dl_start_user): Likewise.
6932         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6934 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6935             Siddhesh Poyarekar  <siddhesh@redhat.com>
6937         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6938         Move argv and envp down instead of moving argc up.
6939         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6941 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6943         [BZ #17506]
6944         * test-skeleton.c (main): Return successful if one of
6945         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6946         * string/tst-strcoll-overflow.c: Define expected status.
6948 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6950         [BZ #17475]
6951         * locale/iso-639.def: Define Bhili and Tulu language codes.
6953 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6955         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6957 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6959         [BZ #17555]
6960         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6962 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6964         * configure.ac: Updated check of minimal required version to
6965         2.22.
6966         * manual/install.texi (Tools for Compilation): Updated version
6967         number.
6968         * configure: Regenerated.
6969         * INSTALL: Likewise.
6971 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6973         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6974         __tls_get_addr.
6976 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6978         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6979         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6980         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6981         libc_hidden_weak.
6982         (waitpid): Define as alias of __waitpid.
6983         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6984         __waitpid.
6985         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6986         libc_hidden_weak.
6987         (waitpid): Define as alias of __waitpid.
6988         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6989         __libc_waitpid alias.
6990         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6991         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6992         Likewise.
6993         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6994         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6995         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6996         alias.
6997         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6998         __waitpid.
6999         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7000         libc_hidden_weak.
7001         (waitpid): Define as alias of __waitpid.
7003 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7005         * manual/llio.texi: Add comment that write safety has been
7006         fixed in Linux.
7008         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7009         (localplt-build-dso): Add elf/ld.so.
7010         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7011         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7012         and free for ld.so.
7013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7014         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7016         Likewise.
7017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7018         Likewise.
7019         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7020         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7021         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7022         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7023         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7024         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7025         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7026         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7027         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7028         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7029         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7031 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7033         [BZ #14132]
7034         * include/libc-symbols.h (INTUSE): Remove macro.
7035         (INTDEF): Likewise.
7036         (INTVARDEF): Likewise.
7037         (_INTVARDEF): Likewise.
7038         (INTDEF2): Likewise.
7039         (INTVARDEF2): Likewise.
7040         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7041         rtld_hidden_def instead of INTVARDEF.
7042         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7043         (_dl_starting_up_internal): Remove declaration.
7044         (_dl_starting_up): Use rtld_hidden_proto.
7045         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7046         declaration.
7047         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7048         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7049         _dl_starting_up.
7050         * elf/dl-writev.h (_dl_writev): Likewise.
7051         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7052         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7053         _dl_starting_up_internal.
7055 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7057         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7058         test-skeleton.c.
7060 2014-11-05  Will Newton  <will.newton@linaro.org>
7062         * benchtests/Makefile: (bench-malloc): Add malloc thread
7063         scalability benchmark.
7064         * benchtests/bench-malloc-threads.c: New file.
7066 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7068         * sysdeps/aarch64/strchrnul.S: New file.
7070 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7072         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7073         definition.
7074         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7075         Likwise.
7076         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7077         Likewise.
7078         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7079         Likewise.
7080         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7081         Likewise.
7082         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7083         Likewise.
7085 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7087         * catgets/test-gencat.c: Use test-skeleton.c.
7088         * catgets/tst-catgets.c: Likewise.
7089         * csu/tst-empty.c: Likewise.
7090         * elf/tst-audit2.c: Likewise.
7091         * elf/tst-global1.c: Likewise.
7092         * elf/tst-pathopt.c: Likewise.
7093         * elf/tst-piemod1.c: Likewise.
7094         * elf/tst-tls10.c: Likewise.
7095         * elf/tst-tls11.c: Likewise.
7096         * elf/tst-tls12.c: Likewise.
7097         * gnulib/tst-gcc.c: Likewise.
7098         * iconvdata/tst-e2big.c: Likewise.
7099         * iconvdata/tst-loading.c: Likewise.
7100         * iconv/tst-iconv1.c: Likewise.
7101         * iconv/tst-iconv2.c: Likewise.
7102         * inet/test-inet6_opt.c: Likewise.
7103         * inet/tst-gethnm.c: Likewise.
7104         * inet/tst-network.c: Likewise.
7105         * inet/tst-ntoa.c: Likewise.
7106         * intl/tst-codeset.c: Likewise.
7107         * intl/tst-gettext2.c: Likewise.
7108         * intl/tst-gettext3.c: Likewise.
7109         * intl/tst-ngettext.c: Likewise.
7110         * intl/tst-translit.c: Likewise.
7111         * io/test-stat.c: Likewise.
7112         * libio/test-fmemopen.c: Likewise.
7113         * libio/tst-freopen.c: Likewise.
7114         * libio/tst-sscanf.c: Likewise.
7115         * libio/tst-ungetwc1.c: Likewise.
7116         * libio/tst-ungetwc2.c: Likewise.
7117         * libio/tst-widetext.c: Likewise.
7118         * localedata/tst-ctype.c: Likewise.
7119         * localedata/tst-digits.c: Likewise.
7120         * localedata/tst-leaks.c: Likewise.
7121         * localedata/tst-mbswcs1.c: Likewise.
7122         * localedata/tst-mbswcs2.c: Likewise.
7123         * localedata/tst-mbswcs3.c: Likewise.
7124         * localedata/tst-mbswcs4.c: Likewise.
7125         * localedata/tst-mbswcs5.c: Likewise.
7126         * localedata/tst-setlocale.c: Likewise.
7127         * localedata/tst-trans.c: Likewise.
7128         * localedata/tst-wctype.c: Likewise.
7129         * localedata/tst-xlocale1.c: Likewise.
7130         * login/tst-grantpt.c: Likewise.
7131         * malloc/tst-calloc.c: Likewise.
7132         * malloc/tst-malloc.c: Likewise.
7133         * malloc/tst-mallocstate.c: Likewise.
7134         * malloc/tst-mcheck.c: Likewise.
7135         * malloc/tst-mtrace.c: Likewise.
7136         * malloc/tst-obstack.c: Likewise.
7137         * math/atest-exp2.c: Likewise.
7138         * math/atest-exp.c: Likewise.
7139         * math/atest-sincos.c: Likewise.
7140         * math/test-matherr.c: Likewise.
7141         * math/test-misc.c: Likewise.
7142         * math/test-powl.c: Likewise.
7143         * math/tst-definitions.c: Likewise.
7144         * misc/tst-dirname.c: Likewise.
7145         * misc/tst-efgcvt.c: Likewise.
7146         * misc/tst-fdset.c: Likewise.
7147         * misc/tst-hsearch.c: Likewise.
7148         * misc/tst-mntent2.c: Likewise.
7149         * nptl/tst-sem7.c: Likewise.
7150         * nptl/tst-sem8.c: Likewise.
7151         * nptl/tst-sem9.c: Likewise.
7152         * nss/test-netdb.c: Likewise.
7153         * posix/tst-fnmatch.c: Likewise.
7154         * posix/tst-getlogin.c: Likewise.
7155         * posix/tst-gnuglob.c: Likewise.
7156         * posix/tst-mmap.c: Likewise.
7157         * pwd/tst-getpw.c: Likewise.
7158         * resolv/tst-inet_ntop.c: Likewise.
7159         * rt/tst-timer.c: Likewise.
7160         * stdio-common/test-fseek.c: Likewise.
7161         * stdio-common/test-popen.c: Likewise.
7162         * stdio-common/test-vfprintf.c: Likewise.
7163         * stdio-common/tst-cookie.c: Likewise.
7164         * stdio-common/tst-fileno.c: Likewise.
7165         * stdio-common/tst-gets.c: Likewise.
7166         * stdio-common/tst-obprintf.c: Likewise.
7167         * stdio-common/tst-perror.c: Likewise.
7168         * stdio-common/tst-sprintf2.c: Likewise.
7169         * stdio-common/tst-sprintf3.c: Likewise.
7170         * stdio-common/tst-sprintf.c: Likewise.
7171         * stdio-common/tst-swprintf.c: Likewise.
7172         * stdio-common/tst-tmpnam.c: Likewise.
7173         * stdio-common/tst-unbputc.c: Likewise.
7174         * stdio-common/tst-wc-printf.c: Likewise.
7175         * stdlib/tst-environ.c: Likewise.
7176         * stdlib/tst-fmtmsg.c: Likewise.
7177         * stdlib/tst-limits.c: Likewise.
7178         * stdlib/tst-rand48-2.c: Likewise.
7179         * stdlib/tst-rand48.c: Likewise.
7180         * stdlib/tst-random2.c: Likewise.
7181         * stdlib/tst-random.c: Likewise.
7182         * stdlib/tst-strtol.c: Likewise.
7183         * stdlib/tst-strtoll.c: Likewise.
7184         * stdlib/tst-tls-atexit.c: Likewise.
7185         * stdlib/tst-xpg-basename.c: Likewise.
7186         * string/test-ffs.c: Likewise.
7187         * string/tst-bswap.c: Likewise.
7188         * string/tst-inlcall.c: Likewise.
7189         * string/tst-strtok.c: Likewise.
7190         * string/tst-strxfrm.c: Likewise.
7191         * sysdeps/x86_64/tst-audit10.c: Likewise.
7192         * sysdeps/x86_64/tst-audit3.c: Likewise.
7193         * sysdeps/x86_64/tst-audit4.c: Likewise.
7194         * sysdeps/x86_64/tst-audit5.c: Likewise.
7195         * time/tst-ftime_l.c: Likewise.
7196         * time/tst-getdate.c: Likewise.
7197         * time/tst-mktime3.c: Likewise.
7198         * time/tst-mktime.c: Likewise.
7199         * time/tst-posixtz.c: Likewise.
7200         * time/tst-strptime2.c: Likewise.
7201         * time/tst-strptime3.c: Likewise.
7202         * wcsmbs/tst-btowc.c: Likewise.
7203         * wcsmbs/tst-mbrtowc.c: Likewise.
7204         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7205         * wcsmbs/tst-wchar-h.c: Likewise.
7206         * wcsmbs/tst-wcpncpy.c: Likewise.
7207         * wcsmbs/tst-wcrtomb.c: Likewise.
7208         * wcsmbs/tst-wcsnlen.c: Likewise.
7209         * wcsmbs/tst-wcstof.c: Likewise.
7211 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7213         [BZ #14132]
7214         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7215         INTDEF.
7216         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7217         declaration.
7218         (_dl_mcount): Use rtld_hidden_proto.
7219         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7220         _dl_mcount.
7221         * elf/rtld.c (_rtld_global_ro): Likewise.
7223         [BZ #14132]
7224         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7225         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7226         of _dl_init_internal.
7227         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7228         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7229         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7230         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7231         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7232         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7233         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7234         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7235         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7236         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7237         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7238         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7239         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7240         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7241         * sysdeps/tile/dl-start.S (_start): Likewise.
7242         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7243         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7245         [BZ #14132]
7246         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7247         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7248         (rtld_progname): Make macro definition unconditional.
7249         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7250         INTDEF.
7251         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7252         (dl_main): Likewise.
7253         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7254         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7255         instead of _dl_argv_internal.
7256         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7257         __GI__dl_argv instead of INTUSE(_dl_argv).
7258         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7259         __GI__dl_argv instead of _dl_argv_internal.
7261         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7262         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7263         macro.
7264         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7265         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7266         New macro.
7267         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7268         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7269         macro.
7270         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7271         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7273 2014-11-04  Andreas Schwab  <schwab@suse.de>
7275         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7277 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7279         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7280         mtvsrd instruction in binary form.
7282 2014-11-03  Andreas Schwab  <schwab@suse.de>
7284         [BZ #17522]
7285         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7286         for less than MB_LEN_MAX use a local buffer of that size.
7287         * libio/tst-fputws.c: New file.
7288         * libio/Makefile (tests): Add tst-fputws.
7290 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7292         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7293         the size of the fpu_fr.fpu_dregs[] array.
7295 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7297         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7298         (__nanosleep): Do not define as alias.
7299         (nanosleep): Define as alias of __nanosleep.
7300         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7301         __libc_nanosleep name.
7303 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7305         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7306         install.texi in comment.
7308 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7310         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7311         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7312         ... add here and use lwsync or sync ...
7313         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7314         ... and add here using lwsync.
7316 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7318         * elf/dl-machine-reject-phdr.h: New file.
7319         * elf/dl-load.c: #include that.
7320         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7321         if that returned true.
7323 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7325         [BZ #17496]
7326         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7327         gen-as-const-headers chunk.  Add a big scare comment after the last
7328         safe place to touch before-compile.
7330 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7332         * manual/install.texi (Tools for Compilation): Update autoconf
7333         version requirements.
7334         * INSTALL: Regenerated.
7336         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7337         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7338         (__libc_pselect): Likewise.
7340         [BZ #14138]
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7346 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7348         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7349         correct barrier instruction.
7350         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7351         Likewise.
7352         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7353         Likewise.
7355 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7357         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7358         after defining inlines.  Instead, just use parens to defeat macro
7359         expansion of __isctype in its declaration.
7361 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7363         * include/sys/uio.h (__libc_readv): Remove declaration.
7364         (__libc_writev): Likewise.
7365         * misc/readv.c (__libc_readv): Rename to __readv.
7366         (__readv): Do not define as alias.
7367         (readv): Define as alias of __readv.
7368         * misc/writev.c (__libc_writev): Rename to __writev.
7369         (__writev): Do not define as alias.
7370         (writev): Define as alias of __writev.
7371         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7372         (__readv): Do not define as alias.
7373         (readv): Define unconditionally as alias of __readv.
7374         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7375         (__writev): Do not define as alias.
7376         (writev): Define unconditionally as alias of __writev.
7377         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7378         name.
7379         (writev): Do not define __libc_writev name.
7381 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7383         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7384         (convert_charseq): New function, broken out of ...
7385         (use_from_charmap): ... here.  Call it.
7386         (use_to_charmap): Use convert_charseq and free instead of duplicating
7387         its code with a variable-length stack struct.
7389 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7391         * include/fcntl.h (__libc_creat): Remove declaration.
7392         * io/creat.c (__libc_creat): Rename to creat.
7393         (creat): Do not define as alias.
7394         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7395         of creat instead of __libc_creat.
7396         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7397         to creat.
7398         (creat): Do not define as alias.
7399         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7400         __libc_creat.
7401         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7402         __libc_creat name.
7403         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7404         Likewise.
7406 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7408         * manual/llio.texi: Add comments discussing why write() may be
7409         considered MT-unsafe on Linux.
7411 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7413         * dl-load.c (local_strdup): Remove.
7414         (expand_dynamic_string_token): Use __strdup.
7415         (decompose_rpath): Likewise.
7416         (_dl_map_object): Likewise.
7418 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7420         [BZ #14132]
7421         * sysdeps/generic/unwind-dw2-fde.c
7422         (__register_frame_info_bases_internal): Do not declare.
7423         (__register_frame_info_table_bases_internal): Likewise.
7424         (__deregister_frame_info_bases_internal): Likewise.
7425         (__register_frame_info_bases): Declare and use hidden_proto before
7426         definition.  Use hidden_def instead of INTDEF.
7427         (__register_frame_info_table_bases): Likewise.
7428         (__deregister_frame_info_bases): Likewise.
7429         (__register_frame_info): Do not use INTUSE.
7430         (__register_frame): Likewise.
7431         (__register_frame_info_table): Likewise.
7432         (__register_frame_table): Likewise.
7433         (__deregister_frame_info): Likewise.
7434         (__deregister_frame): Likewise.
7436 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7438         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7439         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7440         not undefine.
7441         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7442         Likewise.
7443         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7444         Likewise.
7446 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7448         [BZ #14138]
7449         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7450         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7451         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7452         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7453         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7454         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7455         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7456         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7457         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7458         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7459         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7460         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7461         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7462         syscall.
7463         (setfsuid): Likewise.
7464         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7465         (setfsuid): Likewise.
7466         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7467         (setfsuid): Likewise.
7468         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7469         Likewise.
7470         (setfsuid): Likewise.
7471         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7472         (setfsuid): Likewise.
7473         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7474         Likewise.
7475         (setfsuid): Likewise.
7477 2014-10-27  Andreas Schwab  <schwab@suse.de>
7479         [BZ #17501]
7480         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7481         check for Slow_SSE4_2 feature bit.
7482         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7483         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7484         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7485         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7487 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7489         * configure.ac: Validate compiler version with a empirical test of
7490         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7491         $CC -v output.
7492         * configure: Regenerated.
7494         * inet/htons.c (htons): Prototypify.
7495         * inet/htonl.c (htonl): Likewise.
7497 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7499         * string/strncat.c (strncat): Improve performance by using strlen.
7501 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7503         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7505 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7507         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7508         Call libc_fetestexcept_aarch64.
7510 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7512         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7513         Call libc_feholdexcept_aarch64.
7515 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7517         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7518         Call get_rounding_mode.
7520 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7522         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7523         Simplify logic.
7525 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7527         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7528         Simplify logic.
7530 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7532         [BZ #14138]
7533         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7534         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7535         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7536         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7537         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7538         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7539         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7540         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7541         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7542         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7543         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7544         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7545         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7546         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7547         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7548         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7549         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7550         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7551         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7552         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7553         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7554         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7555         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7556         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7557         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7558         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7559         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7560         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7561         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7562         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7563         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7564         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7565         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7566         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7567         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7568         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7569         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7570         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7571         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7572         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7573         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7574         syscall.
7575         (geteuid): Likewise.
7576         (getgid): Likewise.
7577         (getuid): Likewise.
7578         (getresgid): Likewise.
7579         (getresuid): Likewise.
7580         (getgroups): Likewise.
7581         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7582         (geteuid): Likewise.
7583         (getgid): Likewise.
7584         (getuid): Likewise.
7585         (getresgid): Likewise.
7586         (getresuid): Likewise.
7587         (getgroups): Likewise.
7588         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7589         (geteuid): Likewise.
7590         (getgid): Likewise.
7591         (getuid): Likewise.
7592         (getresgid): Likewise.
7593         (getresuid): Likewise.
7594         (getgroups): Likewise.
7595         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7596         Likewise.
7597         (geteuid): Likewise.
7598         (getgid): Likewise.
7599         (getuid): Likewise.
7600         (getresgid): Likewise.
7601         (getresuid): Likewise.
7602         (getgroups): Likewise.
7603         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7604         (geteuid): Likewise.
7605         (getgid): Likewise.
7606         (getuid): Likewise.
7607         (getresgid): Likewise.
7608         (getresuid): Likewise.
7609         (getgroups): Likewise.
7610         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7611         Likewise.
7612         (geteuid): Likewise.
7613         (getgid): Likewise.
7614         (getuid): Likewise.
7615         (getgroups): Likewise.
7617         [BZ #14138]
7618         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7619         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7620         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7621         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7622         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7623         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7624         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7625         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7626         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7627         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7628         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7629         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7630         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7631         __chown.
7632         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7633         (lchown): Likewise.
7634         (fchown): Likewise.
7635         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7636         Likewise.
7637         (lchown): Likewise.
7638         (fchown): Likewise.
7639         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7640         (lchown): Likewise.
7641         (fchown): Likewise.
7642         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7643         Likewise.
7644         (lchown): Likewise.
7645         (fchown): Likewise.
7647 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7649         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7650         Simplify logic.
7652 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7654         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7655         Cleanup logic.
7657 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7659         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7660         Remove unused include.
7662 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7664         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7665         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7666         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7667         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7669 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7670             Helge Deller <deller@gmx.de>
7672         [BZ #17508]
7673         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7674         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7675         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7677 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7679         [BZ #14132]
7680         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7681         Remove macro definition.
7682         (__ashrdi3_v_glibc20): Likewise.
7683         (__lshrdi3_v_glibc20): Likewise.
7684         (__cmpdi2_v_glibc20): Likewise.
7685         (__ucmpdi2_v_glibc20): Likewise.
7686         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7687         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7688         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7689         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7690         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7691         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7693 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7695         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7696         old GNU extension [0] syntax.
7697         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7698         alloca rather than an array member with variable length.
7699         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7700         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7701         (parse_opt): ... here.  Likewise use alloca there.
7702         Validate the -i argument before checking for rootness.
7703         (send_shutdown): New function, broken out of ...
7704         (parse_opt): ... here.
7706 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7708         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7709         macro to get at the _rt_local_ro field.
7710         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7711         ([PIC] case) or _dl_hwcap ([!PIC] case).
7712         * sysdeps/arm/setjmp.S: Likewise.
7714         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7715         * sysdeps/arm/configure.ac: New check to define it.
7716         * sysdeps/arm/configure: Regenerated.
7717         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7718         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7719         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7720         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7721         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7722         Use move/movt pair instead of a load.
7723         (LDST_GLOBAL): Macro removed.
7724         (LDR_GLOBAL): New macro replaces it.
7725         (LDR_HIDDEN): New macro.
7726         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7727         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7729         * setjmp/tst-setjmp-static.c: New file.
7730         * setjmp/Makefile (tests): Add it.
7731         (tests-static): New variable.
7733 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7735         [BZ #17485]
7736         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7738 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7740         [BZ #14132]
7741         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7743 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7745         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7747 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7749         * io/fts.c (dirent_not_directory): New function.
7750         (fts_build): Call it.
7752 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7754         * nptl/version.c (__nptl_main): Use normal __write rather than
7755         INTERNAL_SYSCALL.
7756         (banner): Update copyright years.
7758         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7759         gettimeofday.
7760         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7761         * nptl/pthread_cond_timedwait.c: Likewise.
7762         * nptl/pthread_mutex_timedlock.c: Likewise.
7763         * nptl/sem_timedwait.c: Likewise.
7765         * sysdeps/nptl/bits/libc-lock.h
7766         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7767         (__libc_lock_init_recursive): Return void, not 0.
7768         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7769         (__libc_rwlock_init): Likewise.
7770         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7772 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7774         [BZ #15215]
7775         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7776         (__pthread_once_slow): ... here.
7777         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7778         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7780 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7782         [BZ #15215]
7783         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7784         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7785         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7786         * nptl/pthread_once.c (__pthread_once): Likewise.
7787         Update comments.
7789 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7791         [BZ #14138]
7792         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7793         name.
7794         (writev): Use __libc_writev as strong name.
7795         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7796         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7798 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7800         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7802         * sysdeps/i386/nptl/tls.h
7803         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7804         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7805         New macros.
7806         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7807         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7808         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7809         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7810         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7811         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7813         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7814         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7815         on [__NR_futex].
7816         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7817         broken out of ...
7818         (__pthread_mutex_init): ... here.  Call it.
7819         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7820         Conditionalize PI cases on [__NR_futex].
7821         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7822         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7823         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7825         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7826         conditional on [SIGSETXID].
7827         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7828         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7829         is defined.  Likewise for SIGSETXID.
7830         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7831         Conditionalize definitions on [SIGSETXID].
7832         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7833         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7834         unblocking on [SIGCANCEL].
7836         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7837         [__NR_set_robust_list].
7839 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7841         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7842         (do_compare): Likewise.
7844 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7846         [BZ #15884]
7847         * string/strcoll_l.c: Don't include stdio.h.
7848         (coll_seq): Remove members idxarr and rulearr.
7849         (get_next_seq_cached): Remove function.
7850         (get_next_seq): Likewise.
7851         (get_next_seq_nocache): Rename to get_next_seq.
7852         (do_compare): Remove function.
7853         (do_compare_nocache): Rename to do_compare.
7854         (STRCOLL): Remove weight and rules cache.
7856 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7858         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7859         * sysdeps/arm/sfp-machine.h: ... to here.
7860         * sysdeps/arm/Implies: Remove arm/soft-fp.
7862 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7864         * conform/data/sys/utsname.h-data (*_t): Allow.
7865         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7866         [POSIX] (WEXITED): Do not expect constant.
7867         [POSIX] (WSTOPPED): Likewise.
7868         [POSIX] (WNOHANG): Likewise.
7869         [POSIX] (WNOWAIT): Likewise.
7870         [POSIX] (siginfo_t): Do not expect type or elements.
7871         [POSIX] (pid_t): Do not expect type.
7872         [POSIX] (signal.h): Do not allow header.
7873         [POSIX] (sys/resource.h): Likewise.
7874         [POSIX] (si_*): Do not allow pattern.
7875         [POSIX] (W*): Likewise.
7876         [POSIX] (P_*): Likewise.
7877         [POSIX] (BUS_*): Likewise.
7878         [POSIX] (CLD_*): Likewise.
7879         [POSIX] (FPE_*): Likewise.
7880         [POSIX] (ILL_*): Likewise.
7881         [POSIX] (POLL_*): Likewise.
7882         [POSIX] (SEGV_*): Likewise.
7883         [POSIX] (SI_*): Likewise.
7884         [POSIX] (TRAP_*): Likewise.
7885         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7886         variable.
7888 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7890         [BZ #12926]
7891         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7892         infinite loop when __recvmsg returns 0.
7894 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7896         * CANCEL-FCT-WAIVE: Remove file.
7897         * CANCEL-FILE-WAIVE: Likewise.
7899         [BZ #14132]
7900         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7901         instead of INTVARDEF.
7902         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7903         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7904         rtld_hidden_data_def instead of INTVARDEF.
7905         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7906         * elf/dl-deps.c (expand_dst): Likewise.
7907         * elf/dl-load.c (_dl_dst_count): Likewise.
7908         (_dl_dst_substitute): Likewise.
7909         (decompose_rpath): Likewise.
7910         (_dl_init_paths): Likewise.
7911         (open_path): Likewise.
7912         (_dl_map_object): Likewise.
7913         * elf/rtld.c (dl_main): Likewise.
7914         (process_dl_audit): Likewise.
7915         (process_envvars): Likewise.
7916         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7917         Remove declaration.
7918         (__libc_enable_secure): Use rtld_hidden_proto.
7920 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7922         * elf/dl-load.c
7923         (add_path): New function broken out of _dl_rtld_di_serinfo.
7924         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7926 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7928         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7929         parentheses around macro arguments.
7930         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7931         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7932         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7933         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7934         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7935         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7936         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7937         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7938         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7939         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7940         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7941         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7942         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7943         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7944         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7945         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7946         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7947         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7948         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7949         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7950         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7951         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7952         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7953         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7954         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7955         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7956         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7957         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7958         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7959         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7960         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7961         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7962         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7963         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7964         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7965         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7966         Likewise.
7967         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7968         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7969         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7970         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7971         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7972         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7973         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7974         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7975         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7976         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7977         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7978         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7979         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7980         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7981         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7982         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7983         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7984         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7985         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7986         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7987         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7988         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7989         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7990         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7991         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7992         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7993         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7994         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7995         (_FP_FRAC_SRS_1): Likewise.
7996         (_FP_FRAC_CLZ_1): Likewise.
7997         (_FP_MUL_MEAT_1_imm): Likewise.
7998         (_FP_MUL_MEAT_1_wide): Likewise.
7999         (_FP_MUL_MEAT_1_hard): Likewise.
8000         (_FP_SQRT_MEAT_1): Likewise.
8001         (_FP_FRAC_ASSEMBLE_1): Likewise.
8002         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8003         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8004         (__FP_CLZ_2): Likewise.
8005         (_FP_MUL_MEAT_2_wide): Likewise.
8006         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8007         (_FP_MUL_MEAT_2_gmp): Likewise.
8008         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8009         (_FP_SQRT_MEAT_2): Likewise.
8010         (_FP_FRAC_ASSEMBLE_2): Likewise.
8011         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8012         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8013         (_FP_FRAC_CLZ_4): Likewise.
8014         (_FP_MUL_MEAT_4_wide): Likewise.
8015         (_FP_MUL_MEAT_4_gmp): Likewise.
8016         (_FP_SQRT_MEAT_4): Likewise.
8017         (_FP_FRAC_ASSEMBLE_4): Likewise.
8018         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8019         * soft-fp/op-common.h (_FP_CMP): Likewise.
8020         (_FP_CMP_EQ): Likewise.
8021         (_FP_CMP_UNORD): Likewise.
8022         (_FP_TO_INT): Likewise.
8023         (_FP_FROM_INT): Likewise.
8024         [!__FP_CLZ] (__FP_CLZ): Likewise.
8025         (_FP_DIV_HELP_imm): Likewise.
8026         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8027         Likewise.
8028         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8029         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8030         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8031         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8032         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8033         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8034         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8035         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8036         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8037         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8038         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8039         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8040         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8041         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8042         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8043         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8044         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8045         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8046         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8047         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8048         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8049         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8050         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8051         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8052         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8053         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8054         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8055         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8056         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8057         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8058         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8059         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8060         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8061         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8062         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8063         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8064         (FP_UNPACK_RAW_SP): Likewise.
8065         (FP_PACK_RAW_S): Likewise.
8066         (FP_PACK_RAW_SP): Likewise.
8067         (FP_UNPACK_S): Likewise.
8068         (FP_UNPACK_SP): Likewise.
8069         (FP_UNPACK_SEMIRAW_S): Likewise.
8070         (FP_UNPACK_SEMIRAW_SP): Likewise.
8071         (FP_PACK_S): Likewise.
8072         (FP_PACK_SP): Likewise.
8073         (FP_PACK_SEMIRAW_S): Likewise.
8074         (FP_PACK_SEMIRAW_SP): Likewise.
8075         (_FP_SQRT_MEAT_S): Likewise.
8076         (FP_CMP_S): Likewise.
8077         (FP_CMP_EQ_S): Likewise.
8078         (FP_CMP_UNORD_S): Likewise.
8079         (FP_TO_INT_S): Likewise.
8080         (FP_FROM_INT_S): Likewise.
8082         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8084         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8085         (FP_EX_INVALID_IMZ): Likewise.
8086         (FP_EX_INVALID_IMZ_FMA): Likewise.
8087         (FP_EX_INVALID_ISI): Likewise.
8088         (FP_EX_INVALID_ZDZ): Likewise.
8089         (FP_EX_INVALID_IDI): Likewise.
8090         (FP_EX_INVALID_SQRT): Likewise.
8091         (FP_EX_INVALID_CVI): Likewise.
8092         (FP_EX_INVALID_VC): Likewise.
8093         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8094         "invalid" exceptions.
8095         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8096         (_FP_ADD_INTERNAL): Likewise.
8097         (_FP_MUL): Likewise.
8098         (_FP_FMA): Likewise.
8099         (_FP_DIV): Likewise.
8100         (_FP_CMP_CHECK_NAN): Likewise.
8101         (_FP_SQRT): Likewise.
8102         (_FP_TO_INT): Likewise.
8103         (FP_EXTEND): Likewise.
8105 2014-10-09  Allan McRae  <allan@archlinux.org>
8107         * po/fr.po: Update French translation from translation project.
8109 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8111         [BZ #14132]
8112         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8113         of INTDEF.
8114         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8115         (__cxa_atexit): Use libc_hidden_proto.
8116         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8118         [BZ #14132]
8119         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8120         declaration.
8121         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8122         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8123         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8124         [!_ISOMAC] (__iswctype_internal): Likewise.
8125         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8126         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8127         alias.
8128         (fcntl): Remove __fcntl_internal alias.
8129         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8130         __connect_internal alias.
8131         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8132         Likewise.
8134         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8135         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8136         FP_DENORM_ZERO.
8137         (_FP_CHECK_FLUSH_ZERO): New macro.
8138         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8139         (_FP_CMP): Likewise.
8140         (_FP_CMP_EQ): Likewise.
8141         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8142         FP_DENORM_ZERO.
8143         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8144         (FP_TRUNC): Likewise.
8146         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8147         treated as invalid conversion, not as normal exponent.
8149         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8150         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8151         (_FP_CMP_EQ): Likewise.
8152         (_FP_CMP_UNORD): Likewise.
8153         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8154         (FP_CMP_EQ_D): Likewise.
8155         (FP_CMP_UNORD_D): Likewise.
8156         * soft-fp/extended.h (FP_CMP_E): Likewise.
8157         (FP_CMP_EQ_E): Likewise.
8158         (FP_CMP_UNORD_E): Likewise.
8159         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8160         (FP_CMP_EQ_Q): Likewise.
8161         (FP_CMP_UNORD_Q): Likewise.
8162         * soft-fp/single.h (FP_CMP_S): Likewise.
8163         (FP_CMP_EQ_S): Likewise.
8164         (FP_CMP_UNORD_S): Likewise.
8165         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8166         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8167         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8168         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8169         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8170         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8171         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8172         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8173         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8174         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8175         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8176         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8177         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8178         to FP_CMP_Q.
8179         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8180         FP_CMP_Q.
8181         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8182         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8183         FP_CMP_EQ_Q.
8184         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8185         FP_CMP_Q.
8186         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8187         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8188         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8189         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8190         FP_CMP_EQ_Q.
8191         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8192         FP_CMP_Q.
8193         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8194         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8195         FP_CMP_EQ_Q.
8196         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8197         FP_CMP_Q.
8198         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8199         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8200         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8201         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8202         FP_CMP_EQ_Q.
8204         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8205         a subnormal result, set the underflow exception if trapping on
8206         underflow is enabled.
8207         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8208         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8209         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8210         redefine to 0.
8211         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8212         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8213         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8214         * soft-fp/extendxftf2.c (__extendxftf2): Use
8215         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8217         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8218         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8219         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8220         FP_HANDLE_EXCEPTIONS.
8221         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8222         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8223         FP_HANDLE_EXCEPTIONS.
8224         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8225         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8226         FP_HANDLE_EXCEPTIONS.
8227         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8228         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8229         FP_HANDLE_EXCEPTIONS.
8231 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8233         [BZ #14132]
8234         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8235         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8236         use INTUSE.
8237         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8238         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8239         Remove alias.
8240         (__adjtimex): Define using libc_hidden_ver.
8241         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8242         Remove declaration.
8243         (ntp_gettime): Call __adjtimex directly.
8244         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8245         Remove declaration.
8246         (ntp_gettimex): Call __adjtimex directly.
8247         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8248         __adjtimex_internal alias.
8250 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8252         [BZ #17460]
8253         * nscd/nscd.c (more_help): Rewrite list of tables collection
8254         using xstrdup and asprintf.
8256         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8258 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8259             Roland McGrath  <roland@hack.frob.com>
8261         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8262         (do_lookup_unique): ... local function 'enter' here; update callers.
8264 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8266         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8267         compat_symbol calls on [SHARED].
8268         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8269         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8270         Remove.
8271         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8272         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8273         (oldsetrlimit): Remove.
8274         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8276         (lchown): New syscall entry.
8277         (oldsetrlimit): Remove.
8278         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8279         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8280         (oldsetrlimit): Remove.
8281         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8283         [BZ #14138]
8284         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8285         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8286         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8287         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8288         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8289         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8290         (fchown): Likewise.
8291         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8292         (fchown): Likewise.
8293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8294         Likewise.
8296 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8298         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8299         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8300         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8301         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8302         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8303         Likewise.
8304         (__old_sem_post): Likewise.
8306 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8308         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8309         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8310         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8311         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8312         Use INLINE_VSYSCALL macro.
8313         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8314         __vdso_clock_gettime.
8315         * sysdeps/unix/sysv/linux/tile/init-first.c
8316         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8317         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8318         __vdso_clock_gettime.
8320         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8321         to set up frame more cleanly.
8323         * sysdeps/tile/memcmp.c: New file.
8325         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8327         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8328         * sysdeps/tile/tilegx/strcasestr.c: New file.
8329         * sysdeps/tile/tilegx/strnlen.c: New file.
8330         * sysdeps/tile/tilegx/strstr.c: New file.
8332         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8334 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8336         * nptl/tst-setuid3.c: Write errors to stdout.
8338 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8340         * elf/dl-deps.c
8341         (preload): New functions broken out of _dl_map_object_deps.
8342         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8344 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8346         [BZ #14138]
8347         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8348         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8350 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8352         * sysdeps/mips/strcmp.S: New.
8354 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8356         [BZ #14138]
8357         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8358         (linkat): Likewise.
8359         (mkdirat): Likewise.
8360         (readlinkat): Likewise.
8361         (renameat): Likewise.
8362         (symlinkat): Likewise.
8363         (unlinkat): Likewise.
8364         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8365         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8366         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8367         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8368         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8369         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8370         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8372 2014-09-30  Will Newton  <will.newton@linaro.org>
8374         * math/math.h: Define long double math functions if
8375         _LIBC_TEST is defined.
8376         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8378         * localedata/Makefile: Move assignment to tests-special
8379         into an ifdef testing run-built-tests.
8380         * timezone/Makefile: Likewise.
8382 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8384         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8385         with $(BASH) not $(SHELL).
8387 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8388             Matthew LeGendre  <legendre1@llnl.gov>
8390         [BZ #17411]
8391         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8392         l_reloc_result.
8394 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8396         * stdio-common/printf_fp.c
8397         (hack_digit): New function, broken out of ...
8398         (__printf_fp): ... local function here.  Update call sites.
8399         hack_digit now takes an additional parameter that is a pointer
8400         to a struct of the referenced locals.  Those locals moved inside
8401         the struct and references updated.
8403 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8405         * aclocal.m4: Require autoconf 2.69.
8406         * configure: Regenerated.
8407         * sysdeps/aarch64/configure: Likewise.
8408         * sysdeps/alpha/configure: Likewise.
8409         * sysdeps/arm/armv7/configure: Likewise.
8410         * sysdeps/arm/configure: Likewise.
8411         * sysdeps/ia64/configure: Likewise.
8412         * sysdeps/mach/configure: Likewise.
8413         * sysdeps/mips/configure: Likewise.
8414         * sysdeps/s390/configure: Likewise.
8415         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8418         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8419         file.
8420         * sysdeps/ia64/configure.ac: Likewise.
8422 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8425         specify symbol version for ld.so.  Do not include entry for
8426         libpthread.
8427         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8428         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8429         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8431         [BZ #14171]
8432         * Makeconfig [$(build-shared) = yes]
8433         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8434         makefiles.
8435         [$(build-shared) = yes && $(soversions.mk-done) = t]
8436         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8437         [$(build-shared) = yes && $(soversions.mk-done) = t]
8438         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8439         to Makerules.
8440         [$(build-shared) = yes && $(soversions.mk-done) = t]
8441         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8442         here.
8443         [$(build-shared) = yes && $(soversions.mk-done) = t]
8444         (common-generated): Don't append gnu/lib-names.h and
8445         gnu/lib-names.stmp here.
8446         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8447         (lib-names-h-abi): New variable.
8448         [$(build-shared) = yes && $(soversions.mk-done) = t]
8449         (lib-names-stmp-abi): Likewise.
8450         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8451         abi-variants] (before-compile): Append
8452         $(common-objpfx)$(lib-names-h-abi).
8453         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8454         abi-variants] (common-generated): Append gnu/lib-names.h.
8455         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8456         abi-variants] (install-others-nosubdir): Depend on
8457         $(inst_includedir)/$(lib-names-h-abi).
8458         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8459         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8460         [$(build-shared) = yes && $(soversions.mk-done) = t]
8461         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8462         [$(build-shared) = yes && $(soversions.mk-done) = t]
8463         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8464         [$(build-shared) = yes && $(soversions.mk-done) = t]
8465         (common-generated): Append $(lib-names-h-abi) and
8466         $(lib-names-stmp-abi).
8467         * scripts/lib-names.awk: Do not handle multi being set.
8468         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8469         Remove variable.
8470         (abi-lp64_be-ld-soname): Likewise.
8471         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8472         Likewise.
8473         (abi-hard-ld-soname): Likewise.
8474         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8475         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8476         Remove variable.
8477         (abi-o32_hard-ld-soname): Likewise.
8478         (abi-o32_soft_2008-ld-soname): Likewise.
8479         (abi-o32_hard_2008-ld-soname): Likewise.
8480         (abi-n32_soft-ld-soname): Likewise.
8481         (abi-n32_hard-ld-soname): Likewise.
8482         (abi-n32_soft_2008-ld-soname): Likewise.
8483         (abi-n32_hard_2008-ld-soname): Likewise.
8484         (abi-n64_soft-ld-soname): Likewise.
8485         (abi-n64_hard-ld-soname): Likewise.
8486         (abi-n64_soft_2008-ld-soname): Likewise.
8487         (abi-n64_hard_2008-ld-soname): Likewise.
8488         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8489         Likewise.
8490         (abi-64-v2-ld-soname): Likewise.
8491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8492         ld.so entries.
8493         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8494         variable.
8495         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8496         entry.
8497         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8498         variable.
8499         (abi-64-ld-soname): Likewise.
8500         (abi-x32-ld-soname): Likewise.
8501         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8502         entry.
8503         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8505 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8507         [BZ #14138]
8508         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8509         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8510         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8511         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8512         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8513         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8514         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8515         syscall entry for GLIBC_2.2 symbol version.
8516         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8517         Likewise.
8518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8519         (setrlimit): Likewise.
8520         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8521         Likewise.
8523 2014-09-23  Will Newton  <will.newton@linaro.org>
8525         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8526         _LINUX_ARM_SYSDEP_H include guard too.
8527         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8528         define.
8530 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8532         * sysdeps/unix/sysv/linux/eventfd.c:
8533         Make first argument unsigned.
8534         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8535         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8537 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8539         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8540         * socket/sys/socket.h: Likewise
8541         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8543 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8545         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8547 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8549         * time/tst-ftime.c: New test.
8550         * time/Makefile (tests): Add tst-ftime.
8552 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8554         * soft-fp/extended.h: Fix comment formatting.
8555         * soft-fp/op-1.h: Likewise.
8556         * soft-fp/op-2.h: Likewise.
8557         * soft-fp/op-4.h: Likewise.
8558         * soft-fp/op-8.h: Likewise.
8559         * soft-fp/op-common.h: Likewise.
8560         * soft-fp/soft-fp.h: Likewise.
8562         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8564 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8566         [BZ #6652]
8567         * Makeconfig (soversions-default-setname): Remove variable.
8568         ($(common-objpfx)soversions.i): Don't pass default_setname to
8569         soversions.awk.
8570         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8571         oldest_abi to abi-versions.awk.
8572         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8573         * config.make.in (oldest-abi): Remove variable.
8574         * configure.ac (--enable-oldest-abi): Remove configure option.
8575         * configure: Regenerated.
8576         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8577         text.
8578         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8579         * scripts/soversions.awk: Do not handle default_setname variable.
8580         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8581         variable.
8582         * sysdeps/mach/hurd/configure: Regenerated.
8583         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8584         variable.
8585         * sysdeps/unix/sysv/linux/configure: Regenerated.
8587 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8589         * elf/Makefile (CFLAGS-interp.c): Remove.
8590         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8591         path string.
8592         * elf/interp.c: Include generated runtime-linker.h
8594         * Makerules (lib%.so): Don't include $(+interp) in
8595         prerequisites.
8596         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8597         * dlfcn/eval.c: Remove file.
8599         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8600         macros.
8602         [BZ #17266]
8603         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8604         4.2 and newer.
8606         [BZ #17370]
8607         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8609 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8610             Jakub Jelinek  <jakub@redhat.com>
8612         [BZ #17266]
8613         * libio/stdio.h: Check definition of __fortify_function
8614         instead of __extern_always_inline to include bits/stdio2.h.
8615         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8616         check if __extern_always_inline is defined.
8617         [__USE_MISC || __USE_XOPEN]: Likewise.
8618         [__USE_ISOC99] Likewise.
8619         * misc/sys/cdefs.h (__fortify_function): Define only if
8620         __extern_always_inline is defined.
8621         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8622         __extern_always_inline and __extern_inline only for g++-4.3
8623         and newer or a compatible gcc.
8625 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8627         [BZ #17371]
8628         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8629         last change to handle zero prefix length.
8631 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8633         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8634         _SC_REGEX_VERSION.
8636         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8637         _POSIX_RAW_SOCKETS.
8639 2014-09-13  Allan McRae  <allan@archlinux.org>
8641         * po/ru.po: Update Russian translation from translation project.
8643 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8645         * locale/programs/locale.c (show_locale_vars): Inline local function
8646         into its sole call site.  Clean up some style nits.
8647         (print_item): New function, broken out of ...
8648         (show_info): ... local function here.  Clean up style nits.
8650         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8651         out of ...
8652         (set_class_defaults): ... local function set_default here.
8653         Define set_default as a macro locally to pass constant parameters.
8654         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8655         rather than a shared local.
8657         * stdlib/rpmatch.c (try): New function, broken out of ...
8658         (rpmatch): ... local function here.  Also, prototypify definition.
8660 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8662         * scripts/soversions.awk: Do not handle configuration names.
8663         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8664         vendor and os variables to soversions.awk.
8665         * configure.ac: Do not modify gnu-* host_os.
8666         * configure: Regenerated
8667         * shlib-versions: Remove first column with configuration names.
8668         * nptl/shlib-versions: Likewise.
8669         * nptl_db/shlib-versions: Likewise.
8670         * sysdeps/hppa/shlib-versions: Likewise.
8671         * sysdeps/m68k/shlib-versions: Likewise.
8672         * sysdeps/mach/hurd/shlib-versions: Likewise.
8673         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8674         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8675         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8676         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8677         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8678         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8679         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8680         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8682         Likewise.
8683         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8684         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8685         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8686         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8687         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8688         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8689         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8690         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8693         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8695         Regenerated.
8696         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8698         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8700         * shlib-versions: Remove OS-specific entries.  Moved to files in
8701         sysdeps.
8702         * sysdeps/mach/hurd/shlib-versions: New file.
8703         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8705         * nptl/shlib-versions: Remove architecture-specific entries.
8706         Moved to files in sysdeps.
8707         * shlib-versions: Likewise.
8708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8709         file.
8710         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8711         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8712         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8713         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8715         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8716         (UDP_NO_CHECK6_RX): Likewise.
8718 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8720         * sysdeps/posix/sysconf.c (__sysconf): Spell
8721         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8723 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8725         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8726         loading.
8727         * iconv/Versions (__gconv_transliterate): Export for use from
8728         gconv modules.
8729         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8730         (struct __gconv_trans_data, __gconv_trans_fct,
8731         __gconv_trans_context_fct, __gconv_trans_query_fct,
8732         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8733         definitions.
8734         (struct __gconv_step_data): Remove __trans member.
8735         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8736         longer hidden.  Remove unused trans_data argument.
8737         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8738         (__gconv_translit_find): Remove declaration.
8739         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8740         prototype.
8741         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8742         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8743         trans_data argument.  Add hidden definition.
8744         (__gconv_translit_find): Remove.
8745         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8746         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8747         * iconv/skeleton.c: Remove transliteration initialization.
8748         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8749         __gconv_step_data initialization.
8750         * libio/iofwide.c (__libio_translit_): Remove.
8751         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8752         * wcsmbs/btowc.c (__btowc): Likewise.
8753         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8754         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8755         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8756         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8757         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8758         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8759         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8760         * wcsmbs/wctob.c (wctob): Likewise.
8762 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8764         [BZ #16194]
8765         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8766         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8767         register usage.
8768         * sysdeps/x86/Makefile: Adjust.
8770 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8771             Roland McGrath  <roland@hack.frob.com>
8773         * locale/weight.h: Add include guard.
8774         (findidx): Make static rather than auto; take new parameters
8775         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8776         * locale/weightwc.h: Likewise.
8777         * posix/fnmatch_loop.c
8778         (FCT): Change type of EXTRA from int32_t to wint_t.
8779         Don't include either header inside the function.
8780         Call FINDIDX rather than findidx, and pass new arguments.
8781         #undef FINDIDX at the end of the file.
8782         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8783         FINDIDX before including fnmatch_loop.c for the non-wide version.
8784         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8785         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8786         for the wide version.
8787         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8788         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8789         Pass new arguments to findidx.
8790         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8791         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8792         Don't #include it inside the function.  Pass new arguments to findidx.
8793         * posix/regex_internal.h
8794         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8795         (re_string_elem_size_at): Don't #include it inside the function.
8796         Pass new arguments to findidx.
8797         * string/strcoll_l.c: #include WEIGHT_H at top level.
8798         (get_next_seq): Don't #include it inside the function.
8799         Pass new arguments to findidx.
8800         (get_next_seq_nocache): Likewise.
8801         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8802         (STRXFRM): Don't #include it inside the function.
8803         Pass new arguments to findidx.
8805 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8807         [BZ #17344]
8808         * malloc/malloc.c (unlink): Turn asserts into a call to
8809         malloc_printerr.
8811 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8813         [BZ #17370]
8814         * libio/wfileops (do_ftell_wide): Free OUT.
8816 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8818         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8820 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8822         [BZ #17363]
8823         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8824         group if the current group is empty.
8826 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8828         * benchtests/bench-memset.c (test_main): Add more test from size
8829         from 32 to 512 bytes.
8830         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8831         Add POWER8 memset object.
8832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8833         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8834         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8835         implementation.
8836         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8837         Likewise.
8838         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8839         multiarch POWER8 memset optimization.
8840         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8841         POWER8 memset optimization.
8843         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8844         Remove bzero multiarch objects.
8845         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8846         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8847         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8848         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8849         Remove define.
8850         [__bzero]: Redefine to specific name.
8851         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8852         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8853         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8854         define.
8855         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8856         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8858 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8860         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8861         warnings into errors.
8863         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8864         __cxa_thread_atexit_impl prototype.
8866 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8868         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8869         Fix capitalization of error message.
8871 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8873         * sysdeps/mips/preconfigure: Modify ABI tests.
8875 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8877         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8879 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8880             Carlos O'Donell  <carlos@systemhalted.org>
8882         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8883         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8884         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8885         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8886         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8887         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8888         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8889         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8890         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8891         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8892         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8893         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8894         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8895         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8896         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8897         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8898         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8899         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8900         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8901         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8902         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8903         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8904         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8905         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8906         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8907         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8908         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8909         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8910         Deconditionalize the code that was previously under [RESET_PID].
8911         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8912         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8913         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8914         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8915         include sysdep.h.
8917 2014-09-08  Allan McRae  <allan@archlinux.org>
8919         * version.h (RELEASE): Set to "development".
8920         (VERSION): Set to "2.20.90"
8922 2014-09-07  Allan McRae  <allan@archlinux.org
8924         * version.h (RELEASE): Set to "stable".
8925         (VERSION): Set to "2.20"
8926         * include/features.h (__GLIBC_MINOR__): Set to 20.
8928         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8929         Liebler.
8931         * po/ko.po: Update Korean translation from translation project.
8933 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8935         [BZ #17354]
8936         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8937         macro for handling signed relocations.
8939 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8941         [BZ #17325]
8942         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8943         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8944         assert.
8945         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8946         * iconvdata/ibm935.c (BODY): Likewise.
8947         * iconvdata/ibm937.c (BODY): Likewise.
8948         * iconvdata/ibm939.c (BODY): Likewise.
8949         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8950         assert.
8951         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8952         script.
8953         * iconvdata/run-iconv-test.sh: New test loop for checking for
8954         decoder crashers.
8956 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8958         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8959         libm_hidden_ver.
8961 2014-09-01  Allan McRae  <allan@archlinux.org>
8963         * po/eo.po: Update Esperanto translation from translation project.
8965         * po/ca.po: Update Catalan translation from translation project.
8967 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8969         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8970         __proc_dostop call.
8972 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8974         [BZ #17319]
8975         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8976         to call set_thread_area instead of hand written asm.
8977         (__NR_set_thread_area): Removed define.
8978         (TLS_FLAG_WRITABLE): Likewise.
8979         (__ASSUME_SET_THREAD_AREA): Remove check.
8980         (TLS_EBX_ARG): Remove define.
8981         (TLS_LOAD_EBX): Likewise.
8983 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8985         Simplify atomicity of socket creation in bind.
8987         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8988         looking up the name after linking the file.
8990 2014-08-27  Allan McRae  <allan@archlinux.org>
8992         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8994 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8996         [BZ #17187]
8997         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8998         trans_compare, open_translit, __gconv_translit_find):
8999         Remove module loading code.
9001 2014-08-26  Allan McRae  <allan@archlinux.org>
9003         * po/vi.po: Update Vietnamese translation from translation project.
9005         * po/uk.po: Update Ukrainian translation from translation project.
9007         * po/fr.po: Update French translation from translation project.
9009         * po/ru.po: Update Russian translation from translation project.
9011         * po/pl.po: Update Polish translation from translation project.
9013         * po/cs.po: Update Czech translation from translation project.
9015         * po/de.po: Update German translation from translation project.
9017         * po/bg.po: Update Bulgarian translation from translation project.
9019         * po/sv.po: Update Sweedish translation from translation project.
9021         * po/nl.po: Update Dutch translation from translation project.
9023         * po/es.po: Update Spanish translation from translation project.
9025 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9027         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9029         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9030         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9031         (CPPFLAGS-iconvconfig): Likewise.
9032         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9034         * include/libc-symbols.h: Remove unnecessary check for
9035         NOT_IN_libc.
9036         * nptl/pthreadP.h: Likewise.
9037         * sysdeps/aarch64/setjmp.S: Likewise.
9038         * sysdeps/alpha/setjmp.S: Likewise.
9039         * sysdeps/arm/sysdep.h: Likewise.
9040         * sysdeps/i386/setjmp.S: Likewise.
9041         * sysdeps/m68k/setjmp.c: Likewise.
9042         * sysdeps/posix/getcwd.c: Likewise.
9043         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9044         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9045         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9046         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9047         * sysdeps/sh/sh3/setjmp.S: Likewise.
9048         * sysdeps/sh/sh4/setjmp.S: Likewise.
9049         * sysdeps/unix/alpha/sysdep.h: Likewise.
9050         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9051         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9052         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9053         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9056         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9057         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9058         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9059         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9060         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9061         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9062         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9063         * sysdeps/x86_64/setjmp.S: Likewise.
9065 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9067         [BZ #17263]
9068         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9069         <stdint.h>.
9070         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9071         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9073 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9075         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9077         [BZ #17262]
9078         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9079         and __x86_64__ when disabling x87 inline functions.
9081 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9083         [BZ #17259]
9084         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9085         asm statement with __cpuid_count.
9087 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9089         * configure.ac: Change __ehdr_start code to dereference the struct.
9090         Run readelf on the output to look for relocations.
9091         * configure: Regenerated.
9093 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9095         [BZ #17261]
9096         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9097         value to 0.
9098         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9100 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9102         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9104 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9106         [BZ #16892]
9107         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9108         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9110 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9112         * malloc/malloc.c: Fix typo in comment.
9114 2014-08-09  Allan McRae  <allan@archlinux.org>
9116         * Regenerate libc.po.
9118 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9120         * intl/tst-gettext2.sh: Check every lang file for creation.
9122 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9124         * sysdeps/aarch64/fpu/math_private.h
9125         (libc_feholdsetround_noex_aarch64_ctx): New function.
9127 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9129         * sysdeps/arm/armv6/strcpy.S (strcpy):
9130         Fix performance issue in misaligned cases.
9132 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9134         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9135         Move definition from termios.h.
9136         (struct termio): Likewise.
9137         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9138         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9139         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9140         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9141         Likewise.
9142         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9143         Move definition to ioctl-types.h
9144         (struct termio): Likewise.
9145         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9146         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9147         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9148         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9149         Likewise.
9151 2014-08-05  Richard Henderson  <rth@redhat.com>
9153         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9154         exceptions.
9155         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9156         Add fraiseexcpt.
9157         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9158         Use __feraiseexcept.
9159         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9160         Protect libm symbols with IS_IN_libm.
9162         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9164 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9166         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9168 2014-08-04  Will Newton  <will.newton@linaro.org>
9170         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9171         file.
9173 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9175         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9176         variants for each function.
9178 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9180         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9181         appended ...
9182         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9183         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9184         appended ...
9185         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9186         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9187         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9188         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9189         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9190         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9191         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9192         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9193         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9194         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9211         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9213         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9215         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9216         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9217         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9221         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9222         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9223         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9224         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9225         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9226         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9227         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9228         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9229         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9230         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9231         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9232         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9233         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9234         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9235         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9236         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9237         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9238         Update #include.
9239         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9240         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9242 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9244         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9245         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9246         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9247         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9248         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9249         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9251 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9253         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9254         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9255         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9256         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9258 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9260         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9261         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9262         (__libc_vfork): Define function under this name.
9263         (__vfork): Define as an alias.
9264         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9265         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9267 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9269         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9270         that was previously under [RESET_PID].
9271         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9273 2014-08-04  Andreas Schwab  <schwab@suse.de>
9275         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9277 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9279         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9280         (main): Likewise.
9282 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9284         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9286 2014-08-01  Richard Henderon  <rth@redhat.com>
9288         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9289         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9290         typo in exact zero test.
9291         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9292         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9293         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9295 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9297         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9298         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9299         * sysdeps/arm/sysdep.h: ... here.
9300         [!__ASSEMBLER__]: Include <stdint.h>.
9302 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9304         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9305         (HAVE_WCTYPE_H): Likewise.
9306         (HAVE_ISWCTYPE): Likewise.
9307         (ENABLE_NLS): Likewise.
9308         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9309         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9311         * posix/regex_internal.c: Check if DEBUG is defined and is
9312         set.
9314         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9315         (HAVE_MBSRTOWCS): Likewise.
9316         * posix/fnmatch.c: Include string.h unconditionally.
9318 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9320         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9321         reversal.
9323 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9325         * sysdeps/generic/safe-fatal.h: New file.
9326         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9327         * nptl/forward.c: Include it.
9328         (__pthread_unwind): Use __safe_fatal as default action, rather
9329         than a bogus use of INTERNAL_SYSCALL that could never work.
9331         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9332         * configure.ac (libc_cv_builtin_trap): New test.
9333         * configure: Regenerated.
9334         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9335         (ABORT_INSTRUCTION): Define using __builtin_trap.
9337         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9338         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9339         * sysdeps/nptl/nptl-signals.h: New file.
9340         * nptl/pthreadP.h: Include <nptl-signals.h>.
9342 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9344         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9345         (ONE_DIRECTION): Define.
9346         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9347         (ONE_DIRECTION): Define.
9348         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9349         (ONE_DIRECTION): Define.
9351 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9353         * sysdeps/s390/Makefile: Delete file.
9354         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9355         * sysdeps/s390/__longjmp.c: Delete file.
9356         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9357         Remove fields __flags and __reserved.
9358         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9359         and add versioning.
9360         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9361         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9362         * sysdeps/s390/rtld-setjmp.S: Likewise.
9363         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9364         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9365         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9366         * sysdeps/s390/s390-32/setjmp.S: ... here.
9367         Add versioning.
9368         (__sigsetjmp): Remove setting __flags field.
9369         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9370         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9371         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9372         * sysdeps/s390/s390-64/setjmp.S: ... here.
9373         Add versioning.
9374         (__sigsetjmp): Remove setting __flags field.
9375         * sysdeps/s390/setjmp.S: Delete file.
9376         * sysdeps/s390/sigjmp.c: Likewise.
9377         * sysdeps/s390/v1-longjmp.c: Likewise.
9378         * sysdeps/s390/v1-setjmp.h: Likewise.
9379         * sysdeps/s390/v1-sigjmp.c: Likewise.
9380         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9381         Remove v1-longjmp_chk.
9382         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9383         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9384         Include debug/longjmp_chk.c and add versioning.
9385         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9386         Include nptl/pt-longjmp.c and add versioning.
9387         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9388         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9389         Include __longjmp.c.
9390         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9391         Move to ...
9392         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9393         (__getcontext): Remove setting __flags field.
9394         Add versioning.
9395         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9396         Don't restore upper high grps.
9397         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9398         Likewise.
9399         (__swapcontext): Remove setting uc_flags field.
9400         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9401         Delete file.
9402         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9403         Include __longjmp.c.
9404         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9405         Move to ...
9406         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9407         (__getcontext): Remove setting __flags field.
9408         Add versioning.
9409         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9410         (__swapcontext): Remove setting uc_flags field.
9411         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9412         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9413         Remove fields uc_high_gprs and __reserved.
9414         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9415         New file with reverted content.
9416         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9417         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9418         Regenerated.
9419         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9420         Regenerated.
9422 2014-07-31  Andreas Schwab  <schwab@suse.de>
9424         * config.h.in (HAVE_IFUNC): Define to 0.
9425         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9426         definedness.
9428 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9430         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9431         memmove-avx-unaligned, memcpy-avx-unaligned and
9432         mempcpy-avx-unaligned.
9433         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9434         Add tests for AVX memcpy functions.
9435         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9436         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9437         memcpy_chk.
9438         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9439         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9440         memmove_chk.
9441         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9442         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9443         mempcpy_chk.
9444         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9445         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9446         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9448 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9450         [BZ #17213]
9451         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9452         powerpc64le.
9454 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9456         [BZ #16839]
9457         * manual/llio.texi: Add section about open file description locks.
9458         * manual/examples/ofdlocks.c: Example of open file description
9459         lock usage.
9460         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9461         F_OFD_SETLK, and F_OFD_SETLKW.
9463 2014-07-23  Allan McRae  <allan@archlinux.org>
9465         * po/es.po: Update Spanish translation from translation project.
9467 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9469         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9471 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9473         [BZ #17078]
9474         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9475         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9476         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9478 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9480         [BZ #17088]
9481         * math/fesetenv.c (__fesetenv)
9482         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9483         * math/feupdateenv.c (__feupdateenv)
9484         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9486         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9487         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9488         (__ASSUME_SOCKETCALL): Do not define.
9490         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9491         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9492         (__ASSUME_SOCKETCALL): Do not define.
9493         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9494         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9495         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9496         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9497         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9498         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9499         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9500         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9502         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9503         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9504         (__ASSUME_SOCKETCALL): Do not define.
9505         (__ASSUME_IPC64): Define unconditionally.
9506         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9507         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9508         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9509         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9510         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9511         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9512         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9513         Likewise.
9515         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9516         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9517         (__ASSUME_SOCKETCALL): Do not define.
9518         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9519         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9520         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9521         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9522         (__ASSUME_REQUEUE_PI): Define unconditionally.
9523         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9524         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9525         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9526         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9527         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9528         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9530         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9531         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9532         (__ASSUME_SOCKETCALL): Do not define.
9533         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9534         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9535         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9536         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9537         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9538         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9540         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9541         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9542         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9543         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9544         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9545         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9546         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9547         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9548         (__ASSUME_GETCPU_SYSCALL): Likewise.
9550         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9551         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9552         cases for individual architectures.
9553         * sysdeps/gnu/configure: Regenerated.
9554         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9555         LIBC_SLIBDIR_RTLDDIR.
9556         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9557         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9558         LIBC_SLIBDIR_RTLDDIR.
9559         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9561         LIBC_SLIBDIR_RTLDDIR.
9562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9563         Regenerated.
9564         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9565         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9566         file.
9567         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9568         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9569         file.
9570         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9571         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9572         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9573         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9575         * sysdeps/aarch64/shlib-versions: Move to ...
9576         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9577         * sysdeps/alpha/shlib-versions: Move to ...
9578         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9579         * sysdeps/arm/shlib-versions: Move to ...
9580         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9581         * sysdeps/hppa/shlib-versions: Move all contents except for
9582         libgcc_s entry to ...
9583         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9584         entry from ...
9585         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9586         * sysdeps/ia64/shlib-versions: Move to ...
9587         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9588         entry from ...
9589         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9590         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9591         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9592         * sysdeps/microblaze/shlib-versions: Move to ...
9593         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9594         * sysdeps/mips/shlib-versions: Move to ...
9595         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9596         entry from ...
9597         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9598         * sysdeps/tile/shlib-versions: Move to ...
9599         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9600         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9601         from ...
9602         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9603         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9604         entry from ...
9605         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9607 2014-07-17  Will Newton  <will.newton@linaro.org>
9609         * sysdeps/arm/bits/atomic.h
9610         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9611         (__arch_compare_and_exchange_bool_16_int): Likewise.
9612         (__arch_compare_and_exchange_bool_64_int): Likewise.
9614         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9615         into an #else block.
9617 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9619         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9620         just Linux configurations.  Test empirically that the compiler sets
9621         __ARM_EABI__, rather than using the tuple to decide.
9622         * sysdeps/arm/preconfigure: Regenerated.
9623         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9624         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9625         contents appended ...
9626         * sysdeps/arm/configure.ac: ... here.
9627         * sysdeps/arm/configure: Regenerated.
9629 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9631         * nptl/pthread_kill.c: New file.
9632         * nptl/pthread_sigmask.c: New file.
9633         * nptl/pthread_sigqueue.c: New file.
9635         * sysdeps/nptl/lowlevellock.h: New file.
9636         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9637         * sysdeps/nptl/lowlevellock-futex.h: New file.
9639         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9640         Remove dead declarations.
9642 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9644         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9645         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9646         config-cflags-avx2.
9647         * sysdeps/x86_64/configure.ac: Likewise.
9648         * sysdeps/i386/configure: Regenerated.
9649         * sysdeps/x86_64/configure: Likewise.
9650         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9651         memset-avx2 only if config-cflags-avx2 is yes.
9652         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9653         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9654         defined.
9655         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9656         only if HAVE_AVX2_SUPPORT is defined.
9657         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9659 2014-07-14  Alan Modra  <amodra@gmail.com>
9661         [BZ #17153]
9662         * elf/elf.h (DT_PPC64_NUM): Correct value.
9663         * NEWS: Add to fixed bug list.
9665 2014-07-13  Jim Meyering  <meyering@fb.com>
9667         [BZ 17150]
9668         regex: don't deref NULL upon heap allocation failure
9669         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9670         failure in one more place.
9671         To trigger the segfault, configure grep -with-included-regex,
9672         build it, and run these commands:
9673         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9675 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9677         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9679 2014-07-11  Richard Henderson  <rth@redhat.com>
9681         * sysdeps/aarch64/libm-test-ulps: Update.
9683 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9685         [BZ #17135]
9686         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9687         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9688         (__nptl_setxid): Initialize error member.  Call
9689         __nptl_setxid_error.
9690         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9691         * nptl/descr.h (struct xid_command): Add error member.
9692         * nptl/tst-setuid3.c: New file.
9693         * nptl/Makefile (tests): Add it.
9695 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9697         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9698         New define.
9699         (__lll_trylock): Use __lll_base_trylock.
9700         (__lll_cond_trylock): Likewise.
9702 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9704         * nptl/pthread_create.c (start_thread): Use atomic_or and
9705         lll_futex_wake directly rather than lll_robust_dead.
9706         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9707         (lll_robust_dead): Macro removed.
9708         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9709         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9710         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9711         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9712         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9713         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9714         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9715         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9716         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9717         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9718         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9719         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9720         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9721         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9722         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9724         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9725         Use atomic_compare_and_exchange_val_acq directly rather than
9726         lll_robust_trylock.
9727         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9728         (__lll_robust_trylock, lll_robust_trylock): Removed.
9729         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9730         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9731         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9732         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9733         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9734         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9735         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9736         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9737         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9738         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9739         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9740         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9741         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9742         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9744 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9746         * manual/locale.texi (Locale Names): New section documenting
9747         locale name syntax.  Adjust menu and node chaining accordingly.
9748         (Choosing Locale): Reference Locale Names, Locale Categories.
9749         Mention setting LC_ALL=C.  Reflect that name syntax is now
9750         documented.
9751         (Locale Categories): New section title.  Reference Locale Names.
9752         LC_ALL is an environment variable, but not a category.
9753         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9754         description, now in Locale Name.  Reference that section.  Locale
9755         name syntax is now documented.
9757 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9759         [BZ #17137]
9760         * locale/findlocale.c (name_present, valid_locale_name): New
9761         functions.
9762         (_nl_find_locale): Use the loc_name variable to store name
9763         candidates.  Call name_present and valid_locale_name to check and
9764         validate locale names.  Return an error if the locale is invalid.
9766 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9768         * locale/setlocale.c (setlocale): Use strdup for allocating
9769         composite name copy.
9771 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9773         Sync up with gnulib.
9774         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9775         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9776         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9777         and _GL_ARG_NONNULL.
9778         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9779         [!_LIBC]: Include code for Windows and Cygwin.
9780         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9781         Include prototype for int strerror_r.
9782         [!_LIBC] (is_open): New function.
9783         (flush_stdout): New function.
9784         (print_errno_message): Use it.
9785         (error): Likewise.
9786         (error_at_line): Likewise.
9787         (error_tail) Add function attribute macros.  Use
9788         __builtin_expect.
9790         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9792         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9794         * io/ftw.c: Include sys/param.h unconditionally.
9796         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9798         [BZ #17125]
9799         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9800         libc_freeres_ptr.
9801         (freecache): New function to free CACHE on exit.
9803         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9804         initialization.
9806 2014-07-09  David S. Miller  <davem@davemloft.net>
9808         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9810         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9811         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9812         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9813         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9814         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9815         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9816         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9817         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9818         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9819         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9820         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9821         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9822         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9824 2014-07-09  Andreas Schwab  <schwab@suse.de>
9826         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9827         output.
9828         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9829         (do_test): Likewise.
9831         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9833 2014-07-09  Will Newton  <will.newton@linaro.org>
9835         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9836         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9837         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9838         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9839         * sysdeps/hppa/start.S (_start): Likewise.
9841 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9843         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9845         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9846         defined.
9848 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9850         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9851         after checking that it is non-NULL.
9853         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9855 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9857         * sysdeps/powerpc/memmove.c: Remove file.
9858         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9859         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9860         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9861         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9862         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9863         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9864         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9865         string memmove instead of removed powerpc one.
9867         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9868         [weak_alias]: Fix compiler warning due trailing data.
9869         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9870         [weak_alias]: Likewise.
9871         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9872         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9874         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9875         (__libc_ifunc_impl_list): Add memmove functions.
9877 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9879         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9880         Remove code.
9881         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9882         Likewise
9883         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9884         Likewise
9885         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9886         Likewise
9887         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9888         Likewise
9889         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9890         Likewise
9891         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9892         Likewise
9893         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9894         Likewise
9895         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9896         Likewise
9897         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9898         Likewise
9899         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9900         Likewise
9901         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9902         Likewise
9903         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9904         Likewise
9905         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9906         Likewise
9907         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9908         Likewise
9909         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9910         Likewise
9911         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9912         Likewise
9914 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9916         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9917         to avoid alignment traps in non-cacheable memory.
9918         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9921         multiarch objects.
9922         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9923         file: multiarch power7 memmove.
9924         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9925         multiarch default memmove.
9926         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9927         multiarch memove for powerpc32/power4.
9929         * string/bcopy.c: Use full path to include memmove.c.
9930         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9931         multiarch objects.
9932         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9933         bcopy for powerpc64.
9934         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9935         bcopy for powerpc64.
9936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9937         and memmove implementations.
9938         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9939         optimized multiarch memmove for POWER7/powerpc64.
9940         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9941         default multiarch memmove for powerpc64.
9942         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9943         multiarch for powerpc64.
9944         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9945         for POWER7/powerpc64.
9946         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9947         memmove for POWER7/powerpc64.
9949         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9950         glibc default one.
9952         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9953         __ELF_NATIVE_CLASS equal to 64.
9955 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9957         * sysdeps/nptl/lowlevellock.h: File removed.
9959         * NEWS: NPTL is no longer an add-on!
9960         * nptl/internaltypes.h: Moved ...
9961         * sysdeps/nptl/internaltypes.h: ... here.
9962         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9963         * sysdeps/nptl/fork.c: Likewise.
9964         * sysdeps/nptl/gai_misc.h: Likewise.
9965         * sysdeps/nptl/librt-cancellation.c: Likewise.
9966         * sysdeps/nptl/jmp-unwind.c: Likewise.
9967         * sysdeps/nptl/setxid.h: Likewise.
9968         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9969         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9970         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9971         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9972         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9973         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9974         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9975         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9976         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9977         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9978         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9979         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9980         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9981         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9982         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9983         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9984         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9985         * nptl/Makeconfig: Moved ...
9986         * sysdeps/nptl/Makeconfig: ... here.
9987         * nptl/configure: File removed.
9988         * nptl/ANNOUNCE: File removed.
9989         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9990         * sysdeps/unix/sysv/linux/configure: Regenerated.
9992         * nptl/Makefile (routines): Add libc_pthread_init,
9993         libc_multiple_threads, register-atfork and unregister-atfork.
9994         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9995         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9996         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9997         pthread-pi-defines.sym, structsem.sym.
9998         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9999         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10000         [$(subdir) = nptl] (tests): Add tst-setgetname.
10001         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10002         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10003         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10004         [!LIBC_SIGACTION]: Remove aliases.
10005         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10006         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10007         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10008         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10009         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10010         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10011         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10012         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10013         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10014         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10015         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10016         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10017         __libc_allocate_rtsig_private.
10018         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10019         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10020         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10021         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10022         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10023         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10024         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10025         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10026         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10027         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10028         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10029         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10030         * nptl/internaltypes.h: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10032         * sysdeps/nptl/jmp-unwind.c: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10034         * nptl/libc-lowlevellock.c: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10036         * nptl/libc_multiple_threads.c: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10038         * nptl/libc_pthread_init.c: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10040         * nptl/lowlevelbarrier.sym: ... here.
10041         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10042         * nptl/lowlevelcond.sym: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10044         * nptl/lowlevellock.c: ... here.
10045         * nptl/lowlevellock.h: Moved ...
10046         * sysdeps/nptl/lowlevellock.h: ... here.
10047         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10048         * nptl/lowlevelrobustlock.c: ... here.
10049         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10050         * nptl/lowlevelrobustlock.sym: ... here.
10051         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10052         * nptl/lowlevelrwlock.sym: ... here.
10053         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10054         * nptl/pt-fork.c: ... here.
10055         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10056         * nptl/pthread-pi-defines.sym: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10058         * nptl/pthread_attr_getaffinity.c: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10060         * nptl/pthread_attr_setaffinity.c: ... here.
10061         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10062         * nptl/pthread_mutex_cond_lock.c: ... here.
10063         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10064         Update #include.
10065         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10066         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10067         * nptl/pthread_once.c: ... here, replacing old file.
10068         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10069         * nptl/pthread_yield.c: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10071         * nptl/register-atfork.c: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10073         * nptl/sem_post.c: ... here.
10074         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10075         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10076         * nptl/sem_timedwait.c: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10078         * nptl/sem_trywait.c: ... here.
10079         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10080         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10081         * nptl/sem_wait.c: ... here.
10082         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10083         * nptl/structsem.sym: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10085         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10086         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10087         * nptl/unregister-atfork.c: ... here.
10088         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10089         * nptl/unwindbuf.sym: ... here.
10090         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10091         * sysdeps/nptl/fork.c: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10093         * sysdeps/nptl/fork.h: ... here.
10094         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10095         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10096         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10098         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10100         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10102         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10104         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10106         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10108         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10110         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10112         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10114         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10116         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10117         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10118         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10120         * sysdeps/unix/sysv/linux/raise.c: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10122         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10124         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10126         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10128         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10130         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10132         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10134         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10135         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10137 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10139         * sysdeps/generic/memcopy.h: Add comment for
10140         MEMCPY_OK_FOR_FWD_MEMMOVE.
10142 2014-07-04  Will Newton  <will.newton@linaro.org>
10144         * string/memchr.c: Merge from gnulib.
10145         [_LIBC]: Remove conditionals.
10146         (__ptr_t): Remove define.
10147         (LONG_MAX_32_BITS): Likewise.
10148         (LONG_MAX): Likewise.
10149         (MEMCHR): Use ANSI prototype and optimize algorithm.
10151         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10153 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10155         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10156         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10158         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10159         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10160         in a bare environment with no <stdlib.h> installed.
10161         * sysdeps/nptl/configure: Regenerated.
10163         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10165         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10166         AC_EGREP_CPP for kernel header checks, so they only succeed if
10167         including <linux/version.h> actually works right.
10168         * sysdeps/unix/sysv/linux/configure: Regenerated.
10170         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10171         value so it's not diagnosed as unused.
10173         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10174         thing) with "ifeq ($(subdir),rt)".
10176 2014-07-03  Richard Henderson  <rth@redhat.com>
10178         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10179         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10180         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10182         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10183         (math_force_eval): New.
10185         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10186         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10188         * sysdeps/alpha/fpu/s_round.c: Remove file.
10189         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10191         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10192         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10193         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10194         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10195         (_dl_start, print_statistics): Likewise.
10196         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10197         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10199         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10200         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10201         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10202         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10203         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10204         (HP_SMALL_TIMING_AVAIL): Define.
10205         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10206         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10207         (HP_SMALL_TIMING_AVAIL): Define.
10208         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10209         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10211         * sysdeps/aarch64/hp-timing.h: New file.
10213         * sysdeps/generic/hp-timing.h: Remove dead comment.
10214         * sysdeps/generic/hp-timing-common.h: New file.
10215         * sysdeps/alpha/hp-timing.h: Include it.
10216         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10217         * sysdeps/i386/i686/hp-timing.h: Likewise.
10218         * sysdeps/ia64/hp-timing.h: Likewise.
10219         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10220         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10221         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10222         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10223         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10224         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10225         (hp_timing_t): New.
10227         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10228         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10229         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10230         * elf/rtld.c (_dl_start_final): Likewise.
10231         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10232         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10233         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10234         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10235         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10236         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10237         (HP_TIMING_DIFF_INIT): Remove.
10238         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10239         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10240         (HP_TIMING_DIFF_INIT): Remove.
10241         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10242         * sysdeps/i386/i686/hp-timing.c: Remove file.
10243         * sysdeps/x86_64/hp-timing.c: Remove file.
10244         * sysdeps/ia64/hp-timing.c: Remove file.
10245         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10246         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10247         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10248         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10250         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10251         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10252         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10253         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10254         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10255         (HP_TIMING_ACCUM): Remove.
10256         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10257         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10258         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10260         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10261         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10262         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10263         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10264         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10265         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10266         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10267         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10269         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10271 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10273         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10275 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10277         Sync up with gettext.
10278         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10279         [_MSC_VER]: Include malloc.h
10280         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10281         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10282         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10283         TEMP_FAILURE_RETRY.  Cast return of alloca.
10284         [!_LIBC] Call gl_rwlock_init.
10285         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10287 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10289         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10290         before checking its value.
10292 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10294         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10296         * debug/memcpy_chk.c: Don't include pagecopy.h.
10297         * debug/mempcpy_chk.c: Likewise.
10298         * string/memcpy.c: Likewise.
10299         * string/memmove.c: Likewise.
10300         * sysdeps/powerpc/memmove.c: Likewise.
10301         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10302         definition of PAGE_COPY_FWD_MAYBE here...
10303         * sysdeps/generic/pagecopy.h: ... from here.
10304         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10306 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10307             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10309         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10310         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10311         optimizations.
10312         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10313         (__libc_ifunc_impl_list): Likewise.
10314         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10315         multiarch strcat for PPC64.
10316         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10317         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10319 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10321         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10323 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10325         * intl/loadmsgcat.c: Remove declaration of
10326         get_sysdep_segment_value.
10327         (get_sysdep_segment_value): Use ISO C style.
10328         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10329         semicolon.  Fix typo and formatting in comment.
10330         (_nl_unload_domain): Use ISO C style.
10332         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10334 2014-07-02  Will Newton  <will.newton@linaro.org>
10336         * malloc/obstack.c: Merge from gnulib master.
10337         [HAVE_CONFIG_H]: Remove conditional code.
10338         [!_LIBC]: Include config.h.
10339         [!ELIDE_CODE]: Don't include inttypes.h, include
10340         stdint.h unconditionally.
10341         (print_and_abort): Mark as _Noreturn.
10342         (_obstack_allocated_p): Mark as __attribute_pure__.
10343         (obstack_free): Rename to __obstack_free.
10344         [!__attribute__]: Remove conditional code.
10345         * malloc/obstack.h: Merge from gnulib master.
10346         [__cplusplus]: Move conditional down.
10347         [!__attribute_pure__]: Define __attribute_pure__ here
10348         if it is not already defined.
10349         (_obstack_memory_used): Mark as __attribute_pure__.
10350         [!__obstack_free]: Define as obstack_free.
10351         [__GNUC__]: Remove check for ancient NeXT gcc.
10353 2014-07-02  Will Newton  <will.newton@linaro.org>
10354             Paul Eggert  <eggert@cs.ucla.edu>
10356         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10358 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10360         * resolv/gethnamaddr.c: Add comment warning that the file is
10361         not maintained.
10363 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10365         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10366         entries.
10368         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10369         entry for aio_cancel and aio_cancel64.
10370         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10371         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10372         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10373         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10374         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10375         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10376         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10377         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10378         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10379         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10380         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10381         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10382         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10384 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10386         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10387         * nptl/pthread_mutex_lock.c: Likewise.
10388         * nptl/pthread_mutex_timedlock.c: Likewise.
10389         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10391 2014-07-01  Richard henderson  <rth@redhat.com>
10393         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10394         (__isnan, __isnanl): Remove.
10395         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10397         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10399 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10401         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10403 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10405         * resolv/nss_dns/dns-host.c (getanswer_r)
10406         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10408 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10410         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10411         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10412         undefine.
10413         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10414         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10416 2014-07-01  Roland McGrath <roland@hack.frob.com>
10418         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10419         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10421         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10422         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10424         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10425         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10426         ... here.
10427         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10428         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10430         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10431         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10432         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10433         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10435         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10436         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10437         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10438         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10439         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10440         Moved ...
10441         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10442         ... here.
10443         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10444         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10446         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10447         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10448         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10450         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10452         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10453         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10454         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10456         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10458         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10459         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10460         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10461         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10462         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10463         ... here.
10464         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10465         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10467         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10468         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10469         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10470         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10471         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10473 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10475         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10476         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10477         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10478         Add sysdep.
10480 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10484 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10486         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10487         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10489         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10491         * sysdeps/arm/libm-test-ulps: Regenerated.
10493 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10494             Roland McGrath <roland@hack.frob.com>
10496         * test-skeleton.c (signal_handler): Kill the whole process group
10497         before killing the child individually.
10498         (main): Report any failure on `setpgid'.
10500 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10502         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10503         from _TLS_H to _ARM_NPTL_TLS_H.
10504         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10505         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10507 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10509         [BZ #16539]
10510         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10511         (__expm1l): Return argument unchanged when small but not
10512         subnormal.
10514         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10515         include macro name.
10516         (_FP_UNPACK_RAW_1_P): Likewise.
10517         (_FP_PACK_RAW_1): Likewise.
10518         (_FP_PACK_RAW_1_P): Likewise.
10519         (_FP_MUL_MEAT_1_wide): Likewise.
10520         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10521         (_FP_MUL_MEAT_1_hard): Likewise.
10522         (_FP_DIV_MEAT_1_imm): Likewise.
10523         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10524         (_FP_DIV_MEAT_1_udiv): Likewise.
10525         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10526         (_FP_UNPACK_RAW_2): Likewise.
10527         (_FP_UNPACK_RAW_2_P): Likewise.
10528         (_FP_PACK_RAW_2): Likewise.
10529         (_FP_PACK_RAW_2_P): Likewise.
10530         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10531         (_FP_MUL_MEAT_2_wide): Likewise.
10532         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10533         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10534         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10535         (_FP_MUL_MEAT_2_gmp): Likewise.
10536         (_FP_DIV_MEAT_2_udiv): Likewise.
10537         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10538         (_FP_FRAC_SRL_4): Likewise.
10539         (_FP_FRAC_SRST_4): Likewise.
10540         (_FP_FRAC_SRS_4): Likewise.
10541         (_FP_UNPACK_RAW_4): Likewise.
10542         (_FP_UNPACK_RAW_4_P): Likewise.
10543         (_FP_PACK_RAW_4): Likewise.
10544         (_FP_PACK_RAW_4_P): Likewise.
10545         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10546         (_FP_MUL_MEAT_4_wide): Likewise.
10547         (_FP_MUL_MEAT_4_gmp): Likewise.
10548         (umul_ppppmnnn): Likewise.
10549         (_FP_DIV_MEAT_4_udiv): Likewise.
10550         (__FP_FRAC_ADD_4): Likewise.
10551         (__FP_FRAC_SUB_3): Likewise.
10552         (__FP_FRAC_SUB_4): Likewise.
10553         (__FP_FRAC_DEC_3): Likewise.
10554         (__FP_FRAC_DEC_4): Likewise.
10555         (__FP_FRAC_ADDI_4): Likewise.
10556         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10557         (_FP_FRAC_SRL_8): Likewise.
10558         (_FP_FRAC_SRS_8): Likewise.
10560         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10561         include macro name.
10562         (FP_UNPACK_RAW_EP): Likewise.
10563         (FP_PACK_RAW_E): Likewise.
10564         (FP_PACK_RAW_EP): Likewise.
10565         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10566         (_FP_ISSIGNAN): Likewise.
10567         (_FP_ADD_INTERNAL): Likewise.
10568         (_FP_FMA): Likewise.
10569         (_FP_CMP): Likewise.
10570         (_FP_SQRT): Likewise.
10571         (_FP_TO_INT): Likewise.
10572         (_FP_FROM_INT): Likewise.
10573         (FP_EXTEND): Likewise.
10574         (_FP_DIV_MEAT_N_loop): Likewise.
10576 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10578         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10579         throughout.
10581 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10583         [BZ #17097]
10584         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10585         result with correct sign in case of exponents that produce
10586         overflow except for X very close to 1.
10588 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10590         mktime: merge #if/#ifdef usage from glibc
10591         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10592         as that works with both Glibc's and Gnulib's style.
10593         See thread starting at Siddhesh Poyarekar's bug report at:
10594         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10596 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10598         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10599         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10600         * sysdeps/tile/tilegx/memmove.c: Remove file.
10602 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10604         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10605         abi-name definition.
10606         * scripts/soversions.awk: Do not handle or generate ABI lines.
10607         * shlib-versions: Remove ABI entries.
10608         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10609         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10611 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10613         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10614         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10615         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10616         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10617         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10618         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10619         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10620         Moved ...
10621         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10622         ... here.
10623         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10624         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10625         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10626         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10634         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10635         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10636         Moved ...
10637         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10638         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10639         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10640         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10641         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10642         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10643         Moved ...
10644         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10645         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10646         Moved ...
10647         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10648         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10649         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10650         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10651         Moved ...
10652         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10653         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10654         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10655         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10656         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10657         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10658         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10659         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10660         Moved ...
10661         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10662         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10663         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10664         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10665         Moved ...
10666         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10667         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10668         Moved ...
10669         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10670         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10671         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10672         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10673         Moved ...
10674         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10675         ... here.
10676         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10677         Identical file removed.
10678         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10679         Moved ...
10680         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10681         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10682         Identical file removed.
10683         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10684         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10685         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10686         Moved ...
10687         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10688         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10689         Identical file removed.
10690         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10691         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10692         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10693         Identical file removed.
10694         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10695         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10696         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10697         Identical file removed.
10698         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10699         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10700         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10701         Identical file removed.
10702         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10703         Moved ...
10704         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10705         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10706         Identical file removed.
10707         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10708         Moved ...
10709         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10710         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10711         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10712         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10713         Identical file removed.
10714         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10715         Moved ...
10716         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10717         ... here.
10718         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10719         Identical file removed.
10720         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10721         Moved ...
10722         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10723         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10724         Identical file removed.
10725         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10726         Moved ...
10727         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10728         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10731         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10732         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10733         Moved ...
10734         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10735         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10736         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10738         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10739         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10740         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10741         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10742         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10744 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10746         [BZ #17092]
10747         * nscd/nscd.c (monitor_child): Return exit status of child
10748         instead of return value from wait syscall.
10750 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10752         * configure.ac (libc_commonpagesize): Remove variable.
10753         (libc_relro_required): Likewise.
10754         (libc_cv_z_relro): Remove configure test.
10755         * configure: Regenerated.
10756         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10757         variable.
10758         (libc_relro_required): Likewise.
10759         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10760         (libc_relro_required): Likewise.
10761         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10762         (libc_relro_required): Likewise.
10763         * sysdeps/arm/preconfigure: Regenerated.
10764         * sysdeps/ia64/preconfigure: Remove file.
10765         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10766         variable.
10767         (libc_relro_required): Likewise.
10769         [BZ #16561]
10770         [BZ #16562]
10771         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10772         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10773         recompute overflowing results in original rounding mode.
10774         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10775         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10776         recompute overflowing results in original rounding mode.
10777         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10778         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10779         recompute overflowing results in original rounding mode.
10780         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10781         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10782         recompute overflowing results in original rounding mode.
10783         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10784         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10785         recompute overflowing results in original rounding mode.
10786         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10787         (libc_feholdsetround_ctx): New macro.
10788         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10789         * sysdeps/i386/fpu/libm-test-ulps: Update.
10790         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10792 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10794         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10795         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10796         corresponding .cpsetup call.
10798 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10800         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10801         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10802         * sysdeps/arm/Makefile [$(subdir) = csu]
10803         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10804         (static-only-routines): Add aeabi_read_tp here.
10805         (shared-only-routines): Add libc-aeabi_read_tp here.
10806         (CFLAGS-libc-start.c): Add -fexceptions here.
10807         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10808         (sysdep_routines, static-only-routines, shared-only-routines):
10809         Don't add to these here.
10810         (CFLAGS-libc-start.c): Likewise.
10812         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10813         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10814         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10815         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10816         * sysdeps/arm/Makefile [$(subdir) = rt]
10817         (librt-sysdep_routines, librt-shared-only-routines):
10818         Append rt-aeabi_unwind_cpp_pr1 here.
10819         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10820         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10821         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10822         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10823         Append nptl-aeabi_unwind_cpp_pr1 here.
10824         (tests): Filter out tst-cleanupx4 here.
10825         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10826         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10827         Don't do those here.
10829 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10831         * scripts/list-sources.sh: Do not handle ports specially.
10833 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10835         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10836         * sysdeps/arm/feupdateenv.c: Likewise.
10838         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10840 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10842         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10843         trailing whitespace removed.
10844         * scripts/config.guess: Update to version 2014-03-23.
10845         * scripts/config.sub: Update to version 2014-05-01
10846         * scripts/install-sh: Update to version 2013-12-25.23.
10847         * scripts/move-if-change: Update from gnulib.
10849 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10851         * debug/memmove_chk.c: Remove pagecopy.h include.
10853 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10855         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10856         identical to gnulib mktime.
10858 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10860         * configure.ac: Do not test for machine being rs6000.  Do not test
10861         for powerpc*-*soft.
10862         * configure: Regenerated.
10864         [BZ #11505]
10865         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10866         test.
10867         * configure: Regenerated.
10868         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10869         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10870         Remove configure test.
10871         * sysdeps/arm/configure: Regenerated.
10872         * sysdeps/nptl/configure.ac: Do not check
10873         libc_cv_asm_cfi_directives.
10874         * sysdeps/nptl/configure: Regenerated.
10875         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10876         * sysdeps/x86_64/nptl/configure: Remove generated file.
10877         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10878         unconditional.
10879         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10881 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10883         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10884         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10885         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10886         it is defined.
10888         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10889         instead of whether it is defined.
10890         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10891         * sysdeps/hppa/dl-machine.h: Likewise.
10892         * sysdeps/ia64/dl-machine.h: Likewise.
10893         * sysdeps/m68k/dl-machine.h: Likewise.
10894         * sysdeps/microblaze/dl-machine.h: Likewise.
10895         * sysdeps/mips/dl-machine.: Likewise.
10896         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10897         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10898         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10899         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10900         * sysdeps/sh/dl-machine.h: Likewise.
10901         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10902         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10903         * sysdeps/tile/dl-machine.h: Likewise.
10904         * sysdeps/x86_64/dl-machine.h: Likewise.
10906         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10907         code.
10908         (verify_persistent_db): Likewise.
10910 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10913         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10915         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10917         Moved ...
10918         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10919         ... here.
10920         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10921         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10923         Identical file removed.
10924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10925         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10927         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10929         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10931         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10933         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10935         Moved ...
10936         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10938         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10940         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10942         Moved ...
10943         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10945         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10947         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10948         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10949         Identical file removed.
10950         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10951         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10952         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10953         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10954         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10955         Moved ...
10956         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10957         ... here.
10958         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10959         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10960         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10961         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10963         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10965         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10967         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10969         Moved ...
10970         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10972         Moved ...
10973         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10975         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10977         Moved ...
10978         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10980         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10982         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10983         folded into ...
10984         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10985         * sysdeps/unix/sysv/linux/s390/Versions
10986         (libpthread: GLIBC_2.19): New version set.
10987         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10988         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10989         (librt: GLIBC_2.3.3): New version set.
10990         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10991         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10992         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10993         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10994         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10995         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10996         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10997         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10998         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10999         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11000         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11001         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11002         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11003         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11004         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11005         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11006         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11007         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11008         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11009         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11010         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11011         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11012         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11013         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11014         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11015         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11016         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11017         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11018         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11019         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11020         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11021         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11023         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11024         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11025         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11026         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11027         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11028         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11029         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11030         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11031         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11032         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11033         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11034         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11036         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11037         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11038         (__libc_vfork): Define the function under this name.
11039         [!NOT_IN_libc] (__vfork): Make this an alias.
11040         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11041         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11042         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11043         (__libc_vfork): Define the function under this name.
11044         [!NOT_IN_libc] (__vfork): Make this an alias.
11045         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11046         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11047         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11048         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11049         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11050         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11052         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11053         code that was previously under [RESET_PID].
11054         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11055         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11056         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11058         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11059         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11060         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11061         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11062         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11063         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11064         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11065         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11066         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11067         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11068         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11069         Moved ...
11070         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11071         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11072         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11073         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11074         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11075         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11076         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11077         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11078         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11080         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11081         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11082         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11083         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11084         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11085         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11086         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11087         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11088         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11089         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11090         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11091         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11092         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11093         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11094         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11095         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11096         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11097         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11098         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11100 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11102         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11103         that was previously under [RESET_PID].
11104         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11106 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11108         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11109         not undefine and redefine.
11110         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11111         [O_CLOEXEC]: Make code unconditional.
11112         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11113         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11114         <kernel-features.h>.
11115         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11116         conditional variable definition.
11117         (shm_open) [O_CLOEXEC]: Make code unconditional.
11118         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11119         code.
11121         * configure.ac (USE_REGPARMS): Don't define here.
11122         * configure: Regenerated.
11123         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11124         * sysdeps/i386/configure: Regenerated.
11126         * nptl/createthread.c: Don't include kernel-features.h.
11127         * nptl/pthread_cancel.c: Likewise.
11128         * nptl/pthread_condattr_setclock.c: Likewise.
11129         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11130         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11131         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11132         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11133         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11134         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11135         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11136         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11137         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11138         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11139         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11140         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11141         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11142         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11143         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11144         * nscd/gai.c: Likewise.
11145         * nss/nss_db/db-open.c: Likewise.
11146         * sysdeps/generic/ldsodefs.h: Likewise.
11147         * sysdeps/sh/nptl/tls.h: Likewise.
11148         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11149         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11150         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11151         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11152         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11153         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11154         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11155         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11156         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11157         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11158         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11159         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11160         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11161         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11162         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11163         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11164         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11165         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11166         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11167         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11168         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11169         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11170         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11171         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11172         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11173         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11174         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11175         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11176         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11177         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11178         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11179         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11180         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11181         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11182         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11183         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11184         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11185         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11186         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11187         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11188         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11189         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11190         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11191         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11192         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11193         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11194         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11195         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11196         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11197         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11198         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11199         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11200         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11201         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11202         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11203         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11204         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11205         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11228         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11229         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11230         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11231         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11232         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11233         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11234         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11235         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11236         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11237         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11238         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11239         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11240         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11241         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11242         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11243         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11244         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11245         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11246         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11247         * sysdeps/unix/sysv/linux/system.c: Likewise.
11248         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11249         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11250         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11251         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11252         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11253         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11254         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11256         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11257         * configure: Regenerated.
11258         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11260         * configure.ac (base_machine): Do not set specially for particular
11261         machines here.
11262         * configure: Regenerated.
11263         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11264         settings from configure.ac.
11265         * sysdeps/i386/preconfigure: New file.
11266         * sysdeps/s390/preconfigure: Likewise.
11267         * sysdeps/sh/preconfigure: Likewise.
11268         * sysdeps/sparc/preconfigure: Likewise.
11270 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11272         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11273         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11274         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11275         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11276         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11277         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11278         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11279         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11280         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11281         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11282         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11283         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11284         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11285         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11286         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11287         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11288         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11289         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11290         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11292         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11293         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11294         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11295         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11296         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11297         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11298         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11299         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11300         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11301         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11302         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11303         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11304         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11305         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11306         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11307         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11308         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11309         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11310         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11311         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11312         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11313         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11314         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11315         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11316         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11317         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11318         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11319         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11320         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11321         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11322         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11323         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11324         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11325         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11326         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11327         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11328         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11329         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11332         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11334         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11335         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11336         Moved ...
11337         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11338         ... here.
11339         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11340         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11341         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11342         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11344         Moved ...
11345         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11347         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11349         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11350         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11351         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11352         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11353         Moved ...
11354         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11356         Moved ...
11357         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11359         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11361         Moved ...
11362         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11364         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11366         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11367         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11368         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11369         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11370         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11371         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11372         Moved ...
11373         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11374         ... here.
11375         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11376         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11377         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11378         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11380         Moved ...
11381         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11383         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11385         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11387         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11389         Moved ...
11390         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11392         Moved ...
11393         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11395         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11397         Moved ...
11398         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11400         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11402         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11404 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11406         * timezone/checktab.awk: Update from tzcode 2014e.
11407         * timezone/private.h: Likewise.
11408         * timezone/tzfile.h: Likewise.
11409         * timezone/zdump.c: Likewise.
11410         * timezone/zic.c: Likewise.
11412         * sysdeps/unix/sysv/linux/kernel-features.h
11413         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11414         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11415         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11416         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11417         Remove conditional code.
11419 2014-06-25  Will Newton  <will.newton@linaro.org>
11421         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11422         (_dl_arm_cap_flags): Add HWCAP2 values.
11423         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11424         (_DL_HWCAP_COUNT): Increase to 37.
11425         (_DL_HWCAP_LAST): New define.
11426         (_DL_HWCAP2_LAST): New define.
11427         (_dl_procinfo): Add support for printing
11428         AT_HWCAP2 entries.
11429         (_dl_string_hwcap): Use _dl_hwcap_string.
11431 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11433         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11435 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11437         * README: Do not mention ports directory.
11439         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11440         Remove macro.
11441         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11442         <kernel-features.h>.
11443         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11444         conditional variable definition.
11445         (__futimes): Update comment.
11446         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11447         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11449         [BZ #16560]
11450         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11451         arguments close to 0.
11452         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11453         Likewise.
11454         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11455         Likewise.
11456         * math/auto-libm-test-in: Add more tests of exp10.
11457         * math/auto-libm-test-out: Regenerated.
11458         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11460         * sysdeps/unix/sysv/linux/kernel-features.h
11461         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11462         * sysdeps/unix/sysv/linux/readv.c: Do not include
11463         <kernel-features.h>.
11464         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11465         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11466         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11467         unconditional.
11468         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11469         conditional code.
11470         * sysdeps/unix/sysv/linux/writev.c: Do not include
11471         <kernel-features.h>.
11472         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11473         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11474         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11475         unconditional.
11476         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11477         conditional code.
11479 2014-06-25  Will Newton  <will.newton@linaro.org>
11481         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11482         comment changes throughout the file.  Remove checks
11483         for HAVE_*_H definitions that are not required.
11484         (__gen_tempname): Call abort if an unknown kind value is
11485         passed.
11487 2014-06-25  Andreas Schwab  <schwab@suse.de>
11489         [BZ #17086]
11490         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11491         scalbln, scalblnf, scalblnl in libc.
11493 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11495         [BZ #17086]
11496         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11497         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11498         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11500 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11502         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11503         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11504         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11505         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11506         Update #include.
11507         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11508         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11509         Update #include.
11510         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11511         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11512         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11513         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11514         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11515         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11516         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11517         * sysdeps/x86/bits/semaphore.h: ... here.
11518         * sysdeps/x86/nptl/elide.h: Moved ...
11519         * sysdeps/x86/elide.h: ... here.
11520         * sysdeps/x86_64/nptl/Implies: File removed.
11521         * sysdeps/i386/nptl/Implies: File removed.
11523 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11525         [BZ #16539]
11526         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11527         return the argument for normal arguments with exponent below -64.
11528         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11529         Likewise.
11530         * math/auto-libm-test-in: Add another test of expm1.
11531         * math/auto-libm-test-out: Regenerated.
11533         [BZ #16287]
11534         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11535         calling __erfcl for arguments at least 16.
11536         * math/auto-libm-test-in: Add more tests of erf.
11537         * math/auto-libm-test-out: Regenerated.
11539         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11540         individual architectures.
11541         * sysdeps/unix/sysv/linux/configure: Regenerated.
11542         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11543         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11544         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11545         (ldd_rewrite_script): Define variable.
11546         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11548         file.
11549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11550         generated file.
11551         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11552         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11553         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11554         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11555         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11556         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11557         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11558         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11560 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11562         [BZ #17084]
11563         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11564         Rename member __data.d to __data.__elision_data.
11566 2014-06-24  Wilco  <wdijkstr@arm.com>
11568         * NEWS: Add 16918 to fixed bug list.
11570 2014-06-24  Wilco  <wdijkstr@arm.com>
11572         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11574 2014-06-24  Wilco  <wdijkstr@arm.com>
11576         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11577         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11578         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11579         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11580         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11581         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11582         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11583         Use _FPU_MASK_RM.
11585 2014-06-24  Wilco  <wdijkstr@arm.com>
11587         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11589 2014-06-24  Wilco  <wdijkstr@arm.com>
11591         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11592         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11593         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11594         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11596 2014-06-24  Wilco  <wdijkstr@arm.com>
11598         [BZ #16918]
11599         * sysdeps/arm/feupdateenv.c (feupdateenv):
11600         Rewrite to reduce FPSCR accesses and fix return value.
11602 2014-06-24  Wilco  <wdijkstr@arm.com>
11604         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11605         Optimize to avoid unnecessary FPSCR writes.
11606         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11607         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11608         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11609         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11611 2014-06-24  Wilco  <wdijkstr@arm.com>
11613         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11614         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11615         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11616         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11617         Call libc_fetestexcept_vfp.
11618         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11619         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11620         __SOFTFP__ ifdef so that they can be built for softfp.
11622 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11624         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11625         argument type signed char.
11627         * Makerules (check-abi): Dump diff of symlist if the test
11628         fails.
11630 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11632         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11633         using abort.
11635         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11636         Remove unused variable ST.
11638 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11640         [BZ #16354]
11641         [BZ #17061]
11642         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11643         small arguments before calling __expm1.
11644         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11645         small arguments before calling __expm1f.
11646         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11647         small arguments before calling __expm1l.
11648         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11649         Likewise.
11650         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11651         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11652         spurious underflow for some cosh tests.
11653         * math/auto-libm-test-out: Regenerated.
11654         * sysdeps/i386/fpu/libm-test-ulps: Update.
11656         [BZ #17050]
11657         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11658         (__ieee754_y1): Set errno if return value overflows.
11659         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11660         (__ieee754_y1f): Set errno if return value overflows.
11661         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11662         (__ieee754_y1l): Set errno if return value overflows.
11663         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11664         (__ieee754_y1l): Set errno if return value overflows.
11665         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11666         * math/auto-libm-test-out: Regenerated.
11668         * math/gen-auto-libm-tests.c: Document use of
11669         ignore-zero-inf-sign.
11670         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11671         (input_flags): Add ignore-zero-inf-sign.
11672         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11673         * math/gen-libm-test.pl (generate_testfile): Handle
11674         ignore-zero-inf-sign.
11675         * math/auto-libm-test-in: Mark some cpow tests with
11676         ignore-zero-inf-sign and some with xfail-rounding.
11677         * math/auto-libm-test-out: Regenerated.
11678         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11679         * sysdeps/i386/fpu/libm-test-ulps: Update.
11680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11682         [BZ #16315]
11683         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11684         overflowing or underflowing operations take place with sign of
11685         result.
11686         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11687         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11688         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11689         (__ieee754_pow): Recompute overflowing and underflowing results in
11690         original rounding mode.
11691         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11692         (__powl_helper): Allow negative argument X and scale negated value
11693         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11694         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11695         overflowing or underflowing operations take place with sign of
11696         result.
11697         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11698         Include <math.h>.
11699         * math/auto-libm-test-in: Add more tests of pow.
11700         * math/auto-libm-test-out: Regenerated.
11701         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11702         (pow_tonearest_test_data): Remove.
11703         (pow_test_tonearest): Likewise.
11704         (pow_towardzero_test_data): Likewise.
11705         (pow_test_towardzero): Likewise.
11706         (pow_downward_test_data): Likewise.
11707         (pow_test_downward): Likewise.
11708         (pow_upward_test_data): Likewise.
11709         (pow_test_upward): Likewise.
11710         (main): Don't call removed functions.
11711         * sysdeps/i386/fpu/libm-test-ulps: Update.
11712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11714 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11717         Moved ...
11718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11720         Moved ...
11721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11723         Moved ...
11724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11726         Moved ...
11727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11729         File removed.
11730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11731         File removed.
11732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11733         File removed.
11734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11735         File removed.
11736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11737         File removed.
11738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11739         File removed.
11740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11741         File removed.
11742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11743         File removed.
11744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11745         File removed.
11746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11747         File removed.
11748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11749         File removed.
11750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11751         File removed.
11752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11753         Moved ...
11754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11756         Moved ...
11757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11758         ... here.
11759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11760         Moved ...
11761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11763         Moved ...
11764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11766         Moved ...
11767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11769         Moved ...
11770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11772         Moved ...
11773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11775         Moved ...
11776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11778         Moved ...
11779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11782         ... here.
11783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11789         ... here.
11790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11791         Moved ...
11792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11793         ... here.
11794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11795         Moved ...
11796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11797         ... here.
11798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11799         Moved ...
11800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11802         Moved ...
11803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11807         Moved ...
11808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11809         ... here.
11810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11811         Moved ...
11812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11813         ... here.
11814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11815         Moved ...
11816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11818         Moved ...
11819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11821         Moved ...
11822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11824         Moved ...
11825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11827         Moved ...
11828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11829         ... here.
11830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11831         Moved ...
11832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11834         Moved ...
11835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11837         Moved ...
11838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11840         Moved ...
11841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11845         Moved ...
11846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11848         Moved ...
11849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11851         Moved ...
11852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11853         ... here.
11854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11855         Moved ...
11856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11857         ... here.
11858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11859         Moved ...
11860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11861         ... here.
11862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11863         Moved ...
11864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11866         Moved ...
11867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11869         Moved ...
11870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11872         Moved ...
11873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11874         ... here.
11875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11876         Moved ...
11877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11878         ... here.
11879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11880         Moved ...
11881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11882         ... here.
11883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11884         Moved ...
11885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11887         Moved ...
11888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11890 2014-06-23  Will Newton  <will.newton@linaro.org>
11891             Wilco  <wdijkstr@arm.com>
11893         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11894         implementation.  Include get-rounding-mode.h.
11895         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11896         [!libc_feholdsetround_noex_ctx]: Define
11897         libc_feholdsetround_noex_ctx.
11898         [!libc_feholdsetround_noexf_ctx]: Define
11899         libc_feholdsetround_noexf_ctx.
11900         [!libc_feholdsetround_noexl_ctx]: Define
11901         libc_feholdsetround_noexl_ctx.
11902         (libc_feholdsetround_ctx): New function.
11903         (libc_feresetround_ctx): New function.
11904         (libc_feholdsetround_noex_ctx): New function.
11905         (libc_feresetround_noex_ctx): New function.
11907 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11909         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11910         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11911         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11912         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11913         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11914         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11916         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11917         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11918         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11919         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11920         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11921         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11922         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11923         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11924         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11925         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11926         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11927         Moved ...
11928         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11929         ... here.
11930         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11931         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11932         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11933         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11934         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11935         Moved ...
11936         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11937         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11938         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11939         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11940         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11941         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11942         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11943         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11944         Moved ...
11945         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11946         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11947         Moved ...
11948         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11949         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11950         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11951         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11952         Moved ...
11953         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11954         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11955         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11956         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11957         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11958         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11959         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11960         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11961         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11962         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11963         Moved ...
11964         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11965         ... here.
11966         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11967         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11968         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11969         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11970         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11971         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11972         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11973         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11974         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11975         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11976         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11977         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11978         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11979         Moved ...
11980         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11981         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11982         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11983         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11984         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11985         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11986         Moved ...
11987         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11988         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11989         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11990         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11991         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11993         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11994         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11995         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11996         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11997         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11998         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11999         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12000         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12001         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12002         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12004         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12005         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12006         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12007         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12008         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12009         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12010         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12011         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12012         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12013         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12014         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12015         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12016         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12017         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12018         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12019         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12020         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12022 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12024         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12025         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12026         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12027         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12028         (IPV6_PMTUDISC_INTERFACE): Likewise.
12029         (IPV6_PMTUDISC_OMIT): Likewise.
12031 2014-06-23  Andreas Schwab  <schwab@suse.de>
12033         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12034         Remove unused errout label.
12036 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12038         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12039         macro: hardware supports Vector Crypto instructions.
12041 2014-06-23  Will Newton  <will.newton@linaro.org>
12043         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12044         rather than __builtin_expect.
12046         * elf/dl-lookup.c (undefined_msg): Remove variable.
12047         (_dl_lookup_symbol_x): Replace undefined_msg with string
12048         literal.
12050         * elf/dl-lookup.c (do_lookup_unique): New function.
12051         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12052         to a separate function.
12054 2014-06-23  Andreas Schwab  <schwab@suse.de>
12056         [BZ #17079]
12057         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12058         before reading the next line.
12060 2014-06-23  Will Newton  <will.newton@linaro.org>
12062         * test-skeleton.c (signal_handler): Use printf and %m
12063         rather than perror.  Use printf rather than fprintf to
12064         stderr.  Use puts rather than fputs to stderr.
12065         (main): Likewise.
12067 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12069         * nscd/nscd.c (thread_info_t): Remove typedef.
12070         (thread_info): Remove variable.
12072 2014-06-21  Allan McRae  <allan@archlinux.org>
12074         * NEWS: Mention CVE-2014-4043.
12076 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12078         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12079         * nptl/smp.h: ... here.
12081         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12083         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12084         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12085         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12086         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12088         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12089         * nptl/stack-aliasing.h: New file.
12090         * sysdeps/i386/i686/stack-aliasing.h: New file.
12091         * sysdeps/i386/i686/nptl/Makefile: File removed.
12092         * sysdeps/x86_64/stack-aliasing.h: New file.
12093         * sysdeps/x86_64/nptl/Makefile
12094         (CFLAGS-pthread_create.c): Variable removed.
12096         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12097         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12098         old file.
12099         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12100         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12101         old file.
12103 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12105         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12106         (__ASSUME_SIGFRAME_V2): Remove macro.
12107         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12108         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12109         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12110         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12111         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12112         Declare as function.  Remove conditional macro definitions.
12113         (__default_rt_sa_restorer): Likewise.
12114         (__default_sa_restorer_v1): Remove declaration.
12115         (__default_sa_restorer_v2): Likewise.
12116         (__default_rt_sa_restorer_v1): Likewise.
12117         (__default_rt_sa_restorer_v2): Likewise.
12118         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12119         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12120         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12122 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12124         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12125         (libpthread-routines): Add sysdep.
12126         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12127         * sysdeps/unix/sysv/linux/sparc/Versions
12128         (libpthread: GLIBC_2.3.3): New version set.
12129         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12130         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12131         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12132         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12133         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12134         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12135         Moved ...
12136         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12137         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12138         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12139         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12140         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12141         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12142         * sysdeps/sparc/nptl/sem_init.c: ... here.
12143         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12144         * sysdeps/sparc/nptl/sem_post.c: ... here.
12145         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12146         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12148         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12149         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12150         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12151         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12152         (libpthread-routines): Add cpu_relax.
12153         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12154         File removed.
12155         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12156         (librt: GLIBC_2.3.3): New version set.
12157         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12158         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12159         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12160         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12161         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12162         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12163         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12165         Moved ...
12166         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12167         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12168         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12169         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12170         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12171         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12172         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12173         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12174         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12175         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12176         Moved ...
12177         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12178         Update #include.
12179         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12180         Moved ...
12181         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12182         Update #include.
12183         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12184         Moved ...
12185         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12186         Update #include.
12187         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12188         Moved ...
12189         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12190         Update #include.
12191         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12192         Moved ...
12193         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12194         Update #include.
12195         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12196         Moved ...
12197         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12198         Update #include.
12199         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12200         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12201         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12203         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12204         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12205         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12206         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12207         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12208         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12209         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12210         Moved ...
12211         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12212         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12213         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12214         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12215         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12217 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12219         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12220         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12221         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12222         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12223         * nscd/nscd.c: Likewise.
12224         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12225         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12226         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12227         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12229         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12230         <kernel-features.h>.
12231         (init_mq_netlink): Remove conditional have_sock_cloexec
12232         definitions.  Remove code conditional on have_sock_cloexec < 0.
12233         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12234         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12235         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12236         <kernel-features.h>.
12237         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12238         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12240 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12242         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12243         Add tests for memset_chk and memset.
12245         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12246         with AVX2_Usable.
12248 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12250         [BZ #16046]
12251         * elf/tst-dl-iter-static.c: New file.
12252         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12254         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12255         error.
12257 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12259         * sysdeps/unix/sysv/linux/kernel-features.h
12260         (__ASSUME_F_GETOWN_EX): Remove macro.
12261         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12262         <kernel-features.h>.
12263         (miss_F_GETOWN_EX): Remove variable or macro.
12264         (do_fcntl): Do not check miss_F_GETOWN_EX.
12265         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12267         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12268         Remove macro.
12269         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12270         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12271         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12273         * sysdeps/unix/sysv/linux/kernel-features.h
12274         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12275         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12276         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12277         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12279 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12281         [BZ #17075]
12282         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12283         Fix calculation of the symbol's value.
12284         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12285         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12286         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12287         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12288         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12289         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12290         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12291         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12292         (modules-names): Add `tst-armtlsdescmod',
12293         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12294         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12295         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12296         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12297         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12298         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12299         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12300         ($(objpfx)tst-armtlsdescloc): New dependency.
12301         ($(objpfx)tst-armtlsdescextnow): Likewise.
12302         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12303         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12304         TLS scheme support.
12305         * sysdeps/arm/configure: Regenerate.
12307 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12309         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12310         (__atfct_seterrno_2): Likewise.
12311         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12312         <kernel-features.h>.
12313         (__ASSUME_ATFCTS): Do not undefine and redefine.
12314         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12315         (__have_atfcts): Remove conditional definition.
12316         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12317         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12318         unreachable if [__ASSUME_ATFCTS].
12319         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12320         not undefine and redefine.
12321         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12322         <kernel-features.h>.
12323         (faccessat) [__NR_faccessat]: Make code unconditional.
12324         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12325         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12326         <kernel-features.h>.
12327         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12328         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12329         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12330         <kernel-features.h>.
12331         (fchownat) [__NR_fchownat]: Make code unconditional.
12332         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12333         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12334         <kernel-features.h>.
12335         (futimesat) [__NR_futimesat]: Make code unconditional.
12336         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12337         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12338         <kernel-features.h>.
12339         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12340         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12341         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12342         <kernel-features.h>.
12343         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12344         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12345         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12346         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12347         <kernel-features.h>.
12348         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12349         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12350         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12351         <kernel-features.h>.
12352         (linkat) [__NR_linkat]: Make code unconditional.
12353         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12354         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12355         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12356         <kernel-features.h>.
12357         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12358         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12359         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12360         <kernel-features.h>.
12361         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12362         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12363         * sysdeps/unix/sysv/linux/openat.c: Do not include
12364         <kernel-features.h>.
12365         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12366         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12367         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12368         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12369         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12370         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12371         <kernel-features.h>.
12372         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12373         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12374         result of INLINE_SYSCALL directly, not via int variable.
12375         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12376         <kernel-features.h>.
12377         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12378         (renameat) [__NR_renameat]: Make code unconditional.
12379         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12380         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12381         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12382         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12383         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12384         (__ASSUME_ATFCTS): Do not undefine and redefine.
12385         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12386         <kernel-features.h>.
12387         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12388         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12389         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12390         <kernel-features.h>.
12391         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12392         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12393         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12394         (__ASSUME_ATFCTS): Do not undefine and redefine.
12395         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12396         <kernel-features.h>.
12397         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12398         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12399         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12400         <kernel-features.h>.
12401         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12402         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12404 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12406         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12408 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12410         [BZ #17069]
12411         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12412         constructed tree before returning error.
12413         * posix/bug-regexp36.c: Expand test case.
12415 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12417         [BZ #6803]
12418         * math/libm-test.inc (scalbln_test_date):
12419         Add errno expectations.
12420         * math/w_scalblnf.c: New File.
12421         Add wrapper which checks for setting errno to ERANGE.
12422         Add weak_alias for corresponding scalbln function.
12423         * math/w_scalbln.c: Likewise.
12424         * math/w_scalblnl.c: Likewise.
12425         * math/Makefile (libm-calls): Add w_scalbln.
12426         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12427         Remove weak_alias for corresponding scalbln function.
12428         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12429         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12430         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12431         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12432         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12433         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12434         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12435         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12436         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12437         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12438         Remove long_double_symbol for scalblnl function in libm, libc.
12439         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12440         Add wrapper which checks for setting errno to ERANGE.
12441         Add long_double_symbol for scalblnl function in libm, libc.
12442         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12443         Remove long_double_symbol for scalblnl in libm.
12444         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12445         Add wrapper which checks for setting errno to ERANGE.
12446         Add long_double_symbol for scalblnl function in libm.
12447         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12448         Do not use wrapper because of own implementation.
12450 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12452         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12453         3 bytes for __pad1 for x32.
12454         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12456 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12457             H.J. Lu  <hongjiu.lu@intel.com>
12459         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12460         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12461         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12462         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12463         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12465 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12467         [BZ #17069]
12468         * posix/regcomp.c (parse_expression): Deallocate partially
12469         constructed tree before returning error.
12470         * posix/Makefile.c (tests): Add bug-regex36.
12471         (generated): Add bug-regex36.mtrace.
12472         (tests-special): Add $(objpfx)bug-regex36-mem.out
12473         (bug-regex36-ENV): New variable.
12474         ($(objpfx)bug-regex36-mem.out): New rule.
12475         * posix/bug-regex36.c: New file.
12477 2014-06-19  Will Newton  <will.newton@linaro.org>
12479         * malloc/malloc.c (systrim): If extra is zero then return
12480         early.
12482 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12484         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12486 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12488         * sysdeps/aarch64/strchr.S: New file.
12490 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12492         [BZ #17022]
12493         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12494         from arguments -2 or below.
12495         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12496         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12498 2014-06-18  Andreas Schwab  <schwab@suse.de>
12500         [BZ #17062]
12501         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12502         of a bracket expr not to run off the end of the string.
12503         * posix/Makefile (tests): Add tst-fnmatch3.
12504         * posix/tst-fnmatch3.c: New file.
12506 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12508         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12509         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12510         [$(cross-compiling) = no]: Likewise.
12511         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12512         [$(cross-compiling) = no]: Likewise.
12514 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12516         [BZ #17031]
12517         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12518         double, adjusted for any remainder from the high double.
12519         * math/libm-test.inc (nearbyint): Add tests.
12520         (rint): Likewise.
12522 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12524         * nptl/sysdeps/powerpc/Makefile: Moved ...
12525         * sysdeps/powerpc/nptl/Makefile: ... here.
12526         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12527         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12528         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12529         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12530         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12531         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12532         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12533         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12534         * nptl/sysdeps/powerpc/tls.h: Moved ...
12535         * sysdeps/powerpc/nptl/tls.h: ... here.
12537 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12539         [BZ #16681]
12540         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12541         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12542         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12543         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12544         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12545         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12546         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12547         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12548         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12550 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12552         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12554 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12556         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12557         defined operator.
12559         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12560         $TIMEOUTFACTOR.
12562 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12564         [BZ #17058]
12565         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12566         non-executed part of the test.
12568 2014-06-16  Andreas Schwab  <schwab@suse.de>
12570         * string/bits/string2.h (strdup, strndup): Update feature guard.
12572 2014-06-14  David S. Miller  <davem@davemloft.net>
12574         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12576 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12578         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12579         that was previously under [RESET_PID].
12580         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12582         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12583         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12584         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12585         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12586         (__libc_vfork): New strong alias.
12587         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12589 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12591         * sysdeps/generic/elide.h: New file.
12593 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12595         * Makefile (installed-headers): Adjust path of pthread.h header.
12597 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12599         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12600         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12601         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12602         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12604         * nptl/sysdeps/s390/Makefile: Moved ...
12605         * sysdeps/s390/nptl/Makefile: ... here.
12606         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12607         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12608         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12609         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12610         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12611         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12612         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12613         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12614         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12615         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12616         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12617         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12618         * nptl/sysdeps/s390/tls.h: Moved ...
12619         * sysdeps/s390/nptl/tls.h: ... here.
12621         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12622         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12624 2014-06-13  David S. Miller  <davem@davemloft.net>
12626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12627         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12629         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12631         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12633         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12634         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12635         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12636         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12637         Remove RESET_PID cpp guards.
12638         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12639         Remove RESET_PID cpp guards.
12640         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12642 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12644         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12645         __sp to uintptr_t.
12647 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12649         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12650         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12651         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12652         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12653         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12654         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12655         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12656         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12657         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12658         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12659         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12660         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12661         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12662         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12663         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12664         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12665         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12666         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12667         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12668         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12670         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12671         (pthread_rwlock_rdlock): Add elision.
12672         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12673         (pthread_rwlock_wrlock): Add elision.
12674         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12675         (pthread_rwlock_trywrlock): Add elision.
12676         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12677         (pthread_rwlock_tryrdlock): Add elision.
12678         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12679         (pthread_rwlock_tryrdlock): Add elision unlock.
12680         * nptl/sysdeps/pthread/pthread.h:
12681         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12682         (PTHREAD_RWLOCK_INITIALIZER,
12683         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12684         Handle new elision field.
12685         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12686         * sysdeps/arm/nptl/bits/pthreadtypes.h
12687         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12688         * sysdeps/sh/nptl/bits/pthreadtypes.h
12689         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12690         * sysdeps/tile/nptl/bits/pthreadtypes.h
12691         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12692         * sysdeps/a/nptl/bits/pthreadtypes.h
12693         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12694         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12695         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12696         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12697         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12698         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12699         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12700         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12701         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12702         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12703         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12704         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12705         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12706         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12707         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12708         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12709         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12710         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12711         (elision_init): Set try_xbegin to zero when no RTM.
12712         * sysdeps/x86/nptl/bits/pthreadtypes.h
12713         (pthread_rwlock_t): Change __pad1 to __rwelision.
12714         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12716 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12718         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12719         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12720         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12721         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12723 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12725         [BZ #16996]
12726         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12727         that the cached result has been set before returning it.
12729 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12731         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12732         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12733         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12734         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12735         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12736         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12738         * nptl/sysdeps/sparc/Makefile: Moved ...
12739         * sysdeps/sparc/nptl/Makefile: ... here.
12740         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12741         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12742         * nptl/sysdeps/sparc/tls.h: Moved ...
12743         * sysdeps/sparc/nptl/tls.h: ... here.
12744         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12745         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12746         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12747         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12748         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12749         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12750         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12751         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12752         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12753         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12754         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12755         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12756         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12757         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12758         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12759         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12760         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12761         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12762         Update #include.
12763         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12764         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12765         Update #include.
12766         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12767         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12768         Update #include.
12769         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12770         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12771         Update #include.
12773         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12775         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12776         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12778         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12779         (struct list_links): Type removed.
12780         (struct thread_node, struct timer_node): Replace struct list_links
12781         with struct list_head.
12782         (list_unlink_ip): Likewise.
12783         * sysdeps/pthread/timer_routines.c
12784         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12785         (list_append, list_insbefore): Likewise.
12786         (list_init): Function removed.
12787         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12788         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12789         * sysdeps/pthread/Makefile: ... here, new file.
12791         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12792         * sysdeps/nptl/Implies: ... here.
12793         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12794         * nptl/sysdeps/pthread/list.h: Moved ...
12795         * include/list.h: ... here.
12796         * nptl/sysdeps/pthread/createthread.c: Moved ...
12797         * nptl/createthread.c: ... here.
12798         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12799         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12800         * nptl/pt-longjmp.c: ... here.
12801         * nptl/sysdeps/pthread/Makefile: Moved ...
12802         * sysdeps/nptl/Makefile: ... here.
12803         * nptl/sysdeps/pthread/Subdirs: Moved ...
12804         * sysdeps/nptl/Subdirs: ... here.
12805         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12806         * sysdeps/nptl/aio_misc.h: ... here.
12807         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12808         * sysdeps/nptl/bits/libc-lock.h: ... here.
12809         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12810         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12811         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12812         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12813         * nptl/sysdeps/pthread/configure: Moved ...
12814         * sysdeps/nptl/configure: ... here.
12815         * nptl/sysdeps/pthread/configure.ac: Moved ...
12816         * sysdeps/nptl/configure.ac: ... here.
12817         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12818         * sysdeps/nptl/gai_misc.h: ... here.
12819         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12820         * sysdeps/nptl/librt-cancellation.c: ... here.
12821         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12822         * sysdeps/nptl/malloc-machine.h: ... here.
12823         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12824         * sysdeps/nptl/pthread-functions.h: ... here.
12825         * nptl/sysdeps/pthread/pthread.h: Moved ...
12826         * sysdeps/nptl/pthread.h: ... here.
12827         * nptl/sysdeps/pthread/setxid.h: Moved ...
12828         * sysdeps/nptl/setxid.h: ... here.
12829         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12830         * sysdeps/nptl/sigfillset.c: ... here.
12831         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12832         * sysdeps/nptl/tcb-offsets.h: ... here.
12833         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12834         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12835         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12836         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12837         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12838         * sysdeps/pthread/allocalim.h: ... here.
12839         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12840         * sysdeps/pthread/bits/sigthread.h: ... here.
12841         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12842         * sysdeps/pthread/flockfile.c: ... here.
12843         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12844         * sysdeps/pthread/ftrylockfile.c: ... here.
12845         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12846         * sysdeps/pthread/funlockfile.c: ... here.
12847         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12848         * sysdeps/pthread/posix-timer.h: ... here.
12849         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12850         * sysdeps/pthread/timer_create.c: ... here.
12851         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12852         * sysdeps/pthread/timer_delete.c: ... here.
12853         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12854         * sysdeps/pthread/timer_getoverr.c: ... here.
12855         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12856         * sysdeps/pthread/timer_gettime.c: ... here.
12857         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12858         * sysdeps/pthread/timer_routines.c: ... here.
12859         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12860         * sysdeps/pthread/timer_settime.c: ... here.
12861         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12862         * sysdeps/pthread/tst-timer.c: ... here.
12863         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12864         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12866         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12867         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12869         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12870         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12871         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12872         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12873         Update #include target.
12874         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12875         * sysdeps/i386/i686/nptl/Makefile: ... here.
12876         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12877         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12878         Update #include target.
12879         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12880         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12881         * nptl/sysdeps/i386/Makefile: Moved ...
12882         * sysdeps/i386/nptl/Makefile: ... here.
12883         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12884         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12885         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12886         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12887         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12888         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12889         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12890         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12891         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12892         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12893         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12894         * nptl/sysdeps/i386/tls.h: Moved ...
12895         * sysdeps/i386/nptl/tls.h: ... here.
12897         * sysdeps/sh/Makefile [$(subdir) = csu]
12898         (gen-as-const-headers): Add tcb-offsets.sym.
12899         * nptl/sysdeps/sh/Makefile: File removed.
12900         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12901         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12902         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12903         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12904         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12905         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12906         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12907         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12908         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12909         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12910         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12911         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12912         * nptl/sysdeps/sh/tls.h: Moved ...
12913         * sysdeps/sh/nptl/tls.h: ... here.
12914         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12915         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12916         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12917         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12918         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12919         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12920         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12921         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12922         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12923         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12925         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12927         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12928         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12929         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12930         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12931         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12932         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12933         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12934         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12935         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12936         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12937         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12938         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12939         Moved ...
12940         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12941         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12942         Moved ...
12943         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12944         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12945         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12947         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12948         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12949         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12950         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12951         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12952         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12953         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12954         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12955         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12956         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12957         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12958         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12959         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12960         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12961         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12963 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12965         * posix/spawn_faction_addopen.c: Include string.h.
12967 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12969         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12970         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12971         * nptl/sysdeps/x86_64/Makefile: Moved ...
12972         * sysdeps/x86_64/nptl/Makefile: ... here.
12973         * nptl/sysdeps/x86_64/configure: Moved ...
12974         * sysdeps/x86_64/nptl/configure: ... here.
12975         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12976         * sysdeps/x86_64/nptl/configure.ac: ... here.
12977         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12978         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12979         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12980         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12981         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12982         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12983         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12984         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12985         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12986         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12987         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12988         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12989         * nptl/sysdeps/x86_64/tls.h: Moved ...
12990         * sysdeps/x86_64/nptl/tls.h: ... here.
12991         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12992         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12993         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12994         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12996         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12998 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13000         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13002 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13004         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13005         type.
13006         [POSIX] (off_t): Likewise.
13007         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13008         [POSIX] (S_ISBLK): Require macro.
13009         [POSIX] (S_ISCHR): Likewise.
13010         [POSIX] (S_ISDIR): Likewise.
13011         [POSIX] (S_ISFIFO): Likewise.
13012         [POSIX] (S_ISREG): Likewise.
13013         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13014         optional-macro.
13015         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13016         type.
13017         [POSIX] (time_t): Likewise.
13018         [POSIX] (timer_t): Likewise.
13020 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13022         [BZ #17048]
13023         * posix/spawn_int.h (struct __spawn_action): Make the path string
13024         non-const to support deallocation.
13025         * posix/spawn_faction_addopen.c
13026         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13027         * posix/spawn_faction_destroy.c
13028         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13029         path in all spawn_do_open actions.
13030         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13031         posix_spawn_file_actions_addopen.
13033 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13035         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13036         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13037         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13038         conditional code always true.
13039         (__libc_vfork): New alias.
13041 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13043         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13044         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13046         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13048         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13049         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13051         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13052         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13054         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13055         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13057 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13059         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13060         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13061         multiarch strcmp for PPC64.
13062         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13063         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13064         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13065         multiarch optimizations.
13066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13067         (__libc_ifunc_impl_list): Likewise.
13069 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13071         * benchtests/scripts/validate_benchout.py: New script.
13072         * benchtests/Makefile (bench-func): Call it.
13073         * benchtests/scripts/benchout.schema.json: New file.
13075 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13077         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13078         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13079         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13080         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13081         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13082         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13083         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13084         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13085         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13086         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13087         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13088         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13089         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13090         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13091         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13092         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13094         Moved ...
13095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13096         ... here.
13097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13098         Moved ...
13099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13100         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13101         Moved ...
13102         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13103         ... here.
13104         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13105         Moved ...
13106         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13107         ... here.
13108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13109         Moved ...
13110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13111         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13114         ... here.
13115         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13116         Moved ...
13117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13118         ... here.
13119         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13120         Moved ...
13121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13122         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13123         Moved ...
13124         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13125         ... here.
13126         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13127         Moved ...
13128         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13129         ... here.
13130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13131         Moved ...
13132         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13133         ... here.
13134         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13135         Moved ...
13136         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13138         Moved ...
13139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13140         ... here.
13141         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13142         Moved ...
13143         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13144         ... here.
13145         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13146         Moved ...
13147         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13148         ... here.
13149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13150         Moved ...
13151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13152         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13153         Moved ...
13154         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13155         ... here.
13156         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13157         Moved ...
13158         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13159         ... here.
13160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13161         Moved ...
13162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13163         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13164         Moved ...
13165         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13166         ... here.
13167         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13168         Moved ...
13169         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13170         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13171         Moved ...
13172         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13174         Moved ...
13175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13176         ... here.
13177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13178         Moved ...
13179         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13180         ... here.
13181         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13182         Moved ...
13183         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13184         ... here.
13185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13186         Moved ...
13187         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13189         Moved ...
13190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13191         ... here.
13192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13193         Moved ...
13194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13195         ... here.
13196         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13197         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13198         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13199         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13200         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13201         Moved ...
13202         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13203         ... here.
13204         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13205         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13206         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13207         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13208         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13209         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13210         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13211         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13212         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13213         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13214         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13215         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13216         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13217         Moved ...
13218         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13219         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13220         Moved ...
13221         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13222         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13223         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13224         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13225         Moved ...
13226         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13227         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13228         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13229         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13230         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13231         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13232         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13234 2014-06-10  Wilco  <wdijkstr@arm.com>
13236         * math/test-fenv-return.c: New file.
13237         * math/Makefile: Add new test test-fenv-return.
13239 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13241         [BZ #17042]
13242         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13243         when x - 1 is zero.
13244         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13245         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13246         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13247         0.0L for an argument of 1.0L.
13248         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13249         Likewise.
13250         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13251         value when x - 1 is zero.
13252         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13253         * sysdeps/i386/fpu/libm-test-ulps: Update.
13254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13256 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13258         [BZ #15119]
13259         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13261 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13263         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13264         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13266 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13268         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13269         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13271         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13272         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13274         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13275         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13277         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13278         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13280         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13281         if not already defined.
13282         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13283         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13284         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13285         (TLS_INIT_TP): Use it.
13286         (TLS_DEFINE_INIT_TP): New macro.
13287         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13289 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13291         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13292         constant.
13293         [POSIX] (IXANY): Likewise.
13294         [POSIX] (OLCUC): Likewise.
13295         [POSIX || POSIX2008] (CBAUD): Do not allow.
13296         [POSIX || POSIX2008] (DEFECHO): Likewise.
13297         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13298         [POSIX || POSIX2008] (ECHOKE): Likewise.
13299         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13300         [POSIX || POSIX2008] (EXTA): Likewise.
13301         [POSIX || POSIX2008] (EXTB): Likewise.
13302         [POSIX || POSIX2008] (FLUSHO): Likewise.
13303         [POSIX || POSIX2008] (LOBLK): Likewise.
13304         [POSIX || POSIX2008] (PENDIN): Likewise.
13305         [POSIX || POSIX2008] (SWTCH): Likewise.
13306         [POSIX || POSIX2008] (VDISCARD): Likewise.
13307         [POSIX || POSIX2008] (VDSUSP): Likewise.
13308         [POSIX || POSIX2008] (VLNEXT): Likewise.
13309         [POSIX || POSIX2008] (VREPRINT): Likewise.
13310         [POSIX || POSIX2008] (VSTATUS): Likewise.
13311         [POSIX || POSIX2008] (VWERASE): Likewise.
13312         (B*): Change to B[0123456789]*.
13313         * conform/data/time.h-data [POSIX || UNIX98]
13314         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13315         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13316         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13317         [POSIX] (tm_*): Do not allow.
13319 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13321         * Makefile (install): Don't set LANGUAGE.
13322         * Makefile.in (install): Likewise.
13323         * assert/Makefile (test-assert-ENV): Remove variable.
13324         (test-assert-perr-ENV): Likewise.
13325         * elf/Makefile (neededtest4-ENV): Likewise.
13326         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13327         [$(cross-compiling) = no]: Don't set LANGUAGE.
13328         * io/ftwtest-sh (LANG): Remove variable.
13329         * libio/Makefile (tst-widetext-ENV): Likewise.
13330         * manual/install.texi (Running make install): Don't refer to
13331         environment settings for make install.
13332         * INSTALL: Regenerated.
13333         * nptl/tst-tls6.sh: Don't set LANG.
13334         * posix/globtest.sh (LANG): Remove variable.
13335         * string/Makefile (tester-ENV): Likewise.
13336         (inl-tester-ENV): Likewise.
13337         (noinl-tester-ENV): Likewise.
13338         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13339         [$(cross-compiling) = no]: Don't set LANGUAGE.
13340         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13341         without explicit environment settings.
13343 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13345         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13346         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13347         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13348         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13350 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13352         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13353         other files in the crypt directory.
13354         * crypt/crypt.c: Remove duplicate includes.
13355         * crypt/crypt-entry.c: Likewise.
13356         * crypt/crypt_util.c: Likewise.
13358 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13360         * Makeconfig (run-program-env): New variable.
13361         (run-program-prefix-before-env): Likewise.
13362         (run-program-prefix-after-env): Likewise.
13363         (run-program-prefix): Define in terms of new variables.
13364         (built-program-cmd-before-env): New variable.
13365         (built-program-cmd-after-env): Likewise.
13366         (built-program-cmd): Define in terms of new variables.
13367         (test-program-prefix-before-env): New variable.
13368         (test-program-prefix-after-env): Likewise.
13369         (test-program-prefix): Define in terms of new variables.
13370         (test-program-cmd-before-env): New variable.
13371         (test-program-cmd-after-env): Likewise.
13372         (test-program-cmd): Define in terms of new variables.
13373         * Rules (make-test-out): Use $(run-program-env).
13374         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13375         (help): Do not mention environment variables.  Mention
13376         --timeoutfactor option.
13377         (timeoutfactor): New variable.
13378         (blacklist_exports): Remove function.
13379         (exports): Remove variable.
13380         (command): Do not include ${exports}.
13381         * manual/install.texi (Configuring and compiling): Do not mention
13382         test wrappers preserving environment variables.  Mention that last
13383         assignment to a variable must take precedence.
13384         * INSTALL: Regenerated.
13385         * benchtests/Makefile (run-bench): Use $(run-program-env).
13386         * catgets/Makefile ($(objpfx)test1.cat): Use
13387         $(built-program-cmd-before-env), $(run-program-env) and
13388         $(built-program-cmd-after-env).
13389         ($(objpfx)test2.cat): Do not specify environment variables
13390         explicitly.
13391         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13392         $(run-program-env) and $(built-program-cmd-after-env).
13393         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13394         $(run-program-env) and $(test-program-cmd-after-env).
13395         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13396         explicitly.
13397         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13398         run_program_env and test_program_cmd_after_env arguments.
13399         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13400         * elf/tst-pathopt.sh: Use run_program_env argument.
13401         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13402         $(test-wrapper-env) and $(run-program-env).
13403         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13404         run_program_env arguments.
13405         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13406         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13407         $(test-program-prefix-before-env), $(run-program-env) and
13408         $(test-program-prefix-after-env).
13409         ($(objpfx)tst-gettext2.out): Likewise.
13410         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13411         run_program_env and test_program_prefix_after_env arguments.
13412         * intl/tst-gettext2.sh: Likewise.
13413         * intl/tst-gettext4.sh: Do not set environment variables
13414         explicitly.
13415         * intl/tst-gettext6.sh: Likewise.
13416         * intl/tst-translit.sh: Likewise.
13417         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13418         $(test-program-prefix-before-env), $(run-program-env) and
13419         $(test-program-prefix-after-env).
13420         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13421         run_program_env and test_program_prefix_after_env arguments.
13422         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13423         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13424         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13425         explicitly with each use of ${test_wrapper_env}.
13426         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13427         $(test-program-prefix-before-env), $(run-program-env) and
13428         $(test-program-prefix-after-env).
13429         * posix/tst-getconf.sh: Do not set environment variables
13430         explicitly.
13431         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13432         run_program_env and test_program_prefix_after_env arguments.
13433         * stdio-common/tst-printf.sh: Do not set environment variables
13434         explicitly.
13435         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13436         $(test-program-prefix-before-env), $(run-program-env) and
13437         $(test-program-prefix-after-env).
13438         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13439         run_program_env and test_program_prefix_after_env arguments.
13440         Split $test calls into $test_pre and $test.
13441         * timezone/Makefile (build-testdata): Use
13442         $(built-program-cmd-before-env), $(run-program-env) and
13443         $(built-program-cmd-after-env).
13445 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13447         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13448         strlen for non SHARED builds.
13450 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13452         * nptl/allocatestack.c (check_list): Inlined function...
13453         (__reclaim_stacks): ... here.
13455 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13457         [BZ #15698]
13458         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13459         memory overrun.
13461 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13463         * Rules (make-test-out): Include
13464         LOCPATH=$(common-objpfx)localedata in default environment.
13465         * debug/Makefile (tst-chk1-ENV): Remove variable.
13466         (tst-chk2-ENV): Likewise.
13467         (tst-chk3-ENV): Likewise.
13468         (tst-chk4-ENV): Likewise.
13469         (tst-chk5-ENV): Likewise.
13470         (tst-chk6-ENV): Likewise.
13471         (tst-lfschk1-ENV): Likewise.
13472         (tst-lfschk2-ENV): Likewise.
13473         (tst-lfschk3-ENV): Likewise.
13474         (tst-lfschk4-ENV): Likewise.
13475         (tst-lfschk5-ENV): Likewise.
13476         (tst-lfschk6-ENV): Likewise.
13477         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13478         (tst-iconv7-ENV): Likewise.
13479         * intl/Makefile (LOCPATH-ENV): Likewise.
13480         (tst-codeset-ENV): Likewise.
13481         (tst-gettext3-ENV): Likewise.
13482         (tst-gettext5-ENV): Likewise.
13483         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13484         (tst-fopenloc-ENV): Likewise.
13485         (tst-fgetws-ENV): Remove variable.
13486         (tst-ungetwc1-ENV): Likewise.
13487         (tst-ungetwc2-ENV): Likewise.
13488         (bug-ungetwc2-ENV): Likewise.
13489         (tst-swscanf-ENV): Likewise.
13490         (bug-ftell-ENV): Likewise.
13491         (tst-fgetwc-ENV): Likewise.
13492         (tst-fseek-ENV): Likewise.
13493         (tst-ftell-partial-wide-ENV): Likewise.
13494         (tst-ftell-active-handler-ENV): Likewise.
13495         (tst-ftell-append-ENV): Likewise.
13496         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13497         (tst-regexloc-ENV): Likewise.
13498         (bug-regex1-ENV): Likewise.
13499         (tst-regex-ENV): Likewise.
13500         (tst-regex2-ENV): Likewise.
13501         (bug-regex5-ENV): Likewise.
13502         (bug-regex6-ENV): Likewise.
13503         (bug-regex17-ENV): Likewise.
13504         (bug-regex18-ENV): Likewise.
13505         (bug-regex19-ENV): Likewise.
13506         (bug-regex20-ENV): Likewise.
13507         (bug-regex22-ENV): Likewise.
13508         (bug-regex23-ENV): Likewise.
13509         (bug-regex25-ENV): Likewise.
13510         (bug-regex26-ENV): Likewise.
13511         (bug-regex30-ENV): Likewise.
13512         (bug-regex32-ENV): Likewise.
13513         (bug-regex33-ENV): Likewise.
13514         (bug-regex34-ENV): Likewise.
13515         (bug-regex35-ENV): Likewise.
13516         (tst-rxspencer-ENV): Likewise.
13517         (tst-rxspencer-no-utf8-ENV): Likewise.
13518         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13519         (tst-sscanf-ENV): Likewise.
13520         (tst-swprintf-ENV): Likewise.
13521         (tst-swscanf-ENV): Likewise.
13522         (test-vfprintf-ENV): Likewise.
13523         (scanf13-ENV): Likewise.
13524         (bug14-ENV): Likewise.
13525         (tst-grouping-ENV): Likewise.
13526         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13527         (tst-strtod3-ENV): Likewise.
13528         (tst-strtod4-ENV): Likewise.
13529         (tst-strtod5-ENV): Likewise.
13530         (testmb2-ENV): Likewise./
13531         * string/Makefile (tst-strxfrm-ENV): Likewise.
13532         (tst-strxfrm2-ENV): Likewise.
13533         (bug-strcoll1-ENV): Likewise.
13534         (test-strcasecmp-ENV): Likewise.
13535         (test-strncasecmp-ENV): Likewise.
13536         * time/Makefile (tst-strptime-ENV): Likewise.
13537         (tst-ftime_l-ENV): Likewise.
13538         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13539         (tst-mbrtowc-ENV): Likewise.
13540         (tst-wcrtomb-ENV): Likewise.
13541         (tst-mbrtowc2-ENV): Likewise.
13542         (tst-c16c32-1-ENV): Likewise.
13543         (tst-mbsnrtowcs-ENV): Likewise.
13545 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13547         * manual/resource.texi (How to get information about the memory
13548         subsystem?): Fix typo.
13549         Reported by Peon de la Parra Ivan <peon@keba.com>
13551 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13553         [BZ #16882]
13554         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13555         (pthread_spin_lock): Branch out of spin loop to proper location.
13556         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13557         (pthread_spin_lock): Likewise.
13559         * nptl/tst-spin4.c: New test.
13560         * nptl/Makefile (tests): Add tst-spin4.
13562 2014-06-03  Andreas Schwab  <schwab@suse.de>
13564         [BZ #15946]
13565         * resolv/res_send.c (send_dg): Reload file descriptor after
13566         calling reopen.
13568 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13570         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13572 2014-06-03  Richard Henderson  <rth@redhat.com>
13574         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13575         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13576         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13577         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13578         in the SAVE_PID block.
13579         (__libc_vfork): New alias.
13580         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13582         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13583         child in registers, not on the stack.  Remove RESET_PID conditionals.
13584         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13586 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13588         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13590 2014-06-03  Wilco  <wdijkstr@arm.com>
13592         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13593         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13594         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13595         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13596         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13597         Likewise.
13599 2014-06-03  Wilco  <wdijkstr@arm.com>
13601         * sysdeps/aarch64/fpu/math_private.h
13602         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13603         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13604         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13605         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13606         Fix declarations.
13608 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13610         * crypt/crypt-private.h: Include ufc-crypt.h.
13611         (__b64_from_24bit): Declare extern.
13612         * crypt/crypt_util.c(__b64_from_24bit): New function.
13613         (b64t): New static const variable.
13614         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13615         (b64t): Remove variable.
13616         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13617         * crypt/sha256-crypt.c: Include crypt-private.h.
13618         (b64t): Remove variable.
13619         (__sha256_crypt_r): Remove b64_from_24bit and replace
13620         with __b64_from_24bit.
13621         * crypt/sha512-crypt.c: Likewise.
13623 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13625         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13626         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13627         Label the code __libc_vfork rather than __vfork.
13628         [!NOT_IN_libc] (vfork): Define as weak alias.
13629         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13630         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13631         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13633 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13635         * malloc/malloc.c (malloc_info): Fix format specifier for
13636         n_mmaps.
13638 2014-06-02  Wilco  <wdijkstr@arm.com>
13640         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13641         FPCR write.
13643 2014-06-02  Wilco  <wdijkstr@arm.com>
13645         [BZ #17009]
13646         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13647         Rewrite to reduce FPCR/FPSR accesses.
13649 2014-06-01  David S. Miller  <davem@davemloft.net>
13651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13653 2014-05-31  David S. Miller  <davem@davemloft.net>
13655         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13656         to occur in round to nearest mode when |x| >= 2.0
13658 2014-05-30  Richard Henderson  <rth@twiddle.net>
13660         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13661         (PSEUDO_RET_NOERRNO): Remove.
13662         (ret): Don't redefine.
13663         (ret_NOERRNO): Define in terms of ret.
13664         (ret_ERRVAL): Likewise.
13666         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13667         use of PSEUDO_RET; perform the error check directly.
13669 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13671         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13672         with __int128_t.
13674 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13676         * malloc/malloc (malloc_info): Fix formatting.
13678 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13679             Roland McGrath  <roland@hack.frob.com>
13681         * malloc/malloc (malloc_info): Also print mmapped statistics.
13683 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13685         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13686         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13688 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13690         * malloc/malloc.c (malloc_info): Inline mi_arena.
13692 2014-05-29  Richard Henderson  <rth@twiddle.net>
13694         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13695         Remove comma before expanding ASM_ARGS_##nr.
13696         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13697         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13698         of ASM_ARGS_##nr.
13699         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13700         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13701         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13702         (ASM_ARGS_1): Add leading comma.
13704         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13705         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13706         to __errno_location.
13707         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13708         Remove the expected plt for __errno_location.
13710         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13711         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13712         call to __read_tp.
13714         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13715         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13716         it and break it down.
13717         (DOCARGS_0, DOCARGS_1): Do nothing.
13718         (DOCARGS_2): Update to store into the new stack frame.
13719         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13720         (UNDOCARGS_1): Update to restore from the new stack frame.
13721         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13722         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13724         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13725         (SINGLE_THREAD_P): New parameter for result regno.
13726         (PSEUDO): Update to match; use cbz instead of beq.
13728         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13729         Use ENTRY to define the _nocancel entry point.  Share the syscall
13730         and syscall error check paths with the cancel path.
13731         (PSEUDO_END): New.
13733         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13734         whitespace; tabs before and after asm mnemonics.
13736 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13738         [BZ #15132]
13739         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13740         Call fstat64 or stat64 internally, depending on arguments passed.
13741         Replace stat buffer argument with file descriptor argument.
13742         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13743         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13744         Pass fd to __internal_statvfs instead of calling fstat64.
13745         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13746         Pass fd to __internal_statvfs64 instead of calling fstat64.
13747         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13748         Pass -1 to __internal_statvfs instead of calling stat64.
13749         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13750         Pass -1 to __internal_statvfs64 instead of calling stat64.
13752 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13754         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13755         that was previously under [RESET_PID].
13756         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13758         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13759         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13761 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13763         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13765         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13766         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13768 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13770         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13772 2014-05-27  Andreas Schwab  <schwab@suse.de>
13774         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13775         TLS_INIT_TP macro.
13776         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13777         * elf/rtld.c (init_tls, dl_main): Likewise.
13778         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13779         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13780         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13781         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13782         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13783         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13784         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13785         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13786         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13787         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13788         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13789         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13790         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13791         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13792         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13793         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13794         * sysdeps/generic/tls.h: Update description.
13796 2014-05-27  Will Newton  <will.newton@linaro.org>
13798         [BZ #16990]
13799         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13800         and restore r2 rather than just restoring.
13802 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13804         [BZ #16724]
13805         * libio/tst-ftell-append.c: New test case.
13806         * libio/Makefile (tests): Add test case.
13807         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13808         append mode.
13809         * libio/wfileops.c (do_ftell_wide): Likewise.
13811 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13815         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13816         ...
13817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13819         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13820         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13821         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13822         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13823         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13824         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13825         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13826         Moved ...
13827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13828         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13829         Moved ...
13830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13831         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13832         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13833         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13834         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13835         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13836         ...
13837         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13838         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13839         Moved ...
13840         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13841         here.
13842         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13843         ...
13844         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13845         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13846         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13848         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13849         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13850         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13851         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13853         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13854         merge into ...
13855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13856         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13857         ...
13858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13859         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13860         ...
13861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13862         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13863         Moved ...
13864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13865         here.
13866         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13867         Moved ...
13868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13869         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13870         Moved ...
13871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13874         conditional [RESET_PID].
13875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13876         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13877         removed.
13878         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13879         removed.
13881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13882         <tcb-offsets.h>.
13883         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13884         (__libc_vfork): New strong alias.
13885         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13886         removed.
13887         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13888         Removed.
13890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13891         <tcb-offsets.h>.
13892         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13893         (__libc_vfork): New strong alias.
13894         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13895         removed.
13896         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13897         removed.
13899 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13901         * malloc/malloc.c (mi_arena): New function.
13902         (malloc_info): Remove nested function mi_arena. Call non-nosted
13903         function mi_arena.
13905 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13907         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13908         by insrwi.
13909         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13910         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13911         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13912         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13913         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13914         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13915         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13917 2014-05-26  Andreas Schwab  <schwab@suse.de>
13919         [BZ #16984]
13920         * locale/programs/repertoire.c (repertoire_read): Add slash
13921         between I18NPATH element and file name.
13922         * locale/programs/locfile.c (locfile_read): Likewise.
13924 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13926         * nptl/pthread_mutexattr_settype.c
13927         (__pthread_mutexattr_settype):
13928         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13930 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13932         * nptl/tst-mutex5 (do_test):
13933         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13935 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13937         * benchtests/README: Document 'init' directive.
13938         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13939         BENCH_INIT.
13940         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13941         (parse_file): Recognize 'init' directive.
13943 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13945         [BZ #16796]
13946         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13947         alignment of struct pthread.
13949 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13951         [BZ #16878]
13952         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13953         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13954         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13955         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13957 2014-05-25  Richard Henderson  <rth@twiddle.net>
13959         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13960         (SINGLE_THREAD_P_PIC): Remove.
13961         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13962         (SINGLE_THREAD_P_PIC): Remove.
13964         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13965         branch to syscall error ...
13966         (PSEUDO): ... here.
13967         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13968         from __local_syscall_error to .Lsyscall_error.
13969         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13970         (SYSCALL_ERROR): Update label name.
13972         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13973         Do not use DOARGS/UNDOARGS.
13974         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13975         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13976         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13977         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13978         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13980         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13981         block comment.
13983         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13984         define if !NOT_IN_libc.
13985         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13986         define with non-default symbol versions.
13988 2014-05-23  Richard Henderson  <rth@twiddle.net>
13990         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13991         (vfork, __vfork): Define via compat_symbol.
13993         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13994         [!HAVE_IFUNC] (vfork_compat): Remove.
13995         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13997 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13999         [BZ #16978]
14000         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14001         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14002         variable.
14004 2014-05-23  Richard Henderson  <rth@twiddle.net>
14006         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14007         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14008         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14009         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14011         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14012         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14013         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14014         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14015         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14016         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14017         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14018         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14019         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14020         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14021         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14022         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14023         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14024         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14025         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14026         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14027         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14028         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14029         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14030         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14031         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14032         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14033         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14034         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14035         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14036         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14037         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14038         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14039         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14040         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14041         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14042         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14043         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14044         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14045         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14046         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14047         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14048         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14049         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14050         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14051         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14052         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14053         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14054         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14055         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14056         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14057         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14058         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14059         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14060         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14061         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14062         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14063         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14064         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14065         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14066         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14068         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14069         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14070         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14071         before exiting on error.
14072         (__libc_vfork): New strong alias.
14073         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14074         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14076         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14077         that was previously under [RESET_PID].
14078         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14080         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14082 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14084         [BZ #16977]
14085         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14086         value when x - 1 is zero.
14087         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14088         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14089         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14090         0.0L for an argument of 1.0L.
14091         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14092         Likewise.
14093         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14094         value when x - 1 is zero.
14095         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14096         * sysdeps/i386/fpu/libm-test-ulps: Update.
14097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14099 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14101         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14102         alphasort and versionsort.
14104 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14106         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14107         macro.
14108         [copysignf]: Likewise.
14110 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14112         * crypt/md5-crypt.c: Fix formatting.
14114 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14116         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14117         (b64_from_24bit): New function.
14119 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14121         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14122         libc_hidden_builtin_def to ifunc.
14123         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14124         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14126 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14128         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14129         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14131 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14133         * nscd/Depend (linuxthreads): Remove.
14134         (nptl): Add.
14135         * resolv/Depend (linuxthreads): Remove.
14136         * rt/Depend (linuxthreads): Remove.
14138         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14139         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14140         $(common-objpfx)elf/.
14141         (link-libc-before-gnulib): Likewise.
14142         (elfobjdir): Remove variable.
14143         * Makefile (install): Use $(elf-objpfx) instead of
14144         $(common-objpfx)elf/.
14145         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14146         $(elfobjdir)/.
14147         (link-libc-deps): Likewise.
14148         ($(common-objpfx)libc.so): Likewise.
14149         ($(common-objpfx)linkobj/libc.so): Likewise.
14150         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14151         instead of $(common-objpfx)elf/.
14152         (symbolic-link-list): Likewise.
14153         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14154         [$(cross-compiling) = no]: Likewise.
14155         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14156         $(elfobjdir)/.
14157         (static-gnulib-arch): Likewise.
14158         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14159         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14160         $(common-objpfx)elf/.
14162 2014-05-21  Richard Henderson  <rth@redhat.com>
14164         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14165         (SINGLE_THREAD_P): Use the correct width load.  Fold
14166         into the ldr offset.
14168         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14169         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14171 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14173         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14174         (libgcc_s_resume): Use __attribute_used__.
14175         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14176         Likewise.
14178 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14180         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14181         optimization when used with float constants.
14183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14185 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14187         [BZ #16915]
14188         * locale/nl_langinfo_l.c: Make direct reference to every
14189         _nl_current_CATEGORY symbol.
14190         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14191         (tests-static): Add tst-langinfo-static.
14192         (tests-special): Add tst-langinfo-static.out.
14193         ($(objpfx)tst-langinfo.out): Redirect output.
14194         ($(objpfx)tst-langinfo-static.out): New.
14195         * localedata/tst-langinfo.sh: Send output to stdout.
14196         * localedata/tst-langinfo-static.c: New file.
14198         [BZ #16965]
14199         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14200         when the shift amount is modulo the limb size.
14202 2014-05-20  Richard Henderson  <rth@redhat.com>
14204         [BZ #16967]
14205         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14206         Change type of sa_flags from unsigned int to int.
14208         [BZ #16966]
14209         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14211         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14213 2014-05-20  Will Newton  <will.newton@linaro.org>
14215         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14216         Test the return value of the system call in the nocancel case.
14218 2014-05-20  Will Newton  <will.newton@linaro.org>
14219             Yvan Roux  <yvan.roux@linaro.org>
14221         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14222         #include of asm/ptrace.h.
14223         (PTRACE_GET_THREAD_AREA): Remove #undef.
14224         (PTRACE_GETHBPREGS): Likewise.
14225         (PTRACE_SETHBPREGS): Likewise.
14226         (struct user_regs_struct): New structure.
14227         (struct user_fpsimd_struct): New structure.
14228         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14229         #include of asm/ptrace.h and second #include of sys/user.h.
14230         (PTRACE_GET_THREAD_AREA): Remove #undef.
14231         (PTRACE_GETHBPREGS): Likewise.
14232         (PTRACE_SETHBPREGS): Likewise.
14233         (ELF_NGREG): Use new struct user_regs_struct.
14234         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14236 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14238         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14239         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14241 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14243         [BZ #16958]
14244         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14245         membar to avoid block loads/stores to overlap previous stores.
14247 2014-05-17  Richard Henderson  <rth@redhat.com>
14249         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14250         Create the __##syscall_name##_nocancel entry point.
14251         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14252         Remove; let the sysdep-cancel.h code create it.
14254 2014-05-17  David S. Miller  <davem@davemloft.net>
14256         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14257         Protect with __USE_GNU.
14258         (TIOCSET_TEMPT): Likewise.
14259         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14260         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14261         these are already provided in bits/ioctl-types.h
14263 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14265         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14266         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14268         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14269         Use wait4 regardless of [__NR_waitpid].
14271 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14273         PR libgcc/60166
14274         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14275         (_FP_NANSIGN_Q): Set the quiet bit.
14277 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14279         * benchtests/Makefile
14280         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14281         not $(common-objpfx)math/libm.so.
14282         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14283         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14284         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14285         $(common-objpfx)dlfcn/libdl.so.
14286         ($(objpfx)tst-audit8): Depend on $(libm), not
14287         $(common-objpfx)math/libm.so.
14288         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14289         not $(common-objpfx)dlfcn/libdl.so.
14290         * math/Makefile
14291         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14292         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14293         [$(build-shared) = yes].
14294         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14295         $(common-objpfx)nptl/libpthread.so.
14296         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14297         $(common-objpfx)math/libm.so$(libm.so-version) or
14298         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14299         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14300         $(common-objpfx)dlfcn/libdl.so.
14301         * setjmp/Makefile (link-libm): Remove variable.
14302         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14303         * stdio-common/Makefile (link-libm): Remove variable.
14304         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14305         * stdlib/Makefile (link-libm): Remove variable.
14306         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14307         ($(objpfx)tst-strtod-round): Likewise.
14308         ($(objpfx)tst-tininess): Likewise.
14309         ($(objpfx)tst-strtod-underflow): Likewise.
14310         ($(objpfx)tst-strtod6): Likewise.
14311         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14312         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14313         $(common-objpfx)dlfcn/libdl.so.
14315 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14317         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14318         BSD terminal modes definitions.
14320 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14322         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14323         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14325         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14326         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14327         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14328         Don't do #include_next.
14329         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14330         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14331         Don't do #include_next.
14332         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14333         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14334         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14335         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14337 2014-05-16  Allan McRae  <allan@archlinux.org>
14339         * po/sv.po: Update Swedish translation from translation project.
14341         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14342         in sed expression.
14344 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14346         [BZ #16917]
14347         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14348         errno if the TIOCGPTN ioctl fails with an error different than
14349         EINVAL.
14350         * login/tst-ptsname.c: New file.
14351         * login/Makefile (tests): Add tst-ptsname.
14353         [BZ #16943]
14354         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14355         and prlimit64.
14357 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14359         [BZ #16849]
14360         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14361         herrno to return EAI_AGAIN.
14363 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14365         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14366         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14367         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14368         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14369         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14370         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14371         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14372         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14373         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14374         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14375         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14376         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14377         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14378         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14379         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14380         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14381         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14382         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14383         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14384         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14385         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14386         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14387         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14388         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14389         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14390         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14391         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14392         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14393         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14394         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14395         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14396         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14397         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14398         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14399         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14400         Moved ...
14401         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14402         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14403         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14404         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14405         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14406         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14407         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14408         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14409         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14411         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14412         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14413         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14414         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14415         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14417         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14418         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14419         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14421         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14422         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14423         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14424         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14425         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14426         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14427         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14428         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14429         Moved ...
14430         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14431         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14432         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14434         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14435         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14436         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14437         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14438         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14439         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14440         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14441         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14442         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14443         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14444         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14445         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14446         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14448         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14450         Moved ...
14451         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14452         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14453         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14455         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14456         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14457         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14458         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14459         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14460         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14461         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14462         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14463         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14464         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14465         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14466         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14467         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14468         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14469         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14470         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14471         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14472         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14473         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14474         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14475         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14476         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14477         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14478         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14479         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14480         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14481         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14482         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14483         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14484         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14485         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14487         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14488         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14490         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14491         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14492         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14493         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14494         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14495         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14496         Moved ...
14497         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14498         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14499         Moved ...
14500         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14501         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14502         Moved ...
14503         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14504         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14505         Moved ...
14506         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14507         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14508         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14509         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14510         Moved ...
14511         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14512         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14513         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14514         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14515         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14516         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14517         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14518         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14519         Moved ...
14520         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14521         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14522         Moved ...
14523         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14524         ... here.
14525         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14526         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14527         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14528         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14529         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14530         Moved ...
14531         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14532         ... here.
14533         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14534         Moved ...
14535         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14536         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14537         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14538         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14539         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14540         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14541         Moved ...
14542         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14543         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14544         Moved ...
14545         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14546         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14547         Moved ...
14548         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14549         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14550         Moved ...
14551         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14552         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14553         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14554         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14555         Moved ...
14556         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14557         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14558         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14559         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14560         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14561         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14562         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14563         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14564         Moved ...
14565         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14566         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14567         Moved ...
14568         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14569         ... here.
14570         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14571         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14572         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14573         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14574         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14575         Moved ...
14576         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14577         ... here.
14578         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14579         Moved ...
14580         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14581         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14582         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14583         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14584         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14585         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14586         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14587         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14588         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14589         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14590         Moved ...
14591         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14592         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14593         Moved ...
14594         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14595         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14596         Moved ...
14597         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14598         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14599         Moved ...
14600         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14601         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14602         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14603         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14604         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14605         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14606         Moved ...
14607         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14608         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14609         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14610         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14611         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14612         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14613         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14614         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14615         Moved ...
14616         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14617         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14618         Moved ...
14619         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14620         ... here.
14621         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14622         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14623         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14624         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14625         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14626         Moved ...
14627         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14628         ... here.
14629         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14630         Moved ...
14631         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14632         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14633         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14634         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14635         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14636         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14637         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14638         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14639         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14640         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14641         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14643         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14644         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14646         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14647         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14649         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14650         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14651         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14652         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14653         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14654         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14655         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14656         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14657         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14658         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14659         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14660         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14661         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14662         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14663         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14664         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14665         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14666         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14667         Moved ...
14668         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14669         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14670         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14671         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14672         Moved ...
14673         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14674         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14675         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14676         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14677         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14678         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14679         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14680         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14681         Moved ...
14682         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14683         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14684         Moved ...
14685         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14686         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14687         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14688         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14689         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14690         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14691         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14692         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14693         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14694         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14695         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14696         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14697         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14698         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14699         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14700         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14701         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14703         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14704         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14705         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14706         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14707         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14709         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14710         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14711         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14712         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14713         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14714         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14715         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14716         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14717         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14718         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14720         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14721         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14723         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14724         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14725         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14726         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14727         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14728         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14729         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14730         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14731         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14732         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14733         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14734         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14735         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14736         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14737         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14738         Update #include.
14739         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14740         Likewise.
14741         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14742         Likewise.
14743         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14744         Likewise.
14745         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14746         Likewise.
14747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14748         Likewise.
14749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14750         Likewise.
14751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14752         Likewise.
14753         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14754         Likewise.
14755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14756         Likewise.
14757         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14758         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14759         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14760         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14761         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14762         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14763         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14764         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14765         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14766         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14767         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14768         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14769         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14770         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14771         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14773         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14774         that was previously under [RESET_PID].
14775         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14776         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14777         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14779         * sysdeps/i386/nptl/Implies: New file.
14780         * sysdeps/x86_64/nptl/Implies: New file.
14781         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14782         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14783         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14784         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14786         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14787         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14788         (__libc_vfork): New strong alias.
14789         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14790         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14792         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14793         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14794         (__libc_vfork): New strong alias.
14795         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14796         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14798         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14799         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14800         (__libc_vfork): New strong alias.
14801         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14802         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14803         * nptl/pt-vfork.c: New file.
14804         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14805         (libpthread: GLIBC_2.20): New version set (empty).
14807 2014-05-14  Will Newton  <will.newton@linaro.org>
14809         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14810         rather than #if.
14812 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14814         [BZ #16564]
14815         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14816         arguments with exponent 65 or above.
14817         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14818         arguments 0x1p113L or above.
14819         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14820         to arguments 0x1p107L or above.
14821         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14822         positive arguments with exponent 65 or above.
14823         * math/auto-libm-test-in: Add more tests of log1p.
14824         * math/auto-libm-test-out: Regenerated.
14826         [BZ #16928]
14827         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14828         non-finite arguments is +0.
14829         * math/s_cacosf.c (__cacosf): Likewise.
14830         * math/s_cacosl.c (__cacosl): Likewise.
14831         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14832         * sysdeps/i386/fpu/libm-test-ulps: Update.
14833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14835         [BZ #16927]
14836         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14837         value.
14838         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14839         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14840         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14841         for explicit high bit of mantissa when testing for argument equal
14842         to 1.
14843         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14844         * sysdeps/i386/fpu/libm-test-ulps: Update.
14845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14847         [BZ #16516]
14848         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14849         (__erf): Scale by 16 instead of 8 in potentially underflowing
14850         case.  Ensure exception if result actually underflows.
14851         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14852         (__erff): Scale by 16 instead of 8 in potentially underflowing
14853         case.  Ensure exception if result actually underflows.
14854         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14855         (efx8): Remove variable.
14856         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14857         case.  Ensure exception if result actually underflows.
14858         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14859         (efx8): Remove variable.
14860         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14861         case.  Ensure exception if result actually underflows.
14862         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14863         (efx8): Remove variable.
14864         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14865         case.  Ensure exception if result actually underflows.
14866         * math/auto-libm-test-in: Add more tests of erf.
14867         * math/auto-libm-test-out: Regenerated.
14869 2014-05-14  Andreas Schwab  <schwab@suse.de>
14871         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14872         Remove code conditionalized on USE___THREAD.
14874         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14875         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14876         not definedness.
14878 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14880         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14881         Define unconditionally.
14882         (__ASSUME_O_CLOEXEC): Likewise.
14883         (__ASSUME_SOCK_CLOEXEC): Likewise.
14884         (__ASSUME_IN_NONBLOCK): Likewise.
14885         (__ASSUME_PIPE2): Likewise.
14886         (__ASSUME_EVENTFD2): Likewise.
14887         (__ASSUME_SIGNALFD4): Likewise.
14888         (__ASSUME_DUP3): Likewise.
14889         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14890         (__ASSUME_DUP3): Do not define.
14891         (__ASSUME_EVENTFD2): Likewise.
14892         (__ASSUME_IN_NONBLOCK): Likewise.
14893         (__ASSUME_O_CLOEXEC): Likewise.
14894         (__ASSUME_PIPE2): Likewise.
14895         (__ASSUME_SIGNALFD4): Likewise.
14896         (__ASSUME_SOCK_CLOEXEC): Likewise.
14897         (__ASSUME_UTIMES): Undefine.
14898         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14899         (__ASSUME_UTIMES): Do not define.
14900         (__ASSUME_O_CLOEXEC): Likewise.
14901         (__ASSUME_SOCK_CLOEXEC): Likewise.
14902         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14903         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14904         0x020621].
14905         (__ASSUME_PIPE2): Likewise.
14906         (__ASSUME_EVENTFD2): Likewise.
14907         (__ASSUME_SIGNALFD4): Likewise.
14908         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14909         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14910         Do not define.
14911         (__ASSUME_EVENTFD2): Likewise.
14912         (__ASSUME_SIGNALFD4): Likewise.
14913         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14914         (__ASSUME_32BITUIDS): Likewise.
14915         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14916         (__ASSUME_IPC64): Likewise.
14917         (__ASSUME_ST_INO_64_BIT): Likewise.
14918         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14919         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14920         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14921         (__ASSUME_UTIMES): Do not define.
14922         (__ASSUME_PSELECT): Likewise.
14923         (__ASSUME_PPOLL): Likewise.
14924         (__ASSUME_O_CLOEXEC): Likewise.
14925         (__ASSUME_SOCK_CLOEXEC): Likewise.
14926         (__ASSUME_IN_NONBLOCK): Likewise.
14927         (__ASSUME_PIPE2): Likewise.
14928         (__ASSUME_EVENTFD2): Likewise.
14929         (__ASSUME_SIGNALFD4): Likewise.
14930         (__ASSUME_DUP3): Likewise.
14931         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14932         (__ASSUME_UTIMES): Likewise.
14933         (__ASSUME_O_CLOEXEC): Likewise.
14934         (__ASSUME_SOCK_CLOEXEC): Likewise.
14935         (__ASSUME_IN_NONBLOCK): Likewise.
14936         (__ASSUME_PIPE2): Likewise.
14937         (__ASSUME_EVENTFD2): Likewise.
14938         (__ASSUME_SIGNALFD4): Likewise.
14939         (__ASSUME_DUP3): Likewise.
14940         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14941         (__ASSUME_UTIMES): Likewise.
14942         (__ASSUME_O_CLOEXEC): Likewise.
14943         (__ASSUME_SOCK_CLOEXEC): Likewise.
14944         (__ASSUME_IN_NONBLOCK): Likewise.
14945         (__ASSUME_PIPE2): Likewise.
14946         (__ASSUME_EVENTFD2): Likewise.
14947         (__ASSUME_SIGNALFD4): Likewise.
14948         (__ASSUME_DUP3): Likewise.
14949         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14950         Likewise.
14951         (__ASSUME_UTIMES): Likewise.
14952         (__ASSUME_EVENTFD2): Likewise.
14953         (__ASSUME_SIGNALFD4): Likewise.
14954         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14955         (__ASSUME_O_CLOEXEC): Likewise.
14956         (__ASSUME_SOCK_CLOEXEC): Likewise.
14957         (__ASSUME_IN_NONBLOCK): Likewise.
14958         (__ASSUME_PIPE2): Likewise.
14959         (__ASSUME_EVENTFD2): Likewise.
14960         (__ASSUME_SIGNALFD4): Likewise.
14961         (__ASSUME_DUP3): Likewise.
14962         (__ASSUME_UTIMES): Undefine.
14964         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14965         feclearexcept.  Remove symbol versioning code.
14966         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14967         symbol versioning code.
14968         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14969         symbol versioning code.
14970         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14971         feupdateenv.  Remove symbol versioning code.
14972         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14973         fegetexceptflag.  Remove symbol versioning code.
14974         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14975         fesetexceptflag.  Remove symbol versioning code.
14976         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14977         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14978         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14979         (__posix_fadvise64_l32): Remove prototype.
14980         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14981         code.
14983 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14985         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14986         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14987         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14988         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14990 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14992         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14993         current working directory
14995 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14997         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14998         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14999         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15000         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15001         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15002         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15003         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15004         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15005         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15006         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15007         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15008         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15009         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15010         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15011         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15012         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15013         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15014         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15015         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15016         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15017         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15018         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15019         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15020         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15021         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15022         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15023         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15024         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15025         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15026         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15027         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15028         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15029         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15030         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15031         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15032         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15033         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15034         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15035         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15036         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15037         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15038         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15040         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15041         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15043         * sysdeps/unix/sysv/linux/arm/Makefile
15044         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15045         Add rt-aeabi_unwind_cpp_pr1.
15046         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15047         Add nptl-aeabi_unwind_cpp_pr1.
15048         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15049         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15050         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15051         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15052         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15053         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15055         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15056         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15057         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15058         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15060         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15061         Deconditionalize the code that was previously under [RESET_PID].
15062         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15064         * sysdeps/generic/exit-thread.h: New file.
15065         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15066         * include/unistd.h (__exit_thread): Remove declaration.
15067         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15068         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15069         * csu/libc-start.c: Include <exit-thread.h>.
15070         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15071         * nptl/pthread_create.c: Include <exit-thread.h>.
15072         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15073         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15074         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15075         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15076         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15077         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15078         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15079         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15080         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15081         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15082         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15083         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15084         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15085         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15086         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15087         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15088         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15090 2014-05-13  Andreas Schwab  <schwab@suse.de>
15092         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15094 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15096         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15097         (__ASSUME_UTIMES): Do not condition on kernel version.
15098         (__ASSUME_PSELECT): Define unconditionally.
15099         (__ASSUME_PPOLL): Likewise.
15100         (__ASSUME_ATFCTS): Likewise.
15101         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15102         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15103         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15104         (__ASSUME_UTIMENSAT): Define unconditionally.
15105         (__ASSUME_PRIVATE_FUTEX): Likewise.
15106         (__ASSUME_FALLOCATE): Likewise.
15107         (__ASSUME_O_CLOEXEC): Likewise.
15108         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15109         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15110         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15111         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15112         (__ASSUME_IN_NONBLOCK): Likewise.
15113         (__ASSUME_PIPE2): Likewise.
15114         (__ASSUME_EVENTFD2): Likewise.
15115         (__ASSUME_SIGNALFD4): Likewise.
15116         (__ASSUME_DUP3): Likewise.
15117         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15118         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15119         (__ASSUME_AT_RANDOM): Likewise.
15120         (__ASSUME_PREADV): Likewise.
15121         (__ASSUME_PWRITEV): Likewise.
15122         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15123         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15124         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15125         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15126         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15127         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15128         (__ASSUME_O_CLOEXEC): Define unconditionally.
15129         (__ASSUME_PSELECT): Do not undefine conditionally.
15130         (__ASSUME_PPOLL): Likewise.
15131         (__ASSUME_ATFCTS): Likewise.
15132         (__ASSUME_SET_ROBUST_LIST): Likewise.
15133         (__ASSUME_UTIMENSAT): Likewise.
15134         (__ASSUME_FDATASYNC): Define unconditionally.
15135         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15136         (__ASSUME_SIGFRAME_V2): Likewise.
15137         )__ASSUME_EVENTFD2): Likewise.
15138         (__ASSUME_SIGNALFD4): Likewise.
15139         (__ASSUME_PSELECT): Do not undefine conditionally.
15140         (__ASSUME_PPOLL): Likewise.
15141         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15142         (__ASSUME_PSELECT): Define unconditionally.
15143         (__ASSUME_PPOLL): Likewise.
15144         (__ASSUME_O_CLOEXEC): Likewise.
15145         (__ASSUME_SOCK_CLOEXEC): Likewise.
15146         (__ASSUME_IN_NONBLOCK): Likewise.
15147         (__ASSUME_PIPE2): Likewise.
15148         (__ASSUME_EVENTFD2): Likewise.
15149         (__ASSUME_SIGNALFD4): Likewise.
15150         (__ASSUME_DUP3): Likewise.
15151         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15152         (__ASSUME_O_CLOEXEC): Likewise.
15153         (__ASSUME_SOCK_CLOEXEC): Likewise.
15154         (__ASSUME_IN_NONBLOCK): Likewise.
15155         (__ASSUME_PIPE2): Likewise.
15156         (__ASSUME_EVENTFD2): Likewise.
15157         (__ASSUME_SIGNALFD4): Likewise.
15158         (__ASSUME_DUP3): Likewise.
15159         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15160         (__ASSUME_EVENTFD2): Likewise.
15161         (__ASSUME_SIGNALFD4): Likewise.
15162         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15164 2014-05-12  Andreas Schwab  <schwab@suse.de>
15166         [BZ #16932]
15167         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15168         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15169         than maximum RPC packet size.
15170         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15171         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15172         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15173         (_nss_nis_getservbyport_r): Likewise.
15175 2014-05-12  Will Newton  <will.newton@linaro.org>
15177         * malloc/Makefile (tests): Add tst-mallopt.
15178         * malloc/tst-mallopt.c: New file.
15180 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15182         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15183         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15185 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15187         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15188         (tst-tlsmod6.so): Likewise.
15190 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15192         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15194 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15196         [BZ #16064]
15197         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15198         and <dl-procinfo.h>.
15199         (__fegetenv): Save SSE state in envp->__eip if supported.
15200         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15201         envp->__eip if supported.
15202         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15203         and <dl-procinfo.h>.
15204         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15205         __data_offset and __data_selector in environment to 0.  Set SSE
15206         state if supported.
15207         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15208         test-fenv-sse.
15209         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15210         -mfpmath=sse.
15211         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15213 2014-05-09  Will Newton  <will.newton@linaro.org>
15215         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15216         and libc_relro_required for ARM.
15217         * sysdeps/arm/preconfigure: Regenerate.
15219 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15220             Stefan Liebler  <stli@linux.vnet.ibm.com>
15222         * config.make.in (enable-lock-elision): New Makefile variable.
15223         * configure.ac: Likewise.
15224         * configure: Regenerate.
15225         * sysdeps/s390/configure.ac:
15226         Add check for gcc transactions support.
15227         * sysdeps/s390/configure: Regenerate.
15228         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15229         Build elision files if enabled.
15230         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15231         Add lock elision support for s390.
15232         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15233         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15234         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15235         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15236         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15237         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15238         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15239         Likewise.
15240         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15241         Likewise.
15242         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15243         Likewise.
15244         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15245         Likewise.
15246         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15247         (__lll_timedlock_elision, __lll_lock_elision)
15248         (__lll_unlock_elision, __lll_trylock_elision)
15249         (lll_timedlock_elision, lll_lock_elision)
15250         (lll_unlock_elision, lll_trylock_elision): Add.
15251         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15252         (pthread_mutex_t): Add lock elision support for s390.
15254 2014-05-14  Wilco  <wdijkstr@arm.com>
15256         * sysdeps/arm/fclrexcpt.c: Cleanup.
15257         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15258         * sysdeps/arm/feenablxcpt.c: Cleanup.
15259         * sysdeps/arm/fegetenv.c: Cleanup.
15260         * sysdeps/arm/fegetexcept.c: Cleanup.
15261         * sysdeps/arm/fegetround.c: Cleanup.
15262         * sysdeps/arm/feholdexcpt.c: Cleanup.
15263         * sysdeps/arm/fesetenv.c: Cleanup.
15264         * sysdeps/arm/fesetround.c: Cleanup.
15265         * sysdeps/arm/feupdateenv.c: Cleanup.
15266         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15267         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15268         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15269         * sysdeps/arm/ftestexcept.c: Cleanup.
15270         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15271         * sysdeps/arm/setfpucw.c: Cleanup.
15273 2014-05-09  Will Newton  <will.newton@linaro.org>
15275         * sysdeps/arm/armv7/strcmp.S: New file.
15276         * NEWS: Mention addition of ARMv7 optimized strcmp.
15278 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15280         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15281         look for %.ac rather than %.in.
15283         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15284         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15285         * sysdeps/mach/hurd/configure: Regenerated.
15286         * sysdeps/unix/sysv/linux/configure: Regenerated.
15288         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15290 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15292         [BZ# 16922]
15293         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15294         (LONG_SUB): Ditto.
15295         (PTR_SUB): Ditto.
15297 2014-05-07  Andreas Schwab  <schwab@suse.de>
15299         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15300         when skipping over non-matching result from nscd.
15302 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15304         [BZ #16876]
15305         * nptl/sockperf.c (client): Check socket return value.
15307         [BZ #16877]
15308         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15309         nscd security class.
15311 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15313         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15314         * sysdeps/arm/unwind.h: ... here.
15316 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15318         [BZ# 16916]
15319         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15320         Define.
15322 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15324         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15325         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15326         multiarch strncpy for PPC64.
15327         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15328         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15329         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15330         multiarch optimizations.
15331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15332         (__libc_ifunc_impl_list): Likewise.
15333         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15334         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15335         multiarch stpncpy for PPC64.
15336         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15337         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15339 2014-05-06  Andreas Schwab  <schwab@suse.de>
15341         [BZ #16912]
15342         * gmon/mcount.c (_MCOUNT_DECL): Use
15343         atomic_compare_and_exchange_bool_acq instead of
15344         catomic_compare_and_exchange_bool_acq.
15346 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15348         * elf/Makefile (others, install-bin): Remove pldd.
15349         (pldd-modules): Variable removed.
15350         ($(objpfx)pldd): Target removed.
15351         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15352         (others, install-bin): Append pldd here.
15353         ($(objpfx)pldd): New target.
15355         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15356         to 0, so the first #if test emitted later doesn't see it undefined.
15357         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15358         * sysdeps/gnu/errlist.c: Regenerated.
15360 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15362         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15363         [libc_hidden_builtin_def]: Define to empty value.
15364         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15365         [libc_hidden_builtin_def]: Likewise.
15366         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15367         [libc_hidden_builtin_def]: Likewise.
15368         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15369         [libc_hidden_builtin_def]: Likewise.
15370         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15371         __redirect_memcpy and define ifunc as default hidden symbol.
15372         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15373         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15375 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15377         * locale/iso-4217.def: Reintroduce XDR currency.
15379 2014-05-04  Allan McRae  <allan@archlinux.org>
15381         * po/eo.po: Update Esperanto translation from translation project.
15383 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15385         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15386         and FEATURE_INDEX_MAX to 1.
15387         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15389 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15391         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15392         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15393         * iconvdata/big5.c (ONE_DIRECTION): Define.
15394         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15395         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15396         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15397         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15398         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15399         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15400         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15401         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15402         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15403         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15404         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15405         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15406         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15407         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15408         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15409         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15410         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15411         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15412         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15413         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15414         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15415         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15416         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15417         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15418         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15419         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15420         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15421         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15422         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15423         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15424         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15425         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15426         * iconvdata/johab.c (ONE_DIRECTION): Define.
15427         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15428         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15429         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15430         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15431         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15432         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15433         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15434         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15435         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15436         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15438 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15440         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15441         (_IO_JUMPS_OFFSET): Define to 0.
15443         * nptl/sysdeps/pthread/bits/libc-lock.h
15444         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15445         (__libc_lock_define_initialized_recursive): Always define using
15446         initializer.  Modern compilers treat uninitialized (implicit zero) and
15447         explicit zero initializers the same (i.e. put the datum in bss).
15449 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15451         * nscd/nscd-client.h: Include <string.h>.
15453 2014-05-01  David S. Miller  <davem@davemloft.net>
15455         [BZ #16885]
15456         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15457         multiple zero bytes exist at the end of a string.
15458         Reported by Aurelien Jarno <aurelien@aurel32.net>
15460         * string/test-strcmp.c (check): Add explicit test for situations where
15461         there are multiple zero bytes after the first.
15463 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15465         [BZ #16890]
15466         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15467         when compiling wprintf.
15468         * stdio-common/tstdiomisc.c (t3): New function.
15469         (main): Call it.
15471 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15473         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15474         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15475         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15476         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15478 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15480         * stdlib/longlong.h: Updated from GCC.
15482 2014-05-01  Will Newton  <will.newton@linaro.org>
15483             Bernard Ogden  <bernie.ogden@linaro.org>
15485         * NEWS: Update fixed bug list.
15487         [BZ #15119]
15488         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15490 2014-04-30  David S. Miller  <davem@davemloft.net>
15492         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15493         (libc_feholdexcept_setround_sparc_ctx): New function.
15494         (libc_fesetenv_sparc_ctx): Likewise.
15495         (libc_feupdateenv_sparc_ctx): Likewise.
15496         (libc_feholdsetround_sparc_ctx): Likewise.
15497         (libc_feholdexcept_setround_ctx): Define.
15498         (libc_feholdexcept_setroundf_ctx): Likewise.
15499         (libc_feholdexcept_setroundl_ctx): Likewise.
15500         (libc_fesetenv_ctx): Likewise.
15501         (libc_fesetenvf_ctx): Likewise.
15502         (libc_fesetenvl_ctx): Likewise.
15503         (libc_feupdateenv_ctx): Likewise.
15504         (libc_feupdateenvf_ctx): Likewise.
15505         (libc_feupdateenvl_ctx): Likewise.
15506         (libc_feresetround_ctx): Likewise.
15507         (libc_feresetroundf_ctx): Likewise.
15508         (libc_feresetroundl_ctx): Likewise.
15509         (libc_feholdsetround_ctx): Likewise.
15510         (libc_feholdsetroundf_ctx): Likewise.
15511         (libc_feholdsetroundl_ctx): Likewise.
15513         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15514         with __USE_GNU instead of XOPEN cpp guards.
15516         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15517         0.
15519         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15520         with XOPEN cpp guards.
15522 2014-04-30  Julian Brown  <julian@codesourcery.com>
15524         [BZ #16888]
15525         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15526         handling.
15528 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15530         [BZ #9894]
15531         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15532         Change to 2.6.32.
15533         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15534         * sysdeps/unix/sysv/linux/configure: Regenerated.
15535         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15536         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15537         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15538         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15539         * README: Update reference to required Linux kernel version.
15540         * manual/install.texi (Linux): Update reference to required Linux
15541         kernel headers version.
15542         * INSTALL: Regenerated.
15544         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15545         header inclusion.
15546         [POSIX] (limits.h): Likewise.
15547         [POSIX] (math.h): Likewise.
15548         [POSIX] (sys/wait.h): Likewise.
15549         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15550         function.
15551         [POSIX] (stddef.h): Do not allow header inclusion.
15553 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15555         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15557 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15559         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15560         Return immediately after lll_futex_wake.
15562 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15564         [BZ #16791]
15565         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15566         structure.
15567         (datahead_init_pos): Call datahead_init_common early.
15568         (datahead_init_neg): Likewise.
15570         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15571         datahead_init_neg): New functions.
15572         * nscd/aicache.c (addhstaiX): Use them.
15573         * nscd/grpcache.c (cache_addgr): Likewise.
15574         * nscd/hstcache.c (cache_addhst): Likewise.
15575         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15576         * nscd/netgroupcache.c (do_notfound): Likewise.
15577         (addgetnetgrentX): Likewise.
15578         (addinnetgrX): Likewise.
15579         * nscd/pwdcache.c (cache_addpw): Likewise.
15580         * nscd/servicescache.c (cache_addserv): Likewise.
15582 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15583             Atsushi Onoe  <atsushi@onoe.org>
15585         [BZ #14308]
15586         [BZ #12994]
15587         [BZ #13651]
15588         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15589         one response is valid.
15590         * resolv/res_send.c (send_dg): Check for validity of other
15591         response if the current response is a referral.
15593 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15595         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15597 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15599         [BZ #16823]
15600         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15601         Always divide by positive zero when computing -Inf result.
15602         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15603         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15605 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15607         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15608         FPSCR if value do not change.
15609         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15610         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15611         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15612         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15613         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15614         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15615         function.
15617 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15619         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15620         * sysdeps/unix/sysv/linux/hppa: Move directory from
15621         ports/systeps/unix/sysv/linux/hppa.
15622         * README: Update listing for hppa-*-linux-gnu.
15624 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15626         [BZ #16754]
15627         * manual/stdio.texi (Hook functions): Fix types of stream hook
15628         functions.
15629         [BZ #16854]
15630         * socket/sys/socket.h: Fix typo in comment.
15632 2014-04-28  Wilco  <wdijkstr@arm.com>
15634         * sysdeps/arm/fenv_private.h: New file.
15635         * sysdeps/arm/math_private.h: New file.
15636         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15638 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15640         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15641         with __int128_t.
15642         (La_x86_64_retval): Likewise.
15644 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15646         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15647         fpsr if value didn't change.
15648         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15649         to fpcr if value didn't change.
15650         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15651         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15652         fpsr or fpcr if value didn't change.
15653         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15654         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15655         fpcr if value didn't change.
15656         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15657         to fpsr if value didn't change.
15659 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15661         * nptl/tst-sem3.c: Use test-skeleton.c
15662         (main): Rename to do_test.  Use return instead of
15663         exit.
15664         * nptl/tst-sem4.c: Use test-skeleton.c
15665         (main): Rename to do_test.
15667 2014-04-22  David S. Miller  <davem@davemloft.net>
15669         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15670         (struct sigaction): New struct member __glibc_reserved0, change
15671         type of sa_flags to int.
15673 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15675         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15676         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15678 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15680         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15681         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15683 2014-04-22  Will Newton  <will.newton@linaro.org>
15684             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15686         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15687         (__longjmp): Add longjmp and longjmp_target SystemTap
15688         probes.
15689         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15690         (__sigsetjmp): Add setjmp SystemTap probe.
15692 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15694         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15695         match manual order.
15697 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15699         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15701         * sysdeps/powerpc/fpu/fenv_private.h
15702         (libc_feholdexcept_setroundl_ctx): Define to
15703         libc_feholdexcept_setround_ppc_ctx.
15704         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15705         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15706         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15707         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15709 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15711         * sysdeps/aarch64/math-tests.h: New file.
15713 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15715         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15716         New.
15717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15718         Check and set bit_AVX2_Usable.
15719         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15720         macro.
15721         (bit_AVX2): Likewise.
15722         (index_AVX2_Usable): Likewise.
15723         (CPUID_AVX2): Likewise.
15724         (HAS_AVX2): Likewise.
15726 2014-04-17  Will Newton  <will.newton@linaro.org>
15728         * manual/setjmp.texi (System V contexts): Add note that
15729         calling setcontext on a context created by a call to a
15730         signal handler is undefined.  Update text to note that
15731         setcontext from a signal handler is possible but not
15732         recommended.
15734         [BZ #16629]
15735         * stdlib/tst-setcontext.c: Include signal.h.
15736         (main): Check that the signal stack before and
15737         after swapcontext is the same.
15739         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15740         Re-implement to restore registers in user code and avoid
15741         rt_sigreturn system call.
15743 2014-04-17  Wilco  <wdijkstr@arm.com>
15745         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15746         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15747         * math/test-fenv.c: Skip exception trap tests on targets which only
15748         support non-stop mode.
15750 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15751             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15753         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15754         (libc_feholdsetround_aarch64_ctx)
15755         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15756         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15757         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15758         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15759         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15760         (libc_feresetround_noexl_ctx): Define.
15762 2014-04-16  Richard Henderson  <rth@redhat.com>
15764         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15766         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15767         unwind tables.
15769         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15770         const from the non-libc, non-ldso copy.
15772         * sysdeps/alpha/libm-test-ulps: Regenerate.
15774 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15775             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15777         * sysdeps/aarch64/fpu/math_private.h: New file.
15779 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15781         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15783 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15785         [BZ #16275]
15786         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15787         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15788         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15789         Intel MPX bound registers before _dl_profile_fixup.
15790         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15791         registers after _dl_profile_fixup.  Save and restore bound
15792         registers bnd0/bnd1 when calling _dl_call_pltexit.
15793         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15794         (LR_BND_OFFSET): Likewise.
15795         (LRV_BND0_OFFSET): Likewise.
15796         (LRV_BND1_OFFSET): Likewise.
15798 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15800         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15801         to...
15802         * sysdeps/mach/hurd/i386/tls.h: ... here.
15803         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15804         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15805         fields.
15807 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15809         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15811 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15813         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15815 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15817         [BZ #14770]
15818         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15819         * sysdeps/s390/configure: Regenerate.
15821         [BZ #16824]
15822         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15823         Set round-to-nearest internally to reduce error accumulation.
15825 2014-04-16  Alan Modra  <amodra@gmail.com>
15827         [BZ #16740]
15828         [BZ #16619]
15829         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15830         * math/libm-test.inc (frexp_test_data): Add tests.
15831         * NEWS: Update fixed bug list.
15833 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15835         * benchtests/Makefile: Depend on libraries in build directory.
15836         (bench-math): Separate out math tests.
15837         (bench-pthread): Separate out pthread tests.
15838         (bench): Include math and pthread tests.
15840 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15842         [BZ #16831]
15843         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15844         _dl_debug_initialize.
15846         * configure.ac: Remove SELinux header check.
15847         * configure: Regenerate.
15848         * nscd/selinux.c (perms): Array of const char* to permission names.
15849         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15850         default policy. Call string_to_security_class and string_to_av_perm to
15851         translate strings. Enforce default policy and call avs_has_perm with
15852         results of translated strings.
15854 2014-04-13  David S. Miller  <davem@davemloft.net>
15856         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15858 2014-04-12  Allan McRae  <allan@archlinux.org>
15860         [BZ #16838]
15861         * manual/string.texi (Collation Functions): Fix qsort argument
15862         order in example.
15863         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15865 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15867         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15868         Make the test a no-op if there are no exceptions defined.
15870 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15872         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15873         enable-hardcoded-path-in-tests
15875 2014-04-11  Will Newton  <will.newton@linaro.org>
15877         * benchtests/Makefile (extra-objs): Add json-lib.o.
15878         (bench-func): Tidy up JSON output.
15879         * benchtests/bench-skeleton.c: Include json-lib.h.
15880         (main): Use JSON library functions to do output of
15881         benchmark results.
15882         * benchtests/bench-timing-type.c (main): Output the
15883         timing type simply, leaving formatting to the user.
15884         * benchtests/json-lib.c: New file.
15885         * benchtests/json-lib.h: Likewise.
15887 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15889         [BZ #15215]
15890         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15891         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15892         memory barriers.  Add comments.
15893         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15894         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15895         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15896         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15897         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15898         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15900 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15902         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15903         * sysdeps/s390/s390-64/configure.ac: ... this ...
15904         * sysdeps/s390/configure.ac: ... to here.
15905         * sysdeps/s390/s390-32/configure: Delete file.
15906         * sysdeps/s390/s390-64/configure: Delete file.
15907         * sysdeps/s390/configure: Regenerate.
15909 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15911         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15913 2014-04-11  Will Newton  <will.newton@linaro.org>
15915         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15916         to zero if it is not defined elsewhere.  (mtrim): Test
15917         the value of MALLOC_DEBUG with #if rather than #ifdef.
15919 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15921         * benchtests/pthread_once-inputs: New file.
15922         * benchtests/pthread_once-source.c: New file.
15923         * benchtests/README: Update documentation.
15925 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15926             H.J. Lu  <hongjiu.lu@intel.com>
15928         [BZ #16275]
15929         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15930         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15931         * sysdeps/x86_64/configure: Regenerated.
15932         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15933         macro.
15934         (REGISTER_SAVE_RAX): Likewise.
15935         (REGISTER_SAVE_RCX): Likewise.
15936         (REGISTER_SAVE_RDX): Likewise.
15937         (REGISTER_SAVE_RSI): Likewise.
15938         (REGISTER_SAVE_RDI): Likewise.
15939         (REGISTER_SAVE_R8): Likewise.
15940         (REGISTER_SAVE_R9): Likewise.
15941         (REGISTER_SAVE_BND0): Likewise.
15942         (REGISTER_SAVE_BND1): Likewise.
15943         (REGISTER_SAVE_BND2): Likewise.
15944         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15945         bound registers when calling _dl_fixup.
15947 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15949         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15950         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15951         of its definition.
15952         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15953         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15954         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15955         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15956         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15957         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15958         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15960 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15962         [BZ #15514]
15963         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15964         pathconf(_PC_NAME_MAX).
15966 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15968         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15969         Remove macro usage.
15970         (__PTHREAD_SPINS): Move definition to ...
15971         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15972         (__PTHREAD_SPINS): ... here.
15973         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15974         (__PTHREAD_SPIN): Likewise.
15975         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15976         (__PTHREAD_SPIN): Likewise.
15977         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15978         (__PTHREAD_SPIN): Likewise.
15979         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15980         (__PTHREAD_SPIN): Likewise.
15981         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15982         (__PTHREAD_SPIN): Likewise.
15983         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15984         (__PTHREAD_SPIN): Likewise.
15985         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15986         (__PTHREAD_SPIN): Likewise.
15987         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15988         (__PTHREAD_SPIN): Likewise.
15989         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15990         (__PTHREAD_SPIN): Likewise.
15991         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15992         (__PTHREAD_SPIN): Likewise.
15993         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15994         (__PTHREAD_SPIN): Likewise.
15995         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15996         (__PTHREAD_SPIN): Likewise.
15998         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15999         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16000         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16001         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16002         imply folder.
16003         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16004         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16005         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16006         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16007         correct imply path.
16008         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16009         strlen symbol for non multi-arch builds.
16010         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16011         missing hidden_def and weak_alias.
16013 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16015         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16017 2014-04-07  Will Newton  <will.newton@linaro.org>
16019         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16020         and contents.  [!_LIBC] Remove #ifndef and contents.
16021         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16022         * string/memccpy.c (__memccpy): Use ANSI prototype.
16023         * string/memfrob.c (memfrob): Likewise.
16024         * string/strcoll.c (STRCOLL): Likewise.
16025         * string/strlen.c (strlen): Likewise.
16026         * string/strtok.c (STRTOK): Likewise.
16027         * string/strcat.c: Remove unused #include of memcopy.h.
16028         (strcat): Use ANSI prototype.
16029         * string/strchr.c: Remove unused #include of memcopy.h.
16030         (strchr): Use ANSI prototype.
16031         * string/strcmp.c: Remove unused #include of memcopy.h.
16032         (strcmp): Use ANSI prototype.
16033         * string/strcpy.c: Remove unused #include of memcopy.h.
16034         (strcpy): Use ANSI prototype.
16036 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16038         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16039         * config.make.in (config-extra-cppflags): Set it from
16040         libc_extra_cppflags.
16041         * configure.ac (libc_extra_cflags): Make it accumulate over
16042         configure fragments.
16043         (libc_extra_cppflags): New flag.
16044         * configure. Regenerate.
16045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16046         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16047         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16050         [BZ #16815]
16051         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16052         result for FE_DOWNWARD rounding mode.
16053         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16054         Likewise.
16055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16057 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16059         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16060         in function argument name.
16062 2014-04-03  David Svoboda  <svoboda@cert.org>
16064         [BZ #5666]
16065         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16066         explicitly.
16068 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16070         * elf/dl-unmap-segments.h: New file.
16071         * sysdeps/generic/ldsodefs.h
16072         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16073         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16074         * elf/dl-fptr.c: Likewise.
16075         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16076         * sysdeps/aarch64/tlsdesc.c: Likewise.
16077         * sysdeps/arm/tlsdesc.c: Likewise.
16078         * sysdeps/i386/tlsdesc.c: Likewise.
16079         * sysdeps/tile/dl-runtime.c: Likewise.
16080         * sysdeps/x86_64/tlsdesc.c: Likewise.
16081         * elf/dl-load.h: New file.
16082         * elf/dl-load.c: Include it.
16083         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16084         Macros moved to dl-load.h.
16085         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16086         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16087         Use _dl_unmap_segments in place of __munmap.
16088         Break out segment-mapping loop into ...
16089         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16091 2014-04-03  Will Newton  <will.newton@linaro.org>
16093         * elf/dl-lookup.c (do_lookup_x): Remove comment
16094         referring to nested function and move variable
16095         declarations down to before first use.
16097 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16099         [BZ #16799]
16100         [BZ #16800]
16101         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16102         with 0 numerator.
16103         * math/s_catanf.c (__catanf): Likewise.
16104         * math/s_catanh.c (__catanh): Likewise.
16105         * math/s_catanhf.c (__catanhf): Likewise.
16106         * math/s_catanhl.c (__catanhl): Likewise.
16107         * math/s_catanl.c (__catanl): Likewise.
16108         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16109         by positive zero when computing -Inf result.
16110         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16111         (catanh_test): Likewise.
16112         * sysdeps/i386/fpu/libm-test-ulps: Update.
16113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16115         [BZ #16789]
16116         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16117         instead of using underflowing value in computing result.
16118         * math/s_clog10.c (__clog10): Likewise.
16119         * math/s_clog10f.c (__clog10f): Likewise.
16120         * math/s_clog10l.c (__clog10l): Likewise.
16121         * math/s_clogf.c (__clogf): Likewise.
16122         * math/s_clogl.c (__clogl): Likewise.
16123         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16124         (clog10_test): Likewise.
16125         * sysdeps/i386/fpu/libm-test-ulps: Update.
16126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16128 2014-04-02  Alan Modra  <amodra@gmail.com>
16130         [BZ #16739]
16131         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16132         output when value is near a power of two.  Use int64_t for lx and
16133         remove casts.  Use decimal rather than hex exponent constants.
16134         Don't use long double multiplication when double will suffice.
16135         * math/libm-test.inc (nextafter_test_data): Add tests.
16136         * NEWS: Add 16739 and 16786 to bug list.
16138         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16140         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16142 2014-04-01  Will Newton  <will.newton@linaro.org>
16144         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16145         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16147 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16149         [BZ #13347]
16150         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16151         * nptl/tst-setuid2.c: New file.
16152         * nptl/Makefile (xtests): Add tst-setuid2.
16154 2014-04-01  Alan Modra  <amodra@gmail.com>
16156         [BZ #16786]
16157         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16159 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16161         [BZ #6803]
16162         [BZ #6804]
16163         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16164         set errno as appropriate.
16165         * math/w_scalbf.c (__scalbf): Likewise.
16166         * math/w_scalbl.c (__scalbl): Likewise.
16167         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16168         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16169         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16170         Add more NaN tests.
16172         [BZ #16349]
16173         * math/w_atan2.c: Include <errno.h>.
16174         (__atan2): Set errno for result underflowing to zero.
16175         * math/w_atan2f.c: Include <errno.h>.
16176         (__atan2f): Set errno for result underflowing to zero.
16177         * math/w_atan2l.c: Include <errno.h>.
16178         (__atan2l): Set errno for result underflowing to zero.
16179         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16180         tests.
16181         * math/auto-libm-test-out: Regenerated.
16183 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16185         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16186         Encode instruction correctly in little endian.
16187         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16188         Likewise.
16189         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16190         Likewise.
16191         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16192         Likewise.
16193         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16194         Likewise.
16196 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16198         [BZ #9894]
16199         * sysdeps/unix/sysv/linux/kernel-features.h
16200         [__sparc__ && !__arch64__ && !__sparc_v9__]
16201         (__ASSUME_SET_ROBUST_LIST): Do not define.
16202         [__sparc__ && !__arch64__ && !__sparc_v9__]
16203         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16204         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16205         Likewise.
16206         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16207         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16208         (__ASSUME_REQUEUE_PI): Likewise.
16209         (__ASSUME_SET_ROBUST_LIST): Likewise.
16210         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16211         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16212         Undefine.
16213         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16214         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16215         Likewise.
16216         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16217         Likewise.
16218         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16219         Likewise.
16220         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16221         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16222         Undefine.
16223         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16224         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16225         Likewise.
16227         [BZ #16648]
16228         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16229         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16230         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16232 2014-03-31  Will Newton  <will.newton@linaro.org>
16234         * benchtests/Makefile (bench): Add ffs and ffsll to list
16235         of tests.
16236         * benchtests/ffs-inputs: New file.
16237         * benchtests/ffsll-inputs: Likewise.
16239 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16241         [BZ #16770]
16242         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16243         too large before casting to int.
16244         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16245         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16246         * math/libm-test.inc (scalb_test_data): Add more tests.
16248 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16250         * benchtests/Makefile (DETAILED_OPT): New make option.
16251         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16252         set.
16253         * benchtests/bench-skeleton.c: Include stdbool.h.
16254         (main): Store and print timings per input.
16255         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16256         member to each argument value.
16257         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16258         (_print_arg_data): Initialize per-input timing to 0.
16260         * benchtests/Makefile (timing-type): New binary.
16261         (bench-clean): Also remove bench-timing-type.
16262         (bench): New target for timing-type.
16263         (bench-func): Print output in JSON format.
16264         * benchtests/bench-skeleton.c (main): Print output in JSON
16265         format.
16266         * benchtests/bench-timing-type.c: New file.
16267         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16268         (TIMING_PRINT_STATS): Remove.
16269         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16270         name separately.
16272         * benchtests/bench-modf.c: Remove.
16273         * benchtests/modf-inputs: New inputs file.
16275 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16277         [BZ #16362]
16278         * math/s_clog10.c (M_PI_LOG10E): New macro.
16279         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16280         imaginary parts are 0.
16281         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16282         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16283         imaginary parts are 0.
16284         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16285         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16286         imaginary parts are 0.
16287         * math/libm-test.inc (clog10_test_data): Update expected results
16288         for when real and imaginary parts are 0.
16290 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16292         * elf/dl-load.c: Finish conversion of __builtin_expect into
16293         __glibc_{un}likely.
16295 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16297         [BZ #16348]
16298         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16299         1+x for argument with exponent below -67.
16300         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16301         Likewise.
16302         * math/auto-libm-test-in: Add more tests of exp.
16303         * math/auto-libm-test-out: Regenerated.
16305 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16307         [BZ #16759]
16308         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16309         (nscd_getnetgrent): Use it.
16311         [BZ #16760]
16312         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16313         of stpcpy.
16315 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16317         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16318         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16319         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16320         (lll_robust_unlock): Remove out of line section. Use cfi
16321         intrinsics.
16322         (LLL_STUB_UNWIND_INFO*): Remove.
16323         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16324         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16325         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16326         (lll_robust_unlock): Remove out of line section. Use cfi
16327         intrinsics.
16328         (LLL_STUB_UNWIND_INFO*): Remove.
16330 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16332         [BZ #16758]
16333         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16334         blank values.
16336 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16338         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16340 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16342         [BZ #16198]
16343         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16344         fnstenv.
16345         * math/test-fenv-preserve.c: New file.
16346         * math/Makefile (tests): Add test-fenv-preserve.
16348 2014-03-26  Will Newton <will.newton@linaro.org>
16350         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16352 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16354         * scripts/versionlist.awk: Partition the version sets and emit all
16355         GLIBC_* (sorted) before all others (sorted).
16357 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16359         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16360         GLIBC_2.2.5 version.
16362 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16364         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16365         calls.
16367         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16368         previous change.
16370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16372 2014-03-25  Andreas Schwab  <schwab@suse.de>
16374         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16375         label to be used after in6ailist is initialized.
16377 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16379         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16380         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16382 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16384         [BZ #16357]
16385         [BZ #16599]
16386         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16387         min_plus_half.
16388         (fp_formats): Update initializers.
16389         (init_fp_formats): Initialize new field.
16390         (output_for_one_input_case): Allow underflow for results up to
16391         min_plus_half.
16392         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16393         * math/auto-libm-test-in: Don't mark some underflows from asin and
16394         atanh as spurious.
16395         * math/auto-libm-test-out: Regenerated.
16396         * sysdeps/i386/fpu/libm-test-ulps: Update.
16397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16399 2014-03-25  Andreas Schwab  <schwab@suse.de>
16401         * libio/Makefile (tst-ftell-partial-wide-ENV)
16402         (tst-ftell-active-handler-ENV): Define.
16404 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16406         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16408 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16410         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16412 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16414         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16415         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16416         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16418 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16420         [BZ #16634]
16421         * elf/dl-load.c (open_verify): Add mode parameter.
16422         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16423         (open_path): Change from boolean 'secure' to complete flag 'mode'
16424         (_dl_map_object): Adjust.
16425         * elf/Makefile (tests): Add tst-dlopen-aout.
16426         * elf/tst-dlopen-aout.c: New test.
16428 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16430         [BZ #16714]
16431         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16432         (struct stat): Rename member pad0 to __glibc_reserved0.
16434         [BZ #16712]
16435         * sysdeps/s390/s390-32/bits/wordsize.h
16436         (__WORDSIZE32_SIZE_ULONG): New define.
16437         * sysdeps/s390/s390-64/bits/wordsize.h
16438         (__WORDSIZE32_SIZE_ULONG): Likewise.
16439         * sysdeps/generic/stdint.h (SIZE_MAX):
16440         Define as UL if __WORDSIZE32_SIZE_ULONG.
16442         [BZ #16713]
16443         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16444         (__glibc_reserved0): New variable.
16445         (sa_flags): Change type to int.
16447         * posix/Makefile (before-compile): Use += before-compile instead
16448         of a :=.
16450         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16451         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16453 2014-03-20  Andreas Schwab  <schwab@suse.de>
16455         [BZ #16743]
16456         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16457         non-matching result from nscd.
16459 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16461         * scripts/bench.py: Moved to ...
16462         * benchtests/scripts/bench.py: ... here.
16463         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16465 2014-03-24  Andreas Schwab  <schwab@suse.de>
16467         [BZ #16002]
16468         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16469         alloca_account and account alloca use for struct in6ailist.
16471 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16473         [BZ #16284]
16474         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16475         rounding mode to recompute results that overflow to infinity or
16476         underflow to zero.
16477         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16478         bug 16284.
16479         * math/auto-libm-test-out: Regenerated.
16480         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16481         (ccosh_test): Likewise.
16482         (csin_test_data): Use plus_oflow.
16483         (csin_test): Use ALL_RM_TEST.
16484         (csinh_test_data): Use plus_oflow.
16485         (csinh_test): Use ALL_RM_TEST.
16486         * sysdeps/i386/fpu/libm-test-ulps: Update.
16487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16489 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16491         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16492         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16493         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16495         [BZ #16731]
16496         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16497         when x - 1 is zero.
16498         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16499         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16500         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16501         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16502         argument is 1.
16503         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16504         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16505         zero.
16506         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16507         * sysdeps/i386/fpu/libm-test-ulps: Update.
16508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16510 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16512         * scripts/bench.pl: Remove file.
16513         * scripts/bench.py: New benchmark script.
16514         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16515         * benchtests/README: Mention python dependency.
16516         * scripts/pylintrc: New file.
16517         * scripts/pylint: New file.
16519         * bits/mathdef.h: Use #ifdef instead of #if.
16520         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16521         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16522         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16523         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16524         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16525         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16527 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16528             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16530         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16532         and strpbrk-ppc64 objects.
16533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16534         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16535         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16536         multiarch strpbrk for POWER7.
16537         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16538         multiarch strpbrk for PPC64.
16539         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16540         ifunc selector.
16541         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16542         strpbrk for POWER7.
16544 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16546         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16547         (atan_test): Likewise.
16548         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16549         (atanh_test): Use ALL_RM_TEST.
16550         (atan2_test_data): Likewise.
16551         (cabs_test): Likewise.
16552         (cacosh_test): Likewise.
16553         (carg_test): Likewise.
16554         (casin_test): Likewise.
16555         (casinh_test): Likewise.
16556         (cbrt_test): Likewise.
16557         (csqrt_test): Likewise.
16558         (erf_test): Likewise.
16559         (erfc_test): Likewise.
16560         (pow10_test): Likewise.
16561         (exp2_test): Likewise.
16562         (hypot_test): Likewise.
16563         (j0_test): Likewise.
16564         (j1_test): Likewise.
16565         (lgamma_test): Likewise.
16566         (gamma_test): Likewise.
16567         (sincos_test): Likewise.
16568         (tanh_test): Likewise.
16569         (y0_test): Likewise.
16570         (y1_test): Likewise.
16571         * sysdeps/i386/fpu/libm-test-ulps: Update.
16572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16574 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16576         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16577         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16578         and strcspn-ppc64 objects.
16579         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16580         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16581         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16582         multiarch strcspn for POWER7.
16583         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16584         multiarch strcspn for PPC64.
16585         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16586         ifunc selector.
16587         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16588         strcspn for POWER7.
16590 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16592         * math/gen-libm-test.pl (generate_testfile): Expect only function
16593         name as argument to AUTO_TESTS_* and pass results for all rounding
16594         modes to parse_args.
16595         (parse_auto_input): Separate inputs of automatic tests from
16596         outputs before storing in %auto_tests.
16597         * math/libm-test.inc (acos_test_data): Update call to
16598         AUTO_TESTS_f_f.
16599         (acos_test): Use ALL_RM_TEST.
16600         (acos_tonearest_test_data): Remove.
16601         (acos_test_tonearest): Likewise.
16602         (acos_towardzero_test_data): Likewise.
16603         (acos_test_towardzero): Likewise.
16604         (acos_downward_test_data): Likewise.
16605         (acos_test_downward): Likewise.
16606         (acos_upward_test_data): Likewise.
16607         (acos_test_upward): Likewise.
16608         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16609         (asin_test_data): Likewise.
16610         (asin_test): Use ALL_RM_TEST.
16611         (asin_tonearest_test_data): Remove.
16612         (asin_test_tonearest): Likewise.
16613         (asin_towardzero_test_data): Likewise.
16614         (asin_test_towardzero): Likewise.
16615         (asin_downward_test_data): Likewise.
16616         (asin_test_downward): Likewise.
16617         (asin_upward_test_data): Likewise.
16618         (asin_test_upward): Likewise.
16619         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16620         (atan_test_data): Likewise.
16621         (atanh_test_data): Likewise.
16622         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16623         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16624         (carg_test_data): Likewise.
16625         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16626         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16627         (ccosh_test_data): Likewise.
16628         (cexp_test_data): Likewise.
16629         (clog_test_data): Likewise.
16630         (clog10_test_data): Likewise.
16631         (cos_test_data): Update call to AUTO_TESTS_f_f.
16632         (cos_test): Use ALL_RM_TEST.
16633         (cos_tonearest_test_data): Remove.
16634         (cos_test_tonearest): Likewise.
16635         (cos_towardzero_test_data): Likewise.
16636         (cos_test_towardzero): Likewise.
16637         (cos_downward_test_data): Likewise.
16638         (cos_test_downward): Likewise.
16639         (cos_upward_test_data): Likewise.
16640         (cos_test_upward): Likewise.
16641         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16642         (cosh_test): Use ALL_RM_TEST.
16643         (cosh_tonearest_test_data): Remove.
16644         (cosh_test_tonearest): Likewise.
16645         (cosh_towardzero_test_data): Likewise.
16646         (cosh_test_towardzero): Likewise.
16647         (cosh_downward_test_data): Likewise.
16648         (cosh_test_downward): Likewise.
16649         (cosh_upward_test_data): Likewise.
16650         (cosh_test_upward): Likewise.
16651         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16652         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16653         (ctan_test_data): Likewise.
16654         (ctan_test): Use ALL_RM_TEST.
16655         (ctan_tonearest_test_data): Remove.
16656         (ctan_test_tonearest): Likewise.
16657         (ctan_towardzero_test_data): Likewise.
16658         (ctan_test_towardzero): Likewise.
16659         (ctan_downward_test_data): Likewise.
16660         (ctan_test_downward): Likewise.
16661         (ctan_upward_test_data): Likewise.
16662         (ctan_test_upward): Likewise.
16663         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16664         (ctanh_test): Use ALL_RM_TEST.
16665         (ctanh_tonearest_test_data): Remove.
16666         (ctanh_test_tonearest): Likewise.
16667         (ctanh_towardzero_test_data): Likewise.
16668         (ctanh_test_towardzero): Likewise.
16669         (ctanh_downward_test_data): Likewise.
16670         (ctanh_test_downward): Likewise.
16671         (ctanh_upward_test_data): Likewise.
16672         (ctanh_test_upward): Likewise.
16673         (erf_test_data): Update call to AUTO_TESTS_f_f.
16674         (erfc_test_data): Likewise.
16675         (exp_test_data): Likewise.
16676         (exp_test): Use ALL_RM_TEST.
16677         (exp_tonearest_test_data): Remove.
16678         (exp_test_tonearest): Likewise.
16679         (exp_towardzero_test_data): Likewise.
16680         (exp_test_towardzero): Likewise.
16681         (exp_downward_test_data): Likewise.
16682         (exp_test_downward): Likewise.
16683         (exp_upward_test_data): Likewise.
16684         (exp_test_upward): Likewise.
16685         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16686         (exp10_test): Use ALL_RM_TEST.
16687         (exp10_tonearest_test_data): Remove.
16688         (exp10_test_tonearest): Likewise.
16689         (exp10_towardzero_test_data): Likewise.
16690         (exp10_test_towardzero): Likewise.
16691         (exp10_downward_test_data): Likewise.
16692         (exp10_test_downward): Likewise.
16693         (exp10_upward_test_data): Likewise.
16694         (exp10_test_upward): Likewise.
16695         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16696         (expm1_test_data): Likewise.
16697         (expm1_test): Use ALL_RM_TEST.
16698         (expm1_tonearest_test_data): Remove.
16699         (expm1_test_tonearest): Likewise.
16700         (expm1_towardzero_test_data): Likewise.
16701         (expm1_test_towardzero): Likewise.
16702         (expm1_downward_test_data): Likewise.
16703         (expm1_test_downward): Likewise.
16704         (expm1_upward_test_data): Likewise.
16705         (expm1_test_upward): Likewise.
16706         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16707         (fma_test): Use ALL_RM_TEST.
16708         (fma_towardzero_test_data): Remove.
16709         (fma_test_towardzero): Likewise.
16710         (fma_downward_test_data): Likewise.
16711         (fma_test_downward): Likewise.
16712         (fma_upward_test_data): Likewise.
16713         (fma_test_upward): Likewise.
16714         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16715         (j0_test_data): Update call to AUTO_TESTS_f_f.
16716         (j1_test_data): Likewise.
16717         (jn_test_data): Update call to AUTO_TESTS_if_f.
16718         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16719         (log_test_data): Update call to AUTO_TESTS_f_f.
16720         (log10_test_data): Likewise.
16721         (log1p_test_data): Likewise.
16722         (log2_test_data): Likewise.
16723         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16724         (pow_tonearest_test_data): Likewise.
16725         (sin_test_data): Update call to AUTO_TESTS_f_f.
16726         (sin_test): Use ALL_RM_TEST.
16727         (sin_tonearest_test_data): Remove.
16728         (sin_test_tonearest): Likewise.
16729         (sin_towardzero_test_data): Likewise.
16730         (sin_test_towardzero): Likewise.
16731         (sin_downward_test_data): Likewise.
16732         (sin_test_downward): Likewise.
16733         (sin_upward_test_data): Likewise.
16734         (sin_test_upward): Likewise.
16735         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16736         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16737         (sinh_test): Use ALL_RM_TEST.
16738         (sinh_tonearest_test_data): Remove.
16739         (sinh_test_tonearest): Likewise.
16740         (sinh_towardzero_test_data): Likewise.
16741         (sinh_test_towardzero): Likewise.
16742         (sinh_downward_test_data): Likewise.
16743         (sinh_test_downward): Likewise.
16744         (sinh_upward_test_data): Likewise.
16745         (sinh_test_upward): Likewise.
16746         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16747         (sqrt_test): Use ALL_RM_TEST.
16748         (sqrt_tonearest_test_data): Remove.
16749         (sqrt_test_tonearest): Likewise.
16750         (sqrt_towardzero_test_data): Likewise.
16751         (sqrt_test_towardzero): Likewise.
16752         (sqrt_downward_test_data): Likewise.
16753         (sqrt_test_downward): Likewise.
16754         (sqrt_upward_test_data): Likewise.
16755         (sqrt_test_upward): Likewise.
16756         (tan_test_data): Update call to AUTO_TESTS_f_f.
16757         (tan_test): Use ALL_RM_TEST.
16758         (tan_tonearest_test_data): Remove.
16759         (tan_test_tonearest): Likewise.
16760         (tan_towardzero_test_data): Likewise.
16761         (tan_test_towardzero): Likewise.
16762         (tan_downward_test_data): Likewise.
16763         (tan_test_downward): Likewise.
16764         (tan_upward_test_data): Likewise.
16765         (tan_test_upward): Likewise.
16766         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16767         (tgamma_test_data): Likewise.
16768         (y0_test_data): Likewise.
16769         (y1_test_data): Likewise.
16770         (yn_test_data): Update call to AUTO_TESTS_if_f.
16771         (main): Do not call removed functions.
16773 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16775         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16776         (ldexp_test_data): Remove.
16777         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16778         scalbn_test_data.
16779         (scalb_test): Use ALL_RM_TEST.
16781 2014-03-19  Andreas Schwab  <schwab@suse.de>
16783         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16785 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16787         [BZ #16649]
16788         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16789         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16790         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16791         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16792         (__ASSUME_PREADV): Undefine.
16793         (__ASSUME_PWRITEV): Likewise.
16795 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16797         * bits/mman-linux.h: Add comment about non-Linux use.
16798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16799         bits/mman-linux.h resting place.
16801         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16802         * bits/mman-linux.h: ... here.
16804 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16806         * conform/conformtest.pl: Add standard definition when calling C
16807         preprocessor on data files.
16808         (checknamespace): Remove unused variable.
16810 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16812         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16813         minus_oflow, plus_uflow and minus_uflow in expected results.
16814         * math/libm-test.inc (scalbn_test_data): Add more tests of
16815         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16816         minus_uflow.
16817         (scalbn_test): Use ALL_RM_TEST.
16818         (scalbln_test_data): Add more tests of negative arguments.  Use
16819         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16820         (scalbln_test): Use ALL_RM_TEST.
16822 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16824         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16826 2014-03-18  Will Newton  <will.newton@linaro.org>
16828         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16829         inaccurate comment.
16831 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16833         * Makerules [!subdir] (check-abi): Exit with error status if a
16834         test failed.
16836 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16838         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16839         for rint.  Include results for all rounding modes.
16840         (nearbyint_test): Use ALL_RM_TEST.
16841         (rint_test_data): Include all tests used for nearbyint.
16843 2014-03-17  Will Newton  <will.newton@linaro.org>
16845         * nptl/sysdeps/pthread/pthread.h: Revert previous
16846         change.
16848         * sysdeps/generic/ldsodefs.h: Revert previous
16849         change.
16851         * libio/genops.c: Revert previous change.
16852         * libio/libioP.h: Likewise.
16853         * stdio-common/vfprintf.c: Likewise.
16855         * sysdeps/generic/math_private.h: Revert previous
16856         change.
16858         * sysdeps/generic/math_private.h: Check whether
16859         HAVE_RM_CTX is defined with #ifdef rather
16860         than #if.
16862         * argp/argp-fmtstream.h: Check whether
16863         __STRICT_ANSI__ is defined with #ifdef rather
16864         than #if.
16865         * argp/argp.h: Likewise.
16867         * libio/genops.c: Check whether
16868         _IO_JUMPS_OFFSET is defined with #ifdef rather
16869         than #if.
16870         * libio/libioP.h: Likewise.
16871         * stdio-common/vfprintf.c: Likewise.
16873         * sysdeps/generic/ldsodefs.h: Check whether
16874         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16875         than #if.
16877         * nptl/sysdeps/pthread/pthread.h: Check
16878         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16879         its value.
16881 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16883         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16884         setting O_APPEND.
16885         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16886         test case.
16888         [BZ #16680]
16889         * libio/fileops.c (_IO_file_open): Seek to end of file but
16890         don't cache the offset.
16891         (get_file_offset): Remove function.
16892         (do_ftell): Use cached offset when available.
16893         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16894         don't cache the offset.
16895         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16896         case.
16897         (do_one_test): Call it.
16898         (do_ftell_test): Fix up expected old offset for a+ mode.
16899         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16900         available.
16902         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16903         up test status with function return status.
16904         (do_write_test): Likewise.
16905         (do_append_test): Likewise.
16907         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16908         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16909         Remove.
16911 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16913         * math/gen-libm-test.pl (parse_args): Handle results specified for
16914         each rounding mode separately.
16915         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16916         tests and results from lrint_tonearest_test_data,
16917         lrint_towardzero_test_data, lrint_downward_test_data and
16918         lrint_upward_test_data.
16919         (lrint_test): Use ALL_RM_TEST.
16920         (lrint_tonearest_test_data): Remove.
16921         (lrint_test_tonearest): Likewise.
16922         (lrint_towardzero_test_data): Likewise.
16923         (lrint_test_towardzero): Likewise.
16924         (lrint_downward_test_data): Likewise.
16925         (lrint_test_downward): Likewise.
16926         (lrint_upward_test_data): Likewise.
16927         (lrint_test_upward): Likewise.
16928         (llrint_test_data): Merge in per-rounding-mode tests and results
16929         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16930         llrint_downward_test_data and llrint_upward_test_data.
16931         (llrint_test): Use ALL_RM_TEST.
16932         (llrint_tonearest_test_data): Remove.
16933         (llrint_test_tonearest): Likewise.
16934         (llrint_towardzero_test_data): Likewise.
16935         (llrint_test_towardzero): Likewise.
16936         (llrint_downward_test_data): Likewise.
16937         (llrint_test_downward): Likewise.
16938         (llrint_upward_test_data): Likewise.
16939         (llrint_test_upward): Likewise.
16940         (rint_test_data): Merge in per-rounding-mode tests and results
16941         from rint_tonearest_test_data, rint_towardzero_test_data,
16942         rint_downward_test_data and rint_upward_test_data.  Add
16943         per-rounding-mode results for tests not in those arrays.
16944         (rint_test): Use ALL_RM_TEST.
16945         (rint_tonearest_test_data): Remove.
16946         (rint_test_tonearest): Likewise.
16947         (rint_towardzero_test_data): Likewise.
16948         (rint_test_towardzero): Likewise.
16949         (rint_downward_test_data): Likewise.
16950         (rint_test_downward): Likewise.
16951         (rint_upward_test_data): Likewise.
16952         (rint_test_upward): Likewise.
16953         (main): Don't call removed functions.
16955 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16957         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16958         "Compiled on ..." crapola.  It is anti-useful.
16960 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16962         * scripts/evaluate-test.sh: Handle fourth argument to determine
16963         whether test run should stop on failure.
16964         * Makeconfig (stop-on-test-failure): New variable.
16965         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16966         $(stop-on-test-failure).
16967         * Makefile (tests): Give a summary of results from testing and
16968         exit with failure status if they include an ERROR or FAIL.
16969         (xtests): Likewise.
16970         * manual/install.texi (Configuring and compiling): Mention
16971         stop-on-test-failure=y.
16972         * INSTALL: Regenerated.
16974 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16976         * scripts/versionlist.awk: New file.
16977         * Makerules [$(build-shared) = yes]
16978         (postclean-generated): Add Versions.def, not Versions.def.v and
16979         Versions.def.v.i.
16980         ($(common-objpfx)Versions.def.v.i): Target removed.
16981         ($(common-objpfx)Versions.def): New target.
16982         ($(common-objpfx)Versions.all): Depend on that rather that
16983         $(common-objpfx)Versions.def.v.
16984         * Versions.def: File removed.
16986         * Makeconfig (+gccwarn): Add -Wundef.
16987         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16988         a dl-sysdep.h breaking its contract.
16989         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16990         * include/stackinfo.h: New file.
16991         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16992         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16993         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16994         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16995         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16996         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16997         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16998         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16999         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17000         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17001         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17002         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17003         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17004         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17005         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17007 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17009         [BZ #16707]
17010         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17011         implementation.
17012         * math/libm-test.inc (round_test_data): Add more tests.
17014         [BZ #16706]
17015         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17016         implementation.
17017         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17019         [BZ #16701]
17020         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17021         implementation.
17022         * math/libm-test.inc (ceil_test_data): Add more tests.
17024         * math/libm-test.inc (trunc_test_data): Add more tests related to
17025         BZ#16414.
17027 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17029         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17030         with #if rather than #ifdef.
17031         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17033 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17035         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17036         first.  Disable AVX-512 GCC support if assembler doesn't support
17037         it.
17038         * sysdeps/x86_64/configure: Regenerated.
17040 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17042         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17043         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17044         (__old_pthread_attr_setstack): Likewise.
17045         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17046         [!_STACK_GROWS_DOWN]: Likewise.
17048 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17050         * config.make.in (have-bash2): Delete.
17051         * configure.ac (libc_cv_have_bash2): Delete.
17052         * configure: Regenerate.
17053         * elf/Makefile (common-ldd-rewrite): Rename to ...
17054         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17055         (sh-ldd-rewrite): Delete.
17056         (bash-ldd-rewrite): Delete.
17057         (have-bash2): Delete checks.
17058         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17059         ldd-rewrite.
17061         * config.make.in (have-ksh): Delete.
17062         (KSH): Delete.
17063         * configure.ac (libc_cv_have_ksh): Delete.
17064         * configure: Regenerate.
17066         * elf/Makefile: Delete $(have-ksh) check.
17067         ($(objpfx)sotruss): Change KSH to BASH.
17068         * elf/sotruss.ksh: Rename to ...
17069         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17070         function style to match POSIX.  Drop ksh vim mode setting.
17072         * manual/time.texi (Specifying the Time Zone with TZ): Change
17073         Tuesday to Thursday.
17075         * debug/tst-longjmp_chk2.c: Update header comment.
17076         (stackoverflow_handler): Add comment.  Call assert on pass value.
17078 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17080         [BZ #16194]
17081         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17082         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17083         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17084         (La_x86_64_vector): Add zmm.
17085         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17086         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17087         ($(objpfx)tst-audit10): New target.
17088         ($(objpfx)tst-audit10.out): Likewise.
17089         (tst-audit10-ENV): New.
17090         (AVX512-CFLAGS): Likewise.
17091         (CFLAGS-tst-audit10.c): Likewise.
17092         (CFLAGS-tst-auditmod10a.c): Likewise.
17093         (CFLAGS-tst-auditmod10b.c): Likewise.
17094         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17095         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17096         * sysdeps/x86_64/configure: Regenerated.
17097         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17098         AVX-512 zmm register support.
17099         (_dl_x86_64_save_sse): Likewise.
17100         (_dl_x86_64_restore_sse): Likewise.
17101         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17102         size vector registers.
17103         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17104         (ZMM_SIZE): Likewise.
17105         * sysdeps/x86_64/tst-audit10.c: New file.
17106         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17107         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17109 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17111         * configure.ac (HAVE_EHDR_START): New check.
17112         * configure: Regenerated.
17113         * config.h.in (HAVE_EHDR_START): New #undef.
17114         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17115         assuming the lowest-addressed segment maps the start of the file.
17117 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17119         * INSTALL: Regenerated.
17121 2014-03-13  Will Newton  <will.newton@linaro.org>
17123         * manual/setjmp.texi (System V contexts): Improve
17124         clarity and grammar of documentation.
17126 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17128         [BZ #16381]
17129         * elf/Makefile (tests): Add tst-pie2.
17130         (tests-pie): Add tst-pie2.
17131         * elf/tst-pie2.c: New file.
17132         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17133         for ET_EXEC.
17134         * elf/rtld.c (map_doit): Load executable as lt_executable.
17135         (dl_main): Likewise.
17137 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17139         [BZ #16642]
17140         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17141         (__ASSUME_PSELECT): Undefine.
17143 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17145         [BZ #16689]
17146         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17147         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17148         static build.
17149         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17150         selector for static builds.
17152 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17154         [BZ #16695]
17155         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17156         key in the buffer.
17158 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17160         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17161         IFUNC selector for static builds.
17163 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17165         * sysdeps/mips/math_private.h [__mips_hard_float]
17166         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17167         libc_feresetround_mips_ctx.
17168         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17169         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17170         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17172         [BZ #16677]
17173         * math/s_nextafter.c (__nextafter): Do not return value from
17174         overflowing computation.
17175         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17176         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17177         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17178         Likewise.
17179         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17180         Likewise.
17181         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17182         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17184 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17186         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17187         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17188         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17189         the new mov targetting sp.
17191 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17193         [BZ #16683]
17194         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17195         Define it for static builds as well.
17196         (NO_BZERO_IMPL): Likewise.
17198 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17200         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17201         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17202         multiarch strspn for PPC64.
17203         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17204         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17205         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17206         (__libc_ifunc_impl_list): Likewise.
17207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17208         multiarch optimizations
17209         * string/strspn.c (strspn): Using macro to redefine symbol name.
17211 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17212             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17214         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17215         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17216         multiarch strncat for PPC64.
17217         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17218         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17220         (__libc_ifunc_impl_list): Likewise.
17221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17222         multiarch optimizations
17224 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17226         [BZ #16639]
17227         * nscd/nscd.service: Make service type forking.
17229 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17231         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17232         sign in non default rounding modes.
17233         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17235 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17237         * math/libm-test.inc (ALL_RM_TEST): New macro.
17238         (ceil_test): Use ALL_RM_TEST.
17239         (cimag_test): Likewise.
17240         (conj_test): Likewise.
17241         (copysign_test): Likewise.
17242         (cproj_test): Likewise.
17243         (creal_test): Likewise.
17244         (fabs_test): Likewise.
17245         (floor_test): Likewise.
17246         (fmax_test): Likewise.
17247         (fmin_test): Likewise.
17248         (fmod_test): Likewise.
17249         (fpclassify_test): Likewise.
17250         (frexp_test): Likewise.
17251         (ilogb_test): Likewise.
17252         (isfinite_test): Likewise.
17253         (finite_test): Likewise.
17254         (isgreater_test): Likewise.
17255         (isgreaterequal_test): Likewise.
17256         (isinf_test): Likewise.
17257         (isless_test): Likewise.
17258         (islessequal_test): Likewise.
17259         (islessgreater_test): Likewise.
17260         (isnan_test): Likewise.
17261         (isnormal_test): Likewise.
17262         (issignaling_test): Likewise.
17263         (isunordered_test): Likewise.
17264         (logb_test): Likewise.
17265         (logb_downward_test_data): Remove.
17266         (logb_test_downward): Likewise.
17267         (lround_test): Use ALL_RM_TEST.
17268         (llround_test): Likewise.
17269         (modf_test): Likewise.
17270         (nexttoward_test): Likewise.
17271         (remainder_test): Likewise.
17272         (drem_test): Likewise.
17273         (remainder_tonearest_test_data): Likewise.
17274         (remainder_test_tonearest): Likewise.
17275         (drem_test_tonearest): Likewise.
17276         (remainder_towardzero_test_data): Likewise.
17277         (remainder_test_towardzero): Likewise.
17278         (drem_test_towardzero): Likewise.
17279         (remainder_downward_test_data): Likewise.
17280         (remainder_test_downward): Likewise.
17281         (drem_test_downward): Likewise.
17282         (remainder_upward_test_data): Likewise.
17283         (remainder_test_upward): Likewise.
17284         (drem_test_upward): Likewise.
17285         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17286         (round_test): Use ALL_RM_TEST.
17287         (signbit_test): Likewise.
17288         (trunc_test): Likewise.
17289         (significand_test): Likewise.
17290         (main): Don't call removed functions.
17292 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17294         [BZ #16674]
17295         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17296         || __USE_XOPEN2K8].
17297         (ILL_ILLOPN): Likewise.
17298         (ILL_ILLADR): Likewise.
17299         (ILL_ILLTRP): Likewise.
17300         (ILL_PRVOPC): Likewise.
17301         (ILL_PRVREG): Likewise.
17302         (ILL_COPROC): Likewise.
17303         (ILL_BADSTK): Likewise.
17304         (FPE_INTDIV): Likewise.
17305         (FPE_INTOVF): Likewise.
17306         (FPE_FLTDIV): Likewise.
17307         (FPE_FLTOVF): Likewise.
17308         (FPE_FLTUND): Likewise.
17309         (FPE_FLTRES): Likewise.
17310         (FPE_FLTINV): Likewise.
17311         (FPE_FLTSUB): Likewise.
17312         (SEGV_MAPERR): Likewise.
17313         (SEGV_ACCERR): Likewise.
17314         (BUS_ADRALN): Likewise.
17315         (BUS_ADRERR): Likewise.
17316         (BUS_OBJERR): Likewise.
17317         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17318         (TRAP_TRACE): Likewise.
17319         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17320         __USE_XOPEN2K8].
17321         (CLD_KILLED): Likewise.
17322         (CLD_DUMPED): Likewise.
17323         (CLD_TRAPPED): Likewise.
17324         (CLD_STOPPED): Likewise.
17325         (CLD_CONTINUED): Likewise.
17326         (POLL_IN): Likewise.
17327         (POLL_OUT): Likewise.
17328         (POLL_MSG): Likewise.
17329         (POLL_ERR): Likewise.
17330         (POLL_PRI): Likewise.
17331         (POLL_HUP): Likewise.
17332         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17333         Likewise.
17334         (ILL_ILLOPN): Likewise.
17335         (ILL_ILLADR): Likewise.
17336         (ILL_ILLTRP): Likewise.
17337         (ILL_PRVOPC): Likewise.
17338         (ILL_PRVREG): Likewise.
17339         (ILL_COPROC): Likewise.
17340         (ILL_BADSTK): Likewise.
17341         (FPE_INTDIV): Likewise.
17342         (FPE_INTOVF): Likewise.
17343         (FPE_FLTDIV): Likewise.
17344         (FPE_FLTOVF): Likewise.
17345         (FPE_FLTUND): Likewise.
17346         (FPE_FLTRES): Likewise.
17347         (FPE_FLTINV): Likewise.
17348         (FPE_FLTSUB): Likewise.
17349         (SEGV_MAPERR): Likewise.
17350         (SEGV_ACCERR): Likewise.
17351         (BUS_ADRALN): Likewise.
17352         (BUS_ADRERR): Likewise.
17353         (BUS_OBJERR): Likewise.
17354         (BUS_MCEERR_AR): Likewise.
17355         (BUS_MCEERR_AO): Likewise.
17356         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17357         (TRAP_TRACE): Likewise.
17358         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17359         __USE_XOPEN2K8].
17360         (CLD_KILLED): Likewise.
17361         (CLD_DUMPED): Likewise.
17362         (CLD_TRAPPED): Likewise.
17363         (CLD_STOPPED): Likewise.
17364         (CLD_CONTINUED): Likewise.
17365         (POLL_IN): Likewise.
17366         (POLL_OUT): Likewise.
17367         (POLL_MSG): Likewise.
17368         (POLL_ERR): Likewise.
17369         (POLL_PRI): Likewise.
17370         (POLL_HUP): Likewise.
17371         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17372         (ILL_ILLOPN): Likewise.
17373         (ILL_ILLADR): Likewise.
17374         (ILL_ILLTRP): Likewise.
17375         (ILL_PRVOPC): Likewise.
17376         (ILL_PRVREG): Likewise.
17377         (ILL_COPROC): Likewise.
17378         (ILL_BADSTK): Likewise.
17379         (FPE_INTDIV): Likewise.
17380         (FPE_INTOVF): Likewise.
17381         (FPE_FLTDIV): Likewise.
17382         (FPE_FLTOVF): Likewise.
17383         (FPE_FLTUND): Likewise.
17384         (FPE_FLTRES): Likewise.
17385         (FPE_FLTINV): Likewise.
17386         (FPE_FLTSUB): Likewise.
17387         (SEGV_MAPERR): Likewise.
17388         (SEGV_ACCERR): Likewise.
17389         (BUS_ADRALN): Likewise.
17390         (BUS_ADRERR): Likewise.
17391         (BUS_OBJERR): Likewise.
17392         (BUS_MCEERR_AR): Likewise.
17393         (BUS_MCEERR_AO): Likewise.
17394         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17395         (TRAP_TRACE): Likewise.
17396         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17397         __USE_XOPEN2K8].
17398         (CLD_KILLED): Likewise.
17399         (CLD_DUMPED): Likewise.
17400         (CLD_TRAPPED): Likewise.
17401         (CLD_STOPPED): Likewise.
17402         (CLD_CONTINUED): Likewise.
17403         (POLL_IN): Likewise.
17404         (POLL_OUT): Likewise.
17405         (POLL_MSG): Likewise.
17406         (POLL_ERR): Likewise.
17407         (POLL_PRI): Likewise.
17408         (POLL_HUP): Likewise.
17409         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17410         Likewise.
17411         (ILL_ILLOPN): Likewise.
17412         (ILL_ILLADR): Likewise.
17413         (ILL_ILLTRP): Likewise.
17414         (ILL_PRVOPC): Likewise.
17415         (ILL_PRVREG): Likewise.
17416         (ILL_COPROC): Likewise.
17417         (ILL_BADSTK): Likewise.
17418         (ILL_BADIADDR): Likewise.
17419         (ILL_BREAK): Likewise.
17420         (FPE_INTDIV): Likewise.
17421         (FPE_INTOVF): Likewise.
17422         (FPE_FLTDIV): Likewise.
17423         (FPE_FLTOVF): Likewise.
17424         (FPE_FLTUND): Likewise.
17425         (FPE_FLTRES): Likewise.
17426         (FPE_FLTINV): Likewise.
17427         (FPE_FLTSUB): Likewise.
17428         (FPE_DECOVF): Likewise.
17429         (FPE_DECDIV): Likewise.
17430         (FPE_DECERR): Likewise.
17431         (FPE_INVASC): Likewise.
17432         (FPE_INVDEC): Likewise.
17433         (SEGV_MAPERR): Likewise.
17434         (SEGV_ACCERR): Likewise.
17435         (SEGV_PSTKOVF): Likewise.
17436         (BUS_ADRALN): Likewise.
17437         (BUS_ADRERR): Likewise.
17438         (BUS_OBJERR): Likewise.
17439         (BUS_MCEERR_AR): Likewise.
17440         (BUS_MCEERR_AO): Likewise.
17441         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17442         (TRAP_TRACE): Likewise.
17443         (TRAP_BRANCH): Likewise.
17444         (TRAP_HWBKPT): Likewise.
17445         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17446         __USE_XOPEN2K8].
17447         (CLD_KILLED): Likewise.
17448         (CLD_DUMPED): Likewise.
17449         (CLD_TRAPPED): Likewise.
17450         (CLD_STOPPED): Likewise.
17451         (CLD_CONTINUED): Likewise.
17452         (POLL_IN): Likewise.
17453         (POLL_OUT): Likewise.
17454         (POLL_MSG): Likewise.
17455         (POLL_ERR): Likewise.
17456         (POLL_PRI): Likewise.
17457         (POLL_HUP): Likewise.
17458         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17459         (ILL_ILLOPN): Likewise.
17460         (ILL_ILLADR): Likewise.
17461         (ILL_ILLTRP): Likewise.
17462         (ILL_PRVOPC): Likewise.
17463         (ILL_PRVREG): Likewise.
17464         (ILL_COPROC): Likewise.
17465         (ILL_BADSTK): Likewise.
17466         (FPE_INTDIV): Likewise.
17467         (FPE_INTOVF): Likewise.
17468         (FPE_FLTDIV): Likewise.
17469         (FPE_FLTOVF): Likewise.
17470         (FPE_FLTUND): Likewise.
17471         (FPE_FLTRES): Likewise.
17472         (FPE_FLTINV): Likewise.
17473         (FPE_FLTSUB): Likewise.
17474         (SEGV_MAPERR): Likewise.
17475         (SEGV_ACCERR): Likewise.
17476         (BUS_ADRALN): Likewise.
17477         (BUS_ADRERR): Likewise.
17478         (BUS_OBJERR): Likewise.
17479         (BUS_MCEERR_AR): Likewise.
17480         (BUS_MCEERR_AO): Likewise.
17481         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17482         (TRAP_TRACE): Likewise.
17483         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17484         __USE_XOPEN2K8].
17485         (CLD_KILLED): Likewise.
17486         (CLD_DUMPED): Likewise.
17487         (CLD_TRAPPED): Likewise.
17488         (CLD_STOPPED): Likewise.
17489         (CLD_CONTINUED): Likewise.
17490         (POLL_IN): Likewise.
17491         (POLL_OUT): Likewise.
17492         (POLL_MSG): Likewise.
17493         (POLL_ERR): Likewise.
17494         (POLL_PRI): Likewise.
17495         (POLL_HUP): Likewise.
17496         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17497         (ILL_ILLOPN): Likewise.
17498         (ILL_ILLADR): Likewise.
17499         (ILL_ILLTRP): Likewise.
17500         (ILL_PRVOPC): Likewise.
17501         (ILL_PRVREG): Likewise.
17502         (ILL_COPROC): Likewise.
17503         (ILL_BADSTK): Likewise.
17504         (FPE_INTDIV): Likewise.
17505         (FPE_INTOVF): Likewise.
17506         (FPE_FLTDIV): Likewise.
17507         (FPE_FLTOVF): Likewise.
17508         (FPE_FLTUND): Likewise.
17509         (FPE_FLTRES): Likewise.
17510         (FPE_FLTINV): Likewise.
17511         (FPE_FLTSUB): Likewise.
17512         (SEGV_MAPERR): Likewise.
17513         (SEGV_ACCERR): Likewise.
17514         (BUS_ADRALN): Likewise.
17515         (BUS_ADRERR): Likewise.
17516         (BUS_OBJERR): Likewise.
17517         (BUS_MCEERR_AR): Likewise.
17518         (BUS_MCEERR_AO): Likewise.
17519         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17520         (TRAP_TRACE): Likewise.
17521         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17522         __USE_XOPEN2K8].
17523         (CLD_KILLED): Likewise.
17524         (CLD_DUMPED): Likewise.
17525         (CLD_TRAPPED): Likewise.
17526         (CLD_STOPPED): Likewise.
17527         (CLD_CONTINUED): Likewise.
17528         (POLL_IN): Likewise.
17529         (POLL_OUT): Likewise.
17530         (POLL_MSG): Likewise.
17531         (POLL_ERR): Likewise.
17532         (POLL_PRI): Likewise.
17533         (POLL_HUP): Likewise.
17534         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17535         (ILL_ILLOPN): Likewise.
17536         (ILL_ILLADR): Likewise.
17537         (ILL_ILLTRP): Likewise.
17538         (ILL_PRVOPC): Likewise.
17539         (ILL_PRVREG): Likewise.
17540         (ILL_COPROC): Likewise.
17541         (ILL_BADSTK): Likewise.
17542         (FPE_INTDIV): Likewise.
17543         (FPE_INTOVF): Likewise.
17544         (FPE_FLTDIV): Likewise.
17545         (FPE_FLTOVF): Likewise.
17546         (FPE_FLTUND): Likewise.
17547         (FPE_FLTRES): Likewise.
17548         (FPE_FLTINV): Likewise.
17549         (FPE_FLTSUB): Likewise.
17550         (SEGV_MAPERR): Likewise.
17551         (SEGV_ACCERR): Likewise.
17552         (BUS_ADRALN): Likewise.
17553         (BUS_ADRERR): Likewise.
17554         (BUS_OBJERR): Likewise.
17555         (BUS_MCEERR_AR): Likewise.
17556         (BUS_MCEERR_AO): Likewise.
17557         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17558         (TRAP_TRACE): Likewise.
17559         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17560         __USE_XOPEN2K8].
17561         (CLD_KILLED): Likewise.
17562         (CLD_DUMPED): Likewise.
17563         (CLD_TRAPPED): Likewise.
17564         (CLD_STOPPED): Likewise.
17565         (CLD_CONTINUED): Likewise.
17566         (POLL_IN): Likewise.
17567         (POLL_OUT): Likewise.
17568         (POLL_MSG): Likewise.
17569         (POLL_ERR): Likewise.
17570         (POLL_PRI): Likewise.
17571         (POLL_HUP): Likewise.
17572         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17573         (ILL_ILLOPN): Likewise.
17574         (ILL_ILLADR): Likewise.
17575         (ILL_ILLTRP): Likewise.
17576         (ILL_PRVOPC): Likewise.
17577         (ILL_PRVREG): Likewise.
17578         (ILL_COPROC): Likewise.
17579         (ILL_BADSTK): Likewise.
17580         (ILL_DBLFLT): Likewise.
17581         (ILL_HARDWALL): Likewise.
17582         (FPE_INTDIV): Likewise.
17583         (FPE_INTOVF): Likewise.
17584         (FPE_FLTDIV): Likewise.
17585         (FPE_FLTOVF): Likewise.
17586         (FPE_FLTUND): Likewise.
17587         (FPE_FLTRES): Likewise.
17588         (FPE_FLTINV): Likewise.
17589         (FPE_FLTSUB): Likewise.
17590         (SEGV_MAPERR): Likewise.
17591         (SEGV_ACCERR): Likewise.
17592         (BUS_ADRALN): Likewise.
17593         (BUS_ADRERR): Likewise.
17594         (BUS_OBJERR): Likewise.
17595         (BUS_MCEERR_AR): Likewise.
17596         (BUS_MCEERR_AO): Likewise.
17597         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17598         (TRAP_TRACE): Likewise.
17599         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17600         __USE_XOPEN2K8].
17601         (CLD_KILLED): Likewise.
17602         (CLD_DUMPED): Likewise.
17603         (CLD_TRAPPED): Likewise.
17604         (CLD_STOPPED): Likewise.
17605         (CLD_CONTINUED): Likewise.
17606         (POLL_IN): Likewise.
17607         (POLL_OUT): Likewise.
17608         (POLL_MSG): Likewise.
17609         (POLL_ERR): Likewise.
17610         (POLL_PRI): Likewise.
17611         (POLL_HUP): Likewise.
17612         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17613         (ILL_ILLOPN): Likewise.
17614         (ILL_ILLADR): Likewise.
17615         (ILL_ILLTRP): Likewise.
17616         (ILL_PRVOPC): Likewise.
17617         (ILL_PRVREG): Likewise.
17618         (ILL_COPROC): Likewise.
17619         (ILL_BADSTK): Likewise.
17620         (FPE_INTDIV): Likewise.
17621         (FPE_INTOVF): Likewise.
17622         (FPE_FLTDIV): Likewise.
17623         (FPE_FLTOVF): Likewise.
17624         (FPE_FLTUND): Likewise.
17625         (FPE_FLTRES): Likewise.
17626         (FPE_FLTINV): Likewise.
17627         (FPE_FLTSUB): Likewise.
17628         (SEGV_MAPERR): Likewise.
17629         (SEGV_ACCERR): Likewise.
17630         (BUS_ADRALN): Likewise.
17631         (BUS_ADRERR): Likewise.
17632         (BUS_OBJERR): Likewise.
17633         (BUS_MCEERR_AR): Likewise.
17634         (BUS_MCEERR_AO): Likewise.
17635         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17636         (TRAP_TRACE): Likewise.
17637         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17638         __USE_XOPEN2K8].
17639         (CLD_KILLED): Likewise.
17640         (CLD_DUMPED): Likewise.
17641         (CLD_TRAPPED): Likewise.
17642         (CLD_STOPPED): Likewise.
17643         (CLD_CONTINUED): Likewise.
17644         (POLL_IN): Likewise.
17645         (POLL_OUT): Likewise.
17646         (POLL_MSG): Likewise.
17647         (POLL_ERR): Likewise.
17648         (POLL_PRI): Likewise.
17649         (POLL_HUP): Likewise.
17650         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17651         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17653         [BZ #16670]
17654         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17655         before #include of <time.h>.
17656         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17657         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17658         (test-xfail-UNIX98/sched.h/conform): Likewise.
17660 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17662         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17663         error absence of trapping exception support.
17664         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17666 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17668         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17669         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17670         * timezone/Makefile (testdata): Move definition above include of
17671         Rules.
17672         (test-zones): New variable.
17673         (tests-special): Add zone files.
17674         (build-testdata): Use $(evaluate-test).
17676         * elf/Makefile (tests-special): Rename tests to end with .out.
17677         ($(objpfx)noload-mem): Likewise.
17678         ($(objpfx)tst-leaks1-mem): Likewise.
17679         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17680         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17681         $(objpfx)test-iconvconfig.out.
17682         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17683         set -e inside subshell and redirect output to file.
17684         * iconvdata/Makefile (generated): Rename tests to end with .out.
17685         Correct type.
17686         (tests-special): Rename tests to end with .out.
17687         ($(objpfx)mtrace-tst-loading): Likewise.
17688         * intl/Makefile (generated): Likewise.
17689         (tests-special): Likewise.
17690         ($(objpfx)mtrace-tst-gettext): Likewise.
17691         * misc/Makefile (generated): Likewise.
17692         (tests-special): Likewise.
17693         ($(objpfx)tst-error1-mem): Likewise.
17694         * nptl/Makefile (tests-special): Likewise.
17695         ($(objpfx)tst-stack3-mem): Likewise.
17696         (generated): Likewise.
17697         * posix/Makefile (generated): Likewise.
17698         (tests-special): Likewise.
17699         (xtests-special): Likewise.
17700         ($(objpfx)tst-fnmatch-mem): Likewise.
17701         ($(objpfx)bug-regex2-mem): Likewise.
17702         ($(objpfx)bug-regex14-mem): Likewise.
17703         ($(objpfx)bug-regex21-mem): Likewise.
17704         ($(objpfx)bug-regex31-mem): Likewise.
17705         ($(objpfx)tst-vfork3-mem): Likewise.
17706         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17707         ($(objpfx)tst-pcre-mem): Likewise.
17708         ($(objpfx)tst-boost-mem): Likewise.
17709         ($(objpfx)bug-ga2-mem): Likewise.
17710         ($(objpfx)bug-glob2-mem): Likewise.
17711         * resolv/Makefile (generate): Likewise.
17712         (tests-special): Likewise.
17713         (xtests-special): Likewise.
17714         (generated): Likewise.
17715         ($(objpfx)mtrace-tst-leaks): Likewise.
17716         ($(objpfx)mtrace-tst-leaks2): Likewise.
17718         * scripts/merge-test-results.sh: New file.
17719         * Makefile (tests-special-notdir): New variable.
17720         (tests): Run merge-test-results.sh.
17721         (xtests): Likewise.
17722         * Rules (tests-special-notdir): New variable.
17723         (xtests-special-notdir): Likewise.
17724         (tests): Run merge-test-results.sh
17725         (xtests): Likewise.
17727         * Makeconfig (test-xfail-name): New variable.
17728         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17729         compute variable name for expected failures.
17730         * conform/Makefile (conformtest-headers-data): New variable.
17731         (conformtest-standards): Likewise.
17732         (conformtest-headers-ISO): Likewise.
17733         (conformtest-headers-ISO99): Likewise.
17734         (conformtest-headers-ISO11): Likewise.
17735         (conformtest-headers-POSIX): Likewise.
17736         (conformtest-headers-XPG3): Likewise.
17737         (conformtest-headers-XPG4): Likewise.
17738         (conformtest-headers-UNIX98): Likewise.
17739         (conformtest-headers-XOPEN2K): Likewise.
17740         (conformtest-headers-POSIX2008): Likewise.
17741         (conformtest-headers-XOPEN2K8): Likewise.
17742         (conformtest-header-list-base): Likewise.
17743         (conformtest-header-list-tests): Likewise.
17744         (conformtest-header-base): Likewise.
17745         (conformtest-header-tests): Likewise.
17746         (tests-special): Add $(conformtest-header-list-tests).  If
17747         [$(fast-check) && !$(cross-compiling)], add
17748         $(conformtest-header-tests) instead of
17749         $(objpfx)run-conformtest.out.
17750         (generated): Add $(conformtest-header-list-base).  If
17751         [$(fast-check) && !$(cross-compiling)], add
17752         $(conformtest-header-base).  Remove previous setting.
17753         ($(conformtest-header-list-tests)): New target.
17754         (test-xfail-run-conformtest): Remove variable.
17755         ($(objpfx)run-conformtest.out): Remove target.
17756         (test-xfail-ISO11/complex.h/conform): New variable.
17757         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17758         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17759         (test-xfail-XPG3/varargs.h/conform): Likewise.
17760         (test-xfail-XPG4/varargs.h/conform): Likewise.
17761         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17762         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17763         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17764         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17765         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17766         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17767         (test-xfail-XPG3/ftw.h/conform): Likewise.
17768         (test-xfail-XPG3/grp.h/conform): Likewise.
17769         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17770         (test-xfail-XPG3/limits.h/conform): Likewise.
17771         (test-xfail-XPG3/pwd.h/conform): Likewise.
17772         (test-xfail-XPG3/search.h/conform): Likewise.
17773         (test-xfail-XPG3/signal.h/conform): Likewise.
17774         (test-xfail-XPG3/stdio.h/conform): Likewise.
17775         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17776         (test-xfail-XPG3/string.h/conform): Likewise.
17777         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17778         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17779         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17780         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17781         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17782         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17783         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17784         (test-xfail-XPG3/termios.h/conform): Likewise.
17785         (test-xfail-XPG3/time.h/conform): Likewise.
17786         (test-xfail-XPG3/unistd.h/conform): Likewise.
17787         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17788         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17789         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17790         (test-xfail-XPG4/netdb.h/conform): Likewise.
17791         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17792         (test-xfail-XPG4/signal.h/conform): Likewise.
17793         (test-xfail-XPG4/stdio.h/conform): Likewise.
17794         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17795         (test-xfail-XPG4/stropts.h/conform): Likewise.
17796         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17797         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17798         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17799         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17800         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17801         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17802         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17803         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17804         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17805         (test-xfail-XPG4/termios.h/conform): Likewise.
17806         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17807         (test-xfail-XPG4/unistd.h/conform): Likewise.
17808         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17809         (test-xfail-POSIX/sched.h/conform): Likewise.
17810         (test-xfail-POSIX/signal.h/conform): Likewise.
17811         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17812         (test-xfail-POSIX/tar.h/conform): Likewise.
17813         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17814         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17815         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17816         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17817         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17818         (test-xfail-UNIX98/sched.h/conform): Likewise.
17819         (test-xfail-UNIX98/signal.h/conform): Likewise.
17820         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17821         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17822         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17823         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17824         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17825         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17826         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17827         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17828         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17829         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17830         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17831         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17832         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17833         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17834         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17835         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17836         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17837         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17838         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17839         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17840         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17841         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17842         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17843         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17844         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17845         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17846         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17847         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17848         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17849         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17850         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17851         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17852         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17853         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17854         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17855         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17856         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17857         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17858         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17859         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17860         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17861         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17862         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17863         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17864         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17865         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17866         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17867         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17868         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17869         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17870         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17871         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17872         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17873         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17874         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17875         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17876         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17877         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17878         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17879         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17880         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17881         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17882         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17883         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17884         (conformtest-cc-flags): Likewise.
17885         ($(conformtest-header-tests): New target.
17886         * conform/check-header-lists.sh: New file.
17887         * conform/run-conformtest.sh: Remove.
17889         * conform/conformtest.pl: Allow ' and \ in values given for
17890         constants.
17891         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17892         inclusion.
17893         [POSIX] (sys/types.h): Likewise.
17894         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17895         inclusion.
17896         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17897         inclusion.
17898         * conform/data/signal.h-data (SIGIO): Remove expectation.
17899         [XPG3] (SIGBUS): Do not expect.
17900         [POSIX || XPG3] (SIGPOLL): Likewise.
17901         [POSIX || XPG3] (SIGPROF): Likewise.
17902         [POSIX || XPG3] (SIGSYS): Likewise.
17903         [XPG3] (SIGTRAP): Likewise.
17904         [POSIX || XPG3] (SIGURG): Likewise.
17905         [POSIX || XPG3] (SIGVTALRM): Likewise.
17906         [POSIX || XPG3] (SIGXCPU): Likewise.
17907         [POSIX || XPG3] (SIGXFSZ): Likewise.
17908         [POSIX] (SA_SIGINFO): Expect.
17909         [XPG3] (siginfo_t): Do not expect type or contents.
17910         [POSIX] (si_pid): Do not expect element.
17911         [POSIX] (si_uid): Likewise.
17912         [POSIX] (si_addr): Likewise.
17913         [POSIX] (si_status): Likewise.
17914         [POSIX] (si_band): Likewise.
17915         [XPG4] (si_value): Likewise.
17916         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17917         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17918         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17919         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17920         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17921         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17922         [POSIX || XPG3] (ILL_COPROC): Likewise.
17923         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17924         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17925         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17926         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17927         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17928         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17929         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17930         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17931         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17932         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17933         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17934         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17935         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17936         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17937         [POSIX || XPG3] (CLD_EXITED): Likewise.
17938         [POSIX || XPG3] (CLD_KILLED): Likewise.
17939         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17940         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17941         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17942         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17943         [POSIX || XPG3] (POLL_IN): Likewise.
17944         [POSIX || XPG3] (POLL_OUT): Likewise.
17945         [POSIX || XPG3] (POLL_MSG): Likewise.
17946         [POSIX || XPG3] (POLL_ERR): Likewise.
17947         [POSIX || XPG3] (POLL_PRI): Likewise.
17948         [POSIX || XPG3] (POLL_HUP): Likewise.
17949         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17950         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17951         (SIG*): Do not allow.
17952         [XPG3] (si_*): Likewise.
17953         [XPG3] (SI_*): Likewise.
17954         [XPG3 || XPG4] (sigev_*): Likewise.
17955         [XPG3 || XPG4] (SIGEV_*): Likewise.
17956         [XPG3 || XPG4] (sival_*): Likewise.
17957         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17958         [POSIX || XPG3] (BUS_*): Likewise.
17959         [POSIX || XPG3] (CLD_*): Likewise.
17960         [POSIX || XPG3] (FPE_*): Likewise.
17961         [POSIX || XPG3] (ILL_*): Likewise.
17962         [POSIX || XPG3] (POLL_*): Likewise.
17963         [POSIX || XPG3] (SEGV_*): Likewise.
17964         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17965         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17966         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17967         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17968         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17969         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17970         Specify type and value.
17971         (TVERSLEN): Likewise.
17972         (REGTYPE): Likewise.
17973         (AREGTYPE): Likewise.
17974         (LNKTYPE): Likewise.
17975         (SYMTYPE): Likewise.
17976         (CHRTYPE): Likewise.
17977         (BLKTYPE): Likewise.
17978         (DIRTYPE): Likewise.
17979         (FIFOTYPE): Likewise.
17980         (CONTTYPE): Likewise.
17981         (TSUID): Likewise.
17982         (TSGID): Likewise.
17983         (TSVTX): Likewise.
17984         (TUREAD): Likewise.
17985         (TUWRITE): Likewise.
17986         (TUEXEC): Likewise.
17987         (TGREAD): Likewise.
17988         (TGWRITE): Likewise.
17989         (TGEXEC): Likewise.
17990         (TOREAD): Likewise.
17991         (TOWRITE): Likewise.
17992         (TOEXEC): Likewise.
17993         [POSIX] (TSVTX): Expect constant.
17995 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17997         * Makefile (tests): Change dependencies to ....
17998         (tests-special): ... additions to this variable.
17999         (tests): Depend on $(tests-special).
18000         * Makerules (check-abi-list): New variable.
18001         (check-abi): Depend on $(check-abi-list).
18002         [$(subdir) = elf] (tests-special): Add
18003         $(objpfx)check-abi-libc.out.
18004         [$(build-shared) = yes && subdir] (tests-special): Add
18005         $(check-abi-list).
18006         [$(build-shared) = yes && subdir] (tests): Do not depend on
18007         check-abi.
18008         * Rules (tests): Depend on $(tests-special).
18009         (xtests): Depend on $(xtests-special).
18010         * catgets/Makefile (tests): Change dependencies to ....
18011         (tests-special): ... additions to this variable.
18012         * conform/Makefile (tests): Change dependencies to ....
18013         (tests-special): ... additions to this variable.
18014         * elf/Makefile (tests): Change dependencies to ....
18015         (tests-special): ... additions to this variable.
18016         * grp/Makefile (tests): Change dependencies to ....
18017         (tests-special): ... additions to this variable.
18018         * iconv/Makefile (xtests): Change dependencies to ....
18019         (xtests-special): ... additions to this variable.
18020         * iconvdata/Makefile (tests): Change dependencies to ....
18021         (tests-special): ... additions to this variable.
18022         * intl/Makefile (tests): Change dependencies to ....
18023         (tests-special): ... additions to this variable.  Also add
18024         $(objpfx)tst-gettext.out.
18025         * io/Makefile (tests): Change dependencies to ....
18026         (tests-special): ... additions to this variable.
18027         * libio/Makefile (tests): Change dependencies to ....
18028         (tests-special): ... additions to this variable.
18029         * malloc/Makefile (tests): Change dependencies to ....
18030         (tests-special): ... additions to this variable.
18031         * misc/Makefile (tests): Change dependencies to ....
18032         (tests-special): ... additions to this variable.
18033         * nptl/Makefile (tests): Change dependencies to ....
18034         (tests-special): ... additions to this variable.
18035         * nptl_db/Makefile (tests): Change dependencies to ....
18036         (tests-special): ... additions to this variable.
18037         * posix/Makefile (tests): Change dependencies to ....
18038         (tests-special): ... additions to this variable.
18039         (xtests): Change dependencies to ....
18040         (xtests-special): ... additions to this variable.
18041         * resolv/Makefile (tests): Change dependencies to ....
18042         (tests-special): ... additions to this variable.
18043         (xtests): Change dependencies to ....
18044         (xtests-special): ... additions to this variable.
18045         * stdio-common/Makefile (tests): Change dependencies to ....
18046         (tests-special): ... additions to this variable.
18047         (do-tst-unbputc): Remove target.
18048         (do-tst-printf): Likewise.
18049         * stdlib/Makefile (tests): Change dependencies to ....
18050         (tests-special): ... additions to this variable.
18051         * string/Makefile (tests): Change dependencies to ....
18052         (tests-special): ... additions to this variable.
18053         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18054         (tests-special): ... additions to this variable.
18056         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18057         whole file.
18058         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18059         whole file.
18060         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18061         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18063         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18064         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18065         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18066         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18067         * conform/data/libgen.h-data [XPG3]: Likewise.
18068         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18069         * conform/data/ndbm.h-data [XPG3]: Likewise.
18070         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18071         * conform/data/netdb.h-data [XPG3]: Likewise.
18072         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18073         * conform/data/poll.h-data [XPG3]: Likewise.
18074         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18075         * conform/data/strings.h-data [XPG3]: Likewise.
18076         * conform/data/stropts.h-data [XPG3]: Likewise.
18077         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18078         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18079         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18080         Likewise.
18081         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18082         * conform/data/sys/time.h-data [XPG3]: Likewise.
18083         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18084         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18085         * conform/data/sys/un.h-data [XPG3]: Likewise.
18086         * conform/data/syslog.h-data [XPG3]: Likewise.
18087         * conform/data/ucontext.h-data [XPG3]: Likewise.
18088         * conform/data/utmpx.h-data [XPG3]: Likewise.
18089         * conform/data/varargs.h-data [UNIX98]: Enable file.
18091         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18093         * math/libm-test.inc (struct test_f_f_data): Move expected results
18094         into structure for each rounding mode.
18095         (struct test_ff_f_data): Likewise.
18096         (struct test_ff_f_data_nexttoward): Likewise.
18097         (struct test_fi_f_data): Likewise.
18098         (struct test_fl_f_data): Likewise.
18099         (struct test_if_f_data): Likewise.
18100         (struct test_fff_f_data): Likewise.
18101         (struct test_c_f_data): Likewise.
18102         (struct test_f_f1_data): Likewise.
18103         (struct test_fF_f1_data): Likewise.
18104         (struct test_ffI_f1_data): Likewise.
18105         (struct test_c_c_data): Likewise.
18106         (struct test_cc_c_data): Likewise.
18107         (struct test_f_i_data): Likewise.
18108         (struct test_ff_i_data): Likewise.
18109         (struct test_f_l_data): Likewise.
18110         (struct test_f_L_data): Likewise.
18111         (struct test_fFF_11_data): Likewise.
18112         (RM_): New macro.
18113         (RM_FE_DOWNWARD): Likewise.
18114         (RM_FE_TONEAREST): Likewise.
18115         (RM_FE_TOWARDZERO): Likewise.
18116         (RM_FE_UPWARD): Likewise.
18117         (RUN_TEST_LOOP_f_f): Update references to expected results.
18118         (RUN_TEST_LOOP_2_f): Likewise.
18119         (RUN_TEST_LOOP_fff_f): Likewise.
18120         (RUN_TEST_LOOP_c_f): Likewise.
18121         (RUN_TEST_LOOP_f_f1): Likewise.
18122         (RUN_TEST_LOOP_fF_f1): Likewise.
18123         (RUN_TEST_LOOP_fI_f1): Likewise.
18124         (RUN_TEST_LOOP_ffI_f1): Likewise.
18125         (RUN_TEST_LOOP_c_c): Likewise.
18126         (RUN_TEST_LOOP_cc_c): Likewise.
18127         (RUN_TEST_LOOP_f_i): Likewise.
18128         (RUN_TEST_LOOP_f_i_tg): Likewise.
18129         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18130         (RUN_TEST_LOOP_f_b): Likewise.
18131         (RUN_TEST_LOOP_f_b_tg): Likewise.
18132         (RUN_TEST_LOOP_f_l): Likewise.
18133         (RUN_TEST_LOOP_f_L): Likewise.
18134         (RUN_TEST_LOOP_fFF_11): Likewise.
18135         * math/gen-libm-test.pl (parse_args): Output four copies of
18136         expected results for each test.
18138         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18139         (__ASSUME_UTIMES): Remove.
18140         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18141         (__ASSUME_UTIMES): Likewise.
18143         * math/gen-auto-libm-tests.c: Update comment on output format.
18144         (output_for_one_input_case): Generate before-rounding and
18145         after-rounding information as conditions on output flags not
18146         floating-point format.
18147         * math/auto-libm-test-out: Regenerated.
18148         * math/gen-libm-test.pl (cond_value): New function.
18149         (or_cond_value): Use cond_value.
18150         (generate_testfile): Handle conditional exceptions.
18152 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18154         * math/libm-test.inc (max_valid_error): New variable.
18155         (init_max_error): Take new argument specifying whether function
18156         results are exactly determined.  Set max_valid_error and bound
18157         other variables for errors based on this argument.
18158         (set_max_error): Do not record results above max_valid_error.
18159         (check_float_internal): Only accept errors of up to 0.5ulps if
18160         also at most max_valid_error.
18161         (START): Take new argument EXACT and pass it to init_max_error.
18162         (acos_test): Update call to START.
18163         (acos_test_tonearest): Likewise.
18164         (acos_test_towardzero): Likewise.
18165         (acos_test_downward): Likewise.
18166         (acos_test_upward): Likewise.
18167         (acosh_test): Likewise.
18168         (asin_test): Likewise.
18169         (asin_test_tonearest): Likewise.
18170         (asin_test_towardzero): Likewise.
18171         (asin_test_downward): Likewise.
18172         (asin_test_upward): Likewise.
18173         (asinh_test): Likewise.
18174         (atan_test): Likewise.
18175         (atanh_test): Likewise.
18176         (atan2_test): Likewise.
18177         (cabs_test): Likewise.
18178         (cacos_test): Likewise.
18179         (cacosh_test): Likewise.
18180         (carg_test): Likewise.
18181         (casin_test): Likewise.
18182         (casinh_test): Likewise.
18183         (catan_test): Likewise.
18184         (catanh_test): Likewise.
18185         (cbrt_test): Likewise.
18186         (ccos_test): Likewise.
18187         (ccosh_test): Likewise.
18188         (ceil_test): Likewise.
18189         (cexp_test): Likewise.
18190         (cimag_test): Likewise.
18191         (clog_test): Likewise.
18192         (clog10_test): Likewise.
18193         (conj_test): Likewise.
18194         (copysign_test): Likewise.
18195         (cos_test): Likewise.
18196         (cos_test_tonearest): Likewise.
18197         (cos_test_towardzero): Likewise.
18198         (cos_test_downward): Likewise.
18199         (cos_test_upward): Likewise.
18200         (cosh_test): Likewise.
18201         (cosh_test_tonearest): Likewise.
18202         (cosh_test_towardzero): Likewise.
18203         (cosh_test_downward): Likewise.
18204         (cosh_test_upward): Likewise.
18205         (cpow_test): Likewise.
18206         (cproj_test): Likewise.
18207         (creal_test): Likewise.
18208         (csin_test): Likewise.
18209         (csinh_test): Likewise.
18210         (csqrt_test): Likewise.
18211         (ctan_test): Likewise.
18212         (ctan_test_tonearest): Likewise.
18213         (ctan_test_towardzero): Likewise.
18214         (ctan_test_downward): Likewise.
18215         (ctan_test_upward): Likewise.
18216         (ctanh_test): Likewise.
18217         (ctanh_test_tonearest): Likewise.
18218         (ctanh_test_towardzero): Likewise.
18219         (ctanh_test_downward): Likewise.
18220         (ctanh_test_upward): Likewise.
18221         (erf_test): Likewise.
18222         (erfc_test): Likewise.
18223         (exp_test): Likewise.
18224         (exp_test_tonearest): Likewise.
18225         (exp_test_towardzero): Likewise.
18226         (exp_test_downward): Likewise.
18227         (exp_test_upward): Likewise.
18228         (exp10_test): Likewise.
18229         (exp10_test_tonearest): Likewise.
18230         (exp10_test_towardzero): Likewise.
18231         (exp10_test_downward): Likewise.
18232         (exp10_test_upward): Likewise.
18233         (pow10_test): Likewise.
18234         (exp2_test): Likewise.
18235         (expm1_test): Likewise.
18236         (expm1_test_tonearest): Likewise.
18237         (expm1_test_towardzero): Likewise.
18238         (expm1_test_downward): Likewise.
18239         (expm1_test_upward): Likewise.
18240         (fabs_test): Likewise.
18241         (fdim_test): Likewise.
18242         (floor_test): Likewise.
18243         (fma_test): Likewise.
18244         (fma_test_towardzero): Likewise.
18245         (fma_test_downward): Likewise.
18246         (fma_test_upward): Likewise.
18247         (fmax_test): Likewise.
18248         (fmin_test): Likewise.
18249         (fmod_test): Likewise.
18250         (fpclassify_test): Likewise.
18251         (frexp_test): Likewise.
18252         (hypot_test): Likewise.
18253         (ilogb_test): Likewise.
18254         (isfinite_test): Likewise.
18255         (finite_test): Likewise.
18256         (isgreater_test): Likewise.
18257         (isgreaterequal_test): Likewise.
18258         (isinf_test): Likewise.
18259         (isless_test): Likewise.
18260         (islessequal_test): Likewise.
18261         (islessgreater_test): Likewise.
18262         (isnan_test): Likewise.
18263         (isnormal_test): Likewise.
18264         (issignaling_test): Likewise.
18265         (isunordered_test): Likewise.
18266         (j0_test): Likewise.
18267         (j1_test): Likewise.
18268         (jn_test): Likewise.
18269         (ldexp_test): Likewise.
18270         (lgamma_test): Likewise.
18271         (gamma_test): Likewise.
18272         (lrint_test): Likewise.
18273         (lrint_test_tonearest): Likewise.
18274         (lrint_test_towardzero): Likewise.
18275         (lrint_test_downward): Likewise.
18276         (lrint_test_upward): Likewise.
18277         (llrint_test): Likewise.
18278         (llrint_test_tonearest): Likewise.
18279         (llrint_test_towardzero): Likewise.
18280         (llrint_test_downward): Likewise.
18281         (llrint_test_upward): Likewise.
18282         (log_test): Likewise.
18283         (log10_test): Likewise.
18284         (log1p_test): Likewise.
18285         (log2_test): Likewise.
18286         (logb_test): Likewise.
18287         (logb_test_downward): Likewise.
18288         (lround_test): Likewise.
18289         (llround_test): Likewise.
18290         (modf_test): Likewise.
18291         (nearbyint_test): Likewise.
18292         (nextafter_test): Likewise.
18293         (nexttoward_test): Likewise.
18294         (pow_test): Likewise.
18295         (pow_test_tonearest): Likewise.
18296         (pow_test_towardzero): Likewise.
18297         (pow_test_downward): Likewise.
18298         (pow_test_upward): Likewise.
18299         (remainder_test): Likewise.
18300         (drem_test): Likewise.
18301         (remainder_test_tonearest): Likewise.
18302         (drem_test_tonearest): Likewise.
18303         (remainder_test_towardzero): Likewise.
18304         (drem_test_towardzero): Likewise.
18305         (remainder_test_downward): Likewise.
18306         (drem_test_downward): Likewise.
18307         (remainder_test_upward): Likewise.
18308         (drem_test_upward): Likewise.
18309         (remquo_test): Likewise.
18310         (rint_test): Likewise.
18311         (rint_test_tonearest): Likewise.
18312         (rint_test_towardzero): Likewise.
18313         (rint_test_downward): Likewise.
18314         (rint_test_upward): Likewise.
18315         (round_test): Likewise.
18316         (scalb_test): Likewise.
18317         (scalbn_test): Likewise.
18318         (scalbln_test): Likewise.
18319         (signbit_test): Likewise.
18320         (sin_test): Likewise.
18321         (sin_test_tonearest): Likewise.
18322         (sin_test_towardzero): Likewise.
18323         (sin_test_downward): Likewise.
18324         (sin_test_upward): Likewise.
18325         (sincos_test): Likewise.
18326         (sinh_test): Likewise.
18327         (sinh_test_tonearest): Likewise.
18328         (sinh_test_towardzero): Likewise.
18329         (sinh_test_downward): Likewise.
18330         (sinh_test_upward): Likewise.
18331         (sqrt_test): Likewise.
18332         (sqrt_test_tonearest): Likewise.
18333         (sqrt_test_towardzero): Likewise.
18334         (sqrt_test_downward): Likewise.
18335         (sqrt_test_upward): Likewise.
18336         (tan_test): Likewise.
18337         (tan_test_tonearest): Likewise.
18338         (tan_test_towardzero): Likewise.
18339         (tan_test_downward): Likewise.
18340         (tan_test_upward): Likewise.
18341         (tanh_test): Likewise.
18342         (tgamma_test): Likewise.
18343         (trunc_test): Likewise.
18344         (y0_test): Likewise.
18345         (y1_test): Likewise.
18346         (yn_test): Likewise.
18347         (significand_test): Likewise.
18349         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18350         individual tests in comment.
18351         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18352         (prev_max_error): New variable.
18353         (prev_real_max_error): Likewise.
18354         (prev_imag_max_error): Likewise.
18355         (compare_ulp_data): Don't refer to test names in comment.
18356         (find_test_ulps): Remove function.
18357         (find_function_ulps): Likewise.
18358         (find_complex_function_ulps): Likewise.
18359         (init_max_error): Take function name as argument.  Look up ulps
18360         for that function.
18361         (print_ulps): Remove function.
18362         (print_max_error): Use prev_max_error instead of calling
18363         find_function_ulps.
18364         (print_complex_max_error): Use prev_real_max_error and
18365         prev_imag_max_error instead of calling find_complex_function_ulps.
18366         (check_float_internal): Take max_ulp parameter instead of calling
18367         find_test_ulps.  Don't call print_ulps.
18368         (check_float): Update call to check_float_internal.
18369         (check_complex): Update calls to check_float_internal.
18370         (START): Pass argument to init_max_error.
18371         * math/gen-libm-test.pl (%results): Don't include "kind"
18372         information.
18373         (parse_ulps): Don't handle ulps of individual tests.
18374         (print_ulps_file): Likewise.
18375         (output_ulps): Likewise.
18376         * math/README.libm-test: Update.
18377         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18378         individual tests.
18379         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18380         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18381         * sysdeps/arm/libm-test-ulps: Likewise.
18382         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18383         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18384         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18385         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18386         * sysdeps/microblaze/libm-test-ulps: Likewise.
18387         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18388         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18389         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18390         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18391         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18392         * sysdeps/sh/libm-test-ulps: Likewise.
18393         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18394         * sysdeps/tile/libm-test-ulps: Likewise.
18395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18397 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18399         * math/libm-test.inc (print_complex_max_error): Check separately
18400         whether real and imaginary errors are within allowed range and
18401         pass 0 to print_complex_function_ulps instead of value within
18402         allowed range.
18404 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18406         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18407         formatting.
18408         (get_handles_fopen): Likewise.
18409         (do_write_test): Likewise.
18411         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18413         * libio/fileops.c (do_ftell): Use cached offset when
18414         available.
18415         * libio/iofwide.c (do_ftell_wide): Likewise.
18416         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18417         _IO_file_attach.
18418         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18420         [BZ #16532]
18421         * libio/libioP.h (get_file_offset): New function.
18422         * libio/fileops.c (get_file_offset): Likewise.
18423         (do_ftell): Likewise.
18424         (_IO_new_file_seekoff): Split out ftell logic.
18425         * libio/wfileops.c (do_ftell_wide): Likewise.
18426         (_IO_wfile_seekoff): Split out ftell logic.
18427         * libio/tst-ftell-active-handler.c: New test case.
18428         * libio/Makefile (tests): Add it.
18430 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18432         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18433         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18435 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18437         [BZ #16639]
18438         * nscd/connections.c (nscd_init): Call do_exit.
18439         (start_threads): Call do_exit and notify_parent.
18440         (begin_drop_privileges): Call do_exit.
18441         (finish_drop_privileges): Likewise.
18442         * nscd/selinux.c (preserve_capabilities): Likewise.
18443         (install_real_capabilities): Likewise.
18444         (nscd_selinux_enabled): Likewise.
18445         (avc_create_thread): Likewise.
18446         (avc_alloc_lock): Likewise.
18447         (nscd_avc_init): Likewise.
18448         * nscd/nscd.c (parent_fd): New static variable.
18449         (main): Create a pipe between parent and child processes.
18450         Skip closing parent_fd.
18451         (monitor_child): New function.
18452         (do_exit): Likewise.
18453         (notify_parent): Likewise.
18454         * nscd/nscd.h (notify_parent): Likewise.
18455         (do_exit): Likewise.
18457 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18459         * malloc/malloc.c (__libc_calloc): Revert last change.
18461 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18463         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18465 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18467         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18468         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18469         implementation.
18470         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18471         (__libc_ifunc_impl_list): Likewise.
18472         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18473         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18474         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18475         * string/strrchr.c: Define STRRCHR.
18477 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18479         * benchtest/bench-strtok.c (simple_strtok): Delete.
18480         (strtok_string): Use as benchmark.
18481         * string/strtok (STRTOK): New macro.
18483 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18485         * manual/threads.texi: Add header and standard comments to all
18486         functions.
18488         * elf/dl-lookup.c (check_match): New function.
18489         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18490         (do_lookup_x): Remove nested function check_match. Use non-nested
18491         function check_match.
18493 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18495         * csu/Makefile (generated, before-compile): Use += rather than =.
18496         * catgets/Makefile (generated, generated-dirs): Likewise.
18497         * debug/Makefile (generated): Likewise.
18498         * dlfcn/Makefile (generated): Likewise.
18499         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18500         * iconvdata/Makefile (before-compile, generated): Likewise.
18501         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18502         * libio/Makefile (generated): Likewise.
18503         * malloc/Makefile (generated): Likewise.
18504         * manual/Makefile (generated, generated-dirs): Likewise.
18505         * misc/Makefile (generated): Likewise.
18506         * posix/Makefile (generated): Likewise.
18507         * resolv/Makefile (generated): Likewise.
18508         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18509         * timezone/Makefile (generated, generated-dirs): Likewise.
18511         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18513 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18515         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18516         power8 implementation.
18517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18518         file: POWER8 llround ifunc implementation.
18519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18520         (__lllround): Add POWER8 implementation.
18521         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18522         POWER8 llround implementation.
18524         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18525         power8 implementation.
18526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18527         file: POWER8 llrint ifunc implementation.
18528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18529         Add POWER8 implementation.
18530         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18531         POWER8 llrint implementation.
18533         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18534         power8 implementation.
18535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18536         file: POWER8 finite ifunc implementation.
18537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18538         Add POWER8 implementation.
18539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18540         Likewise.
18541         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18542         POWER8 finite implementation.
18543         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18545         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18546         power8 implementation.
18547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18548         file: POWER8 isinf ifunc implementation.
18549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18550         POWER8 implementation.
18551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18552         Likewise.
18553         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18554         isinf implementation.
18555         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18557         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18558         (INIT_ARCH): Add hwcap2 initialization.
18559         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18560         power8 implementation.
18561         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18562         file: POWER8 isnan ifunc implementation.
18563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18564         POWER8 implementation.
18565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18566         Likewise.
18567         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18568         isnan implementation.
18569         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18571 2014-02-27  Joey Ye  <joey.ye@arm.com>
18573         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18574         (_FP_NANFRAC_Q): Set to zero.
18576 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18578         [BZ #16623]
18579         * math/auto-libm-test-in: New test inputs.
18580         * math/auto-libm-test-out: Regenerate.
18581         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18582         and DA.
18583         (__cos): Likewise.
18584         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18586 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18588         * scripts/evaluate-test.sh: Take new argument indicating whether
18589         failure is expected.
18590         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18591         indicating whether failure is expected.
18592         * conform/Makefile (test-xfail-run-conformtest): New variable.
18593         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18594         level.
18595         * posix/Makefile (test-xfail-annexc): New variable.
18596         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18598 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18600         * argp/Makefile: Include Makeconfig immediately after defining
18601         subdir.
18602         * assert/Makefile: Likewise.
18603         * benchtests/Makefile: Likewise.
18604         * catgets/Makefile: Likewise.
18605         * conform/Makefile: Likewise.
18606         * crypt/Makefile: Likewise.
18607         * csu/Makefile: Likewise.
18608         (all): Remove target.
18609         * ctype/Makefile: Include Makeconfig immediately after defining
18610         subdir.
18611         * debug/Makefile: Likewise.
18612         * dirent/Makefile: Likewise.
18613         * dlfcn/Makefile: Likewise.
18614         * gmon/Makefile: Likewise.
18615         * gnulib/Makefile: Likewise.
18616         * grp/Makefile: Likewise.
18617         * gshadow/Makefile: Likewise.
18618         * hesiod/Makefile: Likewise.
18619         * hurd/Makefile: Likewise.
18620         (all): Remove target.
18621         * iconvdata/Makefile: Include Makeconfig immediately after
18622         defining subdir.
18623         * inet/Makefile: Likewise.
18624         * intl/Makefile: Likewise.
18625         * io/Makefile: Likewise.
18626         * libio/Makefile: Likewise.
18627         (all): Remove target.
18628         * locale/Makefile: Include Makeconfig immediately after defining
18629         subdir.
18630         * login/Makefile: Likewise.
18631         * mach/Makefile: Likewise.
18632         (all): Remove target.
18633         * malloc/Makefile: Include Makeconfig immediately after defining
18634         subdir.
18635         (all): Remove target.
18636         * manual/Makefile: Include Makeconfig immediately after defining
18637         subdir.
18638         * math/Makefile: Likewise.
18639         * misc/Makefile: Likewise.
18640         * nis/Makefile: Likewise.
18641         * nss/Makefile: Likewise.
18642         * po/Makefile: Likewise.
18643         (all): Remove target.
18644         * posix/Makefile: Include Makeconfig immediately after defining
18645         subdir.
18646         * pwd/Makefile: Likewise.
18647         * resolv/Makefile: Likewise.
18648         * resource/Makefile: Likewise.
18649         * rt/Makefile: Likewise.
18650         * setjmp/Makefile: Likewise.
18651         * shadow/Makefile: Likewise.
18652         * signal/Makefile: Likewise.
18653         * socket/Makefile: Likewise.
18654         * soft-fp/Makefile: Likewise.
18655         * stdio-common/Makefile: Likewise.
18656         * stdlib/Makefile: Likewise.
18657         * streams/Makefile: Likewise.
18658         * string/Makefile: Likewise.
18659         * sunrpc/Makefile: Likewise.
18660         (all): Remove target.
18661         * sysvipc/Makefile: Include Makeconfig immediately after defining
18662         subdir.
18663         * termios/Makefile: Likewise.
18664         * time/Makefile: Likewise.
18665         * timezone/Makefile: Likewise.
18666         (all): Remove target.
18667         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18668         subdir.
18669         * wctype/Makefile: Likewise.
18671 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18673         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18674         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18675         (libc_feholdexcept_setround_mips): Ditto.
18676         (libc_feholdsetround): New.
18677         (libc_feholdsetroundf): New.
18678         (libc_feholdsetroundl): New.
18679         (libc_feupdateenv_test_mips): New.
18680         (libc_feupdateenv_test): New.
18681         (libc_feupdateenv_testf): New.
18682         (libc_feupdateenv_testl): New.
18683         (libc_feresetround): New.
18684         (libc_feresetroundf): New.
18685         (libc_feresetroundl): New.
18686         (libc_fetestexcept_mips): New.
18687         (libc_fetestexcept): New.
18688         (libc_fetestexceptf): New.
18689         (libc_fetestexceptl): New.
18690         (HAVE_RM_CTX): New.
18691         (libc_feholdexcept_setround_mips_ctx): New.
18692         (libc_feholdexcept_setround_ctx): New.
18693         (libc_feholdexcept_setroundf_ctx): New.
18694         (libc_feholdexcept_setroundl_ctx): New.
18695         (libc_fesetenv_mips_ctx): New.
18696         (libc_fesetenv_ctx): New.
18697         (libc_fesetenv_ctxf): New.
18698         (libc_fesetenv_ctxl): New.
18699         (libc_feupdateenv_mips_ctx): New.
18700         (libc_feupdateenv_ctx): New.
18701         (libc_feupdateenvf_ctx): New.
18702         (libc_feupdateenvl_ctx): New.
18703         (libc_feholdsetround_mips_ctx): New.
18704         (libc_feholdsetround_ctx): New.
18705         (libc_feholdsetroundf_ctx): New.
18706         (libc_feholdsetroundl_ctx): New.
18707         (libc_feresetround_mips_ctx): New.
18708         (libc_feresetround_ctx): New.
18709         (libc_feresetroundf_ctx): New.
18710         (libc_feresetroundl_ctx): New.
18712 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18714         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18716         * manual/ipc.texi: New file.
18717         * manual/Makefile (chapters): Add ipc.
18718         * manual/job.texi: Add "Inter-Process Communication" to next.
18719         * manual/process.texi: Add "Inter-Process Communication" to prev.
18721 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18725 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18727         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18729         * manual/arith.texi: Fix spaces after sentences.
18730         * manual/charset.texi: Likewise.
18731         * manual/errno.texi: Likewise.
18732         * manual/install.texi: Likewise.
18733         * manual/llio.texi: Likewise.
18734         * manual/locale.texi: Likewise.
18735         * manual/maint.texi: Likewise.
18736         * manual/math.texi: Likewise.
18737         * manual/memory.texi: Likewise.
18738         * manual/message.texi: Likewise.
18739         * manual/probes.texi: Likewise.
18740         * manual/resource.texi: Likewise.
18741         * manual/signal.texi: Likewise.
18742         * manual/socket.texi: Likewise.
18743         * manual/stdio.texi: Likewise.
18744         * manual/string.texi: Likewise.
18745         * manual/time.texi: Likewise.
18746         * manual/users.texi: Likewise.
18748 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18750         [BZ #16632]
18751         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18752         _DEFAULT_SOURCE is defined.
18754 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18755             Carlos O'Donell  <carlos@redhat.com>
18757         [BZ #16613]
18758         * elf/dl-tls.c (_dl_count_modids): New function.
18759         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18760         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18761         audit library and increment generation counter.
18762         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18763         * elf/tst-audit9.c: New file.
18764         * elf/tst-auditmod9a.c: New file.
18765         * elf/tst-auditmod9b.c: New file.
18766         * elf/Makefile: Add rules to build and run tst-audit9.
18768 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18770         [BZ #15347]
18771         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18773 2014-02-25  Will Newton  <will.newton@linaro.org>
18775         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18776         (__longjmp): Restore sp and lr before restoring callee
18777         saved registers.  Add longjmp and longjmp_target
18778         SystemTap probe point.
18779         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18780         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18781         Define to zero to match jmpbuf layout.
18782         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18783         (__sigsetjmp): Save sp and lr before saving callee
18784         saved registers.  Add setjmp SystemTap probe point.
18786 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18788         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18790 2014-02-24  Andreas Schwab  <schwab@suse.de>
18792         [BZ #15804]
18793         * elf/pldd.c (wait_for_ptrace_stop): New function.
18794         (main): Call it after attaching.
18796 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18798         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18799         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18800         Versions files is now verboten.
18801         * hurd/Versions (libc: GLIBC_2.0):
18802         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18803         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18804         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18805         * mach/Versions: Likewise.
18807         * csu/Versions: Remove unused %include.
18808         * resolv/Versions: Likewise.
18810 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18812         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18813         ($(objpfx)check-local-headers.out): Likewise.
18814         ($(objpfx)begin-end-check.out): Likewise.
18815         * Makerules (check-abi-%.out): Likewise.
18816         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18817         ($(objpfx)test2.cat): Likewise.
18818         ($(objpfx)de/libc.cat): Likewise.
18819         ($(objpfx)test-gencat.out): Likewise.
18820         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18821         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18822         ($(objpfx)noload-mem): Likewise.
18823         ($(objpfx)tst-pathopt.out): Likewise.
18824         ($(objpfx)tst-rtld-load-self.out): Likewise.
18825         ($(objpfx)tst-array1-cmp.out): Likewise.
18826         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18827         ($(objpfx)tst-array2-cmp.out): Likewise.
18828         ($(objpfx)tst-array3-cmp.out): Likewise.
18829         ($(objpfx)tst-array4-cmp.out): Likewise.
18830         ($(objpfx)tst-array5-cmp.out): Likewise.
18831         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18832         ($(objpfx)check-textrel.out): Likewise.
18833         ($(objpfx)check-execstack.out): Likewise.
18834         ($(objpfx)check-localplt.out): Likewise.
18835         ($(objpfx)order2-cmp.out): Likewise.
18836         ($(objpfx)tst-leaks1-mem): Likewise.
18837         ($(objpfx)tst-leaks1-static-mem): Likewise.
18838         ($(objpfx)tst-initorder-cmp.out): Likewise.
18839         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18840         ($(objpfx)tst-unused-dep.out): Likewise.
18841         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18842         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18843         * iconv/Makefile (test-iconvconfig): Likewise.
18844         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18845         ($(objpfx)iconv-test.out): Likewise.
18846         ($(objpfx)tst-tables.out): Likewise.
18847         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18848         ($(objpfx)tst-gettext.out): Likewise.
18849         ($(objpfx)tst-translit.out): Likewise.
18850         ($(objpfx)tst-gettext2.out): Likewise.
18851         ($(objpfx)tst-gettext4.out): Likewise.
18852         ($(objpfx)tst-gettext6.out): Likewise.
18853         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18854         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18855         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18856         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18857         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18858         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18859         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18860         ($(objpfx)wordexp-tst.out): Likewise.
18861         ($(objpfx)annexc.out): Likewise.
18862         ($(objpfx)tst-fnmatch-mem): Likewise.
18863         ($(objpfx)bug-regex2-mem): Likewise.
18864         ($(objpfx)bug-regex14-mem): Likewise.
18865         ($(objpfx)bug-regex21-mem): Likewise.
18866         ($(objpfx)bug-regex31-mem): Likewise.
18867         ($(objpfx)tst-vfork3-mem): Likewise.
18868         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18869         ($(objpfx)tst-pcre-mem): Likewise.
18870         ($(objpfx)tst-boost-mem): Likewise.
18871         ($(objpfx)tst-getconf.out): Likewise.
18872         ($(objpfx)bug-ga2-mem): Likewise.
18873         ($(objpfx)bug-glob2-mem): Likewise.
18874         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18875         ($(objpfx)mtrace-tst-leaks2): Likewise.
18876         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18877         ($(objpfx)tst-printf.out): Likewise.
18878         ($(objpfx)tst-setvbuf1.out): Likewise.
18879         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18880         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18881         ($(objpfx)tst-fmtmsg.out): Likewise.
18882         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18883         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18885         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18886         * bits/sigaction.h [__USE_MISC]: Likewise.
18887         * bits/waitstatus.h: Update #endif comments.
18888         * ctype/ctype.h: Likewise.
18889         * dirent/dirent.h: Likewise.
18890         [__USE_MISC]: Remove redundant conditionals.
18891         * grp/grp.h: Update #endif comments.
18892         [__USE_GNU]: Remove redundant conditionals.
18893         [__USE_MISC]: Likewise.
18894         * inet/netinet/in.h [__USE_GNU]: Likewise.
18895         * io/sys/stat.h [__USE_MISC]: Likewise.
18896         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18897         * libio/bits/stdio.h: Update #endif comments.
18898         [__USE_MISC]: Remove redundant conditionals.
18899         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18900         * libio/stdio.h: Update #endif comments.
18901         [__USE_MISC]: Remove redundant conditionals.
18902         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18903         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18904         * math/math.h: Update #else and #endif comments.
18905         [__USE_MISC]: Remove redundant conditionals.
18906         * misc/sys/uio.h: Update #endif comments.
18907         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18908         * posix/glob.h [__USE_MISC]: Likewise.
18909         * posix/sys/types.h: Update #endif comments.
18910         [__USE_MISC]: Remove redundant conditionals.
18911         * posix/sys/wait.h: Update #endif comments.
18912         [__USE_MISC]: Remove redundant conditionals.
18913         * posix/unistd.h: Update #endif comments.
18914         [__USE_MISC]: Remove redundant conditionals.
18915         * pwd/pwd.h [__USE_GNU]: Likewise.
18916         [__USE_MISC]: Likewise.
18917         * resolv/netdb.h [__USE_GNU]: Likewise.
18918         * signal/signal.h: Update #endif comments.
18919         [__USE_MISC]: Remove redundant conditionals.
18920         * stdlib/stdlib.h: Update #else and #endif comments.
18921         [__USE_MISC]: Remove redundant conditionals.
18922         [__USE_GNU]: Likewise.
18923         * string/bits/string2.h [__USE_MISC]: Likewise.
18924         * string/string.h: Update #endif comments.
18925         [__USE_MISC]: Remove redundant conditionals.
18926         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18927         Likewise.
18928         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18929         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18930         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18931         Likewise.
18932         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18933         Likewise.
18934         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18935         comments.
18936         [__USE_MISC]: Remove redundant conditionals.
18937         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18938         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18939         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18940         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18941         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18942         Likewise.
18943         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18944         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18945         Likewise.
18946         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18947         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18948         Likewise.
18949         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18950         Likewise.
18951         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18952         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18953         Likewise.
18954         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18955         Likewise.
18956         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18957         * sysdeps/x86/bits/string.h: Update #endif comments.
18958         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18959         conditionals.
18960         * time/sys/time.h: Update #endif comments.
18961         * time/time.h: Likewise.
18962         [__USE_MISC]: Remove redundant conditionals.
18964 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18966         [BZ #16600]
18967         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18969 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18971         * Versions.def (librt): Add GLIBC_2.17.
18973 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18975         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18976         synonym for _SYS_AUXV_H to allow direct inclusion.
18977         * sysdeps/sparc/bits/hwcap.h: Likewise.
18978         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18979         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18980         * sysdeps/sparc/sysdep.h: Likewise.
18982 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18984         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18986 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18988         * benchtests/bench-strrchr.c: Print length instead of position.
18990 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18992         [BZ #16611]
18993         * sysdeps/unix/sysv/linux/kernel-features.h
18994         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18995         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18996         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18997         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18998         Likewise.
18999         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19000         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19001         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19002         (__ASSUME_SENDMMSG): Define instead of using previous
19003         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19004         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19005         (__ASSUME_SENDMMSG_SYSCALL): Define.
19006         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19007         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19008         Likewise.
19009         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19010         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19011         Likewise.
19012         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19013         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19014         Likewise.
19015         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19016         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19017         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19018         [__ASSUME_SENDMMSG]: Change conditionals to
19019         [__ASSUME_SENDMMSG_SOCKETCALL].
19020         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19021         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19022         Define.
19023         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19024         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19025         Likewise.
19026         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19027         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19028         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19029         [!__ASSUME_SENDMMSG]: Change conditional to
19030         [!__ASSUME_SENDMMSG_SOCKETCALL].
19031         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19032         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19033         Define.
19035         [BZ #16610]
19036         * sysdeps/unix/sysv/linux/kernel-features.h
19037         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19038         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19039         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19040         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19041         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19042         [__i386__ || __sparc__]
19043         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19044         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19045         (__ASSUME_RECVMMSG): Define instead of using previous
19046         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19047         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19048         (__ASSUME_RECVMMSG_SYSCALL): Define.
19049         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19050         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19051         Likewise.
19052         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19053         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19054         Likewise.
19055         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19056         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19057         Likewise.
19058         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19059         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19060         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19061         [__ASSUME_RECVMMSG]: Change condition to
19062         [__ASSUME_RECVMMSG_SOCKETCALL].
19063         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19064         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19065         Define.
19066         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19067         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19068         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19069         Likewise.
19070         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19071         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19072         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19073         [!__ASSUME_RECVMMSG]: Change condition to
19074         [!__ASSUME_RECVMMSG_SOCKETCALL].
19075         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19076         (__ASSUME_RECVMMSG_SYSCALL): Define.
19078         [BZ #16609]
19079         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19080         __powerpc__ || __s390__ || __sh__ || __sparc__]
19081         (__ASSUME_SOCKETCALL): Define.
19082         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19083         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19084         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19085         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19086         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19087         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19088         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19089         (__ASSUME_ACCEPT4): Define instead of using previous
19090         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19091         __powerpc__ || __sparc__ || __s390__)] condition.
19092         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19093         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19094         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19095         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19096         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19097         [!__ASSUME_ACCEPT4]: Change condition to
19098         [!__ASSUME_ACCEPT4_SOCKETCALL].
19099         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19100         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19101         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19102         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19103         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19104         __ASSUME_ACCEPT4_SYSCALL.
19105         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19106         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19107         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19108         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19109         __ASSUME_ACCEPT4_SYSCALL.
19110         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19111         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19112         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19113         [__ASSUME_ACCEPT4]: Change condition to
19114         [__ASSUME_ACCEPT4_SOCKETCALL].
19115         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19116         (__ASSUME_SOCKETCALL): Define.
19117         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19118         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19119         (__ASSUME_SOCKETCALL): Define.
19120         (__ASSUME_ACCEPT4): Remove.
19121         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19122         Define.
19123         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19124         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19125         Likewise.
19126         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19127         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19129         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19130         macro.
19131         (HWCAP_ARM_LPAE): Likewise.
19132         (HWCAP_ARM_EVTSTRM): Likewise.
19133         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19134         Add vpfd32, lpae and evtstrm.
19135         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19136         Increase to 22.
19138 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19140         * math/auto-libm-test-in: Add tests of clog10.
19141         * math/auto-libm-test-out: Regenerated.
19142         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19143         * sysdeps/i386/fpu/libm-test-ulps: Update.
19144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19146 2014-02-18  Andreas Schwab  <schwab@suse.de>
19148         [BZ #16574]
19149         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19150         Store non-zero if the second buffer was newly allocated.
19151         (send_dg): Likewise.
19152         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19153         to send_vc and send_dg.
19154         (res_nsend): Pass NULL for ansp2_malloced.
19155         * resolv/res_query.c (__libc_res_nquery): Add parameter
19156         answerp2_malloced and pass it down to __libc_res_nsend.
19157         (res_nquery): Pass additional NULL to __libc_res_nquery.
19158         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19159         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19160         second answer buffer if answerp2_malloced was set.
19161         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19162         (__libc_res_nquerydomain): Add parameter
19163         answerp2_malloced and pass it down to __libc_res_nquery.
19164         (res_nquerydomain): Pass additional NULL to
19165         __libc_res_nquerydomain.
19166         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19167         additional NULL to __libc_res_nsend and __libc_res_nquery.
19168         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19169         additional NULL to __libc_res_nsearch.
19170         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19171         parameter of __libc_res_nsearch to check for separately allocated
19172         second buffer.
19173         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19174         __libc_res_nquery.
19175         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19176         additional NULL to __libc_res_nquery.
19177         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19178         __libc_res_nsearch.
19179         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19180         * include/resolv.h: Update prototypes of __libc_res_nquery,
19181         __libc_res_nsearch, __libc_res_nsend.
19183 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19185         * math/auto-libm-test-in: Add tests of fma.
19186         * math/auto-libm-test-out: Regenerated.
19187         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19188         (fma_towardzero_test_data): Likewise.
19189         (fma_downward_test_data): Likewise.
19190         (fma_upward_test_data): Likewise.
19191         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19192         mpc_mode.
19193         (rounding_modes): Add values for new field.
19194         (func_calc_method): Add value mpfr_fff_f.
19195         (func_calc_desc): Add mpfr_fff_f union field.
19196         (test_function): Add field exact_args.
19197         (FUNC): Add macro argument EXACT_ARGS.
19198         (FUNC_mpfr_f_f): Update call to FUNC.
19199         (FUNC_mpfr_f_f): Likewise.
19200         (FUNC_mpfr_ff_f): Likewise.
19201         (FUNC_mpfr_if_f): Likewise.
19202         (FUNC_mpc_c_f): Likewise.
19203         (FUNC_mpc_c_c): Likewise.
19204         (test_functions): Add fma.  Update calls to FUNC.
19205         (handle_input_arg): Add argument exact_args.
19206         (add_test): Update call to handle_input_arg.
19207         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19208         (output_for_one_input_case): Update call to calc_generic_results.
19209         Recalculate exact zero results in each rounding mode.
19211         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19212         non-negative before setting low bit.
19213         * math/auto-libm-test-in: Mark one asin test possibly having
19214         spurious underflow.
19215         * math/auto-libm-test-out: Regenerated.
19216         * sysdeps/i386/fpu/libm-test-ulps: Update.
19217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19219 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19221         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19222         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19223         ports/sysdeps/unix/sysv/linux/microblaze.
19224         * README: Add missing listing for microblaze*-*-linux-gnu.
19226 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19228         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19229         duplicate code
19231 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19233         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19234         * sysdeps/unix/sysv/linux/ia64: Move directory from
19235         ports/sysdeps/unix/sysv/linux/ia64.
19236         * README: Update listing for ia64-*-linux-gnu.
19238 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19239             Joseph Myers  <joseph@codesourcery.com>
19241         * Makeconfig (test-name): New variable.
19242         (evaluate-test): Likewise.
19243         * Makerules (do-test-clean): Remove .test-result files.
19244         (common-mostlyclean): Likewise.
19245         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19246         * scripts/evaluate-test.sh: New file.
19248 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19250         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19251         separate $(objpfx)tst-fopenloc-cmp.out and
19252         $(objpfx)tst-fopenloc-mem.out targets.
19253         (tests): Update dependencies.
19254         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19255         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19256         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19257         (tst-rxspencer-no-utf8-ARGS): New variable.
19258         (tst-rxspencer-no-utf8-ENV): Likewise.
19259         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19260         instead of $(objpfx)tst-rxspencer-mem.
19261         ($(objpfx)tst-rxspencer-mem): Change target to
19262         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19263         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19264         * posix/tst-rxspencer-no-utf8.c: New file.
19266         * elf/Makefile ($(objpfx)order.out): Remove rule.
19267         [$(run-built-tests) = yes] (tests): Depend on
19268         $(objpfx)order-cmp.out.
19269         ($(objpfx)order-cmp.out): New rule.
19270         [$(run-built-tests) = yes] (tests): Depend on
19271         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19272         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19273         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19274         $(objpfx)tst-array5-static-cmp.out.
19275         ($(objpfx)tst-array1.out): Remove rule.
19276         ($(objpfx)tst-array1-cmp.out): New rule.
19277         ($(objpfx)tst-array1-static.out): Remove rule.
19278         ($(objpfx)tst-array1-static-cmp.out): New rule.
19279         ($(objpfx)tst-array2.out): Remove rule.
19280         ($(objpfx)tst-array2-cmp.out): New rule.
19281         ($(objpfx)tst-array3.out): Remove rule.
19282         ($(objpfx)tst-array3-cmp.out): New rule.
19283         ($(objpfx)tst-array4.out): Remove rule.
19284         ($(objpfx)tst-array4-cmp.out): New rule.
19285         ($(objpfx)tst-array5.out): Remove rule.
19286         ($(objpfx)tst-array5-cmp.out): New rule.
19287         ($(objpfx)tst-array5-static.out): Remove rule.
19288         ($(objpfx)tst-array5-static-cmp.out): New rule.
19289         [$(run-built-tests) = yes] (tests): Depend on
19290         $(objpfx)order2-cmp.out.
19291         ($(objpfx)order2.out): Remove rule.
19292         ($(objpfx)order2-cmp.out): New rule.
19293         ($(objpfx)tst-initorder.out): Remove rule.
19294         [$(run-built-tests) = yes] (tests): Depend on
19295         $(objpfx)tst-initorder-cmp.out.
19296         ($(objpfx)tst-initorder-cmp.out): New rule.
19297         ($(objpfx)tst-initorder2.out): Remove rule.
19298         [$(run-built-tests) = yes] (tests): Depend on
19299         $(objpfx)tst-initorder2-cmp.out.
19300         ($(objpfx)tst-initorder2-cmp.out): New rule.
19301         [$(run-built-tests) = yes] (tests): Depend on
19302         $(objpfx)tst-unused-dep-cmp.out.
19303         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19304         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19305         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19306         on $(objpfx)tst-setvbuf1-cmp.out.
19307         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19308         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19309         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19310         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19311         ($(objpfx)tst-svc.out): Remove rule.
19312         ($(objpfx)tst-svc-cmp.out): New rule.
19314 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19316         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19317         * ctype/ctype.h [__USE_MISC]: Likewise.
19318         * dirent/dirent.h [__USE_MISC]: Likewise.
19319         * grp/grp.h [__USE_MISC]: Likewise.
19320         * io/fcntl.h [__USE_MISC]: Likewise.
19321         * io/sys/stat.h [__USE_MISC]: Likewise.
19322         * libio/stdio.h [__USE_MISC]: Likewise.
19323         * posix/unistd.h [__USE_MISC]: Likewise.
19324         * pwd/pwd.h [__USE_MISC]: Likewise.
19325         * stdlib.h [__USE_MISC]: Likewise.
19326         * string/bits/string2.h [__USE_MISC]: Likewise.
19327         * string/string.h [__USE_MISC]: Likewise.
19328         * time/time.h [__USE_MISC]: Likewise.
19330 2014-02-13  Andreas Schwab  <schwab@suse.de>
19332         [BZ #16574]
19333         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19334         second answer buffer if it was separately allocated.
19336 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19338         * sysdeps/mips/math-tests.h: Include <features.h>.
19339         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19340         (ROUNDING_TESTS_long_double): Do not define.
19341         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19342         (EXCEPTION_TESTS_long_double): Likewise.
19343         * sysdeps/mips/mips64/libm-test-ulps: Update.
19345         * include/features.h (__USE_BSD): Remove macro definitions.
19346         (__USE_SVID): Likewise.
19347         (_BSD_SOURCE): Likewise.
19348         (_SVID_SOURCE): Likewise.
19349         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19350         from definition of _DEFAULT_SOURCE.
19351         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19352         [_DEFAULT_SOURCE].
19353         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19354         * bits/mman.h [__USE_BSD]: Likewise.
19355         * bits/termios.h [__USE_BSD]: Likewise.
19356         * bits/waitstatus.h [__USE_BSD]: Likewise.
19357         * ctype/ctype.h [__USE_SVID]: Likewise.
19358         * dirent/dirent.h [__USE_BSD]: Likewise.
19359         * grp/grp.h [__USE_SVID]: Likewise.
19360         [__USE_BSD]: Likewise.
19361         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19362         * io/fcntl.h [__USE_BSD]: Likewise.
19363         * io/ftw.h [__USE_BSD]: Likewise.
19364         * io/sys/stat.h [__USE_BSD]: Likewise.
19365         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19366         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19367         * libio/stdio.h [__USE_SVID]: Likewise.
19368         [__USE_BSD]: Likewise.
19369         * math/math.h [__USE_SVID]: Likewise.
19370         [__USE_BSD]: Likewise.
19371         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19372         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19373         * misc/search.h [__USE_SVID]: Likewise.
19374         * misc/sys/mman.h [__USE_BSD]: Likewise.
19375         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19376         * misc/sys/uio.h [__USE_BSD]: Likewise.
19377         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19378         * posix/glob.h [__USE_BSD]: Likewise.
19379         * posix/regex.h [__USE_BSD]: Likewise.
19380         * posix/sys/types.h [__USE_BSD]: Likewise.
19381         [__USE_SVID]: Likewise.
19382         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19383         * posix/sys/wait.h [__USE_BSD]: Likewise.
19384         [__USE_SVID]: Likewise.
19385         * posix/unistd.h [__USE_BSD]: Likewise.
19386         [__USE_SVID]: Likewise.
19387         * pwd/pwd.h [__USE_SVID]: Likewise.
19388         * resolv/netdb.h [__USE_BSD]: Likewise.
19389         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19390         * signal/signal.h [__USE_BSD]: Likewise.
19391         [__USE_SVID]: Likewise.
19392         * socket/sys/socket.h [__USE_BSD]: Likewise.
19393         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19394         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19395         [__USE_SVID]: Likewise.
19396         * string/bits/string2.h [__USE_BSD]: Likewise.
19397         [__USE_SVID]: Likewise.
19398         * string/bits/string3.h [__USE_BSD]: Likewise.
19399         * string/endian.h [__USE_BSD]: Likewise.
19400         * string/string.h [__USE_SVID]: Likewise.
19401         [__USE_BSD]: Likewise.
19402         * string/strings.h [__USE_BSD]: Likewise.
19403         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19404         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19405         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19406         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19407         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19408         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19409         Likewise.
19410         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19411         Likewise.
19412         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19413         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19414         Likewise.
19415         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19416         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19417         Likewise.
19418         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19419         Likewise.
19420         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19421         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19422         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19423         Likewise.
19424         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19425         Likewise.
19426         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19427         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19428         * termios/termios.h [__USE_BSD]: Likewise.
19429         * time/sys/time.h [__USE_BSD]: Likewise.
19430         * time/time.h [__USE_BSD]: Likewise.
19431         [__USE_SVID]: Likewise.
19433         * Makefile (subdir_targets): Remove subdir_lint.out.
19435         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19436         (do-tst-printf): Likewise.
19437         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19438         $(objpfx)tst-printf.out.
19440         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19442         * Makerules (check-abi-%): Change target to
19443         $(objpfx)check-abi-%.out.
19444         (check-abi target): Update dependencies.
19445         (check-abi-pattern variable): Redirect output of diff to $@.
19446         (check-abi variable): Likewise.
19447         * elf/Makefile (check-abi): Update dependencies.
19449         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19450         unused.
19451         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19452         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19453         subnormal range.
19454         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19455         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19456         value has largest subnormal exponent.
19457         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19458         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19459         * sysdeps/aarch64/soft-fp/sfp-machine.h
19460         (_FP_TININESS_AFTER_ROUNDING): New macro.
19461         * sysdeps/alpha/soft-fp/sfp-machine.h
19462         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19463         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19464         Likewise.
19465         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19466         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19467         * sysdeps/mips/soft-fp/sfp-machine.h
19468         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19469         * sysdeps/powerpc/soft-fp/sfp-machine.h
19470         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19471         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19472         Likewise.
19473         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19474         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19475         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19476         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19477         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19478         Likewise.
19480 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19482         [BZ #16545]
19483         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19484         model 1.
19486 2014-02-12  Richard Henderson  <rth@redhat.com>
19488         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19489         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19490         * sysdeps/unix/sysv/linux/alpha: Move directory from
19491         ports/sysdeps/unix/sysv/linux/alpha.
19492         * README: Update listing for alpha-*-linux-gnu.
19494 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19496         * include/features.h: Update comment documenting feature test
19497         macros.
19498         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19499         _DEFAULT_SOURCE.
19500         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19501         (_SVID_SOURCE): Likewise.
19502         (_DEFAULT_SOURCE): Update description of default features.
19503         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19504         with _GNU_SOURCE.
19505         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19506         (S_ISVTX): Likewise.
19507         * manual/math.texi (Mathematical Constants): Likewise.
19508         * manual/signal.texi (Interrupted Primitives): Likewise.
19509         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19510         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19511         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19512         Don't refer to _SVID_SOURCE in warning text.
19514         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19516         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19517         already defined.
19518         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19519         * sysdeps/mips/dl-lookup.c: Remove.
19520         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19522 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19524         [BZ #16447]
19525         * math/auto-libm-test-in: Add testcase for expl.
19526         * math/auto-libm-test-out: Regenerate.
19527         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19528         calculation of unsafe.
19529         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19531 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19533         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19534         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19535         ports/sysdeps/unix/sysv/linux/aarch64.
19536         * README: Update listing for aarch64*-*-linux-gnu.
19538 2014-02-11  Will Newton  <will.newton@linaro.org>
19540         * manual/probes.texi (Mathematical Function Probes): Use
19541         "triggered" instead of "hit".
19543         * manual/probes.texi (Internal Probes): Add documentation
19544         of setjmp, longjmp and longjmp_target probes.
19546         * include/stap-probe.h: Add comment about probe argument
19547         format.
19549         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19550         definition.  (tr_where, tr_freehook, tr_mallochook,
19551         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19553 2014-02-11  David S. Miller  <davem@davemloft.net>
19555         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19556         processing int_tests.
19558 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19560         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19561         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19562         * sysdeps/unix/sysv/linux/mips: Move directory from
19563         ports/sysdeps/unix/sysv/linux/mips.
19564         * README: Update listing for mips-*-linux-gnu and
19565         mips64-*-linux-gnu.
19567 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19569         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19570         * sysdeps/unix/sysv/linux/m68k: Move directory from
19571         ports/sysdeps/unix/sysv/linux/m68k.
19572         * README: Update listing for m68k-*-linux-gnu.
19574 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19576         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19577         * sysdeps/unix/sysv/linux/generic: Move directory from
19578         ports/sysdeps/unix/sysv/linux/generic.
19579         * sysdeps/unix/sysv/linux/tile: Move directory from
19580         ports/sysdeps/unix/sysv/linux/tile.
19581         * README: Update listing for tile*-*-linux-gnu.
19583 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19585         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19586         __builtin_expect.
19587         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19588         * catgets/open_catalog.c (__open_catalog): Likewise.
19589         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19590         * debug/confstr_chk.c: Likewise.
19591         * debug/fread_chk.c (__fread_chk): Likewise.
19592         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19593         * debug/getgroups_chk.c: Likewise.
19594         * debug/mbsnrtowcs_chk.c: Likewise.
19595         * debug/mbsrtowcs_chk.c: Likewise.
19596         * debug/mbstowcs_chk.c: Likewise.
19597         * debug/memcpy_chk.c: Likewise.
19598         * debug/memmove_chk.c: Likewise.
19599         * debug/mempcpy_chk.c: Likewise.
19600         * debug/memset_chk.c: Likewise.
19601         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19602         * debug/strcat_chk.c (__strcat_chk): Likewise.
19603         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19604         * debug/strncat_chk.c (__strncat_chk): Likewise.
19605         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19606         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19607         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19608         * debug/wcpncpy_chk.c: Likewise.
19609         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19610         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19611         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19612         * debug/wcsncpy_chk.c: Likewise.
19613         * debug/wcsnrtombs_chk.c: Likewise.
19614         * debug/wcsrtombs_chk.c: Likewise.
19615         * debug/wcstombs_chk.c: Likewise.
19616         * debug/wmemcpy_chk.c: Likewise.
19617         * debug/wmemmove_chk.c: Likewise.
19618         * debug/wmempcpy_chk.c: Likewise.
19619         * debug/wmemset_chk.c: Likewise.
19620         * dirent/scandirat.c (SCANDIRAT): Likewise.
19621         * dlfcn/dladdr1.c (dladdr1): Likewise.
19622         * dlfcn/dladdr.c (dladdr): Likewise.
19623         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19624         * dlfcn/dlerror.c (__dlerror): Likewise.
19625         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19626         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19627         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19628         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19629         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19630         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19631         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19632         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19633         Likewise.
19634         * elf/dl-conflict.c: Likewise.
19635         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19636         * elf/dl-dst.h: Likewise.
19637         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19638         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19639         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19640         * elf/dl-init.c (call_init, _dl_init): Likewise.
19641         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19642         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19643         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19644         Likewise.
19645         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19646         Likewise.
19647         * elf/dl-minimal.c (__libc_memalign): Likewise.
19648         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19649         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19650         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19651         * elf/dl-sym.c (do_sym): Likewise.
19652         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19653         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19654         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19655         * elf/dl-writev.h (_dl_writev): Likewise.
19656         * elf/ldconfig.c (search_dir): Likewise.
19657         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19658         (dl_main): Likewise.
19659         * elf/setup-vdso.h (setup_vdso): Likewise.
19660         * grp/compat-initgroups.c (compat_call): Likewise.
19661         * grp/fgetgrent.c (fgetgrent): Likewise.
19662         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19663         * grp/putgrent.c (putgrent): Likewise.
19664         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19665         Likewise.
19666         * hurd/hurdinit.c: Likewise.
19667         * iconvdata/8bit-gap.c (struct): Likewise.
19668         * iconvdata/ansi_x3.110.c : Likewise.
19669         * iconvdata/big5.c : Likewise.
19670         * iconvdata/big5hkscs.c : Likewise.
19671         * iconvdata/cp1255.c: Likewise.
19672         * iconvdata/cp1258.c : Likewise.
19673         * iconvdata/cp932.c : Likewise.
19674         * iconvdata/euc-cn.c: Likewise.
19675         * iconvdata/euc-jisx0213.c : Likewise.
19676         * iconvdata/euc-jp.c: Likewise.
19677         * iconvdata/euc-jp-ms.c : Likewise.
19678         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19679         * iconvdata/gb18030.c : Likewise.
19680         * iconvdata/gbbig5.c (const): Likewise.
19681         * iconvdata/gbgbk.c: Likewise.
19682         * iconvdata/gbk.c : Likewise.
19683         * iconvdata/ibm1364.c : Likewise.
19684         * iconvdata/ibm930.c : Likewise.
19685         * iconvdata/ibm932.c: Likewise.
19686         * iconvdata/ibm933.c : Likewise.
19687         * iconvdata/ibm935.c : Likewise.
19688         * iconvdata/ibm937.c : Likewise.
19689         * iconvdata/ibm939.c : Likewise.
19690         * iconvdata/ibm943.c: Likewise.
19691         * iconvdata/iso_11548-1.c: Likewise.
19692         * iconvdata/iso-2022-cn.c : Likewise.
19693         * iconvdata/iso-2022-cn-ext.c : Likewise.
19694         * iconvdata/iso-2022-jp-3.c: Likewise.
19695         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19696         * iconvdata/iso-2022-kr.c : Likewise.
19697         * iconvdata/iso646.c (gconv_end): Likewise.
19698         * iconvdata/iso_6937-2.c : Likewise.
19699         * iconvdata/iso_6937.c : Likewise.
19700         * iconvdata/iso8859-1.c: Likewise.
19701         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19702         * iconvdata/shift_jisx0213.c : Likewise.
19703         * iconvdata/sjis.c : Likewise.
19704         * iconvdata/t.61.c : Likewise.
19705         * iconvdata/tcvn5712-1.c : Likewise.
19706         * iconvdata/tscii.c: Likewise.
19707         * iconvdata/uhc.c : Likewise.
19708         * iconvdata/unicode.c (gconv_end): Likewise.
19709         * iconvdata/utf-16.c (gconv_end): Likewise.
19710         * iconvdata/utf-32.c (gconv_end): Likewise.
19711         * iconvdata/utf-7.c (base64): Likewise.
19712         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19713         * iconv/gconv_close.c (__gconv_close): Likewise.
19714         * iconv/gconv_open.c (__gconv_open): Likewise.
19715         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19716         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19717         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19718         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19719         (ucs4le_internal_loop_single): Likewise.
19720         * iconv/iconv.c (iconv): Likewise.
19721         * iconv/iconv_close.c: Likewise.
19722         * iconv/loop.c (SINGLE): Likewise.
19723         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19724         * include/atomic.h: Likewise.
19725         * inet/inet6_option.c (option_alloc): Likewise.
19726         * intl/bindtextdom.c (set_binding_values): Likewise.
19727         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19728         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19729         * intl/localealias.c (read_alias_file): Likewise.
19730         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19731         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19732         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19733         * libio/fmemopen.c (fmemopen): Likewise.
19734         * libio/iofgets.c (_IO_fgets): Likewise.
19735         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19736         * libio/iofgetws.c (fgetws): Likewise.
19737         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19738         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19739         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19740         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19741         * locale/findlocale.c (_nl_find_locale): Likewise.
19742         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19743         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19744         Likewise.
19745         * locale/setlocale.c (setlocale): Likewise.
19746         * login/programs/pt_chown.c (main): Likewise.
19747         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19748         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19749         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19750         (mmap, mmap64, mremap, munmap): Likewise.
19751         * math/e_exp2l.c: Likewise.
19752         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19753         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19754         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19755         * math/s_catan.c (__catan): Likewise.
19756         * math/s_catanf.c (__catanf): Likewise.
19757         * math/s_catanh.c (__catanh): Likewise.
19758         * math/s_catanhf.c (__catanhf): Likewise.
19759         * math/s_catanhl.c (__catanhl): Likewise.
19760         * math/s_catanl.c (__catanl): Likewise.
19761         * math/s_ccosh.c (__ccosh): Likewise.
19762         * math/s_ccoshf.c (__ccoshf): Likewise.
19763         * math/s_ccoshl.c (__ccoshl): Likewise.
19764         * math/s_cexp.c (__cexp): Likewise.
19765         * math/s_cexpf.c (__cexpf): Likewise.
19766         * math/s_cexpl.c (__cexpl): Likewise.
19767         * math/s_clog10.c (__clog10): Likewise.
19768         * math/s_clog10f.c (__clog10f): Likewise.
19769         * math/s_clog10l.c (__clog10l): Likewise.
19770         * math/s_clog.c (__clog): Likewise.
19771         * math/s_clogf.c (__clogf): Likewise.
19772         * math/s_clogl.c (__clogl): Likewise.
19773         * math/s_csin.c (__csin): Likewise.
19774         * math/s_csinf.c (__csinf): Likewise.
19775         * math/s_csinh.c (__csinh): Likewise.
19776         * math/s_csinhf.c (__csinhf): Likewise.
19777         * math/s_csinhl.c (__csinhl): Likewise.
19778         * math/s_csinl.c (__csinl): Likewise.
19779         * math/s_csqrt.c (__csqrt): Likewise.
19780         * math/s_csqrtf.c (__csqrtf): Likewise.
19781         * math/s_csqrtl.c (__csqrtl): Likewise.
19782         * math/s_ctan.c (__ctan): Likewise.
19783         * math/s_ctanf.c (__ctanf): Likewise.
19784         * math/s_ctanh.c (__ctanh): Likewise.
19785         * math/s_ctanhf.c (__ctanhf): Likewise.
19786         * math/s_ctanhl.c (__ctanhl): Likewise.
19787         * math/s_ctanl.c (__ctanl): Likewise.
19788         * math/w_pow.c: Likewise.
19789         * math/w_powf.c: Likewise.
19790         * math/w_powl.c: Likewise.
19791         * math/w_scalb.c (sysv_scalb): Likewise.
19792         * math/w_scalbf.c (sysv_scalbf): Likewise.
19793         * math/w_scalbl.c (sysv_scalbl): Likewise.
19794         * misc/error.c (error_tail): Likewise.
19795         * misc/pselect.c (__pselect): Likewise.
19796         * nis/nis_callback.c (__nis_create_callback): Likewise.
19797         * nis/nis_call.c (__nisfind_server): Likewise.
19798         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19799         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19800         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19801         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19802         * nis/nis_lookup.c (nis_lookup): Likewise.
19803         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19804         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19805         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19806         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19807         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19808         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19809         * nis/nss_compat/compat-initgroups.c (add_group)
19810         (internal_getgrent_r): Likewise.
19811         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19812         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19813         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19814         (internal_getspnam_r): Likewise.
19815         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19816         (_nss_nis_getaliasbyname_r): Likewise.
19817         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19818         (_nss_nis_getntohost_r): Likewise.
19819         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19820         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19821         (_nss_nis_getgrgid_r): Likewise.
19822         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19823         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19824         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19825         (_nss_nis_gethostbyname4_r): Likewise.
19826         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19827         (initgroups_netid): Likewise.
19828         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19829         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19830         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19831         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19832         (_nss_nis_getprotobynumber_r): Likewise.
19833         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19834         (_nss_nis_getsecretkey): Likewise.
19835         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19836         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19837         (_nss_nis_getpwuid_r): Likewise.
19838         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19839         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19840         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19841         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19842         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19843         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19844         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19845         Likewise.
19846         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19847         (_nss_nisplus_getntohost_r): Likewise.
19848         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19849         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19850         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19851         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19852         Likewise.
19853         * nis/nss_nisplus/nisplus-initgroups.c
19854         (_nss_nisplus_initgroups_dyn): Likewise.
19855         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19856         (_nss_nisplus_getnetbyaddr_r): Likewise.
19857         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19858         (_nss_nisplus_getprotobynumber_r): Likewise.
19859         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19860         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19861         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19862         Likewise.
19863         * nis/nss_nisplus/nisplus-service.c
19864         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19865         (_nss_nisplus_getservbyport_r): Likewise.
19866         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19867         (_nss_nisplus_getspnam_r): Likewise.
19868         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19869         Likewise.
19870         * nscd/aicache.c (addhstaiX): Likewise.
19871         * nscd/cache.c (cache_search, prune_cache): Likewise.
19872         * nscd/connections.c (register_traced_file, send_ro_fd)
19873         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19874         (main_loop_epoll): Likewise.
19875         * nscd/grpcache.c (addgrbyX): Likewise.
19876         * nscd/hstcache.c (addhstbyX): Likewise.
19877         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19878         * nscd/mem.c (gc, mempool_alloc): Likewise.
19879         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19880         (addinnetgrX): Likewise.
19881         * nscd/nscd-client.h (__nscd_acquire_maplock)
19882         (__nscd_drop_map_ref): Likewise.
19883         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19884         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19885         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19886         Likewise.
19887         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19888         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19889         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19890         (__nscd_get_map_ref): Likewise.
19891         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19892         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19893         Likewise.
19894         * nscd/pwdcache.c (addpwbyX): Likewise.
19895         * nscd/selinux.c (preserve_capabilities): Likewise.
19896         * nscd/servicescache.c (addservbyX): Likewise.
19897         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19898         * posix/fnmatch.c (fnmatch): Likewise.
19899         * posix/getopt.c (_getopt_internal_r): Likewise.
19900         * posix/glob.c (glob, glob_in_dir): Likewise.
19901         * posix/wordexp.c (exec_comm_child): Likewise.
19902         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19903         (getanswer_r, gaih_getanswer_slice): Likewise.
19904         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19905         * resolv/res_init.c: Likewise.
19906         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19907         * resolv/res_query.c (__libc_res_nquery): Likewise.
19908         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19909         Likewise.
19910         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19911         * stdio-common/perror.c (perror): Likewise.
19912         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19913         * stdio-common/tmpnam.c (tmpnam): Likewise.
19914         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19915         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19916         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19917         Likewise.
19918         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19919         * stdlib/putenv.c (putenv): Likewise.
19920         * stdlib/setenv.c (__add_to_environ): Likewise.
19921         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19922         * stdlib/strtol_l.c (INTERNAL): Likewise.
19923         * string/memmem.c (memmem): Likewise.
19924         * string/strerror.c (strerror): Likewise.
19925         * string/strnlen.c (__strnlen): Likewise.
19926         * string/test-memmem.c (simple_memmem): Likewise.
19927         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19928         * sunrpc/pm_getport.c (__get_socket): Likewise.
19929         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19930         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19931         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19932         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19933         Likewise.
19934         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19935         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19936         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19937         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19938         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19939         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19940         Likewise.
19941         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19942         Likewise.
19943         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19944         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19945         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19946         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19947         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19948         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19949         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19950         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19951         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19952         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19953         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19954         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19955         Likewise.
19956         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19957         Likewise.
19958         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19959         Likewise.
19960         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19961         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19962         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19963         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19964         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19965         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19966         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19967         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19968         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19969         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19970         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19971         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19972         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19973         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19974         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19975         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19976         Likewise.
19977         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19978         Likewise.
19979         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19980         Likewise.
19981         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19982         Likewise.
19983         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19984         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19985         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19986         Likewise.
19987         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19988         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19989         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19990         * sysdeps/posix/sleep.c: Likewise.
19991         * sysdeps/posix/tempname.c: Likewise.
19992         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19993         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19994         Likewise.
19995         * sysdeps/powerpc/powerpc32/dl-machine.h
19996         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19997         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19998         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19999         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20000         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20001         Likewise.
20002         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20003         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20004         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20005         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20006         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20007         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20008         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20009         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20010         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20011         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20012         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20013         (elf_machine_lazy_rel): Likewise.
20014         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20015         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20016         (elf_machine_lazy_rel): Likewise.
20017         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20018         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20019         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20020         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20021         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20022         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20023         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20024         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20025         Likewise.
20026         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20027         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20028         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20029         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20030         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20031         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20032         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20033         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20034         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20035         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20036         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20037         Likewise.
20038         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20039         (__posix_fallocate64_l64): Likewise.
20040         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20041         (posix_fallocate): Likewise.
20042         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20043         Likewise.
20044         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20045         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20046         (getifaddrs_internal): Likewise.
20047         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20048         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20049         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20050         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20051         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20052         (__posix_fallocate64_l64): Likewise.
20053         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20054         Likewise.
20055         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20056         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20057         (__get_clockfreq): Likewise.
20058         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20059         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20060         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20061         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20062         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20063         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20064         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20065         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20066         Likewise.
20067         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20068         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20069         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20070         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20071         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20072         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20073         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20074         Likewise.
20075         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20076         (posix_fallocate): Likewise.
20077         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20078         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20079         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20080         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20081         (elf_machine_rela, elf_machine_rela_relative)
20082         (elf_machine_lazy_rel): Likewise.
20083         * time/asctime.c (asctime_internal): Likewise.
20084         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20085         * time/tzset.c (__tzset_parse_tz): Likewise.
20086         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20087         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20088         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20089         * wcsmbs/wcsmbsload.h: Likewise.
20091         [BZ #15894]
20092         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20094         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20095         (arena_get2): Remove THREAD_STATS conditionals.
20096         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20097         (__malloc_stats, int): Likewise.
20099 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20101         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20102         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20104         * manual/setjmp.texi: Fix typos/grammar errors.
20106         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20107         Only return early when n is <= 0.  Delete unused return statement.
20109         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20110         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20111         * debug/tst-longjmp_chk3.c: New file.
20113         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20114         (test_main): Replace code with set_fortify_handler call.
20115         * debug/test-strcpy_chk.c: Likewise.
20116         * debug/tst-chk1.c: Likewise.
20117         * debug/tst-longjmp_chk.c: Likewise.
20118         * test-skeleton.c: Include fcntl.h & paths.h
20119         (set_fortify_handler): Define.
20121         * debug/tst-longjmp_chk.c: Add header comment and include
20122         ../test-skeleton.c.
20123         (do_test): Mark static.
20124         (TEST_FUNCTION): Define.
20126         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20127         (IP_PMTUDISC_INTERFACE): Likewise.
20128         (IP_MULTICAST_IF): Likewise.
20129         (IP_MULTICAST_TTL): Likewise.
20130         (IP_MULTICAST_LOOP): Likewise.
20131         (IP_ADD_MEMBERSHIP): Likewise.
20132         (IP_DROP_MEMBERSHIP): Likewise.
20133         (IP_UNBLOCK_SOURCE): Likewise.
20134         (IP_BLOCK_SOURCE): Likewise.
20135         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20136         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20137         (IP_MSFILTER): Likewise.
20138         (MCAST_JOIN_GROUP): Likewise.
20139         (MCAST_BLOCK_SOURCE): Likewise.
20140         (MCAST_UNBLOCK_SOURCE): Likewise.
20141         (MCAST_LEAVE_GROUP): Likewise.
20142         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20143         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20144         (MCAST_MSFILTER): Likewise.
20145         (IP_MULTICAST_ALL): Likewise.
20146         (IP_UNICAST_IF): Likewise.
20148         * timezone/Makefile: Delete $(have-ksh) check.
20149         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20150         * timezone/tzselect.ksh: Add +x mode bits.
20152         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20153         (ANON_INODE_FS_MAGIC): Likewise.
20154         (BDEVFS_MAGIC): Likewise.
20155         (BINFMTFS_MAGIC): Likewise.
20156         (BTRFS_TEST_MAGIC): Likewise.
20157         (CRAMFS_MAGIC_WEND): Likewise.
20158         (DEBUGFS_MAGIC): Likewise.
20159         (ECRYPTFS_SUPER_MAGIC): Likewise.
20160         (EXT3_SUPER_MAGIC): Likewise.
20161         (EXT4_SUPER_MAGIC): Likewise.
20162         (FUTEXFS_SUPER_MAGIC): Likewise.
20163         (HOSTFS_SUPER_MAGIC): Likewise.
20164         (HUGETLBFS_MAGIC): Likewise.
20165         (MINIX3_SUPER_MAGIC): Likewise.
20166         (MTD_INODE_FS_MAGIC): Likewise.
20167         (NILFS_SUPER_MAGIC): Likewise.
20168         (OPENPROM_SUPER_MAGIC): Likewise.
20169         (PIPEFS_MAGIC): Likewise.
20170         (PSTOREFS_MAGIC): Likewise.
20171         (QNX6_SUPER_MAGIC): Likewise.
20172         (RAMFS_MAGIC): Likewise.
20173         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20174         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20175         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20176         (SECURITYFS_MAGIC): Likewise.
20177         (SELINUX_MAGIC): Likewise.
20178         (SMACK_MAGIC): Likewise.
20179         (SOCKFS_MAGIC): Likewise.
20180         (SQUASHFS_MAGIC): Likewise.
20181         (STACK_END_MAGIC): Likewise.
20182         (TMPFS_MAGIC): Likewise.
20183         (USBDEVICE_SUPER_MAGIC): Likewise.
20184         (V9FS_MAGIC): Likewise.
20185         (XENFS_SUPER_MAGIC): Likewise.
20186         (CRAMFS_MAGIC): Fix typo in comment.
20187         (EXT2_SUPER_MAGIC): Update comment.
20188         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20190 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20192         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20193         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20194         * sysdeps/unix/sysv/linux/arm: Move directory from
20195         ports/sysdeps/unix/sysv/linux/arm.
20196         * README: Update listing for arm-*-linux-gnueabi.
20198         * README: Remove mention of am33.
20200 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20202         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20203         than the comma operator, to avoid "rhs of comma has no effect"
20204         compiler warnings.
20205         (__sigfillset, __sigandset, __sigorset): Likewise.
20206         * include/signal.h (__sigemptyset): Likewise.
20207         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20209 2014-02-07  Allan McRae  <allan@archlinux.org>
20211         * version.h (RELEASE): Set to "development".
20212         (VERSION): Set to "2.19.90"
20213         * NEWS: Add 2.20 section.
20215 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20217         [BZ #16529]
20218         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20220 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20222         * manual/contrib.texi: Update entry for Carlos O'Donell,
20223         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20225 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20227         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20229         * sysdeps/unix/sysv/linux/kernel-features.h
20230         [__LINUX_KERNEL_VERSION >= 0x020621]
20231         (__ASSUME_PROC_PID_TASK_COMM): Define.
20233 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20235         [BZ #16398]
20236         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20237         conversion when destination buffer does not have enough space.
20238         * libio/tst-ftell-partial-wide.c: New test case.
20239         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20241         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20242         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20243         Leonard and Allan McRae.
20245 2014-02-04  David S. Miller  <davem@davemloft.net>
20247         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20248         32-bit.
20250 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20253         New file
20254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20255         New file
20256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20257         New file.
20258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20259         New file.
20260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20261         New file.
20262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20263         New file.
20264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20265         New file.
20266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20267         New file.
20268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20269         New file.
20270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20271         New file.
20272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20273         New file.
20274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20275         New file.
20276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20277         New file.
20279 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20281         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20282         * shlib-versions: Likewise.
20284 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20285             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20287         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20288         (abilist-pattern): New variable, set to %-le.abilist.
20290         * Makerules (abilist-pattern): New variable.
20291         (vpath): Use $(abilist-pattern) in place of %.abilist.
20292         (check-abi-% pattern rule): Likewise.
20293         (check-abi, update-abi): Likewise.
20295 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20297         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20299 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20301         * manual/startup.texi: Add next, previous, and top entries for
20302         the `Program Arguments' and `Environment Variables' nodes.
20304 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20306         * manual/macros.texi: Add comments before MTASC-safety macros.
20308         * manual/users.texi: Document MTASC-safety properties.
20310         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20311         (pthread_getspecific, pthread_setspecific): Format with
20312         @deftypefun, and add @safety note.
20313         * manual/signal.texi: Move comments that analyze the above
20314         functions to their home place.
20316 2014-02-03  Allan McRae  <allan@archlinux.org>
20318         * po/sl.po: Update Slovenian translation from translation project.
20320 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20322         * manual/time.texi (timegm): Add missing blank after @c.
20323         Reported by Joseph Myers <joseph@codesourcery.com>.
20325 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20327         * manual/check-safety.sh: New.
20328         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20330         * manual/terminal.texi: Document MTASC-safety properties.
20332         * manual/filesys.texi: Document MTASC-safety properties.
20334         * manual/errno.texi: Document MTASC-safety properties.
20336         * manual/intro.texi: Document safety identifiers and
20337         conditionals.
20339         * manual/string.texi (wcstok): Fix prototype.
20340         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20342         * manual/time.texi: Document MTASC-safety properties.
20344         * manual/string.texi: Document MTASC-safety properties.
20346         * manual/threads.texi: Document MTASC-safety properties.
20348         * manual/stdio.texi: Document MTASC-safety properties.
20350         * manual/syslog.texi: Document MTASC-safety properties.
20352         * manual/sysinfo.texi: Document MTASC-safety properties.
20354         * manual/startup.texi: Document MTASC-safety properties.
20356         * manual/socket.texi: Document MTASC-safety properties.
20358         * manual/signal.texi: Document MTASC-safety properties.
20360 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20362         * manual/setjmp.texi: Document MTASC-safety properties.
20364         * manual/search.texi: Document MTASC-safety properties.
20366         * manual/resource.texi: Document MTASC-safety properties.
20368         * manual/process.texi: Document MTASC-safety properties.
20370         * manual/platform.texi: Document MTASC-safety properties.
20372         * manual/pipe.texi: Document MTASC-safety properties.
20374         * manual/pattern.texi: Document MTASC-safety properties.
20376         * manual/message.texi: Document MTASC-safety properties.
20378         [BZ #12751]
20379         * manual/memory.texi: Document MTASC-safety properties.
20381         * manual/math.texi: Document MTASC-safety properties.
20383         * manual/locale.texi: Document MTASC-safety properties.
20385         * manual/llio.texi: Document MTASC-safety properties.
20387         * manual/libdl.texi: New.
20389         * manual/lang.texi: Document MTASC-safety properties.
20391         * manual/job.texi: Document MTASC-safety properties.
20393         * manual/getopt.texi: Document MTASC-safety properties.
20395         * manual/ctype.texi: Document MTASC-safety properties.
20397 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20399         [BZ #16046]
20400         * csu/libc-tls.c (static_map): Remove variable.
20401         (__libc_setup_tls): Use main executable's link map for TLS data.
20402         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20403         casing for LM_ID_BASE and GL(dl_nns).
20404         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20405         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20406         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20407         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20408         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20409         member.
20410         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20411         l_phnum members.
20413 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20415         * manual/debug.texi: Document MTASC-safety properties.
20417 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20419         [BZ #16510]
20420         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20421         of __x86_64__ when disabling x87 inline functions.
20423 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20425         * manual/charset.texi: Document MTASC-safety properties.
20427         * manual/crypt.texi: Document MTASC-safety properties.
20429         * manual/conf.texi: Document MTASC-safety properties.
20431         * manual/arith.texi: Document MTASC-safety properties.
20433         * manual/argp.texi: Document MTASC-safety properties.
20435         * manual/macros.texi: Introduce macros to document multi
20436         thread, asynchronous signal and asynchronous cancellation
20437         safety properties.
20438         * manual/intro.texi: Introduce the properties themselves.
20440 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20442         * sysdeps/sh/sh4/Makefile: New file.
20444 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20446         * math/gen-libm-test.pl ($srcdir): New variable.
20447         ($auto_input): Use it.
20449 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20451         [BZ #16506]
20452         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20453         access beyond array bounds when parsing netgroups file.
20455         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20456         the old buffer before realloc.
20458 2014-01-27  Allan McRae  <allan@archlinux.org>
20460         * po/fr.po: Update French translation from translation project.
20462 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20464         * sysdeps/sh/libm-test-ulps: Regenerate.
20466 2014-01-24  David S. Miller  <davem@davemloft.net>
20468         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20470 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20472         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20473         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20475 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20477         [BZ #16474]
20478         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20479         string pointers after reallocation.
20481 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20483         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20484         __SH4A__ instead of __SH_FPU_ANY__.
20486 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20488         * sysdeps/sh/fpu_control.h: New file.
20489         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20490         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20491         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20492         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20493         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20494         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20495         * sysdeps/sh/sys/ucontext.h: Remove.
20496         * sysdeps/sh/sys: Remove directory.
20498 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20500         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20501         s390/sys/ucontext.h.
20502         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20503         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20505 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20507         [BZ #15605]
20508         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20510 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20512         [BZ#16431]
20513         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20514         Adjust the vDSO correctly for internal calls.
20515         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20517 2014-01-20  Allan McRae  <allan@archlinux.org>
20519         * po/ca.po: Update Catalan translation from translation project.
20521 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20523         * sysdeps/s390/sotruss-lib.c: New file.
20525 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20527         [BZ#16430]
20528         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20529         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20530         local calls issues by not having a PLT stub required for IFUNC calls.
20531         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20533 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20535         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20536         * math/test-fpucw-static.c: Likewise.
20538 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20540         [BZ #16453]
20541         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20543 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20545         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20546         implementation for powerpc.
20548 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20550         [BZ #14782]
20551         * sysdeps/posix/system.c (__libc_system): Do not enable
20552         asynchronous cancellation.
20554 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20556         [BZ #16427]
20557         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20558         handling only for numbers special also in the IEEE case.
20560 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20562         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20564 2014-01-11  Allan McRae  <allan@archlinux.org>
20566         * po/bg.po: Update Bulgarian translation from translation project.
20568         * po/de.po: Update German translation from translation project.
20570 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20572         * sysdeps/generic/gcc-compat.h: New file.
20574 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20576         * benchtests/asin-inputs: Correct slow inputs.
20577         * benchtests/acos-inputs: Likewise.
20579 2014-01-10  Allan McRae  <allan@archlinux.org>
20581         * po:sv.po: Update Swedish translation from translation project.
20583         * po/vi.po: Update Vietnamese translation from translation project.
20585         * po/eo.po: Update Esperanto translation from translation project.
20587         * po/cs.po: Update Czech translation from translation project.
20589         * po/nl.po: Update Dutch translation from translation project.
20591         * po/pl.po: Update Polish translation from translation project.
20593         * po/ru.po: Update Russian translation from translation project.
20595         * po/uk.po: Update Ukrainian translation from translation project.
20597 2014-01-08  Brooks Moses  <bmoses@google.com>
20599         * elf/dl-load.c: Fix comment typo.
20601 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20603         * po/header.pot: Rename to...
20604         * po/pot.header: ... this.
20605         * po/Makefile: Use pot.header.
20607 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20608             Maxim Kuvyrkov  <maxim@kugelworks.com>
20610         [BZ #16394]
20611         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20612         SRC and DEST against LEN.
20614 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20616         [BZ #16414]
20617         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20618         implementation.
20619         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20621 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20625 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20627         [BZ #16408]
20628         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20629         for large positive arguments.
20631 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20633         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20635         * math/auto-libm-test-in: Mark various tests with
20636         xfail-rounding:ldbl-128ibm.
20637         * math/auto-libm-test-out: Regenerated.
20639         [BZ #16407]
20640         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20641         Increase overflow threshold.
20643 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20645         [BZ #14286]
20646         * stdio-common/vfprintf.c: Check for integer overflow.
20648 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20650         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20651         the first argument and return value of __tls_get_addr_internal.
20653 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20655         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20656         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20658 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20660         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20661         * sysdeps/s390/rtld-global-offsets.sym: New file.
20662         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20663         GLIBC_2.19 symbol.
20664         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20665         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20666         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20667         ... this.
20668         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20669         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20670         ... this.
20671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20672         Regenerate.
20673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20674         Regenerate.
20675         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20676         halfs of GPRs for high_gprs contexts.
20677         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20678         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20679         field.
20680         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20681         uc_flags field.
20682         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20683         64 bit versions:
20684         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20685         for high GPRs (uc_high_gprs) and for future extensions
20686         (__reserved).
20687         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20688         for future extensions (__reserved).
20689         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20690         64 bit versions:
20691         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20692         SC_HIGHGPRS offset definition.
20693         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20694         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20696         * Versions.def: Add GLIBC_2.19 for libpthread.
20697         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20698         siglongjmp for libpthread with GLIBC_2.19 symver.
20699         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20700         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20701         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20702         * sysdeps/s390/__longjmp.c: New file.
20703         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20704         * sysdeps/s390/longjmp.c: New file.
20705         * sysdeps/s390/setjmp.S: New file.
20706         * sysdeps/s390/sigjmp.S: New file.
20707         * sysdeps/s390/v1-longjmp.c: New file.
20708         * sysdeps/s390/v1-setjmp.h: New file.
20709         * sysdeps/s390/v1-sigjmp.c: New file.
20710         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20711         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20712         GLIBC_2.19 version.
20713         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20714         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20715         versioned symbols for ____longjmp_chk.
20716         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20717         Likewise.
20718         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20719         Regenerate.
20720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20721         Regenerate.
20722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20723         Regenerate.
20724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20725         Regenerate.
20726         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20727         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20728         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20729         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20730         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20731         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20732         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20733         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20734         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20735         * sysdeps/s390/rtld-__longjmp.c: New file.
20736         * sysdeps/s390/rtld-setjmp.S: New file.
20738 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20740         [BZ #16400]
20741         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20742         Return -__logl (x) for small positive arguments without evaluating
20743         a polynomial.
20745 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20747         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20748         Rename to ...
20749         (__ptrace_peeksiginfo_args): ... this.
20750         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20751         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20752         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20754 2014-01-06  Allan McRae  <allan@archlinux.org>
20756         * inet/netinet/in.h: Fix typo in comment.
20758 2014-01-05  Andreas Jaeger  <aj@suse.de>
20760         * sysdeps/i386/fpu/libm-test-ulps: Update.
20762 2014-01-05  Allan McRae  <allan@archlinux.org>
20764         * po/libc.pot: Regenerated.
20766         * malloc/memusagestat.c: Fix gettext call formatting.
20768 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20770         * nscd/nscd.c: Improve usage() output.
20772 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20774         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20775         * sysdeps/unix/sysv/linux/configure: Regenerated.
20776         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20777         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20779 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20781         [BZ #16390]
20782         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20783         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20785 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20787         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20788         extra tokens at end of #undef directive.
20789         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20790         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20791         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20793 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20795         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20797         * math/auto-libm-test-in: Mark various tests with
20798         xfail-rounding:ldbl-128ibm.
20799         * math/auto-libm-test-out: Regenerated.
20801 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20803         [BZ #16386]
20804         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20805         numbers with subnormal high part when calculating exponent.
20807         [BZ #16385]
20808         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20809         fabs.
20811         [BZ #16384]
20812         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20813         M_LN2l.
20814         (__ieee754_acoshl): Use __log1pl not __log1p.
20816 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20818         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20819         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20820         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20821         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20822         (reused_arena, arena_get2): Convert to GNU style.
20823         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20824         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20825         (memalign_check, __malloc_set_state): Likewise.
20826         * malloc/mallocbug.c (main): Likewise.
20827         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20828         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20829         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20830         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20831         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20832         (__posix_memalign, malloc_info): Likewise.
20833         * malloc/malloc.h: Likewise.
20834         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20835         (mallochook, memalignhook, reallochook, mabort): Likewise.
20836         * malloc/mcheck.h: Likewise.
20837         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20838         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20839         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20840         * malloc/morecore.c (__default_morecore): Likewise.
20841         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20842         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20843         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20844         (print_and_abort): Likewise.
20845         * malloc/obstack.h: Likewise.
20846         * malloc/set-freeres.c (__libc_freeres): Likewise.
20847         * malloc/tst-mallocstate.c (main): Likewise.
20848         * malloc/tst-mtrace.c (main): Likewise.
20849         * malloc/tst-realloc.c (do_test): Likewise.
20851 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20853         [BZ #16366]
20854         * nscd/netgroupcache.c (do_notfound): New function.
20855         (addgetnetgrentX): Use it.
20857         [BZ # 16365]
20858         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20859         NSS_STATUS_NOTFOUND.
20861 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20863         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20866 2014-01-01  Allan McRae  <allan@archlinux.org>
20868         * scripts/update-copyrights: Update configure input file suffix.
20870         * NEWS: Update copyright year.
20871         * catgets/gencat.c: Likewise.
20872         * csu/version.c: Likewise.
20873         * debug/catchsegv.sh: Likewise.
20874         * debug/pcprofiledump.c: Likewise.
20875         * debug/xtrace.sh: Likewise.
20876         * elf/ldconfig.c: Likewise.
20877         * elf/ldd.bash.in: Likewise.
20878         * elf/pldd.c: Likewise.
20879         * elf/sotruss.ksh: Likewise.
20880         * elf/sprof.c: Likewise.
20881         * iconv/iconv_prog.c: Likewise.
20882         * iconv/iconvconfig.c: Likewise.
20883         * locale/programs/locale.c: Likewise.
20884         * locale/programs/localedef.c: Likewise.
20885         * login/programs/pt_chown.c: Likewise.
20886         * malloc/memusage.sh: Likewise.
20887         * malloc/memusagestat.c: Likewise.
20888         * malloc/mtrace.pl: Likewise.
20889         * manual/libc.texinfo: Likewise.
20890         * nscd/nscd.c: Likewise.
20891         * nss/getent.c: Likewise.
20892         * nss/makedb.c: Likewise.
20893         * posix/getconf.c: Likewise.
20894         * scripts/test-installation.pl: Likewise.
20896         * All files with FSF copyright notices: Update copyright dates
20897         using scripts/update-copyrights.
20898         * intl/plural.c: Regenerated.
20899         * locale/programs/charmap-kw.h: Likewise.
20900         * locale/programs/locfile-kw.h: Likewise.
20902 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20904         * sysdeps/unix/sysv/linux/configure: Regenerated.
20905         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20906         the linux/fanotify.h header.
20907         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20908         HAVE_LINUX_FANOTIFY_H is defined.
20910 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20912         * benchtests/cos-inputs: New inputs.
20913         * benchtests/sin-inputs: Likewise.
20915         * benchtests/atan-inputs: New inputs. Fix name of multiple
20916         precision fallback inputs.
20918         * benchtests/atanh-inputs: New inputs.
20919         * benchtests/tanh-inputs: Likewise.
20921         * benchtests/acosh-inputs: New inputs.
20922         * benchtests/asinh-inputs: Likewise.
20924         * benchtests/cosh-inputs: New inputs.
20925         * benchtests/sinh-inputs: Likewise.
20927         * benchtests/acos-inputs: Add more inputs.
20928         * benchtests/asin-inputs: Likewise.
20930 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20932         [BZ #16375]
20933         * manual/arith.texi: Fix spelling.
20934         * manual/charset.texi: Likewise.
20935         * manual/errno.texi: Likewise.
20936         * manual/filesys.texi: Likewise.
20937         * manual/lang.texi: Likewise.
20938         * manual/llio.texi: Likewise.
20939         * manual/locale.texi: Likewise.
20940         * manual/message.texi: Likewise.
20941         * manual/resource.texi: Likewise.
20942         * manual/search.texi: Likewise.
20943         * manual/setjmp.texi: Likewise.
20944         * manual/stdio.texi: Likewise.
20945         * manual/string.texi: Likewise.
20946         * manual/sysinfo.texi: Likewise.
20947         * manual/time.texi: Likewise.
20949 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20951         * po/sl.po: New file.
20953 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20955         * .gitignore: Add core/.gdbinit/.gdb_history.
20957 2013-12-27  Allan McRae  <allan@archlinux.org>
20959         [BZ #16369]
20960         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20961         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20963 2013-12-24  Brooks Moses  <bmoses@google.com>
20965         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20966         all compilers that claim C++98 compliance, not just GCC.
20967         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20968         Likewise.
20970 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20972         * NEWS: Restore accidentally deleted bug-fix entries.
20974 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20975             Ondřej Bílka  <neleai@seznam.cz>
20977         [BZ #15073]
20978         * malloc/malloc.c (_int_free): Perform sanity check only if we
20979         have_lock.
20981 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20983         [BZ #12986]
20984         * manual/stdio.texi (String Input Conversions): Clarify that character
20985         classes are not supported.
20987 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20991 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20993         [BZ #16337]
20994         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20995         Calculate results for small negative arguments directly rather
20996         than using reflection formula with special underflow handling.
20998         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20999         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21000         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21001         (fchflags): Likewise.
21002         (revoke): Likewise.
21003         (setlogin): Likewise.
21004         (sigaltstack): Likewise.
21005         (wait4): Likewise.
21006         (sigblock): Remove.
21007         (sigsetmask): Likewise.
21008         (wait3): Likewise.
21009         (waitpid): Likewise.
21010         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21011         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21012         file.
21013         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21014         * sysdeps/unix/bsd/Makefile: ... here.
21015         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21016         * sysdeps/unix/bsd/Versions: ... here.
21017         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21018         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21019         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21020         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21021         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21022         * sysdeps/unix/bsd/sigblock.c: ... here.
21023         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21024         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21025         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21026         * sysdeps/unix/bsd/sigvec.c: ... here.
21027         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21028         * sysdeps/unix/bsd/tcdrain.c: ... here.
21029         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21030         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21031         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21032         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21033         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21034         * sysdeps/unix/bsd/wait.c: ... here.
21035         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21036         * sysdeps/unix/bsd/wait3.c: ... here.
21037         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21038         * sysdeps/unix/bsd/waitpid.c: ... here.
21040 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21042         [BZ #16356]
21043         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21044         round-to-nearest for [!USE_AS_EXPM1L].
21045         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21046         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21047         more tests of exp and exp10.  Expect some exp10 tests to miss
21048         exceptions or fail in directed rounding modes.
21049         * math/auto-libm-test-out: Regenerated.
21050         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21051         (exp10_test_tonearest): New function.
21052         (exp10_towardzero_test_data): New array.
21053         (exp10_test_towardzero): New function.
21054         (exp10_downward_test_data): New array.
21055         (exp10_test_downward): New function.
21056         (exp10_upward_test_data): New array.
21057         (exp10_test_upward): New function.
21058         (main): Call the new functions.
21059         * sysdeps/i386/fpu/libm-test-ulps: Update.
21060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21062 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21064         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21065         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21066         * math/auto-libm-test-out: Regenerated.
21067         * math/libm-test.inc (acosh_test_data): Add more tests.
21068         (atanh_test_data): Likewise.
21069         (ceil_test_data): Likewise.
21070         (copysign_test_data): Likewise.
21071         * sysdeps/i386/fpu/libm-test-ulps: Update.
21072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21074         * timezone/checktab.awk: Update from tzcode 2013i.
21075         * timezone/private.h: Likewise.
21076         * timezone/scheck.c: Likewise.
21077         * timezone/tzfile.h: Likewise.
21078         * timezone/tzselect.ksh: Likewise.
21079         * timezone/zdump.c: Likewise.
21080         * timezone/zic.c: Likewise.
21082         * math/auto-libm-test-in: Add tests of cpow.
21083         * math/auto-libm-test-out: Regenerated.
21084         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21085         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21086         mpc_cc_c.
21087         (func_calc_desc): Add mpc_cc_c union field.
21088         (test_functions): Add cpow.
21089         (special_fill_2pi): New function.
21090         (special_real_inputs): Add 2pi.
21091         (calc_generic_results): Handle mpc_cc_c.
21092         * sysdeps/i386/fpu/libm-test-ulps: Update.
21093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21095         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21096         csqrt, ctan and ctanh.
21097         * math/auto-libm-test-out: Regenerated.
21098         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21099         (TEST_COND_x86): Likewise.
21100         (ccos_test_data): Use AUTO_TESTS_c_c.
21101         (ccosh_test_data): Likewise.
21102         (cexp_test_data): Likewise.
21103         (clog_test_data): Likewise.
21104         (csqrt_test_data): Likewise.
21105         (ctan_test_data): Likewise.
21106         (ctan_tonearest_test_data): Likewise.
21107         (ctan_towardzero_test_data): Likewise.
21108         (ctan_downward_test_data): Likewise.
21109         (ctan_upward_test_data): Likewise.
21110         (ctanh_test_data): Likewise.
21111         (ctanh_tonearest_test_data): Likewise.
21112         (ctanh_towardzero_test_data): Likewise.
21113         (ctanh_downward_test_data): Likewise.
21114         (ctanh_upward_test_data): Likewise.
21115         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21116         mpc_c_c.
21117         (func_calc_desc): Add mpc_c_c union field.
21118         (FUNC_mpc_c_c): New macro.
21119         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21120         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21121         ctanh.
21122         (special_fill_min_subnorm_p120): New function.
21123         (special_real_inputs): Add min_subnorm_p120.
21124         (calc_generic_results): Handle mpc_c_c.
21125         * sysdeps/i386/fpu/libm-test-ulps: Update.
21126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21128 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21130         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21131         (do_sin_slow): New functions.
21132         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21133         (cslow2, csloww1, csloww2): Use the new functions.
21135         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21136         Use M to change sign of result instead of X.  Assume X is
21137         positive.
21138         (csloww1): Likewise.
21139         (__sin): Adjust.
21140         (__cos): Adjust.
21142         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21143         arguments A and DA.
21144         (__sin): Adjust.
21145         (__cos): Likewise.
21147         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21148         (__cos): Likewise.
21149         (sloww1): Don't adjust sign of DX.
21150         (csloww1): Likewise.
21151         (sloww2): Use X directly and don't adjust sign of DX.
21152         (csloww2): Likewise.
21154 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21156         * math/auto-libm-test-in: Add tests of cabs and carg.
21157         * math/auto-libm-test-out: Regenerated.
21158         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21159         (carg_test_data): Likewise.
21160         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21161         mpc_c_f.
21162         (func_calc_desc): Add mpc_c_f union field.
21163         (test_functions): Add cabs and carg.
21164         (calc_generic_results): Handle mpc_c_f.
21166         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21167         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21168         as a macro and a compat symbol.
21169         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21170         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21171         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21172         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21173         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21174         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21175         not use .hidden.
21176         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21177         Likewise.
21178         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21179         Likewise.
21180         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21181         Likewise.
21182         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21183         Likewise.
21184         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21185         Likewise.
21186         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21187         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21188         from GLIBC_2.3.2.
21190 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21194 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21196         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21197         trailing whitespace removed.
21198         * scripts/config.guess: Update to version 2013-11-29.
21199         * scripts/config.sub: Update to version 2013-10-01.
21201         * math/auto-libm-test-in: Add tests of sincos.
21202         * math/auto-libm-test-out: Regenerated.
21203         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21204         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21205         mpfr_f_11.
21206         (func_calc_desc): Add mpfr_f_11 union field.
21207         (test_functions): Add sincos.
21208         (calc_generic_results): Handle mpfr_f_11.
21209         * sysdeps/i386/fpu/libm-test-ulps: Update.
21210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21212 2013-12-19  Andreas Schwab  <schwab@suse.de>
21214         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21215         CALL_MCOUNT.
21216         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21217         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21218         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21220 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21222         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21223         * sysdeps/i386/fpu/libm-test-ulps: Update.
21224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21226         [BZ #16293]
21227         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21228         round-to-nearest mode when using frndint.
21229         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21230         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21231         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21232         Likewise.
21233         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21234         sinh test to fail.
21235         * math/auto-libm-test-out: Regenerated.
21236         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21237         (TEST_COND_x86): Likewise.
21238         (expm1_tonearest_test_data): New array.
21239         (expm1_test_tonearest): New function.
21240         (expm1_towardzero_test_data): New array.
21241         (expm1_test_towardzero): New function.
21242         (expm1_downward_test_data): New array.
21243         (expm1_test_downward): New function.
21244         (expm1_upward_test_data): New array.
21245         (expm1_test_upward): New function.
21246         (main): Run the new test functions.
21247         * sysdeps/i386/fpu/libm-test-ulps: Update.
21248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21250         * include/features.h: Update comment documenting feature test
21251         macros.  Mention _DEFAULT_SOURCE in comment.
21252         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21253         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21254         _BSD_SOURCE and _SVID_SOURCE.
21255         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21256         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21257         !_SVID_SOURCE]: Likewise.
21258         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21259         (__USE_POSIX_IMPLICITLY): Define.
21260         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21261         (_POSIX_SOURCE): Undefine and redefine.
21262         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21263         (_POSIX_C_SOURCE): Likewise.
21264         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21265         (Feature Test Macros): Update documentation of default features.
21267 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21269         * benchtests/Makefile: Add bench-strtok.
21270         * benchtests/bench-strtok.c: New file: strtok benchtest.
21272 2013-12-19  Allan McRae  <allan@archlinux.org>
21274         * manual/install.texi: Suppress menu for plain text output.
21275         * INSTALL: Regenerated.
21277 2013-12-18  Brooks Moses  <bmoses@google.com>
21279         [BZ #15846]
21280         * misc/getauxval.c: Include errno.h.
21281         (__getauxval): Set errno to ENOENT if the requested type is not
21282         found.
21283         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21284         don't declare with __attribute_const__.
21285         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21286         * manual/startup.texi: Document that getauxval sets errno.
21288 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21290         * math/auto-libm-test-in: Add tests of jn and yn.
21291         * math/auto-libm-test-out: Regenerated.
21292         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21293         (yn_test_data): Likewise.
21294         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21295         mpfr_if_f.
21296         (func_calc_desc): Add mpfr_if_f union field.
21297         (FUNC_mpfr_if_f): New macro.
21298         (test_functions): Add jn and yn.
21299         (calc_generic_results): Assert type of second input for
21300         mpfr_ff_f.  Handle mpfr_if_f.
21301         (output_for_one_input_case): Disable all checking for arguments
21302         fitting floating-point types in case of an integer argument.
21303         * sysdeps/i386/fpu/libm-test-ulps: Update.
21304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21307         Don't expect fegetround reference in libm.so.
21309 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21311         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21312         $(config-cflags-nofma).
21314 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21316         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21317         * math/auto-libm-test-out: Regenerated.
21319         [BZ #16338]
21320         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21321         to determine exponent and adjust argument to have exponent of -1.
21322         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21323         log2.
21324         * math/auto-libm-test-out: Regenerated.
21325         * sysdeps/i386/fpu/libm-test-ulps: Update.
21326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21328 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21330         * manual/probes.texi: Remove cases when per-thread arenas are
21331         disabled.
21333 2013-12-18  Andreas Schwab  <schwab@suse.de>
21335         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21336         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21337         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21338         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21339         * sysdeps/i386/i686/multiarch/Makefile: Update.
21340         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21342 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21344         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21345         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21347 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21349         [BZ #15968]
21350         Support TZ transition times < 00:00:00.
21351         This is needed for version-3 tz-format files; it supports time
21352         stamps past 2037 for America/Godthab (the only entry in the tz
21353         database for which this change is relevant).
21354         * manual/time.texi (TZ Variable): Document transition times
21355         from -167:59:59 through -00:00:01.
21356         * time/tzset.c (tz_rule): Time of day is now signed.
21357         (__tzset_parse_tz): Parse negative time of day.
21359         Document TZ transition times >= 25:00:00.
21360         * manual/time.texi (TZ Variable): Document transition times from
21361         25:00:00 through 167:59:59.  These are already supported, and this
21362         support will help with version-3 tz-format files.
21364         * manual/time.texi (TZ Variable): Modernize North America example
21365         to reflect current (i.e., 2007-and-later) daylight saving rules.
21367         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21369 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21371         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21372         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21373         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21374         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21375         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21376         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21377         * sysdeps/unix/bsd/clock.c: Likewise.
21378         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21379         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21380         * sysdeps/unix/bsd/init-posix.c: Likewise.
21381         * sysdeps/unix/bsd/poll.c: Likewise.
21382         * sysdeps/unix/bsd/ptsname.c: Likewise.
21383         * sysdeps/unix/bsd/seekdir.c: Likewise.
21384         * sysdeps/unix/bsd/setegid.c: Likewise.
21385         * sysdeps/unix/bsd/seteuid.c: Likewise.
21386         * sysdeps/unix/bsd/setgid.c: Likewise.
21387         * sysdeps/unix/bsd/setrgid.c: Likewise.
21388         * sysdeps/unix/bsd/setruid.c: Likewise.
21389         * sysdeps/unix/bsd/setsid.c: Likewise.
21390         * sysdeps/unix/bsd/setuid.c: Likewise.
21391         * sysdeps/unix/bsd/sigaction.c: Likewise.
21392         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21393         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21394         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21395         * sysdeps/unix/bsd/telldir.c: Likewise.
21396         * sysdeps/unix/bsd/times.c: Likewise.
21397         * sysdeps/unix/bsd/usleep.c: Likewise.
21399         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21400         ($(objpfx)libbsd-compat.a): Remove rule.
21402         * include/features.h (__FAVOR_BSD): Do not define.
21403         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21404         features conflicting with POSIX.
21405         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21406         (_BSD_SOURCE): Remove description of not being a subset of other
21407         feature test macros.
21408         * manual/job.texi (getpgrp): Do not document BSD version.
21409         (getpgid): Do not document by reference to BSD getpgrp.
21410         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21411         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21412         * signal/signal.h [__FAVOR_BSD]: Likewise.
21413         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21414         instead of making contents conditional on [__FAVOR_BSD].
21415         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21417 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21421 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21423         [BZ #16314]
21424         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21425         values below 2**-450, not 2**-500.
21426         * math/auto-libm-test-in: Don't allow spurious underflow from
21427         hypot.
21428         * math/auto-libm-test-out: Regenerated.
21430         [BZ #16316]
21431         [BZ #16330]
21432         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21433         values of ha and hb and sort them after adjusting subnormal
21434         arguments.
21435         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21436         Likewise.
21437         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21438         values of ea and eb and sort them after adjusting subnormal
21439         arguments.
21440         * math/auto-libm-test-in: Do not expect some hypot tests of
21441         subnormals to fail.  Add more hypot tests.
21442         * math/auto-libm-test-out: Regenerated.
21444 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21446         [BZ #13304]
21447         * sysdeps/sh/s_fma.c: New file.
21448         * sysdeps/sh/s_fmaf.c: New file.
21449         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21450         version.
21451         * sysdeps/sh/Implies: Add sh/soft-fp.
21453 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21455         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21456         level of indirection to members `objname', `errstring', `malloced'.
21457         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21458         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21459         it as the __longjmp argument (just pass 1 instead).
21460         (_dl_catch_error): Initialize C with argument pointers and address of
21461         volatile local ERRCODE rather than copying values out of C at return.
21463 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21465         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21466         * math/auto-libm-test-out: Regenerated.
21467         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21468         (hypot_test_data): Likewise.
21469         (pow_test_data): Likewise.
21470         (pow_tonearest_test_data): Likewise.
21471         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21472         mpfr_ff_f.
21473         (func_calc_desc): Add mpfr_ff_f union field.
21474         (FUNC_mpfr_ff_f): New macro.
21475         (test_functions): Add atan2, hypot and pow.
21476         (special_fill_min): New function.
21477         (special_fill_minus_min): Likewise.
21478         (special_fill_min_subnorm): Likewise.
21479         (special_fill_minus_min_subnorm): Likewise.
21480         (special_real_inputs): Add min, -min, min_subnorm and
21481         -min_subnorm.
21482         (calc_generic_results): Handle mpfr_ff_f.
21483         * sysdeps/i386/fpu/libm-test-ulps: Update.
21484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21486 2013-12-16  Will Newton  <will.newton@linaro.org>
21488         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21489         (Aligned Memory Blocks): Add documentation for aligned_alloc
21490         and suggest it as an alternative to posix_memalign.
21491         (Hooks for Malloc): Document __memalign_hook is also called
21492         for aligned_alloc.  (Summary of Malloc): Add summary for
21493         aligned alloc.  Document __memalign_hook is also called
21494         for aligned_alloc.
21496 2013-12-16  Will Newton  <will.newton@linaro.org>
21498         * manual/memory.texi (Malloc Examples): Clarify default
21499         alignment documentation.  Suggest posix_memalign rather
21500         than memalign or valloc.
21501         (Aligned Memory Blocks): Remove suggestion to use memalign
21502         or valloc.  Remove obsolete comment about BSD.
21503         Document memalign errno values and mark the function obsolete.
21504         Document posix_memalign returned error codes.  Mark valloc
21505         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21506         called for posix_memalign and valloc.
21507         (Summary of Malloc): Add posix_memalign to function summary.
21508         __memalign_hook is also called for posix_memalign and valloc.
21510 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21512         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21513         TAYLOR_SIN.
21514         (__sin): Adjust.
21515         (__cos): Likewise.
21516         (sloww): Use mynumber union.  Expand ternary operator into
21517         if-else statements.
21518         (cslow): use mynumber union.
21520 2013-12-16  Allan McRae  <allan@archlinux.org>
21522         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21523         * configure: Regenerated.
21525         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21527         [BZ #14120]
21528         * configure.ac: Added --enable-maintainer-mode. Check for
21529         autoconf when enabled.
21530         * configure: Regenerated.
21532         * nscd/nscd.service: New file.
21533         * nscd/nscd.tmpfiles: New file.
21535 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21537         [BZ #12100]
21538         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21539         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21540         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21541         (strstr): Add __strstr_sse2_unaligned ifunc.
21542         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21543         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21544         (strcasestr): Remove __strcasestr_sse42 ifunc.
21545         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21546         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21547         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21549 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21551         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21552         * sysdeps/sh/bits/fenv.h: ... here.
21553         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21555 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21557         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21559         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21560         hypotf multiarch implementations.
21561         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21562         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21563         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21564         multiarch hypot for PPC64.
21565         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21566         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21567         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21568         multiarch hypotf for PPC64.
21570         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21571         modff multiarch implementations.
21572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21575         multiarch modf for PPC64.
21576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21579         multiarch modff for PPC64.
21581         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21582         and logl multiarch implementations.
21583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21586         multiarch logb for PPC64.
21587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21590         multiarch logb for PPC64.
21591         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21593         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21594         multiarch logb for PPC64.
21596         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21597         isinff multiarch implementation.
21598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21599         file.
21600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21602         multiarch isinf for PPC64.
21603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21604         file.
21605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21606         multiarch isinff for PPC64.
21608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21609         finitef multiarch implementation.
21610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21611         file.
21612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21614         multiarch finite for PPC64.
21615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21616         file.
21617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21618         multiarch finitef for PPC64.
21620         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21621         lrint multiarch implementation.
21622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21623         file.
21624         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21626         multiarch llrint for PPC64.
21627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21628         multiarch lrint for PPC64.
21630         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21631         copysignf multiarch implementation.
21632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21633         file.
21634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21635         file.
21636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21637         multiarch copysign for PPC64.
21638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21639         multiarch copysignf for PPC64.
21641         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21642         multiarch implementation.
21643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21644         file.
21645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21646         file.
21647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21648         file.
21649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21650         file.
21651         multiarch llround for PPC64.
21652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21653         multiarch trunc for PPC64.
21654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21655         multiarch truncf for PPC64.
21657         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21658         multiarch implementation.
21659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21660         file.
21661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21662         file.
21663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21664         file.
21665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21666         file.
21667         multiarch llround for PPC64.
21668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21669         multiarch round for PPC64.
21670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21671         multiarch roundf for PPC64.
21673         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21674         multiarch implementation.
21675         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21676         file.
21677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21678         file.
21679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21680         file.
21681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21682         file.
21683         multiarch llround for PPC64.
21684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21685         multiarch floor for PPC64.
21686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21687         multiarch floorf for PPC64.
21689         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21690         multiarch implementation.
21691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21692         file.
21693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21694         file.
21695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21696         file.
21697         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21698         file.
21699         multiarch llround for PPC64.
21700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21701         multiarch ceil for PPC64.
21702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21703         multiarch ceilf for PPC64.
21705         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21706         multiarch implementation.
21707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21708         file.
21709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21710         file.
21711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21712         file.
21713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21714         multiarch llround for PPC64.
21715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21716         multiarch lround for PPC64.
21718         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21719         multiarch implementation.
21720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21723         file.
21724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21727         multiarch isnan for PPC64.
21728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21729         multiarch isnanf for PPC64.
21731         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21732         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21733         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21734         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21735         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21738         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21739         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21740         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21741         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21743         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21744         multiarch implementations.
21745         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21746         (__libc_ifunc_impl_list): Likewise.
21747         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21748         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21749         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21750         multiarch stpcpy for PPC64.
21752         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21753         multiarch implementations.
21754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21755         (__libc_ifunc_impl_list): Likewise.
21756         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21757         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21758         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21759         multiarch strcpy for PPC64.
21761         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21762         redefine function name.
21763         (_wordcopy_fwd_dest_aligned): Likewise.
21764         (_wordcopy_bwd_aligned): Likewise.
21765         (_wordcopy_bwd_dest_aligned): Likewise.
21766         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21767         multiarch implementations.
21768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21769         (__libc_ifunc_impl_list): Likewise.
21770         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21771         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21772         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21773         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21774         multiarch wcscpy for PPC64.
21776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21777         multiarch implementations.
21778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21779         (__libc_ifunc_impl_list): Likewise.
21780         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21781         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21782         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21783         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21784         multiarch wcscpy for PPC64.
21786         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21787         multiarch implementations.
21788         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21789         (__libc_ifunc_impl_list): Likewise.
21790         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21791         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21792         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21793         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21794         multiarch wcsrchr for PPC64.
21796         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21797         multiarch implementations.
21798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21799         (__libc_ifunc_impl_list): Likewise.
21800         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21801         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21802         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21803         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21804         multiarch wcschr for PPC64.
21806         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21807         multiarch implementations.
21808         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21809         (__libc_ifunc_impl_list): Likewise.
21810         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21811         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21812         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21813         multiarch strchrnul for PPC64.
21815         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21816         implementations.
21817         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21818         (__libc_ifunc_impl_list): Likewise.
21819         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21820         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21821         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21822         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21823         strchr for PPC64.
21825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21826         implementations.
21827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21828         (__libc_ifunc_impl_list): Likewise.
21829         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21830         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21831         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21832         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21833         strncmp for PPC64.
21835         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21836         multiarch implementations.
21837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21838         (__libc_ifunc_impl_list): Likewise.
21839         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21840         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21841         strncasecmp for PPC64.
21842         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21843         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21844         multiarch strncasecmp_l for PPC64.
21846         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21847         multiarch implementations.
21848         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21849         (__libc_ifunc_impl_list): Likewise.
21850         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21851         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21852         multiarch strcasecmp for PPC64.
21853         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21854         file.
21855         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21856         multiarch strcasecmp_l for PPC64.
21858         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21859         implementations.
21860         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21861         (__libc_ifunc_impl_list): Likewise.
21862         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21863         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21864         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21865         strnlen for PPC64.
21867         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21868         implementations.
21869         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21870         (__libc_ifunc_impl_list): Likewise.
21871         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21872         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21873         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21874         strlen for PPC64.
21876         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21877         implementations.
21878         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21879         (__libc_ifunc_impl_list): Likewise.
21880         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21881         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21882         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21883         rawmemrchr for PPC64.
21885         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21886         implementation.
21887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21888         (__libc_ifunc_impl_list): Likewise.
21889         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21890         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21891         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21892         memrchr for PPC64.
21894         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21895         implementation.
21896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21897         (__libc_ifunc_impl_list): Likewise.
21898         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21899         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21900         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21901         memchr for PPC64.
21903         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21904         implementation.
21905         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21906         (__libc_ifunc_impl_list): Likewise.
21907         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21908         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21909         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21910         mempcpy for PPC64.
21912         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21913         avoid cretion of __bzero symbol.
21914         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21915         Likewise.
21916         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21917         Likewise.
21918         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21919         Likewise.
21920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21921         multiarch implementations.
21922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21923         (__libc_ifunc_impl_list): Likewise.
21924         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21925         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21926         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21927         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21928         bzero for PPC32.
21929         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21930         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21931         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21932         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21933         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21934         memset for PPC64.
21935         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21937         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21938         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21939         implementations.
21940         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21941         (__libc_ifunc_impl_list): Likewise.
21942         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21943         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21944         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21945         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21946         memcmp for PPC64.
21948         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21949         multiarch for POWER/PPC64.
21950         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21951         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21952         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21953         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21954         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21955         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21956         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21957         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21958         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21959         memcpy for PPC64.
21961         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21962         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21963         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21964         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21965         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21966         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21967         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21968         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21969         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21970         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21971         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21972         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21973         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21974         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21975         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21984 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21986         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21988 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21990         * benchtests/Makefile (bench): Add exp2 and log2.
21991         (LDLIBS-bench-exp2): Add -lm.
21992         (LDLIBS-bench-log2): Likewise.
21993         * benchtests/exp2-inputs: New inputs file.
21994         * benchtests/log2-inputs: New inputs file.
21995         * benchtests/log-inputs: Add new inputs.
21996         * benchtests/tan-inputs: Likewise.
21998 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22000         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22001         definition...
22002         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22003         (csloww2): ... from here.
22005         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22006         instead of structures.
22007         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22008         (POLYNOMIAL): Likewise.
22009         (TAYLOR_SLOW): Likewise.
22010         (__sin): Likewise.
22011         (__cos): Likewise.
22012         (slow1): Likewise.
22013         (slow2): Likewise.
22014         (sloww): Likewise.
22015         (sloww1); Likewise.
22016         (sloww2): Likewise.
22017         (bsloww1): Likewise.
22018         (bsloww2): Likewise.
22019         (cslow2): Likewise.
22020         (csloww): Likewise.
22021         (csloww1): Likewise.
22022         (csloww2): Likewise.
22024 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22026         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22027         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22028         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22029         * malloc/hooks.c (realloc_check): Likewise.
22031         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22032         * malloc/arena.c: Remove PER_THREAD conditional.
22033         [!PER_THREAD]: Remove code.
22034         (ptmalloc_unlock_all2): Likewise.
22035         (ptmalloc_init): Likewise.
22036         (_int_new_arena): Likewise.
22037         (arena_get2): Likewise.
22038         * malloc/hooks.c (__malloc_get_state): Likewise.
22039         (__malloc_set_state): Likewise.
22040         * malloc/malloc.c: Likewise.
22041         (struct malloc_state): Likewise.
22042         (struct malloc_par): Likewise.
22043         (__libc_realloc): Likewise.
22044         (__libc_mallopt): Likewise.
22046 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22048         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22050 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22052         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22053         macro to a function.  Check for zero perturb_byte.
22054         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22056         * malloc/malloc.c: (force_reg): Remove.
22057         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22058         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22059         force_reg by atomic_forced_read.
22060         * malloc/arena.c (ptmalloc_init): Likewise.
22061         * malloc/hooks.c (top_check): Likewise.
22063 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22067 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22069         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22071 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22073         * math/auto-libm-test-in: Add tests of lgamma.
22074         * math/auto-libm-test-out: Regenerated.
22075         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22076         (M_LOG_2_SQRT_PIl): Likewise.
22077         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22078         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22079         mpfr_f_f1.
22080         (func_calc_desc): Add mpfr_f_f1 union field.
22081         (ARGS1): New macro.
22082         (ARGS2): Likewise.
22083         (ARGS3): Likewise.
22084         (ARGS4): Likewise.
22085         (RET1): Likewise.
22086         (RET2): Likewise.
22087         (CALC): Likewise.
22088         (FUNC): Likewise.
22089         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22090         (test_functions): Add lgamma.
22091         (calc_generic_results): Handle mpfr_f_f1.
22092         * sysdeps/i386/fpu/libm-test-ulps: Update.
22093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22095 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22097         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22098         __mpn_add_n for PowerPC64/POWER7.
22099         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22100         __mpn_sub_n for PowerPC64/POWER7.
22102         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22103         __mpn_addmul_1 for PowerPC64.
22104         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22105         __mpn_submul_1 for PowerPC64.
22106         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22107         for PowerPC64.
22108         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22109         for PowerPC64.
22111 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22113         [BZ #15089]
22114         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22116 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22118         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22120         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22121         add multiarch folders.
22122         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22123         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22124         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22125         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22126         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22127         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22128         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22129         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22130         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22131         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22132         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22141         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22143         New file.
22144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22145         New file.
22146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22147         multiarch __ieee754_hypot for PowerPC32.
22148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22149         New file.
22150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22151         New file.
22152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22153         multiarch __ieee754_hypotf for PowerPC32.
22155         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22156         long_double_symbol only if __logbl is defined.
22157         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22158         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22159         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22160         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22161         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22162         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22163         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22164         path for implementation.
22165         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22166         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22168         logb, and logbl multiarch implementations for PowerPC32.
22169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22170         file.
22171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22172         file.
22173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22174         multiarch logb for PowerPC32.
22175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22176         file.
22177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22178         file.
22179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22180         multiarch logbf for PowerPC32.
22181         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22183         file.
22184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22185         multiarch logbl implementation for PowerPC32.
22187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22188         and modff multiarch implementations.
22189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22190         New file.
22191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22192         New file.
22193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22194         multiarch modf for PowerPC32.
22195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22196         New file.
22197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22198         New file.
22199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22200         multiarch modff for PowerPC32.
22202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22203         and lrintf multiarch implementations.
22204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22205         New file.
22206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22207         New file.
22208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22209         multiarch lrint for PowerPC32.
22210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22211         file: multiarch lrintf for PowerPC32.
22213         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22214         and lroundf multiarch implementations.
22215         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22216         New file.
22217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22218         New file.
22219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22220         New file.
22221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22222         multiarch lround for PowerPC32.
22223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22224         file: multiarch lroundf for PowerPC32.
22226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22227         copysign and copysignf multiarch implementations.
22228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22229         New file.
22230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22231         New file.
22232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22233         file: multiarch copysign for PowerPC32.
22234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22235         file: multiarch copysignf for PowerPC32.
22237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22238         and truncf multiarch implementations.
22239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22240         New file.
22241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22242         file.
22243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22244         multiarch trunc for PowerPC32.
22245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22246         New file.
22247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22248         New file.
22249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22250         multiarch truncf for PowerPC32.
22252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22253         and roundf multiarch implementations.
22254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22255         New file.
22256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22257         file.
22258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22259         multiarch round for PowerPC32.
22260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22261         New file.
22262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22263         New file.
22264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22265         multiarch roundf for PowerPC32.
22267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22268         and floorf multiarch implementations.
22269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22270         New file.
22271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22272         file.
22273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22274         multiarch floor for PowerPC32.
22275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22276         New file.
22277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22278         New file.
22279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22280         multiarch floorf for PowerPC32.
22282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22283         and ceilf multiarch implementations.
22284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22285         New file.
22286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22287         file.
22288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22289         multiarch ceil for PowerPC32.
22290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22291         New file.
22292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22293         file.
22294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22295         multiarch ceilf for PowerPC32.
22297         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22298         is defined.
22299         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22300         FINITEF is defined.
22301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22302         and finitef multiarch implementations.
22303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22304         New file.
22305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22306         file.
22307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22308         multiarch finite for PowerPC32.
22309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22310         New file.
22311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22312         file: multiarch finitef for PowerPC32.
22314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22315         and isinff multiarch implementations.
22316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22317         file.
22318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22319         file.
22320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22321         multiarch isinf for PowerPC32.
22322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22323         New file.
22324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22325         multiarch isinff for PowerPC32.
22327         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22328         alias when __isnan is defined.
22329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22330         and isnanf multiarch implementations.
22331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22332         file.
22333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22334         file.
22335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22336         file.
22337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22338         file.
22339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22340         multiarch isnan for PowerPC32.
22341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22342         New file.
22343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22344         New file.
22345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22346         multiarch isnanf for PowerPC32.
22348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22349         and sqrtf multiarch implementations.
22350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22351         file.
22352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22353         file.
22354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22355         multiarch sqrt for PowerPC32.
22356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22357         file.
22358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22359         file.
22360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22361         multiarch sqrtf for PowerPC32.
22363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22364         and llroundf multiarch implementations.
22365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22366         New file.
22367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22368         New file.
22369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22370         New file.
22371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22372         file: multiarch llround for PowerPC32.
22373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22374         file: multiarch llroundf for PowerPC32.
22376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22377         multiarch PowerPC32 fpu implementations.
22378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22379         New file.
22380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22381         New file.
22382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22383         multiarch llrint for PowerPC32.
22384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22385         New file.
22386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22387         New file.
22388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22389         file.
22391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22393         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22394         file.
22395         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22396         file.
22397         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22398         file.
22399         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22400         multiarch wordcopy for PPC32.
22401         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22402         wordcopy objects.
22403         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22404         (__libc_ifunc_impl_list): Likewise.
22405         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22406         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22407         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22408         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22409         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22410         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22412         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22413         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22414         file.
22415         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22416         file.
22417         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22418         file.
22419         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22420         multiarch wcscpy for PPC32.
22421         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22422         multiarch objects.
22423         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22424         (__libc_ifunc_impl_list): Likewise.
22425         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22426         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22427         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22428         sysdeps/powerpc/power6/wcscpy.c.
22430         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22431         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22432         file.
22433         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22434         file.
22435         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22436         file.
22437         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22438         multiarch wcsrchr for PPC32.
22439         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22440         multiarch objects.
22441         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22442         (__libc_ifunc_impl_list): Likewise.
22443         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22444         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22445         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22446         sysdeps/powerpc/power6/wcsrchr.c.
22448         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22449         file.
22450         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22451         file.
22452         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22453         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22454         multiarch wcschr for PPc32.
22455         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22456         multiarch objects.
22457         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22458         (__libc_ifunc_impl_list): Likewise.
22459         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22460         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22461         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22462         sysdeps/powerpc/power6/wcschr.c.
22464         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22465         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22466         file.
22467         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22468         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22469         file: multiarch strchr for PPC32.
22470         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22471         multiarch objects.
22472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22473         (__libc_ifunc_impl_list): Likewise.
22475         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22476         name.
22477         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22478         file.
22479         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22480         file.
22481         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22482         multiarch strchrnul for PPC32.
22483         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22484         multiarch objects.
22485         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22486         (__libc_ifunc_impl_list): Likewise.
22488         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22489         file.
22490         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22491         multiarch strncasecmp for PPC32.
22492         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22493         file.
22494         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22495         multiarch strncasecmp_l for PPC32.
22496         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22497         strncasecmp multiarch objects.
22498         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22499         (__libc_ifunc_impl_list): Likewise.
22501         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22502         file.
22503         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22504         multiarch strncasecmp for PPC32.
22505         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22506         New file.
22507         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22508         multiarch strcasecmp_l for PPC32.
22509         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22510         multiarch objects.
22511         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22512         (__libc_ifunc_impl_list): Likewise.
22514         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22515         file.
22516         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22517         file.
22518         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22519         multiarch strncmp for PPC32.
22520         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22521         multiarch objects.
22522         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22523         (__libc_ifunc_impl_list): Likewise.
22525         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22526         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22527         file.
22528         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22529         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22530         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22531         multiarch objects.
22532         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22533         (__libc_ifunc_impl_list): Likewise.
22535         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22536         file.
22537         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22538         file.
22539         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22540         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22541         multiarch objects.
22542         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22543         (__libc_ifunc_impl_list): Likewise.
22545         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22546         file.
22547         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22548         file.
22549         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22550         multiarch rawmemchr for PPC32.
22551         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22552         multiarch objects.
22553         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22554         (__libc_ifunc_impl_list): Likewise.
22556         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22557         file.
22558         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22559         file.
22560         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22561         file: memrchr multiarch for PPC32.
22562         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22563         multiarch objects.
22564         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22565         (__libc_ifunc_impl_list): Likewise.
22567         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22568         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22569         file.
22570         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22571         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22572         multiarch memchr for PPC32.
22573         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22574         multiarch objects.
22575         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22576         (__libc_ifunc_impl_list): Likewise.
22578         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22579         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22580         file.
22581         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22582         file.
22583         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22584         file: multiarch mempcpy for PPC32.
22585         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22586         multiarch objects.
22587         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22588         (__libc_ifunc_impl_list): Likewise.
22590         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22591         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22592         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22593         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22594         multiarch bzero for PPC32.
22595         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22596         file.
22597         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22598         file.
22599         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22600         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22601         file: multiarch memset for PPC32.
22602         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22603         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22604         memset multiarch objects.
22605         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22606         (__libc_ifunc_impl_list): Likewise.
22608         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22609         file.
22610         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22611         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22612         memcmp for PPC32.
22613         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22615         multiarch objects.
22616         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22617         (__libc_ifunc_impl_list): Likewise.
22619         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22620         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22621         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22622         file.
22623         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22624         file.
22625         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22626         file.
22627         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22628         multiarch memcpy for PPC32.
22629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22630         multiarch objects.
22631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22632         (__libc_ifunc_impl_list): Likewise.
22634         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22635         support multiarch for POWER/PPC32.
22636         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22637         Likewise.
22638         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22640         Implies file to make multiarch folder appers before the fpu and
22641         default folder for power4 configuration.
22643 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22645         * scripts/bench.pl: Append volatile keyword to type.
22647 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22649         * sysdeps/sh/sotruss-lib.c: New file.
22650         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22652 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22656 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22658         [BZ #6810]
22659         * math/w_tgamma.c: Include <errno.h>.
22660         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22661         * math/w_tgammaf.c: Include <errno.h>.
22662         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22663         * math/w_tgammal.c: Include <errno.h>.
22664         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22665         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22666         underflow.  Add more tgamma tests.
22667         * math/auto-libm-test-out: Regenerated.
22668         * sysdeps/i386/fpu/libm-test-ulps: Update.
22669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22671         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22672         sin, sinh, tan, tanh, tgamma, y0 and y1.
22673         * math/auto-libm-test-out: Regenerated.
22674         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22675         (TEST_COND_x86): Likewise.
22676         (M_E2l): Remove macro.
22677         (M_E3l): Likewise.
22678         (M_2_SQRT_PIl): Likewise.
22679         (M_SQRT_PIl): Likewise.
22680         (M_1_DIV_El): Likewise.
22681         (log_test_data): Use AUTO_TESTS_f_f.
22682         (log10_test_data): Likewise.
22683         (log1p_test_data): Likewise.
22684         (log2_test_data): Likewise.
22685         (sin_test_data): Likewise.
22686         (sin_tonearest_test_data): Likewise.
22687         (sin_towardzero_test_data): Likewise.
22688         (sin_downward_test_data): Likewise.
22689         (sin_upward_test_data): Likewise.
22690         (sinh_test_data): Likewise.
22691         (sinh_tonearest_test_data): Likewise.
22692         (sinh_towardzero_test_data): Likewise.
22693         (sinh_downward_test_data): Likewise.
22694         (sinh_upward_test_data): Likewise.
22695         (tan_test_data): Likewise.
22696         (tan_tonearest_test_data): Likewise.
22697         (tan_towardzero_test_data): Likewise.
22698         (tan_downward_test_data): Likewise.
22699         (tan_upward_test_data): Likewise.
22700         (tanh_test_data): Likewise.
22701         (tgamma_test_data): Likewise.
22702         (y0_test_data): Likewise.
22703         (y1_test_data): Likewise.
22704         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22705         (special_real_inputs): Add pi/4.
22706         * sysdeps/i386/fpu/libm-test-ulps: Update.
22707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22709 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22711         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22712         "longjmp_target" static probes.
22713         (__longjmp): Rename to __longjmp_symbol.
22714         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22715         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22716         on which longjmp to generate.
22717         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22718         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22719         probe.
22720         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22721         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22722         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22723         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22724         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22725         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22727         __longjmp_symbol based on which __longjmp to generate.
22728         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22729         probe.
22730         (setjmp): Rename to setjmp_symbol.
22731         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22732         (_setjmp): Rename to _setjmp_symbol.
22733         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22734         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22735         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22736         which setjmp to generate.
22737         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22738         "longjmp_target" static probes.
22740 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22742         * benchtests/README: Add note about output arguments.
22743         * benchtests/bench-sincos.c: Remove file.
22744         * benchtests/sincos-inputs: New file.
22745         * scripts/bench.pl: Identify output arguments and define
22746         static variables for them.
22748         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22750         [BZ #15941]
22751         * Makefile (INSTALL): Add install-plain.texi as the primary
22752         dependency.
22753         * manual/install-plain.texi: New file.
22754         * manual/install.texi: Include node directive only for
22755         non-plaintext output.
22757 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22759         * stdlib/longlong.h: Update from GCC.
22761         [BZ #6807]
22762         [BZ #15901]
22763         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22764         * math/w_j0f.c (y0f): Likewise.
22765         * math/w_j0l.c (__y0l): Likewise.
22766         * math/w_j1.c (y1): Likewise.
22767         * math/w_j1f.c (y1f): Likewise.
22768         * math/w_j1l.c (__y1l): Likewise
22769         * math/w_jn.c (yn): Likewise.
22770         * math/w_jnf.c (ynf): Likewise.
22771         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22772         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22773         value for Bessel function domain errors outside _SVID_ mode.
22774         Adjust sign of return value for yn (negative integer, 0).
22775         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22776         by zero in return for negative x and set sign appropriately for
22777         negative n.
22778         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22779         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22780         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22781         expectations in error cases.
22782         (y1_test_data): Likewise.
22783         (yn_test_data): Likewise.
22784         * sysdeps/i386/fpu/libm-test-ulps: Update.
22785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22787 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22789         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22790         "64" to "64-v1".  Add "64-v2".
22791         (abi-64-options): Rename to ...
22792         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22793         (abi-64-condition): Rename to ...
22794         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22795         (abi-64-ld-soname): Rename to ...
22796         (abi-64-v1-ld-soname): ... this.
22797         (abi-64-v2-options): Define.
22798         (abi-64-v2-condition): Likewise.
22799         (abi-64-v2-ld-soname): Likewise.
22800         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22801         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22806 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22807             Alan Modra  <amodra@gmail.com>
22809         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22810         New versions for use with the ELFv2 ABI.
22811         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22812         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22813         declaration.
22814         (struct La_ppc64v2_retval): Likewise.
22815         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22816         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22817         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22818         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22819         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22820         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22821         Do not save or restore CR.
22822         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22823         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22824         return values for ELFv2 ABI.  Fix location of FPR return registers.
22825         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22826         updated values for _CALL_ELF == 2.
22827         (La_regs, La_retval, int_retval): Likewise.
22829 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22831         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22832         (FRAME_MIN_SIZE_PARM): Likewise.
22833         (FRAME_BACKCHAIN): Likewise.
22834         (FRAME_CR_SAVE): Likewise.
22835         (FRAME_LR_SAVE): Likewise.
22836         (FRAME_TOC_SAVE): Likewise.
22837         (FRAME_PARM_SAVE): Likewise.
22838         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22839         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22840         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22841         (call_mcount_parm_offset): New macro.
22842         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22843         (PROF): Use symbolic stack frame offsets.
22844         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22845         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22846         Redefine in terms of FRAME_MIN_SIZE.
22847         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22848         (_dl_profile_resolve): Likewise.  Update comment.
22849         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22850         symbols stack frame offsets.
22851         (__sigsetjmp): Likewise.
22852         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22853         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22854         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22855         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22858         (FRAME_BACKCHAIN): Remove.
22859         (FRAME_CR_SAVE): Likewise.
22860         (FRAME_LR_SAVE): Likewise.
22861         (FRAME_COMPILER_DW): Likewise.
22862         (FRAME_LINKER_DW): Likewise.
22863         (FRAME_TOC_SAVE): Likewise.
22864         (FRAME_PARM_SAVE): Likewise.
22865         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22866         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22867         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22869         (CHECK_SP): Use symbolic stack frame offsets.
22870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22871         zone" instead of caller's parameter save area for temp storage.
22872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22873         Likewise.  Also, use symbolic stack frame offsets.
22874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22875         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22876         our own stack frame instead of the caller's.
22877         (__socket): Use symbolic stack frame offsets.
22879 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22880             Alan Modra  <amodra@gmail.com>
22882         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22883         Define.
22884         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22885         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22886         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22887         New function.
22888         (elf_machine_fixup_plt): Call it.
22889         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22890         reloc arguments.
22891         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22892         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22893         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22894         r2 before calling target.
22896 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22897             Alan Modra  <amodra@gmail.com>
22899         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22900         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22901         versions of macros to support ELFv2 ABI.
22902         (LOCALENTRY): New macro.
22903         (ENTRY, EALIGN): Use it.
22904         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22905         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22906         fall through into ENTRY entry point.
22907         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22908         Only define if _CALL_ELF != 2.
22910         (elf_machine_matches_host): Verify ABI version matches.
22911         (RTLD_START): Use LOCALENTRY.
22912         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22913         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22914         (PLT_ENTRY_WORDS): New macro.
22915         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22916         (elf_machine_runtime_setup): Support ELFv2 ABI.
22917         (elf_machine_fixup_plt): Likewise.
22918         (elf_machine_plt_conflict): Likewise.
22919         (resolve_ifunc): Likewise.
22920         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22921         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22922         Likewise.
22923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22924         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22926         (makecontext): Support ELFv2 ABI.
22927         * elf/elf.h (EF_PPC64_ABI): Define.
22929 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22931         * sysdeps/powerpc/powerpc64/sysdep.h
22932         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22933         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22934         (ENTRY) [ASSEMBLER]: ... but instead here ...
22935         (EALIGN) [ASSEMBLER]: ... and here.
22936         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22937         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22938         (ENTRY_2) [!ASSEMBLER]: Use it.
22939         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22940         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22941         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22942         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22943         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22945         Use PPC64_LOAD_FUNCPTR.
22947         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22949 2013-12-04  Alan Modra  <amodra@gmail.com>
22951         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22952         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22953         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22954         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22956         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22957         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22958         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22959         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22960         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22961         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22963 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22966         (__makecontext): Fix incorrect CFI when backtracing out of
22967         context created via makecontext.
22968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22969         (__setcontext): Fix incorrect CFI during switch to new context.
22970         (__novec_setcontext): Likewise.
22972 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22974         [BZ #4772]
22975         * time/strptime_l.c (__strptime_internal): Allow modifiers
22976         in strptime.
22977         * time/tst-strptime.c (day_tests): Add testcase.
22979 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22981         * scripts/bench.pl: Skip over blank lines.
22983 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22985         [BZ #926]
22986         * manual/time.texi (Calendar Time): Clarify what timezone functions
22987         use.
22989 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22991         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22993 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22995         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22996         implementation.
22997         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22998         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22999         * debug/memset_chk.c (__memset_chk): Likewise.
23000         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23001         * debug/strncpy_chk.c: Likewise.
23003 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23005         [BZ #15268]
23006         [BZ #15425]
23007         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23008         (__ieee754_exp): For possibly underflowing results, check size of
23009         result and force underflow exception if required.
23010         * math/auto-libm-test-in: Add more tests of exp.
23011         * math/auto-libm-test-out: Regenerated.
23012         * sysdeps/i386/fpu/libm-test-ulps: Update.
23013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23015         [BZ #16283]
23016         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23017         * math/w_exp2f.c (__exp2f): Likewise.
23018         * math/w_exp2l.c (__exp2l): Likewise.
23019         * math/auto-libm-test-in: Do not allow missing errno on exp2
23020         underflow.
23021         * math/auto-libm-test-out: Regenerated.
23023 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23025         [BZ #16274]
23026         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23027         handle filename validation.
23028         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23029         (do_open): Delete.
23031 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23033         [BZ #6786]
23034         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23035         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23036         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23037         <float.h>.
23038         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23039         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23040         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23041         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23042         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23043         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23044         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23045         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23046         Add more erfc tests.
23047         * math/auto-libm-test-out: Regenerated.
23048         * sysdeps/i386/fpu/libm-test-ulps: Update.
23049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23051         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23052         exp2, expm1, j0 and j1.
23053         * math/auto-libm-test-out: Regenerated.
23054         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23055         (erfc_test_data): Likewise.
23056         (exp_test_data): Likewise.
23057         (exp_tonearest_test_data): Likewise.
23058         (exp_towardzero_test_data): Likewise.
23059         (exp_downward_test_data): Likewise.
23060         (exp_upward_test_data): Likewise.
23061         (exp10_test_data): Likewise.
23062         (exp2_test_data): Likewise.
23063         (expm1_test_data): Likewise.
23064         (j0_test_data): Likewise.
23065         (j1_test_data): Likewise.
23066         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23067         (input_flag_type): Add flag_xfail_rounding.
23068         (input_flags): Add xfail-rounding.
23069         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23070         (output_for_one_input_case): Handle flag_xfail_rounding.
23071         * sysdeps/i386/fpu/libm-test-ulps: Update.
23072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23074 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23076         [BZ #16289]
23077         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23078         division by 0.
23080 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23082         [BZ #16195]
23083         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23084         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23085         (STAP_PROBE0): New macro.
23086         (STAP_PROBE1): Likewise.
23087         (STAP_PROBE2): Likewise.
23088         (STAP_PROBE3): Likewise.
23089         (STAP_PROBE4): Likewise.
23091 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23093         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23095 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23097         * benchtests/Makefile (bench): Add sqrt.
23098         (LDLIBS-bench-sqrt): New.
23099         * benchtests/sqrt-input: New.
23101 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23103         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23104         (GAIH_EAI): Likewise.
23105         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23106         (gaih_inet): Likewise.
23107         (getaddrinfo): Don't use GAIH_EAI.
23109         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23110         (struct gaih): Remove definition.
23112 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23114         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23115         Use HERRNOP directly.
23117 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23121 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23123         * math/gen-auto-libm-tests.c (test_functions): Add more
23124         single-argument functions.
23125         (special_fill_pi_2): New function.
23126         (special_fill_minus_pi_2): Likewise.
23127         (special_fill_pi_6): Likewise.
23128         (special_fill_minus_pi_6): Likewise.
23129         (special_fill_pi_3): Likewise.
23130         (special_fill_2pi_3): Likewise.
23131         (special_fill_e): Likewise.
23132         (special_fill_1_e): Likewise.
23133         (special_fill_e_minus_1): Likewise.
23134         (special_real_inputs): Add more special inputs.
23135         (output_for_one_input_case): Do not require ERANGE on underflow to
23136         zero if round-to-nearest result does not underflow to zero, unless
23137         exact results required.
23138         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23139         atan, atanh, cbrt, cos and cosh.
23140         * math/auto-libm-test-out: Regenerated.
23141         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23142         (acos_tonearest_test_data): Likewise.
23143         (acos_towardzero_test_data): Likewise.
23144         (acos_downward_test_data): Likewise.
23145         (acos_upward_test_data): Likewise.
23146         (acosh_test_data): Likewise.
23147         (asin_test_data): Likewise.
23148         (asin_tonearest_test_data): Likewise.
23149         (asin_towardzero_test_data): Likewise.
23150         (asin_upward_test_data): Likewise.
23151         (asinh_test_data): Likewise.
23152         (atan_test_data): Likewise.
23153         (atanh_test_data): Likewise.
23154         (cbrt_test_data): Likewise.
23155         (cos_test_data): Likewise.
23156         (cos_tonearest_test_data): Likewise.
23157         (cos_towardzero_test_data): Likewise.
23158         (cos_downward_test_data): Likewise.
23159         (cos_upward_test_data): Likewise.
23160         (cosh_test_data): Likewise.
23161         (cosh_tonearest_test_data): Likewise.
23162         (cosh_towardzero_test_data): Likewise.
23163         (cosh_downward_test_data): Likewise.
23164         (cosh_upward_test_data): Likewise.
23165         * sysdeps/i386/fpu/libm-test-ulps: Update.
23166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23168 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23170         [BZ #6787]
23171         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23172         * math/w_exp10f.c (__exp10f): Likewise.
23173         * math/w_exp10l.c (__exp10l): Likewise.
23174         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23175         errno settings in existing tests.
23177         [BZ #14032]
23178         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23179         precision control set to double precision.
23180         * sysdeps/i386/fpu/w_sqrt.c: New file.
23181         * math/auto-libm-test-in: Add more tests.
23182         * math/auto-libm-test-out: Update.
23184         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23185         (sqrt_test_tonearest): New function.
23186         (sqrt_towardzero_test_data): New variable.
23187         (sqrt_test_towardzero): New function.
23188         (sqrt_downward_test_data): New variable.
23189         (sqrt_test_downward): New function.
23190         (sqrt_upward_test_data): New variable.
23191         (sqrt_test_upward): New function.
23192         (main): Call the new functions.
23194         * math/gen-auto-libm-tests.c: New file.
23195         * math/auto-libm-test-in: Likewise.
23196         * math/auto-libm-test-out: New generated file.
23197         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23198         variables.
23199         (%beautify): Add generated representations of zero.
23200         (top level): Set $auto_input and call parse_auto_input.
23201         (beautify): Remove trailing "f" from hex float constants.
23202         (parse_args): Handle XFAIL_TEST.
23203         (convert_condition): New function.
23204         (or_value): Likewise.
23205         (or_cond_value): Likewise.
23206         (generate_testfile): Handle AUTO_TESTS_* lines.
23207         (parse_auto_input): New function.
23208         * math/libm-test.inc (XFAIL_TEST): New macro.
23209         (ERRNO_UNCHANGED): Update value.
23210         (ERRNO_EDOM): Likewise.
23211         (ERRNO_ERANGE): Likewise.
23212         (IGNORE_RESULT): Likewise.
23213         (TEST_COND_flt_32): New macro.
23214         (TEST_COND_dbl_64): Likewise.
23215         (TEST_COND_ldbl_96_intel): Likewise.
23216         (TEST_COND_ldbl_96_m68k): Likewise.
23217         (TEST_COND_ldbl_128): Likewise.
23218         (TEST_COND_ldbl_128ibm): Likewise.
23219         (TEST_COND_long32): Likewise.
23220         (TEST_COND_long64): Likewise.
23221         (TEST_COND_before_rounding): Likewise.
23222         (TEST_COND_after_rounding): Likewise.
23223         (enable_test): Handle XFAIL_TEST flag.
23224         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23225         with finite results.
23226         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23227         auto-libm-test-out.
23229 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23230             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23232         [BZ #16214]
23233         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23234         __tls_get_addr_internal instead of __tls_get_offset in order to
23235         avoid GOT pointer dependency.  Make rtld export
23236         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23237         __tls_get_addr since we are a __tls_get_offset platform.
23238         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23239         GOT pointer being set up before.
23240         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23242 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23244         * manual/math.texi (Errors in Math Functions): Document accuracy
23245         goals.
23247         [BZ #15004]
23248         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23249         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23250         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23251         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23252         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23253         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23254         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23255         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23256         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23257         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23258         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23259         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23260         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23261         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23262         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23263         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23265         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23266         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23267         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23268         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23269         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23270         Likewise.
23271         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23272         Likewise.
23273         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23274         Likewise.
23275         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23276         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23277         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23278         atomic-feupdateenv and flt-rounds.
23279         * sysdeps/powerpc/nofpu/Versions (libc): Add
23280         __atomic_feholdexcept, __atomic_feclearexcept,
23281         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23282         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23283         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23284         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23285         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23286         here.
23287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23288         Update.
23290         * manual/arith.texi (FP Exceptions): Document that exceptions may
23291         not be raised when matherr is used.
23292         (Math Error Reporting): Document overflow in directed rounding
23293         modes.  Document that errno may not be set when finite values are
23294         returned on overflow.  Document intent to set errno on underflow
23295         only for underflow to zero.
23297         [BZ #16271]
23298         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23299         round-to-nearest then adjust result for other rounding modes.
23300         * include/fenv.h (fegetround): Use libm_hidden_proto.
23301         * math/fegetround.c (fegetround): Use libm_hidden_def.
23302         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23303         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23304         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23305         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23306         Likewise.
23307         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23308         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23309         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23310         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23312 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23314         [BZ #16077]
23315         * nss/Versions (libnss_files): Add
23316         _nss_files_gethostbyname3_r.
23317         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23318         New function.
23319         (HOST_DB_LOOKUP): Remove macro.
23320         (_nss_files_gethostbyname_r): Implement function without the
23321         HOST_DB_LOOKUP macro.
23322         (_nss_files_gethostbyname2_r): Likewise.
23324 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23326         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23328 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23330         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23331         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23332         warning.
23334 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23336         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23337         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23338         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23339         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23340         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23341         __fe_nomask_env_priv and attribute_hidden.
23342         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23343         (libc_feupdateenv_test_ppc): Likewise.
23344         (libc_feresetround_ppc): Likewise.
23345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23346         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23347         compat_symbol macro.
23348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23349         (__fe_nomask_env): Likewise.
23350         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23352 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23354         * string/Makefile: Remove ifunc tests.
23355         * string/test-string.h: Define TEST_IFUNC.
23356         * string/test-bcopy-ifunc.c: Remove.
23357         * string/test-bzero-ifunc.c: Likewise.
23358         * string/test-memccpy-ifunc.c: Likewise.
23359         * string/test-memchr-ifunc.c: Likewise.
23360         * string/test-memcmp-ifunc.c: Likewise.
23361         * string/test-memcpy-ifunc.c: Likewise.
23362         * string/test-memmem-ifunc.c: Likewise.
23363         * string/test-memmove-ifunc.c: Likewise.
23364         * string/test-mempcpy-ifunc.c: Likewise.
23365         * string/test-memrchr-ifunc.c: Likewise.
23366         * string/test-memset-ifunc.c: Likewise.
23367         * string/test-rawmemchr-ifunc.c: Likewise.
23368         * string/test-stpcpy-ifunc.c: Likewise.
23369         * string/test-stpncpy-ifunc.c: Likewise.
23370         * string/test-strcasecmp-ifunc.c: Likewise.
23371         * string/test-strcasestr-ifunc.c: Likewise.
23372         * string/test-strcat-ifunc.c: Likewise.
23373         * string/test-strchr-ifunc.c: Likewise.
23374         * string/test-strchrnul-ifunc.c: Likewise.
23375         * string/test-strcmp-ifunc.c: Likewise.
23376         * string/test-strcpy-ifunc.c: Likewise.
23377         * string/test-strcspn-ifunc.c: Likewise.
23378         * string/test-strlen-ifunc.c: Likewise.
23379         * string/test-strncasecmp-ifunc.c: Likewise.
23380         * string/test-strncat-ifunc.c: Likewise.
23381         * string/test-strncmp-ifunc.c: Likewise.
23382         * string/test-strncpy-ifunc.c: Likewise.
23383         * string/test-strnlen-ifunc.c: Likewise.
23384         * string/test-strpbrk-ifunc.c: Likewise.
23385         * string/test-strrchr-ifunc.c: Likewise.
23386         * string/test-strspn-ifunc.c: Likewise.
23387         * string/test-strstr-ifunc.c: Likewise.
23389 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23391         * benchtests/Makefile: Remove ifunc tests.
23392         * benchtests/bench-string.h: Define TEST_IFUNC.
23393         * benchtests/bench-bcopy-ifunc.c: Remove.
23394         * benchtests/bench-bzero-ifunc.c: Likewise.
23395         * benchtests/bench-memccpy-ifunc.c: Likewise.
23396         * benchtests/bench-memchr-ifunc.c: Likewise.
23397         * benchtests/bench-memcmp-ifunc.c: Likewise.
23398         * benchtests/bench-memcpy-ifunc.c: Likewise.
23399         * benchtests/bench-memmem-ifunc.c: Likewise.
23400         * benchtests/bench-memmove-ifunc.c: Likewise.
23401         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23402         * benchtests/bench-memrchr-ifunc.c: Likewise.
23403         * benchtests/bench-memset-ifunc.c: Likewise.
23404         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23405         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23406         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23407         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23408         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23409         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23410         * benchtests/bench-strcat-ifunc.c: Likewise.
23411         * benchtests/bench-strchr-ifunc.c: Likewise.
23412         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23413         * benchtests/bench-strcmp-ifunc.c: Likewise.
23414         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23415         * benchtests/bench-strcpy-ifunc.c: Likewise.
23416         * benchtests/bench-strcspn-ifunc.c: Likewise.
23417         * benchtests/bench-strlen-ifunc.c: Likewise.
23418         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23419         * benchtests/bench-strncat-ifunc.c: Likewise.
23420         * benchtests/bench-strncmp-ifunc.c: Likewise.
23421         * benchtests/bench-strncpy-ifunc.c: Likewise.
23422         * benchtests/bench-strnlen-ifunc.c: Likewise.
23423         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23424         * benchtests/bench-strrchr-ifunc.c: Likewise.
23425         * benchtests/bench-strsep-ifunc.c: Likewise.
23426         * benchtests/bench-strspn-ifunc.c: Likewise.
23427         * benchtests/bench-strstr-ifunc.c: Likewise.
23429 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23431         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23433 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23435         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23436         * rt/aio.h: Likewise.
23437         * sysdeps/gnu/bits/utmp.h: Likewise.
23438         * sysdeps/gnu/bits/utmpx.h: Likewise.
23439         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23440         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23441         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23442         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23443         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23444         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23445         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23446         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23447         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23448         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23449         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23450         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23451         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23453         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23454         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23455         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23456         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23457         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23458         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23459         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23460         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23461         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23462         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23463         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23464         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23465         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23466         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23467         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23468         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23469         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23470         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23471         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23472         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23473         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23474         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23475         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23476         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23477         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23478         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23479         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23480         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23482 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23484         [BZ #16245]
23485         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23486         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23488 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23490         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23491         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23492         Likewise.
23494 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23496         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23497         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23498         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23499         (__fesetround): Remove define.
23500         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23501         rounding and exceptions handling.
23502         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23503         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23504         (__fe_nomask_env): Likewise.
23505         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23506         __fegetround instead of fegetround.
23507         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23508         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23510 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23512         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23513         it's there.
23515         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23517 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23519         [BZ #11157]
23520         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23521         (encrypt_r): Likewise.
23522         * malloc/obstack.h (obstack_free): Likewise.
23523         * posix/unistd.h (encrypt): Likewise.
23525 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23527         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23528         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23529         DL_CALL_DT_FINI() that call the functions directly.
23530         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23531         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23532         * elf/dl-fini.c: Likewise.
23534 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23536         * malloc/hooks.c (memalign_check): Add alignment rounding.
23537         * malloc/malloc.c (_mid_memalign): New function.
23538         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23539         Implement by calling _mid_memalign.
23540         * manual/probes.texi (Memory Allocation Probes): Remove
23541         memory_valloc_retry and memory_pvalloc_retry.
23543 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23545         * locale/programs/locarchive.c (open_archive): Add const
23546         qualifier to ARCHIVEFNAME and copy default fname to
23547         DEFAULT_FNAME.
23549         [BZ #15601]
23550         * libio/tst-widetext.input: Rename Oriya to Odia.
23551         * locale/iso-639.def: Likewise.
23553         * manual/probes.texi (Mathematical Function Probes): Add
23554         documentation for sin, cos, asin and acos probes.
23555         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23556         (__sin32): Add slowasin probe.
23557         (__cos32): Add slowacos probe.
23558         (__mpsin): Add slowsin probe.
23559         (__mpcos): Add slowcos probe.
23561 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23563         [BZ #15483]
23564         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23565         thread-local __sim_exceptions_thread and global
23566         __sim_exceptions_global.
23567         (__sim_disabled_exceptions): Change to thread-local
23568         __sim_disabled_exceptions_thread and global
23569         __sim_disabled_exceptions_global.
23570         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23571         and global __sim_round_mode_global.
23572         (__simulate_exceptions): Use thread-local floating-point state and
23573         set global state from it as needed.
23574         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23575         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23576         __sim_round_mode_thread.
23577         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23578         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23579         and global __sim_exceptions_global.
23580         (__sim_disabled_exceptions): Change to thread-local
23581         __sim_disabled_exceptions_thread and global
23582         __sim_disabled_exceptions_global.
23583         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23584         and global __sim_round_mode_global.
23585         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23586         (SIM_SET_GLOBAL): Likewise.
23587         * sysdeps/powerpc/soft-fp/sfp-machine.h
23588         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23589         __sim_round_mode_thread.
23590         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23591         __sim_disabled_exceptions_thread.
23592         (__sim_exceptions): Change to __sim_exceptions_thread.
23593         (__sim_disabled_exceptions): Change to
23594         __sim_disabled_exceptions_thread.
23595         (__sim_round_mode): Change to __sim_round_mode_thread.
23596         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23597         thread-local floating-point state and set global state from it as
23598         needed.
23599         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23600         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23601         (__sim_disabled_exceptions): Remove extern declaration.
23602         (feenableexcept): Use thread-local floating-point state and set
23603         global state from it as needed.
23604         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23605         extern declaration.
23606         (__sim_disabled_exceptions): Likewise.
23607         (__sim_round_mode): Likewise.
23608         (__fegetenv): Use thread-local floating-point state.
23609         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23610         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23611         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23612         floating-point state and set global state from it as needed.
23613         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23614         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23615         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23616         Likewise.
23617         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23618         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23619         Likewise.
23620         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23621         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23622         Use __sim_round_mode_thread.
23623         * math/test-fenv-tls.c: New file.
23624         * math/Makefile (tests): Add test-fenv-tls.
23625         ($(objpfx)test-fenv-tls): Depend on
23626         $(common-objpfx)nptl/libpthread.so.
23628 2013-11-19  Andreas Schwab  <schwab@suse.de>
23630         * locale/programs/locale.c (show_info): Decode wordarray elements.
23631         * locale/categories.def (LC_MONETARY): Add element for
23632         _NL_MONETARY_CRNCYSTR.
23633         * locale/C-monetary.c (conversion_rate): New variable.
23634         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23635         element.
23637 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23639         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23640         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23642 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23644         * elf/Makefile (tst-auxv): New test.
23645         * elf/tst-auxv.c: New
23646         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23648 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23650         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23651         (hidden_proto): Caller changed.
23652         (hidden_tls_proto): New macro.
23653         (libc_hidden_tls_proto): Likewise.
23654         (rtld_hidden_tls_proto): Likewise.
23655         (libm_hidden_tls_proto): Likewise.
23656         (libresolv_hidden_tls_proto): Likewise.
23657         (librt_hidden_tls_proto): Likewise.
23658         (libdl_hidden_tls_proto): Likewise.
23659         (libnss_files_hidden_tls_proto): Likewise.
23660         (libnsl_hidden_tls_proto): Likewise.
23661         (libnss_nisplus_hidden_tls_proto): Likewise.
23662         (libutil_hidden_tls_proto): Likewise.
23664 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23666         [BZ #10253]
23667         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23668         (decompose_rpath): Defer expansion to fillin_rpath.
23669         (_dl_init_paths): Pass linkmap to fillin_rpath.
23671 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23673         * benchtests/Makefile: Add strsep.
23674         * benchtests/bench-strsep.c: New file: strsep benchtest.
23675         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23677 2013-11-18  Andreas Schwab  <schwab@suse.de>
23679         * locale/programs/locale.c (show_info) [case byte]: Check for
23680         '\377' instead of '\177'.
23681         * locale/C-monetary.c (not_available): Always use "\377".
23682         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23683         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23684         detect unavailable sign_posn locale elements.
23685         * locale/localeconv.c (__localeconv): For grouping and
23686         mon_grouping handle "\177" and "\377" like no grouping.
23687         (INT_ELEM): New macro.  Use it to set all numeric members.
23688         * locale/programs/ld-monetary.c (monetary_read)
23689         <tok_mon_grouping>: Normalize single -1 to the empty string.
23690         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23691         Likewise.
23693 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23695         [BZ #16055]
23696         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23697         when we match (nil).
23698         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23700 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23702         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23703         (NO_TEST_INLINE): Update value.
23704         (ERRNO_UNCHANGED): Likewise.
23705         (ERRNO_EDOM): Likewise.
23706         (ERRNO_ERANGE): Likewise.
23707         (IGNORE_RESULT): Likewise.
23708         (check_float_internal): Check signs of NaN results if
23709         TEST_NAN_SIGN used.
23710         (check_complex): Pass TEST_NAN_SIGN flag through to second
23711         check_float_internal call.
23712         (copysign_test_data): Add tests with quiet NaNs as second
23713         argument.  Use TEST_NAN_SIGN.
23714         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23715         TEST_NAN_SIGN.
23716         (signbit_test_data): Add tests of quiet NaN argument.
23717         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23719         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23720         $ignore_result.
23721         (parse_args): Handle function results specified as IGNORE.
23722         * math/libm-test.inc (IGNORE_RESULT): New macro.
23723         (check_float_internal): Do not check numerical result if flag
23724         IGNORE_RESULT set.
23725         (check_complex): Pass through IGNORE_RESULT to second
23726         check_float_internal call.
23727         (check_int): Do not check numerical result if flag IGNORE_RESULT
23728         set.
23729         (check_long): Likewise.
23730         (check_bool): Likewise.
23731         (check_longlong): Likewise.
23732         (lrint_test_data): Add tests of infinite and NaN arguments.
23733         (lrint_tonearest_test_data): Likewise.
23734         (lrint_towardzero_test_data): Likewise.
23735         (lrint_downward_test_data): Likewise.
23736         (lrint_upward_test_data): Likewise.
23737         (llrint_test_data): Likewise.
23738         (llrint_tonearest_test_data): Likewise.
23739         (llrint_towardzero_test_data): Likewise.
23740         (llrint_downward_test_data): Likewise.
23741         (llrint_upward_test_data): Likewise.
23742         (lround_test_data): Likewise.
23743         (llround_test_data): Likewise.
23745         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23746         (ERRNO_UNCHANGED): Update value.
23747         (ERRNO_EDOM): Likewise.
23748         (ERRNO_ERANGE): Likewise.
23749         (NO_TEST_INLINE_FLOAT): New macro.
23750         (NO_TEST_INLINE_DOUBLE): Likewise.
23751         (enable_test): New function.
23752         (RUN_TEST_f_f): Check enable_test before running test.
23753         (RUN_TEST_2_f): Likewise.
23754         (RUN_TEST_fff_f): Likewise.
23755         (RUN_TEST_c_f): Likewise.
23756         (RUN_TEST_f_f1): Likewise.
23757         (RUN_TEST_fF_f1): Likewise.
23758         (RUN_TEST_fI_f1): Likewise.
23759         (RUN_TEST_ffI_f1): Likewise.
23760         (RUN_TEST_c_c): Likewise.
23761         (RUN_TEST_cc_c): Likewise.
23762         (RUN_TEST_f_i): Likewise.
23763         (RUN_TEST_f_i_tg): Likewise.
23764         (RUN_TEST_ff_i_tg): Likewise.
23765         (RUN_TEST_f_b): Likewise.
23766         (RUN_TEST_f_b_tg): Likewise.
23767         (RUN_TEST_f_l): Likewise.
23768         (RUN_TEST_f_L): Likewise.
23769         (RUN_TEST_fFF_11): Likewise.
23770         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23771         conditionals.
23772         (cosh_test_data): Likewise.
23773         (exp_test_data): Likewise.
23774         (expm1_test_data): Likewise.
23775         (hypot_test_data): Likewise.
23776         (pow_test_data): Likewise.
23777         (sinh_test_data): Likewise.
23778         (tanh_test_data): Likewise.
23779         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23780         flags argument.
23782         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23783         tests with quiet NaN input and output.
23784         (acosh_test_data): Likewise.
23785         (asin_test_data): Likewise.
23786         (asinh_test_data): Likewise.
23787         (atan_test_data): Likewise.
23788         (atanh_test_data): Likewise.
23789         (atan2_test_data): Likewise.
23790         (cbrt_test_data): Likewise.
23791         (cos_test_data): Likewise.
23792         (cosh_test_data): Likewise.
23793         (erf_test_data): Likewise.
23794         (erfc_test_data): Likewise.
23795         (exp_test_data): Likewise.
23796         (exp10_test_data): Likewise.
23797         (exp2_test_data): Likewise.
23798         (expm1_test_data): Likewise.
23799         (hypot_test_data): Likewise.
23800         (j0_test_data): Likewise.
23801         (j1_test_data): Likewise.
23802         (jn_test_data): Likewise.
23803         (lgamma_test_data): Likewise.
23804         (log_test_data): Likewise.
23805         (log10_test_data): Likewise.
23806         (log1p_test_data): Likewise.
23807         (log2_test_data): Likewise.
23808         (pow_test_data): Likewise.
23809         (scalb_test_data): Likewise.
23810         (sin_test_data): Likewise.
23811         (sincos_test_data): Likewise.
23812         (sinh_test_data): Likewise.
23813         (tan_test_data): Likewise.
23814         (tanh_test_data): Likewise.
23815         (tgamma_test_data): Likewise.
23816         (y0_test_data): Likewise.
23817         (y1_test_data): Likewise.
23818         (yn_test_data): Likewise.
23820         [BZ #16167]
23821         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23822         argument being NaN and avoid computations with second argument in
23823         that case.
23824         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23825         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23826         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23828 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23830         * locale/iso-639.def: Add Chitwani Tharu (the).
23832 2013-11-14  Andreas Schwab  <schwab@suse.de>
23834         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23835         word instead of empty string.
23837 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23840         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23842         (__fe_nomask_env): Likewise.
23844 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23846         * benchtests/bench-timing.h: Include time.h.
23848 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23850         [BZ #15997]
23851         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23852         to 3.4.0 for x32.
23853         * sysdeps/unix/sysv/linux/configure: Regenerated.
23855 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23857         [BZ #16151]
23858         * stdlib/strtod_l.c (round_and_return): Do not consider
23859         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23860         exponent one less than half the least subnormal exponent.
23861         * stdlib/test-strtod-round-data: Add more tests.
23862         * stdlib/tst-strtod-round.c (tests): Regenerated.
23864 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23866         [BZ #14143]
23867         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23868         (__fe_mask_env): Likewise.
23869         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23870         libm_hidden_proto and add function prototype.
23871         (__fe_mask_env): Add function prototype.
23872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23873         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23875         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23877         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23879 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23881         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23882         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23884 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23886         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23887         of htab_find_slot().
23889 2013-11-11  David S. Miller  <davem@davemloft.net>
23891         [BZ #16150]
23892         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23893         symbol in the non-vis3 case in static builds.
23894         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23895         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23896         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23897         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23899 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23901         [BZ #387]
23902         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23903         it is empty.
23905 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23907         * benchtests/Makefile: Add bench-strtod.
23908         * benchtests/bench-strtod.c: New file: strtod benchtest
23910 2013-11-11  Andreas Schwab  <schwab@suse.de>
23912         [BZ #16153]
23913         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23914         terminating NUL in key length.
23916 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23918         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23919         Add artificial ODP entry for vDSO symbol for PPC64.
23920         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23921         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23923 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23925         [BZ #15374]
23926         * nss/getent.c (services_keys): Recognize services starting with digit.
23928 2013-11-06  David S. Miller  <davem@davemloft.net>
23930         [BZ #15985]
23931         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23932         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23934 2013-11-06  Will Newton  <will.newton@linaro.org>
23936         * manual/memory.texi (Malloc Examples): Remove register
23937         keyword from examples.
23939 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23941         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23943 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23945         [BZ #6981]
23946         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23947         depending on [__GCC_IEC_559 > 0].
23948         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23949         depending on [__GCC_IEC_559_COMPLEX > 0].
23951 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23953         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23954         to iso-639.def.
23956 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23958         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23960 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23962         [BZ #16112]
23963         * malloc/malloc (malloc_info): Do not handle first bin as
23964         special case.
23966 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23968         * locale/iso-639.def: Add Central Nahuatl (nhn).
23970 2013-11-01  Bruno Haible  <bruno@clisp.org>
23972         [BZ #7003]
23973         * manual/math.texi (BSD Random): Specify range upper bound as
23974         in POSIX.
23976 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23978         * locale/iso-639.def: Add Meadow Mari (mhr).
23980 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23982         [BZ #14752], [BZ #15763]
23983         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23984         Validate name.
23985         * rt/tst_shm.c: Add test for escaping directory.
23987 2013-10-31  Andreas Schwab  <schwab@suse.de>
23989         [BZ #15917]
23990         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23991         followed by 'x' as part of digit sequence.
23992         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23994 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23996         [BZ #16037]
23997         * configure.ac: allow GNU Make 4.0 and greater.
23998         * configure: Regenerated.
24000 2013-10-30  Will Newton  <will.newton@linaro.org>
24002         [BZ #16038]
24003         * malloc/hooks.c (memalign_check): Limit alignment to the
24004         maximum representable power of two.
24005         * malloc/malloc.c (__libc_memalign): Likewise.
24006         * malloc/tst-memalign.c (do_test): Add test for very
24007         large alignment values.
24008         * malloc/tst-posix_memalign.c (do_test): Likewise.
24010 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24012         [BZ #11087]
24013         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24014         (munmap_chunk): Likewise.
24015         (mremap_chunk): Likewise.
24017 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24019         [BZ #15799]
24020         * stdlib/div.c (div): Remove obsolete code.
24021         * stdlib/ldiv.c (ldiv): Likewise.
24022         * stdlib/lldiv.c (lldiv): Likewise.
24024 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24026         [BZ #16071]
24027         * nss/nss_files/files-XXX.c (get_contents_ret): New
24028         enumerator.
24029         (get_contents): New function.
24030         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24032 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24034         * configure.in: Moved to ...
24035         * configure.ac: ... here. Change reference to configure.in
24036         to configure.ac.
24037         * sysdeps/arm/preconfigure.ac: ... here.
24038         configure.in to configure.ac.
24039         * sysdeps/gnu/configure.in: Moved to ...
24040         * sysdeps/gnu/configure.ac: ... here.
24041         * sysdeps/i386/configure.in: Moved to ...
24042         * sysdeps/i386/configure.ac: ... here.
24043         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24044         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24045         * sysdeps/mach/configure.in: Moved to ...
24046         * sysdeps/mach/configure.ac: ... here.
24047         * sysdeps/mach/hurd/configure.in: Moved to ...
24048         * sysdeps/mach/hurd/configure.ac: ... here.
24049         * sysdeps/powerpc/configure.in: Moved to ...
24050         * sysdeps/powerpc/configure.ac: ... here.
24051         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24052         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24053         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24054         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24055         * sysdeps/s390/s390-32/configure.in: Moved to ...
24056         * sysdeps/s390/s390-32/configure.ac: ... here.
24057         * sysdeps/s390/s390-64/configure.in: Moved to ...
24058         * sysdeps/s390/s390-64/configure.ac: ... here.
24059         * sysdeps/sh/configure.in: Moved to ...
24060         * sysdeps/sh/configure.ac: ... here.
24061         * sysdeps/sparc/configure.in: Moved to ...
24062         * sysdeps/sparc/configure.ac: ... here.
24063         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24064         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24065         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24066         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24067         * sysdeps/x86_64/configure.in: Moved to ...
24068         * sysdeps/x86_64/configure.ac: ... here.
24069         * sysdeps/x86_64/preconfigure.in: Moved to ...
24070         * sysdeps/x86_64/preconfigure.ac: ... here.
24071         * aclocal.m4: Change reference to configure.in to configure.ac.
24072         * config.h.in: Likewise.
24073         * manual/install.texi: Likewise.
24074         * manual/maint.texi: Likewise.
24075         * Makefile: Likewise.
24076         * malloc/Makefile: Likewise.
24077         * nscd/Makefile: Likewise.
24078         * Makeconfig: Change reference to configure.in and
24079         preconfigure.in to configure.ac and preconfigure.ac
24080         respectively.
24081         * INSTALL: Regenerated.
24082         * configure: Likewise.
24083         * sysdeps/gnu/configure: Likewise.
24084         * sysdeps/i386/configure: Likewise.
24085         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24086         * sysdeps/mach/configure: Likewise.
24087         * sysdeps/mach/hurd/configure: Likewise.
24088         * sysdeps/powerpc/configure: Likewise.
24089         * sysdeps/powerpc/powerpc32/configure: Likewise.
24090         * sysdeps/powerpc/powerpc64/configure: Likewise.
24091         * sysdeps/s390/s390-32/configure: Likewise.
24092         * sysdeps/s390/s390-64/configure: Likewise.
24093         * sysdeps/sh/configure: Likewise.
24094         * sysdeps/sparc/configure: Likewise.
24095         * sysdeps/unix/sysv/linux/configure: Likewise.
24096         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24097         * sysdeps/x86_64/configure: Likewise.
24098         * sysdeps/x86_64/preconfigure: Likewise.
24100 2013-10-29  Andreas Schwab  <schwab@suse.de>
24102         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24104 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24106         * benchtests/pow-inputs: Add new inputs.
24108         * benchtests/exp-inputs: Add new inputs.
24110         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24111         conditional check for return value.
24112         (__cos32): Likewise.
24114 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24116         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24117         to provide a boost for large inputs with word alignment.
24118         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24119         implementation based on optimized PPC64 strcpy.
24120         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24121         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24122         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24123         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24125 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24127         [BZ #2801]
24128         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24130 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24132         [BZ #14876]
24133         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24134         * time/tst-strptime.c (day_tests): Add testcase.
24136 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24138         [BZ #14029]
24139         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24141 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24143         [BZ #16074]
24144         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24145         MAP_FAILED on error.
24147 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24149         [BZ #16072]
24150         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24151         heap for large requests.
24153 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24155         [BZ #9954]
24156         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24157         result if the result has no associated interface.
24158         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24159         interface for all 127.X.Y.Z addresses.
24161 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24163         * locale/iso-639.def: Add Ligurian (lij)
24165 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24167         [BZ #15825]
24168         * sunrpc/rpc_main.c: Document rpcgen -5.
24170 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24172         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24174 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24176         [BZ #10278]
24177         * posix/glob.c: Match only directories when trailing slash is present.
24178         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24179         (main): Add testcase.
24181 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24183         [BZ #15670]
24184         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24186 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24188         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24189         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24190         AUTH_DES and cindex for FIPS 140-2.
24191         (DES Encryption): Add cindex FIPS 46-3.
24193         * locale/locarchive.h (struct locarhandle): Add fname.
24194         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24195         if an optional argument was specified to --list-archive,
24196         otherwise NULL.
24197         * locale/programs/locarchive.c (show_archive_content): Take new
24198         argument fname and pass it via ah.fname to open_archive.
24199         * locale/programs/localedef.h: Update decl.
24200         (open_archive): If AH->fname is non-null, open that file
24201         rather than the default file name, and don't ignore ENOENT.
24202         (create_archive): Set AH.fname to NULL.
24203         (delete_locales_from_archive): Likewise.
24204         (add_locales_to_archive): Likewise.
24205         * locale/programs/locfile.c (write_all_categories): Likewise.
24207 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24208             Aldy Hernandez  <aldyh@redhat.com>
24210         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24211         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24212         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24213         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24214         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24215         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24216         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24217         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24218         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24219         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24220         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24221         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24222         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24223         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24224         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24225         Likewise.
24226         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24227         Likewise.
24228         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24229         Likewise.
24230         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24231         Likewise.
24232         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24233         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24234         Likewise.
24235         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24236         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24237         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24238         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24239         Likewise.
24240         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24241         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24242         * sysdeps/powerpc/preconfigure: Likewise.
24243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24244         Likewise.
24245         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24246         Replace contents of file by #include of <fenv_libc.h>.
24247         * sysdeps/powerpc/soft-fp/sfp-machine.h
24248         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24249         and <sys/prctl.h>.
24250         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24251         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24252         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24253         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24254         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24255         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24256         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24257         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24258         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24259         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24260         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24261         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24263         Allow copysignl PLT reference to be missing.
24265 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24266             Joseph Myers  <joseph@codesourcery.com
24268         [BZ #15948]
24269         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24270         single character.
24271         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24273 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24275         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24276         * elf/tst-tls1.c: Likewise.
24277         * elf/tst-tls10.h: Likewise.
24278         * elf/tst-tls14.c: Likewise.
24279         * elf/tst-tls2.c: Likewise.
24280         * elf/tst-tls3.c: Likewise.
24281         * elf/tst-tls4.c: Likewise.
24282         * elf/tst-tls5.c: Likewise.
24283         * elf/tst-tls6.c: Likewise.
24284         * elf/tst-tls7.c: Likewise.
24285         * elf/tst-tls8.c: Likewise.
24286         * elf/tst-tls9.c: Likewise.
24287         * elf/tst-tlsmod1.c: Likewise.
24288         * elf/tst-tlsmod13.c: Likewise.
24289         * elf/tst-tlsmod13a.c: Likewise.
24290         * elf/tst-tlsmod14a.c: Likewise.
24291         * elf/tst-tlsmod16a.c: Likewise.
24292         * elf/tst-tlsmod16b.c: Likewise.
24293         * elf/tst-tlsmod2.c: Likewise.
24294         * elf/tst-tlsmod3.c: Likewise.
24295         * elf/tst-tlsmod4.c: Likewise.
24296         * elf/tst-tlsmod5.c: Likewise.
24297         * elf/tst-tlsmod6.c: Likewise.
24299 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24301         [BZ #12486]
24302         * malloc/malloc.c: remove checks for statistics.
24304 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24306         [BZ #15277]
24307         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24308         * inet/tst-network.c: Add testcase.
24310 2013-10-17  Andreas Schwab  <schwab@suse.de>
24312         [BZ #15218]
24313         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24314         to determine canonical name.
24316 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24318         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24319         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24320         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24321         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24322         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24323         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24324         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24325         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24326         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24327         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24328         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24329         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24330         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24331         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24332         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24333         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24334         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24335         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24336         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24337         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24338         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24339         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24340         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24341         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24342         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24343         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24344         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24345         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24346         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24347         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24348         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24349         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24350         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24351         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24352         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24353         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24354         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24355         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24356         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24357         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24358         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24359         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24360         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24361         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24362         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24363         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24364         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24365         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24366         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24367         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24368         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24369         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24370         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24371         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24372         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24373         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24374         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24375         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24377 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24379         [BZ #16041]
24380         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24381         make result into a quiet NaN.
24383 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24385         * soft-fp/adddf3.c: Fix horizontal whitespace.
24386         * soft-fp/addsf3.c: Likewise.
24387         * soft-fp/addtf3.c: Likewise.
24388         * soft-fp/divdf3.c: Likewise.
24389         * soft-fp/divsf3.c: Likewise.
24390         * soft-fp/divtf3.c: Likewise.
24391         * soft-fp/double.h: Likewise.
24392         * soft-fp/eqdf2.c: Likewise.
24393         * soft-fp/eqsf2.c: Likewise.
24394         * soft-fp/eqtf2.c: Likewise.
24395         * soft-fp/extenddftf2.c: Likewise.
24396         * soft-fp/extended.h: Likewise.
24397         * soft-fp/extendsfdf2.c: Likewise.
24398         * soft-fp/extendsftf2.c: Likewise.
24399         * soft-fp/extendxftf2.c: Likewise.
24400         * soft-fp/fixdfdi.c: Likewise.
24401         * soft-fp/fixdfsi.c: Likewise.
24402         * soft-fp/fixdfti.c: Likewise.
24403         * soft-fp/fixsfdi.c: Likewise.
24404         * soft-fp/fixsfsi.c: Likewise.
24405         * soft-fp/fixsfti.c: Likewise.
24406         * soft-fp/fixtfdi.c: Likewise.
24407         * soft-fp/fixtfsi.c: Likewise.
24408         * soft-fp/fixtfti.c: Likewise.
24409         * soft-fp/fixunsdfdi.c: Likewise.
24410         * soft-fp/fixunsdfsi.c: Likewise.
24411         * soft-fp/fixunsdfti.c: Likewise.
24412         * soft-fp/fixunssfdi.c: Likewise.
24413         * soft-fp/fixunssfsi.c: Likewise.
24414         * soft-fp/fixunssfti.c: Likewise.
24415         * soft-fp/fixunstfdi.c: Likewise.
24416         * soft-fp/fixunstfsi.c: Likewise.
24417         * soft-fp/fixunstfti.c: Likewise.
24418         * soft-fp/floatdidf.c: Likewise.
24419         * soft-fp/floatdisf.c: Likewise.
24420         * soft-fp/floatditf.c: Likewise.
24421         * soft-fp/floatsidf.c: Likewise.
24422         * soft-fp/floatsisf.c: Likewise.
24423         * soft-fp/floatsitf.c: Likewise.
24424         * soft-fp/floattidf.c: Likewise.
24425         * soft-fp/floattisf.c: Likewise.
24426         * soft-fp/floattitf.c: Likewise.
24427         * soft-fp/floatundidf.c: Likewise.
24428         * soft-fp/floatundisf.c: Likewise.
24429         * soft-fp/floatunditf.c: Likewise.
24430         * soft-fp/floatunsidf.c: Likewise.
24431         * soft-fp/floatunsisf.c: Likewise.
24432         * soft-fp/floatunsitf.c: Likewise.
24433         * soft-fp/floatuntidf.c: Likewise.
24434         * soft-fp/floatuntisf.c: Likewise.
24435         * soft-fp/floatuntitf.c: Likewise.
24436         * soft-fp/fmadf4.c: Likewise.
24437         * soft-fp/fmasf4.c: Likewise.
24438         * soft-fp/fmatf4.c: Likewise.
24439         * soft-fp/gedf2.c: Likewise.
24440         * soft-fp/gesf2.c: Likewise.
24441         * soft-fp/getf2.c: Likewise.
24442         * soft-fp/ledf2.c: Likewise.
24443         * soft-fp/lesf2.c: Likewise.
24444         * soft-fp/letf2.c: Likewise.
24445         * soft-fp/muldf3.c: Likewise.
24446         * soft-fp/mulsf3.c: Likewise.
24447         * soft-fp/multf3.c: Likewise.
24448         * soft-fp/negdf2.c: Likewise.
24449         * soft-fp/negsf2.c: Likewise.
24450         * soft-fp/negtf2.c: Likewise.
24451         * soft-fp/op-1.h: Likewise.
24452         * soft-fp/op-2.h: Likewise.
24453         * soft-fp/op-4.h: Likewise.
24454         * soft-fp/op-8.h: Likewise.
24455         * soft-fp/op-common.h: Likewise.
24456         * soft-fp/quad.h: Likewise.
24457         * soft-fp/single.h: Likewise.
24458         * soft-fp/soft-fp.h: Likewise.
24459         * soft-fp/sqrtdf2.c: Likewise.
24460         * soft-fp/sqrtsf2.c: Likewise.
24461         * soft-fp/sqrttf2.c: Likewise.
24462         * soft-fp/subdf3.c: Likewise.
24463         * soft-fp/subsf3.c: Likewise.
24464         * soft-fp/subtf3.c: Likewise.
24465         * soft-fp/truncdfsf2.c: Likewise.
24466         * soft-fp/trunctfdf2.c: Likewise.
24467         * soft-fp/trunctfsf2.c: Likewise.
24468         * soft-fp/trunctfxf2.c: Likewise.
24469         * soft-fp/unorddf2.c: Likewise.
24470         * soft-fp/unordsf2.c: Likewise.
24471         * soft-fp/unordtf2.c: Likewise.
24473 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24475         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24476         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24478 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24480         * elf/dl-libc.c: Clear initfini list after freeing.
24482 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24484         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24485         * soft-fp/addsf3.c: Likewise.
24486         * soft-fp/addtf3.c: Likewise.
24487         * soft-fp/divdf3.c: Likewise.
24488         * soft-fp/divsf3.c: Likewise.
24489         * soft-fp/divtf3.c: Likewise.
24490         * soft-fp/double.h: Likewise.
24491         * soft-fp/eqdf2.c: Likewise.
24492         * soft-fp/eqsf2.c: Likewise.
24493         * soft-fp/eqtf2.c: Likewise.
24494         * soft-fp/extenddftf2.c: Likewise.
24495         * soft-fp/extended.h: Likewise.
24496         * soft-fp/extendsfdf2.c: Likewise.
24497         * soft-fp/extendsftf2.c: Likewise.
24498         * soft-fp/extendxftf2.c: Likewise.
24499         * soft-fp/fixdfdi.c: Likewise.
24500         * soft-fp/fixdfsi.c: Likewise.
24501         * soft-fp/fixdfti.c: Likewise.
24502         * soft-fp/fixsfdi.c: Likewise.
24503         * soft-fp/fixsfsi.c: Likewise.
24504         * soft-fp/fixsfti.c: Likewise.
24505         * soft-fp/fixtfdi.c: Likewise.
24506         * soft-fp/fixtfsi.c: Likewise.
24507         * soft-fp/fixtfti.c: Likewise.
24508         * soft-fp/fixunsdfdi.c: Likewise.
24509         * soft-fp/fixunsdfsi.c: Likewise.
24510         * soft-fp/fixunsdfti.c: Likewise.
24511         * soft-fp/fixunssfdi.c: Likewise.
24512         * soft-fp/fixunssfsi.c: Likewise.
24513         * soft-fp/fixunssfti.c: Likewise.
24514         * soft-fp/fixunstfdi.c: Likewise.
24515         * soft-fp/fixunstfsi.c: Likewise.
24516         * soft-fp/fixunstfti.c: Likewise.
24517         * soft-fp/floatdidf.c: Likewise.
24518         * soft-fp/floatdisf.c: Likewise.
24519         * soft-fp/floatditf.c: Likewise.
24520         * soft-fp/floatsidf.c: Likewise.
24521         * soft-fp/floatsisf.c: Likewise.
24522         * soft-fp/floatsitf.c: Likewise.
24523         * soft-fp/floattidf.c: Likewise.
24524         * soft-fp/floattisf.c: Likewise.
24525         * soft-fp/floattitf.c: Likewise.
24526         * soft-fp/floatundidf.c: Likewise.
24527         * soft-fp/floatundisf.c: Likewise.
24528         * soft-fp/floatunsidf.c: Likewise.
24529         * soft-fp/floatunsisf.c: Likewise.
24530         * soft-fp/floatuntidf.c: Likewise.
24531         * soft-fp/floatuntisf.c: Likewise.
24532         * soft-fp/floatuntitf.c: Likewise.
24533         * soft-fp/fmadf4.c: Likewise.
24534         * soft-fp/fmasf4.c: Likewise.
24535         * soft-fp/fmatf4.c: Likewise.
24536         * soft-fp/gedf2.c: Likewise.
24537         * soft-fp/gesf2.c: Likewise.
24538         * soft-fp/getf2.c: Likewise.
24539         * soft-fp/ledf2.c: Likewise.
24540         * soft-fp/lesf2.c: Likewise.
24541         * soft-fp/letf2.c: Likewise.
24542         * soft-fp/muldf3.c: Likewise.
24543         * soft-fp/mulsf3.c: Likewise.
24544         * soft-fp/multf3.c: Likewise.
24545         * soft-fp/negdf2.c: Likewise.
24546         * soft-fp/negsf2.c: Likewise.
24547         * soft-fp/negtf2.c: Likewise.
24548         * soft-fp/op-1.h: Likewise.
24549         * soft-fp/op-2.h: Likewise.
24550         * soft-fp/op-4.h: Likewise.
24551         * soft-fp/op-8.h: Likewise.
24552         * soft-fp/op-common.h: Likewise.
24553         * soft-fp/quad.h: Likewise.
24554         * soft-fp/single.h: Likewise.
24555         * soft-fp/soft-fp.h: Likewise.
24556         * soft-fp/sqrtdf2.c: Likewise.
24557         * soft-fp/sqrtsf2.c: Likewise.
24558         * soft-fp/sqrttf2.c: Likewise.
24559         * soft-fp/subdf3.c: Likewise.
24560         * soft-fp/subsf3.c: Likewise.
24561         * soft-fp/subtf3.c: Likewise.
24562         * soft-fp/truncdfsf2.c: Likewise.
24563         * soft-fp/trunctfdf2.c: Likewise.
24564         * soft-fp/trunctfsf2.c: Likewise.
24565         * soft-fp/trunctfxf2.c: Likewise.
24566         * soft-fp/unorddf2.c: Likewise.
24567         * soft-fp/unordsf2.c: Likewise.
24568         * soft-fp/unordtf2.c: Likewise.
24570 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24572         [BZ #15672]
24573         * misc/error.c (error_tail): Fix possible buffer overflow.
24575 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24577         [BZ #13028]
24578         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24579         address.
24581 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24583         [BZ #832]
24584         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24585         testing pipefail option.
24587 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24589         * soft-fp/double.h: Indent preprocessor directives inside #if.
24590         * soft-fp/extended.h: Likewise.
24591         * soft-fp/op-2.h: Likewise.
24592         * soft-fp/op-4.h: Likewise.
24593         * soft-fp/op-common.h: Likewise.
24594         * soft-fp/quad.h: Likewise.
24595         * soft-fp/single.h: Likewise.
24596         * soft-fp/soft-fp.h: Likewise.
24598 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24600         * iconv/iconv_prog.c: Fix typos.
24601         * stdio-common/psiginfo-data.h: Likewise.
24603 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24605         [BZ #15764]
24606         * locale/setlocale.c: Fix typo.
24608 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24610         [BZ #16036]
24611         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24612         signaling NaN arguments.
24613         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24614         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24616         [BZ #14910]
24617         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24618         unordered operands.
24619         * soft-fp/gesf2.c (__gesf2): Likewise.
24620         * soft-fp/getf2.c (__getf2): Likewise.
24621         * soft-fp/ledf2.c (__ledf2): Likewise.
24622         * soft-fp/lesf2.c (__lesf2): Likewise.
24623         * soft-fp/letf2.c (__letf2): Likewise.
24625         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24626         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24627         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24628         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24629         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24630         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24631         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24632         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24633         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24634         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24635         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24636         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24637         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24638         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24639         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24640         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24641         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24642         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24643         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24644         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24645         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24646         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24647         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24648         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24649         * soft-fp/floattidf.c (__floattidf): Likewise.
24650         * soft-fp/floattisf.c (__floattisf): Likewise.
24651         * soft-fp/floattitf.c (__floattitf): Likewise.
24652         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24653         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24654         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24655         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24656         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24657         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24658         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24659         * soft-fp/gesf2.c (__gesf2): Likewise.
24660         * soft-fp/getf2.c (__getf2): Likewise.
24661         * soft-fp/ledf2.c (__ledf2): Likewise.
24662         * soft-fp/lesf2.c (__lesf2): Likewise.
24663         * soft-fp/letf2.c (__letf2): Likewise.
24665         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24666         Undefine and redefine.
24667         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24668         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24669         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24670         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24671         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24672         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24673         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24674         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24675         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24676         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24677         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24678         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24679         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24680         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24681         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24683         [BZ #16032]
24684         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24685         without decrementing exponent if mantissa >= that for the
24686         denominator, not >.
24687         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24688         denominator, not >.  Decrement exponent in < case instead of
24689         incrementing in >= case.
24690         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24691         without decrementing exponent if mantissa >= that for the
24692         denominator, not >.
24694         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24695         computing saturated result for unsigned overflow.
24697 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24698             Jeff Law  <law@redhat.com>
24700         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24701         (atan2Mp): Add systemtap probe marker.
24702         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24703         (__ieee754_log): Add systemtap probe marker.
24704         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24705         (atanMp): Add systemtap probe marker.
24706         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24707         (tanMp): Add systemtap probe marker.
24708         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24709         (__slowexp): Add systemtap probe marker.
24710         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24711         (__slowpow): Add systemtap probe marker.
24712         * manual/probes.texi: Document probes.
24714 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24716         [BZ #15362]
24717         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24718         written.
24719         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24720         written.
24721         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24722         written to buffer but not flushed.
24723         * libio/iofwrite_u.c:  Likewise.
24724         * libio/iopadn.c:  Return bytes returned even if EOF was
24725         encountered.
24726         * libio/iowpadn.c:  Likewise.
24727         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24728         if _IO_padn does not write the whole buffer.
24729         [!COMPILE_WPRINTF] (PAD): Likewise.
24731 2013-10-10  David S. Miller  <davem@davemloft.net>
24733         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24734         directory block.
24736 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24738         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24739         instead of FSF address.
24740         * soft-fp/fixdfti.c: Likewise.
24741         * soft-fp/fixsfti.c: Likewise.
24742         * soft-fp/fixtfti.c: Likewise.
24743         * soft-fp/fixunsdfti.c: Likewise.
24744         * soft-fp/fixunssfti.c: Likewise.
24745         * soft-fp/fixunstfti.c: Likewise.
24746         * soft-fp/floattidf.c: Likewise.
24747         * soft-fp/floattisf.c: Likewise.
24748         * soft-fp/floattitf.c: Likewise.
24749         * soft-fp/floatuntidf.c: Likewise.
24750         * soft-fp/floatuntisf.c: Likewise.
24751         * soft-fp/floatuntitf.c: Likewise.
24752         * soft-fp/trunctfxf2.c: Likewise.
24754         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24755         * soft-fp/fixdfti.c: Likewise.
24756         * soft-fp/fixsfti.c: Likewise.
24757         * soft-fp/fixtfti.c: Likewise.
24758         * soft-fp/fixunsdfti.c: Likewise.
24759         * soft-fp/fixunssfti.c: Likewise.
24760         * soft-fp/fixunstfti.c: Likewise.
24761         * soft-fp/floattidf.c: Likewise.
24762         * soft-fp/floattisf.c: Likewise.
24763         * soft-fp/floattitf.c: Likewise.
24764         * soft-fp/floatuntidf.c: Likewise.
24765         * soft-fp/floatuntisf.c: Likewise.
24766         * soft-fp/floatuntitf.c: Likewise.
24767         * soft-fp/trunctfxf2.c: Likewise.
24769 2013-10-10  David S. Miller  <davem@davemloft.net>
24771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24773 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24775         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24776         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24777         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24778         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24779         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24780         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24781         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24783         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24784         for NaNs before doing comparisons on argument.
24785         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24786         Likewise.
24788 2013-10-10  Will Newton  <will.newton@linaro.org>
24790         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24791         passed to _int_memalign does not overflow.
24793 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24795         * scripts/bench.pl: Add include-sources directive.
24796         * benchtests/README: Update documentation.
24798 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24800         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24801         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24802         instead of FP_INIT_ROUNDMODE.
24803         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24804         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24806         [BZ #16034]
24807         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24808         copy class of input value.
24809         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24810         not handle exceptions.
24811         * soft-fp/negsf2.c (__negsf2): Likewise.
24812         * soft-fp/negtf2.c (__negtf2): Likewise.
24813         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24815 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24817         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24818         semicolon.  From Linux kernel.
24820 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24822         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24824 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24826         [BZ #156]
24827         * manual/socket.texi: Added statement about buffer
24828         for gethostbyname2_r.
24830 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24832         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24833         Use .p2align directive instead, throughout.
24834         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24835         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24836         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24837         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24838         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24839         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24840         * sysdeps/x86_64/strchr.S: Likewise.
24841         * sysdeps/x86_64/strrchr.S: Likewise.
24843 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24845         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24847         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24849         * sysdeps/generic/math_private.h (__mpsin1): Remove
24850         declaration.
24851         (__mpcos1): Likewise.
24852         (__mpsin): New argument __range_reduce.
24853         (__mpcos): Likewise.
24854         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24855         (slow): Use __mpsin and __mpcos.
24856         (slow1): Likewise.
24857         (slow2): Likewise.
24858         (sloww): Likewise.
24859         (sloww1): Likewise.
24860         (sloww2): Likewise.
24861         (bsloww): Likewise.
24862         (bsloww1): Likewise.
24863         (bsloww2): Likewise.
24864         (cslow2): Likewise.
24865         (csloww): Likewise.
24866         (csloww1): Likewise.
24867         (csloww2): Likewise.
24868         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24869         range_reduce.  Merge in __mpsin1.
24870         (__mpcos): Likewise.
24871         (__mpsin1): Remove.
24872         (__mpcos1): Likewise.
24874 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24876         * locale/loadlocale.c (_nl_intern_locale_data): Use
24877         LOCFILE_ALIGNED_P.
24878         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24879         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24880         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24881         obstack data is appropriately aligned.
24882         (obstack_int32_grow_fast): Likewise.
24883         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24884         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24885         (add_locale_uint32_array): Likewise.
24887 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24889         * benchtests/Makefile: Remove ARGLIST and RET variables.
24890         ($(objpfx)bench-%.c): Pass only function name to the script.
24891         * benchtests/README: Update documentation.
24892         * benchtests/acos-inputs: Add new directives.
24893         * benchtests/acosh-inputs: Likewise.
24894         * benchtests/asin-inputs: Likewise.
24895         * benchtests/asinh-inputs: Likewise.
24896         * benchtests/atan-inputs: Likewise.
24897         * benchtests/atanh-inputs: Likewise.
24898         * benchtests/cos-inputs: Likewise.
24899         * benchtests/cosh-inputs: Likewise.
24900         * benchtests/exp-inputs: Likewise.
24901         * benchtests/log-inputs: Likewise.
24902         * benchtests/pow-inputs: Likewise.
24903         * benchtests/rint-inputs: Likewise.
24904         * benchtests/sin-inputs: Likewise.
24905         * benchtests/sinh-inputs: Likewise.
24906         * benchtests/tan-inputs: Likewise.
24907         * benchtests/tanh-inputs: Likewise.
24908         * scripts/bench.pl: Add support for new directives.
24910 2013-10-07  Alan Modra  <amodra@gmail.com>
24912         * README: Fix careless merge.
24914 2013-10-05  Alan Modra  <amodra@gmail.com>
24916         * NEWS: Mention powerpc64le support and bugs fixed.
24917         * README: Both big-endian and little-endian powerpc64 supported.
24919 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24921         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24922         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24923         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24924         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24926 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24928         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24929         match prototype.
24931 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24933         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24934         Move -mhard-float appending from
24935         ports/sysdeps/powerpc/powerpc32/Makefile.
24936         [$(with-fp) = yes] (ASFLAGS): Likewise.
24937         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24938         * sysdeps/powerpc/nofpu: Move directory from
24939         ports/sysdeps/powerpc/nofpu.
24940         * sysdeps/powerpc/soft-fp: Move directory from
24941         ports/sysdeps/powerpc/soft-fp.
24942         * sysdeps/powerpc/powerpc32/405: Move directory from
24943         ports/sysdeps/powerpc/powerpc32/405.
24944         * sysdeps/powerpc/powerpc32/440: Move directory from
24945         ports/sysdeps/powerpc/powerpc32/440.
24946         * sysdeps/powerpc/powerpc32/464: Move directory from
24947         ports/sysdeps/powerpc/powerpc32/464.
24948         * sysdeps/powerpc/powerpc32/476: Move directory from
24949         ports/sysdeps/powerpc/powerpc32/476.
24950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24951         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24953         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24955         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24957         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24959         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24960         * README: Update for powerpc-*-linux-gnu software floating point
24961         support in libc.
24963         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24964         case to powerpc/powerpc32*.
24965         * sysdeps/unix/sysv/linux/configure: Regenerated.
24967         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24968         (_FPU_MASK_OM): Define as 0x04.
24969         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24970         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24971         0x00c10080.
24972         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24973         0x0000003c.
24974         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24977         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24978         getcontext_e500.
24979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24980         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24981         setcontext_e500.
24982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24983         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24984         and setcontext_e500.
24986 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24988         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24990 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24992         * manual/threads.texi (Default Thread Attributes): Fix typo.
24994 2013-10-04  Will Newton  <will.newton@linaro.org>
24996         * malloc/Makefile: Add tst-memalign.
24997         * malloc/tst-memalign.c: New file.
24999         * malloc/tst-posix_memalign.c: Add comments.
25000         (do_test): Add comments and call free on all potentially
25001         allocated pointers. Add space after cast.
25003         * malloc/tst-pvalloc.c: Add comments.
25004         (do_test): Add comments and call free on all potentially
25005         allocated pointers. Remove duplicate check for NULL pointer.
25006         Add space after cast.
25008         * malloc/tst-valloc.c: Add comments.
25009         (do_test): Add comments and call free on all potentially
25010         allocated pointers. Remove duplicate check for NULL pointer.
25011         Add space after cast.
25013 2013-10-04  Alan Modra  <amodra@gmail.com>
25015         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25016         Use stdint types in rather than __attribute__((mode())).
25017         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25019 2013-10-04  Alan Modra  <amodra@gmail.com>
25021         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25022         Correct handling of unaligned relocs for little-endian.
25023         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25025 2013-10-04  Alan Modra  <amodra@gmail.com>
25027         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25028         * configure: Regenerate.
25029         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25030         * shlib-versions: Likewise.
25032 2013-10-04  Alan Modra  <amodra@gmail.com>
25034         * string/tester.c (test_memrchr): Increment reported test cycle.
25036 2013-10-04  Alan Modra  <amodra@gmail.com>
25038         * string/test-memcpy.c (do_one_test): When reporting errors, print
25039         string address and don't overrun end of string.
25041 2013-10-04  Alan Modra  <amodra@gmail.com>
25043         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25044         insrdi.  Make better use of reg selection to speed exit slightly.
25045         Schedule entry path a little better.  Remove useless "are we done"
25046         checks on entry to main loop.  Handle wrapping around zero address.
25047         Correct main loop count.  Handle single left-over word from main
25048         loop inline rather than by using loop_small.  Remove extra word
25049         case in loop_small caused by wrong loop count.  Add little-endian
25050         support.
25051         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25052         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25053         cache hint.
25054         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25055         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25056         support.  Avoid rlwimi.
25057         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25059 2013-10-04  Alan Modra  <amodra@gmail.com>
25061         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25062         insrdi.  Formatting.
25063         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25064         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25065         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25066         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25067         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25068         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25070 2013-10-04  Alan Modra  <amodra@gmail.com>
25072         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25073         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25074         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25075         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25076         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25077         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25078         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25079         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25080         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25081         use of regs.  Use power7 mtocrf.  Tidy function tails.
25083 2013-10-04  Alan Modra  <amodra@gmail.com>
25085         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25086         Formatting.  Consistently use rXXX register defines or rN defines.
25087         Use early exit labels that avoid restoring unused non-volatile regs.
25088         Make cr field use more consistent with rWORDn compares.  Rename
25089         regs used as shift registers for unaligned loop, using rN defines
25090         for short lifetime/multiple use regs.
25091         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25092         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25093         addi 1,1,64 to pop stack frame.  Simplify return value code.
25094         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25096 2013-10-04  Alan Modra  <amodra@gmail.com>
25098         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25099         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25100         rather than rlwimi.
25101         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25102         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25103         little-endian support.  Correct typos.
25104         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25105         rather than rlwimi.
25106         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25107         in loop and entry code to keep "and." results.
25108         (strchr): Add little-endian support.  Comment.  Move cntlzd
25109         earlier in tail.
25110         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25112 2013-10-04  Alan Modra  <amodra@gmail.com>
25114         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25115         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25116         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25117         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25119 2013-10-04  Alan Modra  <amodra@gmail.com>
25121         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25122         (rTMP): Define as r11.
25123         (strcmp): Add little-endian support.  Optimise tail.
25124         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25125         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25126         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25127         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25128         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25129         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25130         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25132 2013-10-04  Alan Modra  <amodra@gmail.com>
25134         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25135         little-endian support.  Remove unnecessary "are we done" tests.
25136         Handle "s" wrapping around zero and extremely large "size".
25137         Correct main loop count.  Handle single left-over word from main
25138         loop inline rather than by using small_loop.  Correct comments.
25139         Delete "zero" tail, use "end_max" instead.
25140         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25142 2013-10-04  Alan Modra  <amodra@gmail.com>
25144         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25145         support.  Don't branch over align.
25146         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25147         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25148         support.  Rearrange tmp reg use to suit.  Comment.
25149         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25151 2013-10-04  Alan Modra  <amodra@gmail.com>
25153         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25155 2013-10-04  Alan Modra  <amodra@gmail.com>
25157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25158         conditional form of branch and link when obtaining pc.
25159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25161 2013-10-04  Alan Modra  <amodra@gmail.com>
25163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25164         HIWORD/LOWORD.
25165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25168 2013-10-04  Alan Modra  <amodra@gmail.com>
25170         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25171         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25172         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25173         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25174         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25175         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25176         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25177         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25178         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25179         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25181 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25182             Alistair Popple <alistair@ozlabs.au.ibm.com>
25183             Alan Modra <amodra@gmail.com>
25185         [BZ #15723]
25186         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25187         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25188         _dl_hwcap access for little-endian.
25189         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25190         destroy vmx regs when saving unaligned.
25191         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25192         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25193         destroy vmx regs when saving unaligned.
25195 2013-10-04  Alan Modra  <amodra@gmail.com>
25197         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25198         Don't use a union to pack hi/low value.
25200 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25202         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25203         for little-endian.
25204         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25205         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25206         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25207         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25208         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25210 2013-10-04  Alan Modra  <amodra@gmail.com>
25212         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25213         constants to usual value for .cst8 section, and remove redundant
25214         high address load.
25215         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25216         constant for 0x1p52.  Load little-endian words of double from
25217         correct stack offsets.
25219 2013-10-04  Alan Modra  <amodra@gmail.com>
25221         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25222         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25223         words of double from correct stack offsets.
25224         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25225         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25226         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25227         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25228         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25229         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25230         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25231         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25232         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25233         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25234         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25235         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25236         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25237         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25238         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25239         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25240         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25242 2013-10-04  Alan Modra  <amodra@gmail.com>
25244         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25245         64-bit int/double union.
25246         (_FPU_SETCW): Likewise.
25247         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25248         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25250 2013-10-04  Alan Modra  <amodra@gmail.com>
25252         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25253         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25255 2013-10-04  Alan Modra  <amodra@gmail.com>
25257         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25258         use vector int constants.
25259         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25261 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25263         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25264         array with long long.
25265         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25266         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25267         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25268         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25269         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25270         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25271         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25272         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25273         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25274         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25275         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25276         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25277         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25279 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25281         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25282         (__signbit): Likewise.  Correct for little-endian.
25283         (__signbitl): Call __signbit.
25284         (lrint): Correct for little-endian.
25285         (lrintf): Call lrint.
25287 2013-10-04  Alan Modra  <amodra@gmail.com>
25289         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25290         union 32-bit int array member with 64-bit int array.
25291         (t515, tm256): Double rather than long double.
25292         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25294 2013-10-04  Alan Modra  <amodra@gmail.com>
25296         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25297         Delete.
25298         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25299         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25300         version of math_ldbl.h.
25302 2013-10-04  Alan Modra  <amodra@gmail.com>
25304         [BZ #15734], [BZ #15735]
25305         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25306         all uses of ieee875 long double macros and unions.  Simplify test
25307         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25308         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25309         normalize after ldbl_extract_mantissa, and don't add hidden bit
25310         already handled.  Don't treat low word of ieee854 mantissa like
25311         low word of IBM long double and mask off bit when testing for
25312         zero.
25313         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25314         all uses of ieee875 long double macros and unions.  Simplify tests
25315         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25316         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25317         two1022, instead use their values.  Recognise that tests for large
25318         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25319         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25320         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25321         test for 0.0L and nan.  Correct negation.
25322         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25323         ieee875 long double macros and unions.  Correct output for large
25324         magnitude x.  Correct absolute value calculation.
25325         (__erfcl): Likewise.
25326         * math/libm-test.inc: Add tests for errors discovered in IBM long
25327         double versions of fmodl, remainderl, erfl and erfcl.
25329 2013-10-04  Alan Modra  <amodra@gmail.com>
25331         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25332         all uses of ieee854 long double macros and unions.  Simplify tests
25333         for long doubles that are fully specified by the high double.
25334         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25335         Likewise.
25336         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25337         Remove dead code too.
25338         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25339         (__ieee754_ynl): Likewise.
25340         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25341         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25342         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25343         Remove dead code too.
25344         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25345         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25346         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25347         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25348         Simplify.
25349         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25350         Simplify.
25351         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25352         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25353         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25354         Comment on variable precision.
25355         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25356         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25357         Likewise.
25358         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25359         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25360         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25361         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25362         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25364 2013-10-04  Alan Modra  <amodra@gmail.com>
25366         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25367         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25368         all uses of ieee854 long double macros and unions.
25369         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25370         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25371         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25372         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25373         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25374         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25375         Likewise.
25376         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25377         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25378         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25379         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25380         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25381         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25382         Simplify sign and nan test too.
25383         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25384         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25385         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25386         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25387         Likewise.
25388         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25389         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25390         Likewise.
25391         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25392         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25393         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25394         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25395         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25396         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25398 2013-10-04  Alan Modra  <amodra@gmail.com>
25400         * stdio-common/printf_size.c (__printf_size): Don't use
25401         union ieee854_long_double in fpnum union.
25402         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25403         signbit macro to retrieve sign from long double.
25404         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25405         retrieve sign from long double.
25406         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25407         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25408         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25409         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25410         * math/test-misc.c (main): Don't use union ieee854_long_double.
25412 2013-10-04  Alan Modra  <amodra@gmail.com>
25414         [BZ #15680]
25415         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25416         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25417         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25418         calculation.  Remove unnecessary test for denormal exponent.
25419         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25420         Correct handling of denormals.  Avoid undefined shift behaviour.
25421         Correct normalisation of low mantissa when low double is denormal.
25422         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25423         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25424         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25425         Correct normalisation of low mantissa.  Test for overflow of high
25426         mantissa and normalise.
25427         (ldbl_nearbyint): Use more readable constant for two52.
25428         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25429         (__mpn_construct_long_double): Fix test for overflow of high
25430         mantissa and correct normalisation.  Avoid undefined shift.
25432 2013-10-04  Alan Modra  <amodra@gmail.com>
25434         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25435         (union ibm_extended_long_double): Define as an array of ieee754_double.
25436         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25437         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25438         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25439         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25440         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25441         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25442         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25443         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25444         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25445         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25446         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25448 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25450         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25451         page size instead of calling getpagesize.
25453         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25454         (LOCFILE_ALIGN_MASK): Likewise.
25455         (LOCFILE_ALIGN_UP): Likewise.
25456         (LOCFILE_ALIGNED_P): Likewise.
25457         * locale/programs/ld-collate.c (collate_output): Use the new
25458         macros instead of __alignof__ (int32_t).
25459         * locale/weight.h (findidx): Likewise.
25461 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25463         [BZ #431]
25464         * manual/string.texi: Fix strncat and wcsncat.
25466 2013-10-03  Brooks Moses  <bmoses@google.com>
25468         [BZ #15915]
25469         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25470         * Makerules: ...here, and adjust associated comments.
25472 2013-10-02  Will Newton  <will.newton@linaro.org>
25474         * malloc/Makefile: Add tst-pvalloc.
25475         * malloc/tst-pvalloc.c: New file.
25477 2013-10-02  Will Newton  <will.newton@linaro.org>
25479         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25480         improve test coverage.
25482 2013-10-02  Will Newton  <will.newton@linaro.org>
25484         * malloc/Makefile: Add tst-posix_memalign.
25485         * malloc/tst-posix_memalign.c: New file.
25487 2013-10-01  Eric Blake  <eblake@redhat.com>
25489         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25490         Use __THROWNL rather than __THROW on static functions.
25492 2013-09-30  Petr Machata  <pmachata@redhat.com>
25494         * elf/elf.h (R_AARCH64_ABS16): New macro.
25495         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25496         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25497         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25498         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25499         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25500         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25501         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25502         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25503         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25504         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25505         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25506         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25507         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25508         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25509         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25510         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25511         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25512         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25513         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25514         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25515         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25516         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25517         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25518         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25519         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25520         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25521         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25522         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25523         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25524         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25525         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25526         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25527         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25528         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25529         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25530         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25531         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25532         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25533         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25534         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25535         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25536         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25537         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25538         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25539         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25540         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25541         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25542         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25543         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25544         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25545         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25546         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25547         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25548         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25549         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25550         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25551         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25552         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25553         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25554         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25555         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25556         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25557         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25558         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25559         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25560         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25561         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25562         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25563         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25564         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25565         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25566         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25567         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25568         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25569         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25570         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25571         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25572         (R_AARCH64_TLSDESC_LDR): Likewise.
25573         (R_AARCH64_TLSDESC_ADD): Likewise.
25574         (R_AARCH64_TLSDESC_CALL): Likewise.
25576 2013-09-30  Andreas Schwab  <schwab@suse.de>
25578         [BZ #15048]
25579         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25580         the nss database lookup.
25581         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25582         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25584 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25586         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25588 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25590         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25591         ${Bash-specific parameter/pattern/string} parameter expansion.
25592         * sysdeps/unix/make-syscalls.sh: Likewise.
25594 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25596         * sysdeps/sh/stackguard-macros.h: New file.
25598 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25601         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25602         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25603         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25604         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25605         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25607 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25609         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25610         Fix thread ID register.
25612 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25614         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25615         [POSIX || UNIX98]: Require rather than permitting all symbols from
25616         <time.h>.
25617         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25618         element of struct sched_param.
25619         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25620         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25621         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25622         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25623         constant.
25625 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25627         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25628         argument calculation.
25630 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25632         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25633         Expect macro.
25634         [POSIX] (pthread_attr_t): Do not require type.
25635         [POSIX] (pthread_cond_t): Likewise.
25636         [POSIX] (pthread_condattr_t): Likewise.
25637         [POSIX] (pthread_key_t): Likewise.
25638         [POSIX] (pthread_mutex_t): Likewise.
25639         [POSIX] (pthread_mutexattr_t): Likewise.
25640         [POSIX] (pthread_once_t): Likewise.
25641         [POSIX] (pthread_t): Likewise.
25642         [POSIX-based standards] (pthread_atfork): Expect function.
25644 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25645             Richard Sandiford  <richard@codesourcery.com>
25647         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25648         (swap_endianness_p): New extern variable.
25649         (set_big_endian): New inline function.
25650         (maybe_swap_uint32): Likewise.
25651         (maybe_swap_uint32_array): Likewise.
25652         (maybe_swap_uint32_obstack): Likewise.
25653         * locale/programs/locfile.c: Include <stdbool.h>.
25654         (swap_endianness_p): New variable.
25655         (add_locale_uint32): Call maybe_swap_uint32.
25656         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25657         (write_locale_data): Call maybe_swap_uint32_array.
25658         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25659         maybe_swap_uint32.
25660         (obstack_int32_grow_fast): Likewise.
25661         (output_weightwc): Call maybe_swap_uint32_obstack.
25662         (collate_output): Likewise.
25663         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25664         (OPT_LITTLE_ENDIAN): Likewise.
25665         (options): Add --little-endian and --big-endian options.
25666         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25667         * locale/programs/locarchive.c: Include "locfile.h".
25668         (GET): New macro.
25669         (SET): Likewise.
25670         (INC): Likewise.
25671         (create_archive): Use the new macros to access fields of
25672         structures directly mapped from or written to locale archives.
25673         (oldlocrecentcmp): Likewise.
25674         (enlarge_archive): Likewise.
25675         (insert_name): Likewise.
25676         (add_alias): Likewise.
25677         (add_locale): Likewise.
25678         (delete_locales_from_archive): Likewise.
25679         (show_archive_content): Likewise.
25680         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25681         locale data.
25683 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25685         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25686         http://www.gnu.org/doc/freemanuals.texi.
25687         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25689 2013-09-24  Will Newton  <will.newton@linaro.org>
25691         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25692         macro.
25694 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25696         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25697         unsigned char.
25699 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25701         * manual/threads.texi (POSIX Threads): Fix a typo.
25703 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25705         [BZ #14547]
25706         * string/tst-strcoll-overflow.c: New test case.
25707         * string/Makefile (xtests): Add tst-strcoll-overflow.
25708         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25709         cache if string sizes may cause integer overflow.
25711         [BZ #14547]
25712         * string/strcoll_l.c (coll_seq): New members rule, idx,
25713         save_idx and back_us.
25714         (get_next_seq_nocache): New function.
25715         (do_compare_nocache): New function.
25716         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25717         when malloc fails.
25719 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25721         [BZ #15754]
25722         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25723         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25724         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25726         [BZ #15754]
25727         * elf/Makefile (tests): Add tst-ptrguard1.
25728         (tests-static): Add tst-ptrguard1-static.
25729         (tst-ptrguard1-ARGS): Define.
25730         (tst-ptrguard1-static-ARGS): Define.
25731         * elf/tst-ptrguard1.c: New file.
25732         * elf/tst-ptrguard1-static.c: New file.
25733         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25734         * sysdeps/i386/stackguard-macros.h: Likewise.
25735         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25736         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25737         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25738         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25739         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25740         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25742 2013-09-23  Hector Marco  <hecmargi@upv.es>
25743             Ismael Ripoll  <iripoll@disca.upv.es>
25744             Carlos O'Donell  <carlos@redhat.com>
25746         [BZ #15754]
25747         * sysdeps/generic/stackguard-macros.h: Define
25748         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25749         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25750         Define __pointer_chk_guard_local.
25751         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25752         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25754 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25756         [BZ #15859]
25757         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25759 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25761         * include/string.h (__ffs): Declare as hidden.
25762         * string/ffs.c (__ffs): Define as hidden.
25763         * sysdeps/i386/ffs.c (__ffs): Likewise.
25764         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25765         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25766         * sysdeps/s390/ffs.c (__ffs): Likewise.
25767         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25769 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25771         * NEWS: Mention malloc probes.
25773         * malloc/arena.c (new_heap): New memory_heap_new probe.
25774         (grow_heap): New memory_heap_more probe.
25775         (shrink_heap): New memory_heap_less probe.
25776         (heap_trim): New memory_heap_free probe.
25777         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25778         (systrim): New memory_sbrk_less probe.
25779         * manual/probes.texi: Document them.
25781         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25782         * manual/probes.texi: Document it.
25784         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25785         (__libc_realloc): Add memory_realloc_retry probe.
25786         (__libc_memalign): Add memory_memalign_retry probe.
25787         (__libc_valloc): Add memory_valloc_retry probe.
25788         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25789         (__libc_calloc): Add memory_calloc_retry probe.
25790         * manual/probes.texi: Document them.
25792         * malloc/arena.c (get_free_list): Add probe
25793         memory_arena_reuse_free_list.
25794         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25795         and memory_arena_reuse.
25796         (arena_get2) [!PER_THREAD]: Likewise.
25797         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25798         memory_arena_reuse_realloc.
25799         * manual/probes.texi: Document them.
25801         * malloc/malloc.c (__libc_free): Add
25802         memory_mallopt_free_dyn_thresholds probe.
25803         (__libc_mallopt): Add multiple memory_mallopt probes.
25804         * manual/probes.texi: Document them.
25806         * malloc/malloc.c: Include stap-probe.h.
25807         (__libc_mallopt): Add memory_mallopt probe.
25808         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25809         * manual/probes.texi: New.
25810         * manual/Makefile (chapters): Add probes.
25811         * manual/threads.texi: Set next node.
25813 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25815         [BZ #15963, #13985]
25816         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25817         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25818         Add `Chinese' to `nan' entry name.
25820 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25822         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25823         (POLYNOMIAL): Likewise.
25824         (TAYLOR_SINCOS): Likewise.
25825         (TAYLOR_SLOW): Likewise.
25826         (__sin): Use TAYLOR_SINCOS.
25827         (__cos): Likewise.
25828         (slow): Use TAYLOR_SLOW.
25829         (sloww): Likewise.
25830         (bsloww): Likewise.
25831         (csloww): Likewise.
25833 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25835         * stdlib/strtod_l.c: Fix buffer overrun.
25837 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25839         * benchtests/Makefile (bench): Add sincos.
25840         * benchtests/bench-sincos.c: New file.
25842         * math/libm-test.inc (cos_test_data): New test inputs.
25843         (sin_test_data): Likewise.
25845         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25846         macro.
25847         (__sin): Use it.
25848         (__cos): Likewise.
25849         (slow1): Likewise.
25850         (slow2): Likewise.
25851         (sloww1): Likewise.
25852         (sloww2): Likewise.
25853         (bsloww1): Likewise.
25854         (bsloww2): Likewise.
25855         (cslow2): Likewise.
25856         (csloww1): Likewise.
25857         (csloww2): Likewise.
25859         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25860         function.
25861         (__sin): Use it.
25862         (__cos): Likewise.
25864         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25865         gotos.
25866         (__cos): Likewise.
25868 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25870         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25871         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25872         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25873         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25874         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25875         * elf/cache.c (print_entry): Handle the new cache flags.
25877 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25878             Aldy Hernandez  <aldyh@redhat.com>
25880         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25881         Change condition to [_SOFT_FLOAT].
25882         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25883         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25884         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25885         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25886         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25887         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25888         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25889         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25890         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25891         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25892         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25893         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25894         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25895         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25896         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25897         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25898         declaration.
25900 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25902         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25903         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25904         (__longjmp): Use LOAD_GP to load saved GPRs.
25905         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25906         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25907         (__sigsetjmp): Use SAVE_GP to save GPRs.
25909         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25910         Do not append -msoft-float.
25911         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25913 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25915         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25917 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25919         [BZ #15966]
25920         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25921         (_FPU_GETCW): Use initial "__" on variable and field names but not
25922         on macro parameter name.
25923         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25924         parentheses around reference to macro parameter.
25926 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25928         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25929         prototype.
25930         (ctype_startup): Use uint32_t in cast and sizeof for
25931         ctype->charnames.
25933 2013-09-11  Jia Liu  <proljc@gmail.com>
25935         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25936         __daddr_t_defined.
25937         [__FreeBSD__]: Likewise.
25939 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25941         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25942         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25943         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25944         (strchr): Remove __strchr_sse42 ifunc selection.
25945         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25946         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25948 2013-09-11  Will Newton  <will.newton@linaro.org>
25950         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25951         parameter to RES. Remove hardcoded 1000 value.
25952         * benchtests/bench-skeleton.c (main): Pass RES parameter
25953         to TIMING_INIT and multiply result by 1000.
25955 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25959 2013-09-11  Andreas Schwab  <schwab@suse.de>
25961         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25962         if not defined.
25963         (O_TMPFILE) [__USE_GNU]: Define.
25964         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25965         Define.
25967 2013-09-11  Will Newton  <will.newton@linaro.org>
25969         [BZ #15857]
25970         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25971         does not overflow.
25973 2013-09-11  Will Newton  <will.newton@linaro.org>
25975         [BZ #15856]
25976         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25977         does not overflow.
25979 2013-09-11  Will Newton  <will.newton@linaro.org>
25981         [BZ #15855]
25982         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25983         does not overflow.
25985 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25987         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25988         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25989         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25990         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25991         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25993 2013-09-10  Allan McRae  <allan@archlinux.org>
25995         [BZ #15748]
25996         * manual/arith.texi (Parsing of Floats): Clarify
25997         cross-reference.
25999         [BZ #15849]
26000         * manual/install.texi (Running make install): Mention
26001         --enable-pt-chown.
26002         * INSTALL: Regenerated.
26004 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26006         * csu/init-first.c (_init): Remove the !SHARED condition around
26007         FPU control word initialization.
26008         * elf/dl-support.c (_dl_fpu_control): New variable.
26009         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26010         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26011         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26012         * math/test-fpucw-static.c: New file.
26013         * math/test-fpucw-ieee.c: New file.
26014         * math/test-fpucw-ieee-static.c: New file.
26015         * math/Makefile (tests): Add `test-fpucw-ieee' and
26016         `$(tests-static)'.
26017         (tests-static): New variable.
26018         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26019         dependency to...
26020         [($(build-shared),yes)]
26021         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26022         ... this.
26023         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26024         New dependency.
26026 2013-09-09  Allan McRae  <allan@archlinux.org>
26028         [BZ #15939]
26029         * manual/string.texi (Collation Functions): Fix typo in
26030         strcoll example.
26031         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26033         [BZ #15893]
26034         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26036         [BZ #15892]
26037         * libio/memstream.c (open_memstream): Fix memory leak.
26038         * libio/wmemstream.c (open_wmemstream): Likewise.
26040         [BZ #15895]
26041         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26043 2013-09-09  Will Newton  <will.newton@linaro.org>
26045         * malloc/Makefile: Add tst-realloc to tests.
26046         * malloc/tst-realloc.c: New file.
26048 2013-09-09  Allan McRae  <allan@archlinux.org>
26050         [BZ #15844]
26051         * COPYING: Update from GNU website to fix FSF address.
26052         * COPYING.LIB: Likewise.
26054 2013-09-06  David S. Miller  <davem@davemloft.net>
26056         * po/zh_TW.po: Update Chinese (traditional) translation from
26057         translation project.
26059 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26060             Joseph Myers  <joseph@codesourcery.com>
26062         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26063         "localeinfo.h".
26064         (obstack_chunk_alloc): New macro.
26065         (obstack_chunk_free): Likewise.
26066         (record_offset): New function.
26067         (init_locale_data): Likewise.
26068         (align_locale_data): Likewise.
26069         (add_locale_empty): Likewise.
26070         (add_locale_raw_data): Likewise.
26071         (add_locale_raw_obstack): Likewise.
26072         (add_locale_string): Likewise.
26073         (add_locale_wstring): Likewise.
26074         (add_locale_uint32): Likewise.
26075         (add_locale_uint32_array): Likewise.
26076         (add_locale_char): Likewise.
26077         (start_locale_structure): Likewise.
26078         (end_locale_structure): Likewise.
26079         (start_locale_prelude): Likewise.
26080         (end_locale_prelude): Likewise.
26081         (write_locale_data): Take locale_file structure rather than an
26082         iovec.
26083         * locale/programs/locfile.h: Include "obstack.h".
26084         (struct locale_file): Change to store locale file contents instead
26085         of header.
26086         (init_locale_data): New prototype.
26087         (align_locale_data): Likewise.
26088         (add_locale_empty): Likewise.
26089         (add_locale_raw_data): Likewise.
26090         (add_locale_raw_obstack): Likewise.
26091         (add_locale_string): Likewise.
26092         (add_locale_wstring): Likewise.
26093         (add_locale_uint32): Likewise.
26094         (add_locale_uint32_array): Likewise.
26095         (add_locale_char): Likewise.
26096         (start_locale_structure): Likewise.
26097         (end_locale_structure): Likewise.
26098         (start_locale_prelude): Likewise.
26099         (end_locale_prelude): Likewise.
26100         (write_locale_data): Update prototype.
26101         * locale/programs/3level.h (struct TABLE): Remove result field.
26102         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26103         Use new locale_file interface.
26104         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26105         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26106         * locale/programs/ld-address.c (address_output): Use new
26107         locale_file interface.
26108         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26109         NO_ADD_LOCALE.
26110         (collate_finish): Don't call collseq_table_finalize.
26111         (collate_output): Use new locale_file interface.
26112         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26113         in file.
26114         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26115         (TABLE): Move defines earlier in file.
26116         (ELEMENT): Likewise.
26117         (DEFAULT): Likewise.
26118         (wctrans_table_add): Move macro and inline function earlier in
26119         file.
26120         (struct wctype_table): Move type earlier in file.
26121         (add_locale_wctype_table): New static prototype.
26122         (struct locale_ctype_t): Use logical types instead of struct iovec
26123         pointers for members.
26124         (ctype_output): Use new locale_file interface.
26125         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26126         new locale_file interface.
26127         (allocate_arrays): Update for use of new locale_file interface.
26128         * locale/programs/ld-identification.c (identification_output): Use
26129         new locale_file interface.
26130         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26131         * locale/programs/ld-messages.c (messages_output): Likewise.
26132         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26133         * locale/programs/ld-name.c (name_output): Likewise.
26134         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26135         * locale/programs/ld-paper.c (paper_output): Likewise.
26136         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26137         * locale/programs/ld-time.c (time_output): Likewise.
26139 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26141         * benchtests/Makefile: Add memrchr benchmark.
26142         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26143         benchmark as memrchr.
26144         * benchtests/bench-memrchr-ifunc.c: New file.
26145         * benchtests/bench-memrchr.c: New file.
26147 2013-09-06   Will Newton  <will.newton@linaro.org>
26149         * benchtests/Makefile (string-bench): Add memcpy.
26151 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26152             Cong Wang  <amwang@redhat.com>
26154         [BZ #15850]
26155         * sysdeps/unix/sysv/linux/bits/in.h
26156         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26157         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26158         before __USE_KERNEL_IPV6_DEFS uses.
26159         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26160         IPPROTO_BEETPH.
26161         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26162         sockaddr_in6, or ipv6_mreq.
26164 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26166         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26167         memory access for final bytes in some large inputs.
26168         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26170 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26172         * string/test-memrchr.c: New file.
26173         * string/test-memrchr-ifunc.c: New file.
26174         * string/Makefile: Add new memrchr testcase.
26176 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26178         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26179         fanotify_init returns EPERM.
26181 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26183         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26184         errors.
26185         (top level): Treat second token from macro or constant entries for
26186         allowed headers as allowed.
26187         * include/complex.h: Condition internal declarations on
26188         [!_ISOMAC].
26189         * include/fenv.h: Condition include of <stdbool.h> and internal
26190         declarations on [!_ISOMAC].
26192 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26194         [BZ #15923]
26195         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26197 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26199         * configure.in (--enable-versioning): Remove configure option.
26200         (libc_cv_asm_symver_directive): Remove configure test.
26201         (libc_cv_ld_version_script_option): Likewise.
26202         (VERSIONING): Remove variable and AC_SUBST.
26203         (DO_VERSIONING): Remove AC_DEFINE.
26204         * configure: Regenerated.
26205         * config.h.in (DO_VERSIONING): Remove macro.
26206         * Makerules [$(versioning) = yes]: Change conditionals to
26207         [$(build-shared) = yes].
26208         * config.make.in (versioning): Remove variable.
26209         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26210         [$(build-shared) = yes].
26211         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26212         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26213         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26214         [$(build-shared) = yes].
26215         * extra-lib.mk [$(versioning) = yes]: Likewise.
26216         * hurd/Makefile [$(versioning) = yes]: Likewise.
26217         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26218         [SHARED].
26219         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26220         [SHARED].
26221         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26222         [SHARED && !NO_HIDDEN].
26223         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26224         [SHARED].
26225         [SHARED && DO_VERSIONING]: Likewise..
26226         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26227         [$(build-shared) = yes].
26228         * manual/install.texi (--disable-versioning): Remove
26229         documentation.
26230         * INSTALL: Regenerated.
26231         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26232         to [SHARED].
26233         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26234         [$(build-shared) = yes].
26235         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26236         * sysdeps/i386/i686/multiarch/strstr-c.c
26237         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26238         [SHARED && !NO_HIDDEN].
26239         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26240         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26241         * sysdeps/powerpc/powerpc32/dl-machine.c
26242         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26243         * sysdeps/powerpc/powerpc32/sysdep.h
26244         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26245         to [SHARED && PIC && !NO_HIDDEN].
26246         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26247         conditional to [SHARED].
26249 2013-09-04   Will Newton  <will.newton@linaro.org>
26251         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26252         * benchtests/bench-string.h: Include bench-timing.h instead
26253         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26254         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26255         call to HP_TIMING_DIFF_INIT.
26256         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26257         instead of hp-timing.h macros.
26258         * benchtests/bench-memchr.c: Likewise.
26259         * benchtests/bench-memcmp.c: Likewise.
26260         * benchtests/bench-memcpy.c: Likewise.
26261         * benchtests/bench-memmem.c: Likewise.
26262         * benchtests/bench-memmove.c: Likewise.
26263         * benchtests/bench-memset.c: Likewise.
26264         * benchtests/bench-rawmemchr.c: Likewise.
26265         * benchtests/bench-strcasecmp.c: Likewise.
26266         * benchtests/bench-strcasestr.c: Likewise.
26267         * benchtests/bench-strcat.c: Likewise.
26268         * benchtests/bench-strchr.c: Likewise.
26269         * benchtests/bench-strcmp.c: Likewise.
26270         * benchtests/bench-strcpy.c: Likewise.
26271         * benchtests/bench-strcpy_chk.c: Likewise.
26272         * benchtests/bench-strlen.c: Likewise.
26273         * benchtests/bench-strncasecmp.c: Likewise.
26274         * benchtests/bench-strncat.c: Likewise.
26275         * benchtests/bench-strncmp.c: Likewise.
26276         * benchtests/bench-strncpy.c: Likewise.
26277         * benchtests/bench-strnlen.c: Likewise.
26278         * benchtests/bench-strpbrk.c: Likewise.
26279         * benchtests/bench-strrchr.c: Likewise.
26280         * benchtests/bench-strspn.c: Likewise.
26281         * benchtests/bench-strstr.c: Likewise.
26283 2013-09-04  Will Newton  <will.newton@linaro.org>
26285         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26287 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26289         [BZ #15427]
26290         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26291         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26292         * math/libm-test.inc (lgamma_test_data): Add more tests.
26293         * sysdeps/i386/fpu/libm-test-ulps: Update.
26294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26296 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26298         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26299         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26300         Add ifunc.
26301         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26302         Add strcmp-sse2-unaligned
26303         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26305 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26307         * Versions.def (libc): Add GLIBC_2.19.
26309 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26311         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26312         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26314 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26316         [BZ #14155]
26317         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26318         intermediate calculations in recurrence.
26319         (__ieee754_ynf): Likewise.
26320         * math/libm-test.inc (jn_test_data): Do not allow spurious
26321         underflow exception.  Add more tests.
26322         (yn_test_data): Add more tests.
26323         * sysdeps/i386/fpu/libm-test-ulps: Update.
26324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26326 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26328         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26330 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26332         * csu/init-first.c: Fix then/than typos.
26333         * locale/programs/ld-collate.c: Likewise.
26334         * locale/programs/linereader.h: Likewise.
26335         * manual/charset.texi: Likewise.
26336         * manual/filesys.texi: Likewise.
26337         * manual/stdio.texi: Likewise.
26338         * manual/string.texi: Likewise.
26339         * stdlib/fmtmsg.c: Likewise.
26340         * sysdeps/i386/stpncpy.S: Likewise.
26341         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26342         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26343         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26344         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26346 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26348         * elf/dl-open.c: Fix typos.
26349         * iconvdata/gbbig5.c: Likewise.
26350         * iconvdata/iso-2022-jp.c: Likewise.
26351         * iconv/gconv_int.h: Likewise.
26352         * iconv/loop.c: Likewise.
26353         * nis/rpcsvc/nis.h: Likewise.
26354         * resolv/ns_name.c: Likewise.
26355         * stdio-common/vfscanf.c: Likewise.
26356         * streams/stropts.h: Likewise.
26357         * sunrpc/rpc_thread.c: Likewise.
26358         * sysdeps/i386/strpbrk.S: Likewise.
26359         * sysdeps/ieee754/k_standard.c: Likewise.
26360         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26361         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26362         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26363         * sysdeps/mach/hurd/profil.c: Likewise.
26364         * sysdeps/s390/dl-procinfo.h: Likewise.
26365         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26366         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26367         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26368         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26369         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26371 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26373         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26374         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26376 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26378         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26379         aix specific files.
26380         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26381         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26382         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26383         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26384         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26385         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26386         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26387         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26389 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26390             Roland McGrath  <roland@hack.frob.com>
26392         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26393         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26395 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26397         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26398         __executable_start symbol instead of _start.
26400 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26402         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26403         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26404         Move macros to...
26405         * sysdeps/gnu/ldsodefs.h: ... this new file.
26407         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26408         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26409         instead of ELFOSABI_LINUX.
26411         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26412         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26413         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26414         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26415         Likewise.
26416         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26417         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26418         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26419         Likewise.
26420         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26421         (ibm_extended_long_double): Add ieee_nan member.
26422         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26423         (do_test): New function.
26425         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26426         TEST_TRUNC.
26427         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26428         functions, renamed from truncdfsf_test, trunctfsf_test,
26429         trunctfdf_test.
26430         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26431         functions.
26432         (do_test): Run all these.
26434 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26436         * argp/argp-help.c: Fix typos.
26437         * argp/argp-parse.c: Likewise.
26438         * debug/backtracesyms.c: Likewise.
26439         * elf/elf.h: Likewise.
26440         * malloc/malloc.c: Likewise.
26441         * nis/nis_print.c: Likewise.
26442         * resolv/res_comp.c: Likewise.
26443         * stdlib/stdlib.h: Likewise.
26444         * sunrpc/clnt_tcp.c: Likewise.
26445         * sunrpc/clnt_udp.c: Likewise.
26446         * sunrpc/clnt_unix.c: Likewise.
26447         * sysdeps/unix/bsd/ptsname.c: Likewise.
26448         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26449         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26451         Likewise.
26452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26453         Likewise.
26454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26455         Likewise.
26456         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26458 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26460         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26461         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26463 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26465         [BZ #15897]
26466         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26467         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26468         ($(objpfx)bug-dl-leaf): New rule.
26469         ($(objpfx)bug-dl-leaf.so): Likewise.
26470         ($(objpfx)bug-dl-leaf.out): Likewise.
26471         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26472         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26473         * dlfcn/bug-dl-leaf.c: New test.
26474         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26475         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26476         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26477         (dlclose): Likewise.
26478         (dlmopen): Likewise.
26480 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26482         * include/netdb.h [!_ISOMAC]:
26483         Don't include <tls.h>.
26484         (h_errno, __libc_h_errno): Move declaration and macros out of
26485         [_LIBC_REENTRANT].
26487         * include/resolv.h [_RESOLV_H_]:
26488         Don't include <tls.h>.
26489         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26490         * resolv/res_libc.c: Don't include <tls.h>.
26491         (_res): Use __attribute__ ((nocommon)) in place of
26492         __attribute__ ((section (".bss"))).
26494         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26495         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26497         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26499         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26500         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26502         * resolv/res_mkquery.c: Include <sys/time.h>.
26504         * inet/ifreq.c: Moved to ...
26505         * sysdeps/unix/ifreq.c: ... here.
26506         * inet/ifreq.c: New file, true stub version.
26508         * socket/sa_len.c: New file.
26509         * socket/Makefile (aux): Add it.
26510         * sysdeps/unix/sysv/linux/Makefile
26511         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26512         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26513         and #include <socket/sa_len.c>.
26514         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26515         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26517         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26518         * bits/socket.h: ... here.
26520         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26521         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26522         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26524 2013-08-27  Andreas Schwab  <schwab@suse.de>
26526         [BZ #15736]
26527         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26528         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26529         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26530         * string/test-strcasecmp.c (test_main): Run tests in several
26531         locales.
26532         * string/test-strncasecmp.c (test_main): Likewise.
26534         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26535         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26536         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26537         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26538         (__strncasecmp_ssse3) [PIC]: Likewise.
26540 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26542         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26544         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26545         instead of explicitly declaring xdecrypt.
26546         * nis/nss_nis/nis-publickey.c: Likewise.
26548 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26550         [BZ #15890]
26551         * nscd/aicache.c: Include res_hconf.h.
26552         (addhstaiX): Initialize res_hconf.
26554 2013-08-26  Andreas Schwab  <schwab@suse.de>
26556         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26557         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26559 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26561         * nscd/aicache.c (addhstaiX): Fix indentation.
26563 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26565         * configure.ac: Quote $build_pt_chown test.
26566         * configure: Regenerated.
26568 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26570         [BZ #15532]
26571         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26572         * math/s_cexpf.c (__cexpf): Likewise.
26573         * math/s_cexpl.c (__cexpl): Likewise.
26574         * math/libm-test.inc (cexp_test_data): Correct expected return
26575         value for NaN + i0.  Add another test.
26577 2013-08-22  David S. Miller  <davem@davemloft.net>
26579         * po/ca.po: Update Catalan translation from translation project.
26580         * po/uk.po: Add Ukrainian translations from translation project.
26582 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26584         [BZ #15797]
26585         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26586         is infinite, not alongside NaN test.
26587         * math/s_fdimf.c (__fdimf): Likewise.
26588         * math/s_fdiml.c (__fdiml): Likewise.
26589         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26590         errno is unchanged.
26592 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26594         * argp/argp-help.c: Fix typos.
26595         * crypt/speeds.c: Likewise.
26596         * csu/check_fds.c: Likewise.
26597         * elf/dl-load.c: Likewise.
26598         * elf/dl-open.c: Likewise.
26599         * elf/reldep3.c: Likewise.
26600         * elf/reldep.c: Likewise.
26601         * elf/sprof.c: Likewise.
26602         * iconv/iconv_charmap.c: Likewise.
26603         * iconv/skeleton.c: Likewise.
26604         * iconv/strtab.c: Likewise.
26605         * io/lockf64.c: Likewise.
26606         * libio/libioP.h: Likewise.
26607         * resolv/gai_notify.c: Likewise.
26608         * resolv/ns_name.c: Likewise.
26609         * resolv/ns_samedomain.c: Likewise.
26610         * resolv/res_send.c: Likewise.
26611         * stdlib/random.c: Likewise.
26612         * sunrpc/rpc/xdr.h: Likewise.
26613         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26614         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26615         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26616         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26617         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26618         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26619         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26620         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26621         * sysdeps/mach/hurd/check_fds.c: Likewise.
26622         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26623         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26624         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26625         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26626         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26627         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26628         * sysdeps/pthread/aio_notify.c: Likewise.
26629         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26630         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26631         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26632         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26633         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26635 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26637         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26638         version if bit_Slow_SSE4_2 is set.
26639         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26640         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26642 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26644         [BZ #15867]
26645         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26646         trampoline stack frame information.
26647         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26648         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26649         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26650         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26651         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26652         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26653         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26654         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26655         sa_flags value.
26656         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26657         interrupting a syscall and set with option SA_SIGINFO.
26659 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26661         [BZ #15531]
26662         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26663         argument is infinite.
26664         * math/s_cprojf.c (__cprojf): Likewise.
26665         * math/s_cprojl.c (__cprojl): Likewise.
26666         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26667         * math/libm-test.inc (cproj_test_data): Add more tests.
26669         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26671         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26672         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26673         size.  Use __ffs to determine corresponding shift.
26675 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26676             Roland McGrath  <roland@hack.frob.com>
26678         * Makefile (INSTALL): Remove trailing blank lines from output of
26679         makeinfo.
26681 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26683         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26684         Align 32 bit compat elf_greg to 8 bytes.
26686 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26688         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26690 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26692         * string/strcoll_l.c (coll_seq): New structure.
26693         (get_next_seq_cached): New function.
26694         (get_next_seq): New function.
26695         (do_compare): New function.
26696         (STRCOLL): Use GNU style definition.  Simplify implementation
26697         by using get_next_seq, get_next_seq_cached and do_compare.
26699 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26701         [BZ #14699]
26702         CVE-2013-4237
26703         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26704         member.
26705         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26706         member.
26707         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26708         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26709         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26710         conditional.
26711         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26712         GETDENTS_64BIT_ALIGNED.
26713         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26714         * manual/filesys.texi (Reading/Closing Directory): Document
26715         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26716         strongly.
26717         * manual/conf.texi (Limits for Files): Add portability note to
26718         NAME_MAX, PATH_MAX.
26719         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26721 2013-08-13  Andreas Schwab  <schwab@suse.de>
26723         [BZ #15749]
26724         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26725         of fabs.
26726         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26727         LDBL_MAX_EXP >= 16384]: Add tests for it.
26729 2013-08-12  David S. Miller  <davem@davemloft.net>
26731         * version.h (RELEASE): Set to "development".
26732         (VERSION): Set to "2.18.90".
26733         * NEWS: Add 2.19 section.
26735 2013-08-03  David S. Miller  <davem@davemloft.net>
26737         * po/ko.po: Update Korean translation from translation project.
26739 2013-08-01  David S. Miller  <davem@davemloft.net>
26741         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26742         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26743         Bilka.
26745 2013-07-30  David S. Miller  <davem@davemloft.net>
26747         * po/fr.po: Update French translation from translation project.
26749 2013-07-28  David S. Miller  <davem@davemloft.net>
26751         * po/cs.po: Update Czech translation from translation project.
26753         * po/sv.po: Update Swedish translation from translation project.
26755 2013-07-27  David S. Miller  <davem@davemloft.net>
26757         * po/eo.po: Update Esperanto translation from translation project.
26759         * po/vi.po: Update Vietnamese translation from translation project.
26761         * po/de.po: Update German translation from translation project.
26763 2013-07-26  David S. Miller  <davem@davemloft.net>
26765         * po/bg.po: Update Bulgarian translation from translation project.
26767         * po/nl.po: Update Dutch translation from translation project.
26768         * po/pl.po: Update Polish translation from translation project.
26769         * po/ru.po: Update Russian translation from translation project.
26771 2013-07-24  David S. Miller  <davem@davemloft.net>
26773         * po/libc.pot: Update.
26775 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26777         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26778         variable page size.
26779         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26780         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26781         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26783 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26785         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26787 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26788             Andreas Schwab  <schwab@suse.de>
26789             Roland McGrath  <roland@hack.frob.com>
26790             Joseph Myers  <joseph@codesourcery.com>
26791             Carlos O'Donell  <carlos@redhat.com>
26793         [BZ #15755]
26794         * config.h.in: Define HAVE_PT_CHOWN.
26795         * config.make.in (build-pt-chown): New variable.
26796         * configure.in (--enable-pt_chown): New configure option.
26797         * configure: Regenerate.
26798         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26799         build-pt-chown is enabled.
26800         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26801         pt_chown to fix pty ownership.
26802         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26803         CLOSE_ALL_FDS.
26804         * manual/install.texi (Configuring and compiling): Mention
26805         --enable-pt_chown. Add @findex for grantpt.
26806         * INSTALL: Regenerate.
26808 2013-07-20  David S. Miller  <davem@davemloft.net>
26810         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26811         difference between 32-bit and 64-bit.
26813 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26815         [BZ #15711]
26816         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26817         Avoid system header dependency with -ffreestanding.
26818         ($(objpfx)bits/syscall%d): Likewise.
26820 2013-07-13  David S. Miller  <davem@davemloft.net>
26822         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26823         underflows from atanl/atan2l due to bug 15319.
26824         (casinh_test_data): Likewise.
26826 2013-07-07  David S. Miller  <davem@davemloft.net>
26828         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26830 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26832         * sysdeps/i386/fpu/libm-test-ulps: Update.
26833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26835 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26837         * configure.in (--enable-lock-elision): Fix message text.
26838         * INSTALL: Regenerate.
26839         * configure: Regenerate.
26841 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26843         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26845 2013-07-03  Andreas Jaeger  <aj@suse.de>
26847         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26848         define.
26849         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26850         (ptrace_peeksiginfo_args): Add.
26851         (__ptrace_peeksiginfo_flags): Add.
26852         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26853         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26854         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26856 2013-07-03  Allan McRae  <allan@archlinux.org>
26858         * sysdeps/i386/fpu/libm-test-ulps: Update.
26860 2013-07-02  David S. Miller  <davem@davemloft.net>
26862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26864 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26868 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26870         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26873 2013-07-02  Andi Kleen <ak@linux.intel.com>
26875         * config.h.in (ENABLE_LOCK_ELISION): Add.
26876         * configure.in (--enable-lock-elision): Add option.
26877         * manual/install.texi: Document --enable lock elision.
26878         * configure: Regenerate
26879         * INSTALL: Regenerate.
26881 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26883         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26884         SSE4.2 strcasecmp for libc.a.
26885         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26887 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26889         [BZ #13304]
26890         * soft-fp/op-common.h (_FP_FMA): New macro.
26891         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26892         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26893         (_FP_MUL_MEAT_1_imm): ... here.
26894         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26895         (_FP_MUL_MEAT_1_wide): ... here.
26896         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26897         (_FP_MUL_MEAT_1_hard): ... here.
26898         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26899         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26900         (_FP_MUL_MEAT_2_wide): ... here.
26901         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26902         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26903         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26904         (_FP_MUL_MEAT_2_gmp): ... here.
26905         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26906         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26907         (_FP_MUL_MEAT_4_wide): ... here.
26908         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26909         (_FP_MUL_MEAT_4_gmp): ... here.
26910         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26911         (_FP_WFRACBITS_DW_S): Likewise.
26912         (_FP_WFRACXBITS_DW_S): Likewise.
26913         (_FP_HIGHBIT_DW_S): Likewise.
26914         (FP_FMA_S): Likewise.
26915         (_FP_FRAC_HIGH_DW_S): Likewise.
26916         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26917         (_FP_WFRACBITS_DW_D): Likewise.
26918         (_FP_WFRACXBITS_DW_D): Likewise.
26919         (_FP_HIGHBIT_DW_D): Likewise.
26920         (FP_FMA_D): Likewise.
26921         (_FP_FRAC_HIGH_DW_D): Likewise.
26922         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26923         (_FP_WFRACBITS_DW_E): Likewise.
26924         (_FP_WFRACXBITS_DW_E): Likewise.
26925         (_FP_HIGHBIT_DW_E): Likewise.
26926         (FP_FMA_E): Likewise.
26927         (_FP_FRAC_HIGH_DW_E): Likewise.
26928         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26929         (_FP_WFRACBITS_DW_Q): Likewise.
26930         (_FP_WFRACXBITS_DW_Q): Likewise.
26931         (_FP_HIGHBIT_DW_Q): Likewise.
26932         (FP_FMA_Q): Likewise.
26933         (_FP_FRAC_HIGH_DW_Q): Likewise.
26934         * soft-fp/fmasf4.c: New file.
26935         * soft-fp/fmadf4.c: Likewise.
26936         * soft-fp/fmatf4.c: Likewise.
26938 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26940         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26941         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26942         Silvermont.
26943         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26944         macro.
26945         (index_Slow_SSE4_2): Likewise.
26946         (index_Prefer_PMINUB_for_stringop): Likewise.
26947         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26948         bit_Slow_SSE4_2 is set.
26949         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26950         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26952 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26954         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26955         rtld_global._dl_hwcap2.
26956         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26957         POWER8.
26958         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26959         POWER8 feature descriptions defined in _dl_hwcap2.
26960         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26961         string handling for POWER8 feature bits.
26962         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26963         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26964         _dl_powerpc_cap_flags.
26965         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26966         * sysdeps/powerpc/rtld-global-offsets.sym
26967         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26968         _dl_hwcap2 in the rtld_global_ro structure.
26970 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26972         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26973         hardware capabilities in support of AT_HWCAP2.
26974         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26975         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26976         GLRO(dl_hwcap2).
26977         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26978         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26979         explicitly the unknown a_type display mechanism is used.
26980         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26981         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26982         struct member.
26983         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26984         to macro prototype for AT_HWCAP2 support.
26985         * sysdeps/i386/dl-procinfo.h: Likewise.
26986         * sysdeps/s390/dl-procinfo.h: Likewise.
26987         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26988         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26989         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26990         return -1 for unknown a_type display fallback.
26991         * sysdeps/sparc/dl-procinfo.h: Likewise.
26992         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26993         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26995 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26997         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26998         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27000 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27002         [BZ #12492]
27003         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27004         mprotect making __stack_prot writable.
27006 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27007             Joseph Myers  <joseph@codesourcery.com>
27009         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27010         as being properly aligned.
27012 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27014         * dlfcn/modstatic5.c: New file.
27015         * dlfcn/tststatic5.c: New file.
27016         * dlfcn/Makefile (tests): Add tststatic5.
27017         (tests-static): Likewise.
27018         (modules-names): Add modstatic5.
27019         (tststatic5-ENV): New variable.
27020         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27022         [BZ #15022]
27023         * elf/dl-support.c (_dl_main_map): New variable.
27024         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27025         (_dl_nns, _dl_load_adds): Set to 1.
27026         (_dl_initial_searchlist): Refer to _dl_main_map.
27027         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27028         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27029         call to _dl_get_origin.
27030         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27031         around call_map.
27032         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27033         * dlfcn/modstatic3.c: New file.
27034         * dlfcn/tststatic3.c: New file.
27035         * dlfcn/tststatic4.c: New file.
27036         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27037         (tests-static): Likewise.
27038         (modules-names): Add modstatic3.
27039         (tststatic3-ENV, tststatic4-ENV): New variables.
27040         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27041         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27043 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27045         * configure.in (CC): Require GCC version 4.4 or later.
27046         * configure: Regenerated.
27047         * manual/install.texi (Tools for Compilation): Update GCC version
27048         requirement.
27049         * INSTALL: Regenerated.
27051 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27053         [BZ #15674]
27054         * string/test-memcmp.c (check2): New.
27055         (main): Call check2.
27057         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27059 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27061         [BZ #15022]
27062         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27063         over to...
27064         (dl_open_worker) [!SHARED]: ... here.
27066 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27068         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27070 2013-06-25  Richard Henderson  <rth@redhat.com>
27072         * locale/programs/locarchive.c: Include <libc-internal.h>
27074 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27076         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27077         trailing whitespace removed.
27079 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27081         [BZ #10283]
27082         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27083         * locale/programs/locarchive.c: Include libc-mmap.h.
27084         (prepare_address_space): Take two new outputs (the mmap base and len).
27085         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27086         values.
27087         (create_archive): Declare new mmap base and len values for
27088         prepare_address_space, and store the result in ah.
27089         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27090         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27091         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27092         Declare new mmap base and len values for
27093         prepare_address_space, and store the result in new_ah.
27094         (open_archive): Declare new mmap base and len values for
27095         prepare_address_space, and store the result in ah.
27096         (close_archive): If ah->mmap_base is not NULL, use that and
27097         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27098         * sysdeps/generic/libc-mmap.h: New file.
27100 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27102         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27103         (ALIGN_UP): Likewise.
27104         (PTR_ALIGN_DOWN): Likewise.
27105         (PTR_ALIGN_UP): Likewise.
27107 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27109         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27110         entry mapped to PPC_PLATFORM_POWER8.
27111         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27112         POWER8.
27113         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27114         (_dl_string_platform): Add case for exporting platform position for
27115         POWER8.
27116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27117         search path to sysdeps/powerpc/powerpc32/power8 directory.
27118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27119         search path to sysdeps/powerpc/powerpc64/power8 directory.
27120         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27121         power7 directories.
27122         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27123         power7 directories.
27125 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27127         * INSTALL: Regenerate.
27129         * nscd/connections.c (nscd_init): Fix comment.
27131 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27133         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27135         [BZ #15667]
27136         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27137         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27139 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27141         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27142         DL_DST_REQ_STATIC.
27143         (DL_DST_REQ_STATIC): Remove macro.
27145 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27147         [BZ #7006]
27148         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27149         with a shift of 0 bits.
27151 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27153         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27154         $(tststatic-ENV).
27156 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27158         [BZ #15655]
27159         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27161 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27163         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27164         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27165         accepts -fno-tree-loop-distribute-patterns.
27166         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27167         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27168         recursive call.
27169         * string/memset.c (memset): Likewise.
27170         * string/test-memmove.c (simple_memmove): Disable loop transformation
27171         to library calls.
27172         * string/test-memset.c (simple_memset): Likewise.
27173         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27174         * benchtests/bench-memset.c (simple_memset): Likewise.
27175         * configure: Regenerated.
27177 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27179         * math/test-misc.c (main): Ignore fesetround failure when failures
27180         of subsequent rounding tests would be ignored.
27182         [BZ #15654]
27183         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27184         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27185         * math/fegetenv.c (__fegetenv): Return 0.
27186         * math/fegetexcept.c (fegetexcept): Return 0.
27187         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27188         FE_TONEAREST.
27189         * math/feholdexcpt.c (feholdexcept): Return 0.
27190         * math/fesetenv.c (__fesetenv): Return 0.
27191         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27192         argument FE_TONEAREST.
27193         * math/feupdateenv.c (__feupdateenv): Return 0.
27194         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27196 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27198         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27199         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27200         ($(objpfx)rtld-%.os rules): Use them.
27202 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27204         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27205         fields.
27207 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27209         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27210         length of target pattern, then descending length of dependency pattern.
27211         * configure.in (AWK): Require gawk 3.1.2 or newer.
27212         * manual/install.texi (Tools for Compilation): Say that we do.
27213         * configure: Regenerated.
27215         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27216         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27217         * scripts/sysd-rules.awk: ... this new script.
27218         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27219         than a glob-style pattern.
27221 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27223         * math/test-misc.c (main): Do not treat incorrectly rounded
27224         conversions as failure unless ROUNDING_TESTS passes.
27226 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27228         [BZ #15631]
27229         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27230         restore exception state around main square root computation, then
27231         check for inexactness explicitly.
27233         * math/libm-test.inc (fma_test_data): Add another test.
27235 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27237         * manual/threads.texi (Non-POSIX Extensions): New document
27238         node.  Document pthread_getattr_default_np and
27239         pthread_setattr_default_np.
27241         * Versions.def (libpthread): Add GLIBC_2.18.
27242         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27244         Likewise.
27245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27246         Likewise.
27247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27248         Likewise.
27249         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27250         Likewise.
27251         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27252         Likewise.
27253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27254         Likewise.
27255         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27256         Likewise.
27257         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27258         Likewise.
27259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27260         Likewise.
27262 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27265         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27267 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27268             H.J. Lu  <hjl.tools@gmail.com>
27270         [BZ #15627]
27271         * sysdeps/x86_64/rtld-memset.c: Remove file.
27272         * sysdeps/x86_64/rtld-memset.S: New file.
27274 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27276         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27277         (test_in_one_mode): Take arguments for whether the rounding mode
27278         is supported for each floating-point type.
27279         (do_test): Pass new arguments to test_in_one_mode using
27280         ROUNDING_TESTS.
27282 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27284         * posix/tst-waitid.c (do_test): Distinguish different instances of
27285         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27286         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27287         before entering the kernel for waitpid.
27289 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27291         * NEWS: Fix note on clock function precision.  Text by Roland
27292         McGrath.
27294 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27296         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27297         it into place only when and if the sanity check passes.
27299 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27301         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27302         output for whether conversion result is exact.  Take argument
27303         indicating whether type is IBM long double.
27304         (round_for_all): Change need_exact field to ibm_ld.
27305         * stdlib/tst-strtod-round.c (struct exactness): New type.
27306         (struct test): Change bool ld_ok field to struct exactness exact.
27307         (TEST): Update all definitions for change to field.
27308         (tests): Regenerate array contents.
27309         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27310         field value.  Check for IBM long double here.
27311         (do_test): Update calls to test_in_one_mode.
27313 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27315         [BZ #12515]
27316         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27317         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27319 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27321         [BZ #15605]
27322         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27323         generated by the compiler on loop optimizations.
27324         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27325         general definitions.
27327 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27329         * math/bug-nextafter.c: Include <math-tests.h>.
27330         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27331         the relevant type.
27332         * math/bug-nexttoward.c: Include <math-tests.h>.
27333         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27334         the relevant type.
27335         * math/test-misc.c: Include <math-tests.h>.
27336         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27337         the relevant type.
27339 2013-06-12  Andreas Jaeger  <aj@suse.de>
27341         * po/ia.po: Update Interlingua translation from translation
27342         project.
27344 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27346         * include/fenv.h: Include stdbool.h.
27347         (struct rm_ctx): New structure.
27348         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27349         Define macro.
27350         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27351         (SET_RESTORE_ROUNDF): Likewise.
27352         (SET_RESTORE_ROUNDL): Likewise.
27353         (SET_RESTORE_ROUND_NOEX): Likewise.
27354         (SET_RESTORE_ROUND_NOEXF): Likewise.
27355         (SET_RESTORE_ROUND_NOEXL): Likewise.
27356         (SET_RESTORE_ROUND_53BIT): Likewise.
27357         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27358         (libc_feresetround_noexf_ctx): Likewise.
27359         (libc_feresetround_noexl_ctx): Likewise.
27360         (libc_feholdsetround_53bit_ctx): Likewise.
27361         (libc_feresetround_53bit_ctx): Likewise.
27362         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27363         (libc_feholdexcept_setround_sse_ctx): New function.
27364         (libc_fesetenv_sse_ctx): Likewise.
27365         (libc_feupdateenv_sse_ctx): Likewise.
27366         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27367         (libc_feholdexcept_setround_387_ctx): Likewise.
27368         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27369         (libc_feholdsetround_387_prec_ctx): Likewise.
27370         (libc_feholdsetround_387_ctx): Likewise.
27371         (libc_feholdsetround_387_53bit_ctx): Likewise.
27372         (libc_feholdsetround_sse_ctx): Likewise.
27373         (libc_feresetround_sse_ctx): Likewise.
27374         (libc_feresetround_387_ctx): Likewise.
27375         (libc_feupdateenv_387_ctx): Likewise.
27376         (libc_feholdexcept_setroundf_ctx): Define macro.
27377         (libc_fesetenvf_ctx): Likewise.
27378         (libc_feupdateenvf_ctx): Likewise.
27379         (libc_feholdsetroundf_ctx): Likewise.
27380         (libc_feresetroundf_ctx): Likewise.
27381         (libc_feholdexcept_setround_ctx): Likewise.
27382         (libc_fesetenv_ctx): Likewise.
27383         (libc_feupdateenv_ctx): Likewise.
27384         (libc_feholdsetround_ctx): Likewise.
27385         (libc_feresetround_ctx): Likewise.
27386         (libc_feholdexcept_setroundl_ctx): Likewise.
27387         (libc_feupdateenvl_ctx): Likewise.
27388         (libc_feholdsetroundl_ctx): Likewise.
27389         (libc_feresetroundl_ctx): Likewise.
27390         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27391         (libc_feresetround_53bit_ctx): Likewise.
27393 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27395         * locale/iso-639.def: Convert to UTF-8.
27397 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27399         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27400         (EXCEPTION_TESTS_double): Likewise.
27401         (EXCEPTION_TESTS_long_double): Likewise.
27402         (EXCEPTION_TESTS): Likewise.
27403         * math/libm-test.inc (test_exceptions): Only test exceptions if
27404         EXCEPTION_TESTS (FLOAT).
27406 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27408         * benchtests/Makefile (string-bench): Add strcpy_chk and
27409         stpcpy_chk.
27410         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27411         * benchtests/bench-stpcpy_chk.c: New file.
27412         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27413         * benchtests/bench-strcpy_chk.c: New file.
27414         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27415         code.
27416         (do_test): Likewise.
27418 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27420         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27421         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27422         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27423         with tabs where appropriate.
27424         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27425         dl-procinfo.h.
27426         [PPC_PLATFORM_PPC440]: Likewise.
27427         [PPC_PLATFORM_PPC464]: Likewise.
27428         [PPC_PLATFORM_PPC476]: Likewise.
27429         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27430         ppc464, and ppc476 platform strings merging from ports/
27431         dl-procinfo.h.
27433 2013-06-11  Andreas Schwab  <schwab@suse.de>
27435         [BZ #14991]
27436         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27437         (from_ucs4_idx): Regenerate.
27438         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27439         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27440         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27441         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27442         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27443         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27444         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27445         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27446         from FROM_LOOP and TO_LOOP specific macros.
27447         (BODY): Handle combining characters.
27448         * iconvdata/BIG5HKSCS.irreversible: Update.
27449         * iconvdata/BIG5HKSCS.precomposed: New file.
27450         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27451         characters.
27452         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27454 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27456         * include/sys/time.h: Fix indentation and add copyright header.
27458         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27459         (do_test): Likewise.
27460         * string/test-memchr.c (do_one_test): Likewise.
27461         (do_test): Likewise.
27462         * string/test-memcmp.c (do_one_test): Likewise.
27463         (do_test): Likewise.
27464         * string/test-memcpy.c (do_one_test): Likewise.
27465         (do_test): Likewise.
27466         * string/test-memmem.c (do_one_test): Likewise.
27467         (do_test): Likewise.
27468         (do_random_tests): Likewise.
27469         * string/test-memmove.c (do_one_test): Likewise.
27470         (do_test): Likewise.
27471         * string/test-memset.c (do_one_test): Likewise.
27472         (do_test): Likewise.
27473         * string/test-rawmemchr.c (do_one_test): Likewise.
27474         (do_test): Likewise.
27475         * string/test-strcasecmp.c (do_one_test): Likewise.
27476         (do_test): Likewise.
27477         * string/test-strcasestr.c (do_one_test): Likewise.
27478         (do_test): Likewise.
27479         * string/test-strcat.c (do_one_test): Likewise.
27480         (do_test): Likewise.
27481         * string/test-strchr.c (do_one_test): Likewise.
27482         (do_test): Likewise.
27483         * string/test-strcmp.c (do_one_test): Likewise.
27484         (do_test): Likewise.
27485         * string/test-strcpy.c (do_one_test): Likewise.
27486         (do_test): Likewise.
27487         * string/test-string.h: Likewise.
27488         (test_init): Likewise.
27489         * string/test-strlen.c (do_one_test): Likewise.
27490         (do_test): Likewise.
27491         * string/test-strncasecmp.c (do_one_test): Likewise.
27492         (do_test): Likewise.
27493         * string/test-strncat.c (do_one_test): Likewise.
27494         (do_test): Likewise.
27495         * string/test-strncmp.c (do_one_test): Likewise.
27496         (do_test_limit): Likewise.
27497         (do_test): Likewise.
27498         * string/test-strncpy.c (do_one_test): Likewise.
27499         (do_test): Likewise.
27500         * string/test-strnlen.c (do_one_test): Likewise.
27501         (do_test): Likewise.
27502         * string/test-strpbrk.c (do_one_test): Likewise.
27503         (do_test): Likewise.
27504         * string/test-strrchr.c (do_one_test): Likewise.
27505         (do_test): Likewise.
27506         * string/test-strspn.c (do_one_test): Likewise.
27507         (do_test): Likewise.
27508         * string/test-strstr.c (do_one_test): Likewise.
27509         (do_test): Likewise.
27511         * benchtests/Makefile (string-bench): Add string benchmarks.
27512         * benchtests/bench-bcopy-ifunc.c: New file.
27513         * benchtests/bench-bcopy.c: New file.
27514         * benchtests/bench-bzero-ifunc.c: New file.
27515         * benchtests/bench-bzero.c: New file.
27516         * benchtests/bench-memccpy-ifunc.c: New file.
27517         * benchtests/bench-memccpy.c: New file.
27518         * benchtests/bench-memchr-ifunc.c: New file.
27519         * benchtests/bench-memchr.c: New file.
27520         * benchtests/bench-memcmp-ifunc.c: New file.
27521         * benchtests/bench-memcmp.c: New file.
27522         * benchtests/bench-memmem-ifunc.c: New file.
27523         * benchtests/bench-memmem.c: New file.
27524         * benchtests/bench-memmove-ifunc.c: New file.
27525         * benchtests/bench-memmove.c: New file.
27526         * benchtests/bench-mempcpy-ifunc.c: New file.
27527         * benchtests/bench-mempcpy.c: New file.
27528         * benchtests/bench-memset-ifunc.c: New file.
27529         * benchtests/bench-memset.c: New file.
27530         * benchtests/bench-rawmemchr-ifunc.c: New file.
27531         * benchtests/bench-rawmemchr.c: New file.
27532         * benchtests/bench-stpcpy-ifunc.c: New file.
27533         * benchtests/bench-stpcpy.c: New file.
27534         * benchtests/bench-stpncpy-ifunc.c: New file.
27535         * benchtests/bench-stpncpy.c: New file.
27536         * benchtests/bench-strcasecmp-ifunc.c: New file.
27537         * benchtests/bench-strcasecmp.c: New file.
27538         * benchtests/bench-strcasestr-ifunc.c: New file.
27539         * benchtests/bench-strcasestr.c: New file.
27540         * benchtests/bench-strcat-ifunc.c: New file.
27541         * benchtests/bench-strcat.c: New file.
27542         * benchtests/bench-strchr-ifunc.c: New file.
27543         * benchtests/bench-strchr.c: New file.
27544         * benchtests/bench-strchrnul-ifunc.c: New file.
27545         * benchtests/bench-strchrnul.c: New file.
27546         * benchtests/bench-strcmp-ifunc.c: New file.
27547         * benchtests/bench-strcmp.c: New file.
27548         * benchtests/bench-strcpy-ifunc.c: New file.
27549         * benchtests/bench-strcpy.c: New file.
27550         * benchtests/bench-strcspn-ifunc.c: New file.
27551         * benchtests/bench-strcspn.c: New file.
27552         * benchtests/bench-strlen-ifunc.c: New file.
27553         * benchtests/bench-strlen.c: New file.
27554         * benchtests/bench-strncasecmp-ifunc.c: New file.
27555         * benchtests/bench-strncasecmp.c: New file.
27556         * benchtests/bench-strncat-ifunc.c: New file.
27557         * benchtests/bench-strncat.c: New file.
27558         * benchtests/bench-strncmp-ifunc.c: New file.
27559         * benchtests/bench-strncmp.c: New file.
27560         * benchtests/bench-strncpy-ifunc.c: New file.
27561         * benchtests/bench-strncpy.c: New file.
27562         * benchtests/bench-strnlen-ifunc.c: New file.
27563         * benchtests/bench-strnlen.c: New file.
27564         * benchtests/bench-strpbrk-ifunc.c: New file.
27565         * benchtests/bench-strpbrk.c: New file.
27566         * benchtests/bench-strrchr-ifunc.c: New file.
27567         * benchtests/bench-strrchr.c: New file.
27568         * benchtests/bench-strspn-ifunc.c: New file.
27569         * benchtests/bench-strspn.c: New file.
27570         * benchtests/bench-strstr-ifunc.c: New file.
27571         * benchtests/bench-strstr.c: New file.
27573         * benchtests/Makefile: Disable parallel execution of targets.
27574         (string-bench): Add memcpy.
27575         (benchset): New variable to store a list of benchmark sets.
27576         (bench-func): Renamed from bench.
27577         (bench-set): New target.
27578         (bench): Depend on bench-func and bench-set.
27579         * benchtests/README: Add section on benchmark sets.
27580         * benchtests/bench-memcpy-ifunc.c: New file.
27581         * benchtests/bench-memcpy.c: New file.
27582         * benchtests/bench-string.h: New file.
27584 2013-06-11  Andreas Schwab  <schwab@suse.de>
27586         [BZ #15577]
27587         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27588         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27589         values in the triple.
27590         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27591         terminator in the group key.
27593 2013-06-11  Andreas Jaeger  <aj@suse.de>
27595         * po/zh_TW.po: Update Chinese (traditional) translation from
27596         translation project.
27598 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27600         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27601         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27602         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27603         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27604         (clock_getcpuclockid): Likewise.
27605         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27606         Add weak_alias and libc_hidden_def.
27607         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27608         * rt/clock_gettime.c (clock_gettime): Rename to
27609         __clock_gettime.  Add weak_alias and libc_hidden_def.
27610         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27611         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27612         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27613         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27614         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27615         Likewise.
27616         * rt/clock_settime.c (clock_settime): Rename to
27617         __clock_settime.  Add weak_alias and libc_hidden_def.
27618         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27620 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27622         * mach/err_boot.sub: Remove trailing whitespace.
27623         * mach/err_ipc.sub: Likewise.
27624         * mach/err_mach.sub: Likewise.
27626         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27627         (ROUNDING_TESTS_double): Likewise.
27628         (ROUNDING_TESTS_long_double): Likewise.
27629         (ROUNDING_TESTS): Likewise.
27630         * math/libm-test.inc: Include <math-tests.h>.
27631         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27632         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27633         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27634         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27636 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27638         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27639         of assigning.
27641 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27643         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27644         otherwise empty TRANS lines.
27645         * sysdeps/gnu/errlist.c: Regenerated.
27647         * catgets/gencat.c (error_print): Use (void) in function
27648         definition.
27649         * crypt/crypt_util.c (__init_des): Likewise.
27650         * crypt/speeds.c (Stop): Likewise.
27651         (main): Likewise.
27652         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27653         * inet/ruserpass.c (token): Likewise.
27654         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27655         * intl/localealias.c (extend_alias_table): Likewise.
27656         * intl/plural-exp.c (init_germanic_plural): Likewise.
27657         * libio/fcloseall.c (__fcloseall): Likewise.
27658         * libio/genops.c (_IO_flush_all): Likewise.
27659         (_IO_flush_all_linebuffered): Likewise.
27660         (_IO_cleanup): Likewise.
27661         (_IO_iter_begin): Likewise.
27662         (_IO_iter_end): Likewise.
27663         (_IO_list_lock): Likewise.
27664         (_IO_list_unlock): Likewise.
27665         (_IO_list_resetlock): Likewise.
27666         * libio/getchar.c (getchar): Likewise.
27667         * libio/getchar_u.c (getchar_unlocked): Likewise.
27668         * libio/getwchar.c (getwchar): Likewise.
27669         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27670         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27671         * login/getpt.c (__getpt): Likewise.
27672         * login/tst-utmp.c (main): Likewise.
27673         * malloc/hooks.c (__malloc_check_init): Likewise.
27674         * malloc/malloc.c (__malloc_stats): Likewise.
27675         * malloc/mtrace.c (tr_break): Likewise.
27676         (mtrace): Likewise.
27677         (muntrace): Likewise.
27678         * misc/fstab.c (endfsent): Likewise.
27679         * misc/getclktck.c (__getclktck): Likewise.
27680         * misc/getdtsz.c (__getdtablesize): Likewise.
27681         * misc/gethostid.c (gethostid): Likewise.
27682         * misc/getpagesize.c (__getpagesize): Likewise.
27683         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27684         (__get_nprocs): Likewise.
27685         (__get_phys_pages): Likewise.
27686         (__get_avphys_pages): Likewise.
27687         * misc/getttyent.c (getttyent): Likewise.
27688         (setttyent): Likewise.
27689         (endttyent): Likewise.
27690         * misc/getusershell.c (getusershell): Likewise.
27691         (endusershell): Likewise.
27692         (setusershell): Likewise.
27693         (initshells): Likewise.
27694         * misc/hsearch.c (__hdestroy): Likewise.
27695         * misc/sync.c (sync): Likewise.
27696         * misc/syslog.c (closelog_internal): Likewise.
27697         (closelog): Likewise.
27698         * misc/ttyslot.c (ttyslot): Likewise.
27699         * misc/vhangup.c (vhangup): Likewise.
27700         * posix/fork.c (__fork): Likewise.
27701         * posix/getegid.c (__getegid): Likewise.
27702         * posix/geteuid.c (__geteuid): Likewise.
27703         * posix/getgid.c (__getgid): Likewise.
27704         * posix/getpid.c (__getpid): Likewise.
27705         * posix/getppid.c (__getppid): Likewise.
27706         * posix/getuid.c (__getuid): Likewise.
27707         * posix/pause.c (pause): Likewise.
27708         * posix/setpgrp.c (setpgrp): Likewise.
27709         * posix/setsid.c (__setsid): Likewise.
27710         * posix/test-vfork.c (noop): Likewise.
27711         * resolv/gethnamaddr.c (_endhtent): Likewise.
27712         (_gethtent): Likewise.
27713         (ht_endhostent): Likewise.
27714         (gethostent): Likewise.
27715         (dns_service): Likewise.
27716         * stdlib/drand48.c (drand48): Likewise.
27717         * stdlib/lrand48.c (lrand48): Likewise.
27718         * stdlib/mrand48.c (mrand48): Likewise.
27719         * stdlib/rand.c (rand): Likewise.
27720         * stdlib/random.c (__random): Likewise.
27721         * stdlib/setenv.c (clearenv): Likewise.
27722         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27723         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27724         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27725         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27726         (__get_nprocs): Likewise.
27727         (__get_phys_pages): Likewise.
27728         (__get_avphys_pages): Likewise.
27729         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27730         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27731         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27732         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27733         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27734         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27735         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27736         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27737         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27738         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27739         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27740         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27741         * sysdeps/posix/clock.c (clock): Likewise.
27742         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27743         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27744         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27745         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27746         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27747         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27748         (__get_nprocs_conf): Likewise.
27749         (__get_phys_pages): Likewise.
27750         (__get_avphys_pages): Likewise.
27751         * time/clock.c (clock): Likewise.
27752         * time/tzset.c (__tzname_max): Likewise.
27754 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27756         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27757         (__bswap_32): Do not use "register".
27758         * crypt/crypt.c (_ufc_doit_r): Likewise.
27759         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27760         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27761         * gmon/gmon.c (__monstartup): Likewise.
27762         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27763         * hurd/hurdmalloc.c (more_memory): Likewise.
27764         (malloc): Likewise.
27765         (free): Likewise.
27766         (realloc): Likewise.
27767         (malloc_fork_prepare): Likewise.
27768         (malloc_fork_parent): Likewise.
27769         (malloc_fork_child): Likewise.
27770         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27771         (_svcauth_des): Likewise.
27772         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27773         * inet/inet_net.c (inet_network): Likewise.
27774         * inet/inet_netof.c (inet_netof): Likewise.
27775         * inet/rcmd.c (__validuser2_sa): Likewise.
27776         * io/fts.c (fts_open): Likewise.
27777         (fts_load): Likewise.
27778         (fts_close): Likewise.
27779         (fts_read): Likewise.
27780         (fts_children): Likewise.
27781         (fts_build): Likewise.
27782         (fts_stat): Likewise.
27783         (fts_sort): Likewise.
27784         (fts_alloc): Likewise.
27785         (fts_lfree): Likewise.
27786         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27787         (_IO_file_xsgetn): Likewise.
27788         (_IO_file_xsgetn_mmap): Likewise.
27789         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27790         (_IO_cookie_write): Likewise.
27791         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27792         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27793         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27794         * malloc/obstack.c (_obstack_begin): Likewise.
27795         (_obstack_begin_1): Likewise.
27796         (_obstack_newchunk): Likewise.
27797         (_obstack_allocated_p): Likewise.
27798         (obstack_free): Likewise.
27799         (_obstack_memory_used): Likewise.
27800         * misc/getttyent.c (getttynam): Likewise.
27801         (getttyent): Likewise.
27802         (skip): Likewise.
27803         (value): Likewise.
27804         * misc/getusershell.c (initshells): Likewise.
27805         * misc/syslog.c (__vsyslog_chk): Likewise.
27806         * misc/ttyslot.c (ttyslot): Likewise.
27807         * nis/nis_hash.c (__nis_hash): Likewise.
27808         * posix/fnmatch_loop.c (FCT): Likewise.
27809         * posix/getconf.c (print_all): Likewise.
27810         (main): Likewise.
27811         * posix/getopt.c (exchange): Likewise.
27812         * posix/glob.c (globfree): Likewise.
27813         (prefix_array): Likewise.
27814         (__glob_pattern_type): Likewise.
27815         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27816         (NS_GET32): Likewise.
27817         (NS_PUT16): Likewise.
27818         (NS_PUT32): Likewise.
27819         * resolv/gethnamaddr.c (getanswer): Likewise.
27820         (gethostbyname2): Likewise.
27821         (gethostbyaddr): Likewise.
27822         (_gethtent): Likewise.
27823         (_gethtbyname2): Likewise.
27824         (_gethtbyaddr): Likewise.
27825         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27826         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27827         * resolv/res_init.c (__res_vinit): Likewise.
27828         (net_mask): Likewise.
27829         * resolv/res_mkquery.c (outchar): Likewise.
27830         (PRINT): Likewise.
27831         * stdio-common/printf_fp.c (outchar): Likewise.
27832         (PRINT): Likewise.
27833         * stdio-common/printf_fphex.c (outchar): Likewise.
27834         (PRINT): Likewise.
27835         * stdio-common/printf_size.c (outchar): Likewise.
27836         (PRINT): Likewise.
27837         * stdio-common/test_rdwr.c (main): Likewise.
27838         * stdio-common/tfformat.c (matches): Likewise.
27839         * stdio-common/vfprintf.c (outchar): Likewise.
27840         (printf_unknown): Likewise.
27841         (buffered_vfprintf): Likewise.
27842         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27843         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27844         (ReadFile): Likewise.
27845         * stdlib/qsort.c (SWAP): Likewise.
27846         (_quicksort): Likewise.
27847         * stdlib/setenv.c (__add_to_environ): Likewise.
27848         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27849         * stdlib/strtol_l.c (__strtol_l): Likewise.
27850         * stdlib/tst-strtod.c (main): Likewise.
27851         * stdlib/tst-strtol.c (main): Likewise.
27852         * stdlib/tst-strtoll.c (main): Likewise.
27853         * string/bits/string2.h (__strcmp_cc): Likewise.
27854         (__strcmp_cg): Likewise.
27855         (__strcspn_c1): Likewise.
27856         (__strcspn_c2): Likewise.
27857         (__strcspn_c3): Likewise.
27858         (__strspn_c1): Likewise.
27859         (__strspn_c2): Likewise.
27860         (__strspn_c3): Likewise.
27861         (__strsep_1c): Likewise.
27862         (__strsep_2c): Likewise.
27863         (__strsep_3c): Likewise.
27864         * string/memccpy.c (__memccpy): Likewise.
27865         * string/stpcpy.c (__stpcpy): Likewise.
27866         * string/strcmp.c (strcmp): Likewise.
27867         * string/strrchr.c (strrchr): Likewise.
27868         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27869         Likewise.
27870         * sysdeps/mach/hurd/getcwd.c
27871         (_hurd_canonicalize_directory_name_internal): Likewise.
27872         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27873         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27874         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27875         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27876         Likewise, in both definitions.
27877         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27878         definitions.
27879         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27880         64] (__bswap_64): Likewise.
27881         * time/test_time.c (main): Likewise.
27882         * time/tzfile.c (__tzfile_read): Likewise.
27883         (__tzfile_compute): Likewise.
27884         * time/tzset.c (__tzset_parse_tz): Likewise.
27885         (tzset_internal): Likewise.
27886         (compute_change): Likewise.
27887         * wcsmbs/wcscat.c (__wcscat): Likewise.
27888         * wcsmbs/wcschr.c (wcschr): Likewise.
27889         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27890         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27891         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27892         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27893         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27894         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27895         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27896         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27897         * wcsmbs/wmemset.c (wmemset): Likewise.
27899 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27901         * scripts/config.guess: Update to version 2013-05-16.
27902         * scripts/config.sub: Update to version 2013-04-24.
27903         * scripts/install-sh: Update to version 2011-11-20.07.
27904         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27905         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27907 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27909         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27910         * elf/sln.c: Likewise.
27911         * hurd/hurd/ioctl.h: Likewise.
27912         * hurd/hurdmalloc.c: Likewise.
27913         * hurd/xattr.c: Likewise.
27914         * include/shlib-compat.h: Likewise.
27915         * inet/ruserpass.c: Likewise.
27916         * libio/iofgets_u.c: Likewise.
27917         * libio/iofgetws_u.c: Likewise.
27918         * locale/programs/ld-identification.c: Likewise.
27919         * locale/programs/ld-time.c: Likewise.
27920         * mach/msg-destroy.c: Likewise.
27921         * nss/nss_files/files-netgrp.c: Likewise.
27922         * resolv/res_data.c: Likewise.
27923         * soft-fp/op-1.h: Likewise.
27924         * soft-fp/op-2.h: Likewise.
27925         * soft-fp/op-4.h: Likewise.
27926         * soft-fp/op-common.h: Likewise.
27927         * stdio-common/printf_fphex.c: Likewise.
27928         * stdlib/strtod_l.c: Likewise.
27929         * sunrpc/rpc/clnt.h: Likewise.
27930         * sysdeps/generic/framestate.c: Likewise.
27931         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27932         * sysdeps/i386/bsd-setjmp.S: Likewise.
27933         * sysdeps/i386/__longjmp.S: Likewise.
27934         * sysdeps/i386/setjmp.S: Likewise.
27935         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27936         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27937         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27938         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27939         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27940         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27941         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27942         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27943         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27944         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27945         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27946         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27947         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27948         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27949         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27950         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27951         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27952         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27953         * sysdeps/ieee754/support.c: Likewise.
27954         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27955         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27956         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27957         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27958         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27959         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27960         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27961         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27962         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27963         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27964         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27965         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27966         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27967         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27968         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27969         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27970         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27973 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27975         * posix/transbug.c: Remove executable mode.
27977 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27979         * crypt/speeds.c: Remove trailing whitespace.
27980         * dlfcn/default.c: Likewise.
27981         * elf/ifuncdep2.c: Likewise.
27982         * elf/ifuncmain1.c: Likewise.
27983         * elf/ifuncmain1vis.c: Likewise.
27984         * elf/testobj.h: Likewise.
27985         * elf/tst-stackguard1.c: Likewise.
27986         * gmon/sys/gmon.h: Likewise.
27987         * hurd/hurdmsg.c: Likewise.
27988         * hurd/new-fd.c: Likewise.
27989         * hurd/ports-get.c: Likewise.
27990         * iconvdata/ibm1008_420.c: Likewise.
27991         * inet/tst-getni1.c: Likewise.
27992         * inet/tst-getni2.c: Likewise.
27993         * libio/ioungetc.c: Likewise.
27994         * libio/wfiledoalloc.c: Likewise.
27995         * manual/libm-err-tab.pl: Likewise.
27996         * math/w_dremf.c: Likewise.
27997         * misc/ftruncate.c: Likewise.
27998         * posix/bug-glob2.c: Likewise.
27999         * posix/tst-pcre.c: Likewise.
28000         * posix/wait4.c: Likewise.
28001         * resolv/README: Likewise.
28002         * resolv/res_debug.h: Likewise.
28003         * resolv/tst-inet_ntop.c: Likewise.
28004         * setjmp/bug269-setjmp.c: Likewise.
28005         * soft-fp/extended.h: Likewise.
28006         * soft-fp/op-1.h: Likewise.
28007         * soft-fp/op-2.h: Likewise.
28008         * soft-fp/op-4.h: Likewise.
28009         * soft-fp/op-8.h: Likewise.
28010         * soft-fp/testit.c: Likewise.
28011         * stdio-common/bug16.c: Likewise.
28012         * stdlib/random.c: Likewise.
28013         * sunrpc/rpcsvc/rquota.x: Likewise.
28014         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28015         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28016         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28017         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28018         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28019         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28020         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28021         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28022         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28023         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28024         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28025         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28026         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28027         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28028         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28029         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28030         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28031         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28032         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28033         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28034         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28035         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28036         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28037         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28038         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28039         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28040         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28041         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28042         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28043         * sysdeps/ieee754/s_lib_version.c: Likewise.
28044         * sysdeps/mach/hurd/check_fds.c: Likewise.
28045         * sysdeps/mach/hurd/getsockname.c: Likewise.
28046         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28047         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28048         * sysdeps/powerpc/bits/link.h: Likewise.
28049         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28050         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28051         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28052         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28053         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28054         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28055         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28056         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28057         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28058         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28059         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28060         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28061         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28062         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28063         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28064         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28065         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28066         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28067         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28068         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28069         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28070         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28071         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28072         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28073         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28074         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28075         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28076         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28077         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28078         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28079         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28080         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28081         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28082         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28083         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28084         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28085         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28086         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28087         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28088         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28089         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28090         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28091         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28092         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28093         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28094         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28095         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28096         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28097         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28098         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28099         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28100         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28101         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28102         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28103         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28104         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28105         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28106         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28107         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28108         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28109         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28110         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28111         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28112         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28113         * sysdeps/powerpc/sysdep.h: Likewise.
28114         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28115         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28116         * sysdeps/sh/dl-trampoline.S: Likewise.
28117         * sysdeps/sh/memset.S: Likewise.
28118         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28119         * sysdeps/sh/strlen.S: Likewise.
28120         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28121         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28122         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28123         * sysdeps/sparc/sparc32/rem.S: Likewise.
28124         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28125         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28126         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28127         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28128         * sysdeps/sparc/sparc32/urem.S: Likewise.
28129         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28130         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28131         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28132         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28133         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28134         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28135         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28136         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28137         * sysdeps/unix/bsd/times.c: Likewise.
28138         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28139         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28143         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28144         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28145         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28146         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28147         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28148         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28149         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28150         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28151         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28152         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28153         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28154         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28155         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28156         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28157         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28158         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28159         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28160         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28161         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28162         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28163         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28164         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28165         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28166         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28167         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28168         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28169         * sysdeps/x86_64/strcspn.S: Likewise.
28171 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28173         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28174         generated file.  Regenerate properly from gen-translit.pl.
28175         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28176         locale/C-translit.h.
28178 2013-06-05  Andreas Schwab  <schwab@suse.de>
28180         [BZ #15100]
28181         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28182         week as 6 instead of -1.
28183         * time/tst-strptime.c (day_tests): Add test case.
28185 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28187         * sysdeps/generic/math_private.h
28188         (libc_feholdexcept_setround_53bit): Replace with
28189         libc_feholdsetround_53bit.
28190         (libc_feupdateenv_53bit): Replace with
28191         libc_feresetround_53bit.
28192         (SET_RESTORE_ROUND_53BIT): Adjust.
28194 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28196         * string/test-strchrnul.c: Add copyright header.
28198         * posix/tst-getaddrinfo4.c: Increase test timeout.
28200 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28202         [BZ #15536]
28203         * math/libm-test.inc (MAX_EXP): Remove
28204         (MIN_EXP): Define.
28205         (ulp): Use MIN_EXP - MANT_DIG.
28206         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28208 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28210         * po/be.po: Revert last change.
28211         * po/zh_CN.po: Likewise.
28212         * po/header.pot: Likewise.
28214 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28216         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28217         link-libc-deps to empty as target-specific variable.
28218         * Makerules (link-libc-args): New variable.
28219         (libc-for-link): Likewise.
28220         (link-libc-deps): Likewise.
28221         (lib%.so): Depend on $(link-libc-deps).  Link with
28222         $(link-libc-args).
28223         (build-module): Link with $(link-libc-args).
28224         (build-module-asneeded): Likewise.
28225         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28226         list of objects.
28227         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28228         target-specific variable.
28229         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28230         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28231         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28232         libc.
28233         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28234         libc and ld.so.
28235         ($(objpfx)libpcprofile.so): Likewise.
28236         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28237         libc_nonshared.a.
28238         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28239         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28240         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28241         $(link-libc-deps).
28242         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28243         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28244         * login/Makefile ($(objpfx)libutil.so): Likewise.
28245         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28246         * math/Makefile ($(objpfx)libm.so): Likewise.
28247         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28248         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28249         variable instead of depending directly on libc.
28250         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28251         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28252         $(link-libc-deps).
28253         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28254         libc.
28255         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28256         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28257         ($(objpfx)libanl.so): Likewise.
28258         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28259         ld.so.
28260         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28261         $(link-libc-deps).
28262         * sysdeps/i386/fpu/Makefile: Remove file.
28263         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28264         ($(objpfx)libm.so): Remove dependency on ld.so.
28266 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28268         [BZ # 15553]
28269         * nis/yp_xdr.c (XDRMAXNAME): Define.
28270         (XDRMAXRECORD): Define.
28271         (xdr_domainname): Use XDRMAXNAME.
28272         (xdr_mapname): Likewise.
28273         (xdr_peername): Likewise.
28274         (xdr_keydat): Use XDRMAXRECORD.
28275         (xdr_valdat): Likewise.
28277 2013-05-30  Jeff Law  <law@redhat.com>
28279         [BZ #14256]
28280         * manual/errno.texi (ESTALE): Update to account for more than
28281         just NFS file systems.
28282         * sysdeps/gnu/errlist.c: Regenerated.
28284 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28286         [BZ #15465]
28287         * elf/Makefile (tests): Add tst-null-argv.
28288         (modules-names):  Add tst-null-argv-lib.
28289         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28290         (tst-null-argv-ENV): Set environment for tst-null-argv.
28291         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28292         (RTLD_PROGNAME): New macro.
28293         * elf/tst-null-argv.c: New test case.
28294         * elf/tst-null-argv-lib.c: Library for test case.
28295         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28296         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28297         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28298         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28299         * elf/dl-init.c (call_init): Likewise.
28300         (_dl_init): Likewise.
28301         * elf/dl-load.c (print_search_path): Likewise.
28302         (_dl_map_object): Likewise.
28303         * elf/dl-lookup.c (do_lookup_x): Likewise.
28304         (add_dependency): Likewise.
28305         (_dl_lookup_symbol_x): Likewise.
28306         (_dl_debug_bindings): Likewise.
28307         * elf/dl-open.c (_dl_show_scope): Likewise.
28308         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28309         * elf/dl-version.c (match_symbol): Likewise.
28310         (_dl_check_map_versions): Likewise.
28311         * elf/rtld.c (dl_main): Likewise.
28312         (print_unresolved): Use RTLD_PROGNAME.
28313         (print_missing_version): Likewise.
28314         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28315         (elf_machine_rela): Likewise.
28316         * sysdeps/powerpc/powerpc32/dl-machine.c
28317         (__process_machine_rela): Likewise.
28318         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28319         Likewise.
28320         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28321         Likewise.
28322         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28323         Likewise.
28324         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28325         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28326         Likewise.
28327         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28328         Likewise.
28329         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28331 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28333         * po/be.po: Add descriptive title.
28334         * po/zh_CN.po: Likewise.
28335         * po/header.pot: Likewise.
28337 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28339         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28340         error message.
28341         (enlarge_archive): Likewise.
28343 2013-05-28  Ben North  <ben@redfrontdoor.org>
28345         * manual/arith.texi (frexp): It is the magnitude of the return
28346         value which lies in [0.5, 1), not the return value itself.
28348 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28350         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28352 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28354         * stdio-common/bug26.c (main): Correct fscanf template.
28356         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28357         declare _dl_skip_args.
28359         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28360         Don't declare.
28362         * manual/platform.texi: Add missing @end deftypefun.
28364 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28366         [BZ #15529]
28367         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28368         bit of mantissa of 2^16382.
28369         * math/libm-test.inc (hypot_test_data): Add more tests.
28371         * math/libm-test.inc: Add drem and pow10 to list of tested
28372         functions.
28373         (pow10_test): New function.
28374         (drem_test): Likewise.
28375         (drem_test_tonearest): Likewise.
28376         (drem_test_towardzero): Likewise.
28377         (drem_test_downward): Likewise.
28378         (drem_test_upward): Likewise.
28379         (main): Call the new functions.
28381         * math/libm-test.inc (finite_test_data): Remove.
28382         (finite_test): Run tests from isfinite_test_data.
28383         (gamma_test_data): Remove.
28384         (gamma_test): Run tests from lgamma_test_data.
28385         * sysdeps/i386/fpu/libm-test-ulps: Update.
28386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28388 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28390         * manual/platform.texi: Add PowerPC PPR function set documentation.
28391         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28392         implementation.
28394 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28396         * math/libm-test.inc (MAX_EXP): Define.
28397         (ULPDIFF): Define.
28398         (ulp): New function.
28399         (check_float_internal): Use ULPDIFF.
28400         (cpow_test): Disable failing test.
28401         (check_ulp): Test ulp() implemetnation.
28402         (main): Call check_ulp before starting tests.
28404 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28406         * math/gen-libm-test.pl (generate_testfile): Do not handle
28407         START_DATA and END_DATA.
28408         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28409         END_DATA.
28410         (acos_tonearest_test_data): Likewise.
28411         (acos_towardzero_test_data): Likewise.
28412         (acos_downward_test_data): Likewise.
28413         (acos_upward_test_data): Likewise.
28414         (acosh_test_data): Likewise.
28415         (asin_test_data): Likewise.
28416         (asin_tonearest_test_data): Likewise.
28417         (asin_towardzero_test_data): Likewise.
28418         (asin_downward_test_data): Likewise.
28419         (asin_upward_test_data): Likewise.
28420         (asinh_test_data): Likewise.
28421         (atan_test_data): Likewise.
28422         (atanh_test_data): Likewise.
28423         (atan2_test_data): Likewise.
28424         (cabs_test_data): Likewise.
28425         (cacos_test_data): Likewise.
28426         (cacosh_test_data): Likewise.
28427         (carg_test_data): Likewise.
28428         (casin_test_data): Likewise.
28429         (casinh_test_data): Likewise.
28430         (catan_test_data): Likewise.
28431         (catanh_test_data): Likewise.
28432         (cbrt_test_data): Likewise.
28433         (ccos_test_data): Likewise.
28434         (ccosh_test_data): Likewise.
28435         (ceil_test_data): Likewise.
28436         (cexp_test_data): Likewise.
28437         (cimag_test_data): Likewise.
28438         (clog_test_data): Likewise.
28439         (clog10_test_data): Likewise.
28440         (conj_test_data): Likewise.
28441         (copysign_test_data): Likewise.
28442         (cos_test_data): Likewise.
28443         (cos_tonearest_test_data): Likewise.
28444         (cos_towardzero_test_data): Likewise.
28445         (cos_downward_test_data): Likewise.
28446         (cos_upward_test_data): Likewise.
28447         (cosh_test_data): Likewise.
28448         (cosh_tonearest_test_data): Likewise.
28449         (cosh_towardzero_test_data): Likewise.
28450         (cosh_downward_test_data): Likewise.
28451         (cosh_upward_test_data): Likewise.
28452         (cpow_test_data): Likewise.
28453         (cproj_test_data): Likewise.
28454         (creal_test_data): Likewise.
28455         (csin_test_data): Likewise.
28456         (csinh_test_data): Likewise.
28457         (csqrt_test_data): Likewise.
28458         (ctan_test_data): Likewise.
28459         (ctan_tonearest_test_data): Likewise.
28460         (ctan_towardzero_test_data): Likewise.
28461         (ctan_downward_test_data): Likewise.
28462         (ctan_upward_test_data): Likewise.
28463         (ctanh_test_data): Likewise.
28464         (ctanh_tonearest_test_data): Likewise.
28465         (ctanh_towardzero_test_data): Likewise.
28466         (ctanh_downward_test_data): Likewise.
28467         (ctanh_upward_test_data): Likewise.
28468         (erf_test_data): Likewise.
28469         (erfc_test_data): Likewise.
28470         (exp_test_data): Likewise.
28471         (exp_tonearest_test_data): Likewise.
28472         (exp_towardzero_test_data): Likewise.
28473         (exp_downward_test_data): Likewise.
28474         (exp_upward_test_data): Likewise.
28475         (exp10_test_data): Likewise.
28476         (exp2_test_data): Likewise.
28477         (expm1_test_data): Likewise.
28478         (fabs_test_data): Likewise.
28479         (fdim_test_data): Likewise.
28480         (finite_test_data): Likewise.
28481         (floor_test_data): Likewise.
28482         (fma_test_data): Likewise.
28483         (fma_towardzero_test_data): Likewise.
28484         (fma_downward_test_data): Likewise.
28485         (fma_upward_test_data): Likewise.
28486         (fmax_test_data): Likewise.
28487         (fmin_test_data): Likewise.
28488         (fmod_test_data): Likewise.
28489         (fpclassify_test_data): Likewise.
28490         (frexp_test_data): Likewise.
28491         (gamma_test_data): Likewise.
28492         (hypot_test_data): Likewise.
28493         (ilogb_test_data): Likewise.
28494         (isfinite_test_data): Likewise.
28495         (isgreater_test_data): Likewise.
28496         (isgreaterequal_test_data): Likewise.
28497         (isinf_test_data): Likewise.
28498         (isless_test_data): Likewise.
28499         (islessequal_test_data): Likewise.
28500         (islessgreater_test_data): Likewise.
28501         (isnan_test_data): Likewise.
28502         (isnormal_test_data): Likewise.
28503         (issignaling_test_data): Likewise.
28504         (isunordered_test_data): Likewise.
28505         (j0_test_data): Likewise.
28506         (j1_test_data): Likewise.
28507         (jn_test_data): Likewise.
28508         (ldexp_test_data): Likewise.
28509         (lgamma_test_data): Likewise.
28510         (lrint_test_data): Likewise.
28511         (lrint_tonearest_test_data): Likewise.
28512         (lrint_towardzero_test_data): Likewise.
28513         (lrint_downward_test_data): Likewise.
28514         (lrint_upward_test_data): Likewise.
28515         (llrint_test_data): Likewise.
28516         (llrint_tonearest_test_data): Likewise.
28517         (llrint_towardzero_test_data): Likewise.
28518         (llrint_downward_test_data): Likewise.
28519         (llrint_upward_test_data): Likewise.
28520         (log_test_data): Likewise.
28521         (log10_test_data): Likewise.
28522         (log1p_test_data): Likewise.
28523         (log2_test_data): Likewise.
28524         (logb_test_data): Likewise.
28525         (logb_downward_test_data): Likewise.
28526         (lround_test_data): Likewise.
28527         (llround_test_data): Likewise.
28528         (modf_test_data): Likewise.
28529         (nearbyint_test_data): Likewise.
28530         (nextafter_test_data): Likewise.
28531         (nexttoward_test_data): Likewise.
28532         (pow_test_data): Likewise.
28533         (pow_tonearest_test_data): Likewise.
28534         (pow_towardzero_test_data): Likewise.
28535         (pow_downward_test_data): Likewise.
28536         (pow_upward_test_data): Likewise.
28537         (remainder_test_data): Likewise.
28538         (remainder_tonearest_test_data): Likewise.
28539         (remainder_towardzero_test_data): Likewise.
28540         (remainder_downward_test_data): Likewise.
28541         (remainder_upward_test_data): Likewise.
28542         (remquo_test_data): Likewise.
28543         (rint_test_data): Likewise.
28544         (rint_tonearest_test_data): Likewise.
28545         (rint_towardzero_test_data): Likewise.
28546         (rint_downward_test_data): Likewise.
28547         (rint_upward_test_data): Likewise.
28548         (round_test_data): Likewise.
28549         (scalb_test_data): Likewise.
28550         (scalbn_test_data): Likewise.
28551         (scalbln_test_data): Likewise.
28552         (signbit_test_data): Likewise.
28553         (sin_test_data): Likewise.
28554         (sin_tonearest_test_data): Likewise.
28555         (sin_towardzero_test_data): Likewise.
28556         (sin_downward_test_data): Likewise.
28557         (sin_upward_test_data): Likewise.
28558         (sincos_test_data): Likewise.
28559         (sinh_test_data): Likewise.
28560         (sinh_tonearest_test_data): Likewise.
28561         (sinh_towardzero_test_data): Likewise.
28562         (sinh_downward_test_data): Likewise.
28563         (sinh_upward_test_data): Likewise.
28564         (sqrt_test_data): Likewise.
28565         (tan_test_data): Likewise.
28566         (tan_tonearest_test_data): Likewise.
28567         (tan_towardzero_test_data): Likewise.
28568         (tan_downward_test_data): Likewise.
28569         (tan_upward_test_data): Likewise.
28570         (tanh_test_data): Likewise.
28571         (tgamma_test_data): Likewise.
28572         (trunc_test_data): Likewise.
28573         (y0_test_data): Likewise.
28574         (y1_test_data): Likewise.
28575         (yn_test_data): Likewise.
28576         (significand_test_data): Likewise.
28578         * math/gen-libm-test.pl (@functions): Remove variable.
28579         (generate_testfile): Don't handle START and END lines.
28580         * math/libm-test.inc (START): New macro.
28581         (END): Likewise.
28582         (END_COMPLEX): Likewise.
28583         (acos_test): Use END macro without arguments.
28584         (acos_test_tonearest): Likewise.
28585         (acos_test_towardzero): Likewise.
28586         (acos_test_downward): Likewise.
28587         (acos_test_upward): Likewise.
28588         (acosh_test): Likewise.
28589         (asin_test): Likewise.
28590         (asin_test_tonearest): Likewise.
28591         (asin_test_towardzero): Likewise.
28592         (asin_test_downward): Likewise.
28593         (asin_test_upward): Likewise.
28594         (asinh_test): Likewise.
28595         (atan_test): Likewise.
28596         (atanh_test): Likewise.
28597         (atan2_test): Likewise.
28598         (cabs_test): Likewise.
28599         (cacos_test): Use END_COMPLEX macro without arguments.
28600         (cacosh_test): Likewise.
28601         (carg_test): Use END macro without arguments.
28602         (casin_test): Use END_COMPLEX macro without arguments.
28603         (casinh_test): Likewise.
28604         (catan_test): Likewise.
28605         (catanh_test): Likewise.
28606         (cbrt_test): Use END macro without arguments.
28607         (ccos_test): Use END_COMPLEX macro without arguments.
28608         (ccosh_test): Likewise.
28609         (ceil_test): Use END macro without arguments.
28610         (cexp_test): Use END_COMPLEX macro without arguments.
28611         (cimag_test): Use END macro without arguments.
28612         (clog_test): Use END_COMPLEX macro without arguments.
28613         (clog10_test): Likewise.
28614         (conj_test): Likewise.
28615         (copysign_test): Use END macro without arguments.
28616         (cos_test): Likewise.
28617         (cos_test_tonearest): Likewise.
28618         (cos_test_towardzero): Likewise.
28619         (cos_test_downward): Likewise.
28620         (cos_test_upward): Likewise.
28621         (cosh_test): Likewise.
28622         (cosh_test_tonearest): Likewise.
28623         (cosh_test_towardzero): Likewise.
28624         (cosh_test_downward): Likewise.
28625         (cosh_test_upward): Likewise.
28626         (cpow_test): Use END_COMPLEX macro without arguments.
28627         (cproj_test): Likewise.
28628         (creal_test): Use END macro without arguments.
28629         (csin_test): Use END_COMPLEX macro without arguments.
28630         (csinh_test): Likewise.
28631         (csqrt_test): Likewise.
28632         (ctan_test): Likewise.
28633         (ctan_test_tonearest): Likewise.
28634         (ctan_test_towardzero): Likewise.
28635         (ctan_test_downward): Likewise.
28636         (ctan_test_upward): Likewise.
28637         (ctanh_test): Likewise.
28638         (ctanh_test_tonearest): Likewise.
28639         (ctanh_test_towardzero): Likewise.
28640         (ctanh_test_downward): Likewise.
28641         (ctanh_test_upward): Likewise.
28642         (erf_test): Use END macro without arguments.
28643         (erfc_test): Likewise.
28644         (exp_test): Likewise.
28645         (exp_test_tonearest): Likewise.
28646         (exp_test_towardzero): Likewise.
28647         (exp_test_downward): Likewise.
28648         (exp_test_upward): Likewise.
28649         (exp10_test): Likewise.
28650         (exp2_test): Likewise.
28651         (expm1_test): Likewise.
28652         (fabs_test): Likewise.
28653         (fdim_test): Likewise.
28654         (finite_test): Likewise.
28655         (floor_test): Likewise.
28656         (fma_test): Likewise.
28657         (fma_test_towardzero): Likewise.
28658         (fma_test_downward): Likewise.
28659         (fma_test_upward): Likewise.
28660         (fmax_test): Likewise.
28661         (fmin_test): Likewise.
28662         (fmod_test): Likewise.
28663         (fpclassify_test): Likewise.
28664         (frexp_test): Likewise.
28665         (gamma_test): Likewise.
28666         (hypot_test): Likewise.
28667         (ilogb_test): Likewise.
28668         (isfinite_test): Likewise.
28669         (isgreater_test): Likewise.
28670         (isgreaterequal_test): Likewise.
28671         (isinf_test): Likewise.
28672         (isless_test): Likewise.
28673         (islessequal_test): Likewise.
28674         (islessgreater_test): Likewise.
28675         (isnan_test): Likewise.
28676         (isnormal_test): Likewise.
28677         (issignaling_test): Likewise.
28678         (isunordered_test): Likewise.
28679         (j0_test): Likewise.
28680         (j1_test): Likewise.
28681         (jn_test): Likewise.
28682         (ldexp_test): Likewise.
28683         (lgamma_test): Likewise.
28684         (lrint_test): Likewise.
28685         (lrint_test_tonearest): Likewise.
28686         (lrint_test_towardzero): Likewise.
28687         (lrint_test_downward): Likewise.
28688         (lrint_test_upward): Likewise.
28689         (llrint_test): Likewise.
28690         (llrint_test_tonearest): Likewise.
28691         (llrint_test_towardzero): Likewise.
28692         (llrint_test_downward): Likewise.
28693         (llrint_test_upward): Likewise.
28694         (log_test): Likewise.
28695         (log10_test): Likewise.
28696         (log1p_test): Likewise.
28697         (log2_test): Likewise.
28698         (logb_test): Likewise.
28699         (logb_test_downward): Likewise.
28700         (lround_test): Likewise.
28701         (llround_test): Likewise.
28702         (modf_test): Likewise.
28703         (nearbyint_test): Likewise.
28704         (nextafter_test): Likewise.
28705         (nexttoward_test): Likewise.
28706         (pow_test): Likewise.
28707         (pow_test_tonearest): Likewise.
28708         (pow_test_towardzero): Likewise.
28709         (pow_test_downward): Likewise.
28710         (pow_test_upward): Likewise.
28711         (remainder_test): Likewise.
28712         (remainder_test_tonearest): Likewise.
28713         (remainder_test_towardzero): Likewise.
28714         (remainder_test_downward): Likewise.
28715         (remainder_test_upward): Likewise.
28716         (remquo_test): Likewise.
28717         (rint_test): Likewise.
28718         (rint_test_tonearest): Likewise.
28719         (rint_test_towardzero): Likewise.
28720         (rint_test_downward): Likewise.
28721         (rint_test_upward): Likewise.
28722         (round_test): Likewise.
28723         (scalb_test): Likewise.
28724         (scalbn_test): Likewise.
28725         (scalbln_test): Likewise.
28726         (signbit_test): Likewise.
28727         (sin_test): Likewise.
28728         (sin_test_tonearest): Likewise.
28729         (sin_test_towardzero): Likewise.
28730         (sin_test_downward): Likewise.
28731         (sin_test_upward): Likewise.
28732         (sincos_test): Likewise.
28733         (sinh_test): Likewise.
28734         (sinh_test_tonearest): Likewise.
28735         (sinh_test_towardzero): Likewise.
28736         (sinh_test_downward): Likewise.
28737         (sinh_test_upward): Likewise.
28738         (sqrt_test): Likewise.
28739         (tan_test): Likewise.
28740         (tan_test_tonearest): Likewise.
28741         (tan_test_towardzero): Likewise.
28742         (tan_test_downward): Likewise.
28743         (tan_test_upward): Likewise.
28744         (tanh_test): Likewise.
28745         (tgamma_test): Likewise.
28746         (trunc_test): Likewise.
28747         (y0_test): Likewise.
28748         (y1_test): Likewise.
28749         (yn_test): Likewise.
28750         (significand_test): Likewise.
28752 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28754         [BZ #15381]
28755         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28757 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28759         [BZ #14894]
28760         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28761         __ppc_mdoio and __ppc_mdoom.
28762         * manual/platform.texi: Document new functions __ppc_yield,
28763         __ppc_mdoio and __ppc_mdoom.
28765 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28767         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28768         (main): Mention "tls" pseudo-hwcap is legacy.
28769         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28771 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28773         * math/gen-libm-test.pl (parse_args): Output only string of
28774         arguments as text for test name, not full call or descriptions of
28775         tests for extra outputs.
28776         (generate_testfile): Do not pass function name to parse_args.
28777         Generate this_func variable from START.
28778         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28779         field to arg_str.
28780         (struct test_ff_f_data): Likewise.
28781         (test_ff_f_data_nexttoward): Likewise.
28782         (struct test_fi_f_data): Likewise.
28783         (struct test_fl_f_data): Likewise.
28784         (struct test_if_f_data): Likewise.
28785         (struct test_fff_f_data): Likewise.
28786         (struct test_c_f_data): Likewise.
28787         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28788         (struct test_fF_f1_data): Likewise.
28789         (struct test_ffI_f1_data): Likewise.
28790         (struct test_c_c_data): Rename test_name field to arg_str.
28791         (struct test_cc_c_data): Likewise.
28792         (struct test_f_i_data): Likewise.
28793         (struct test_ff_i_data): Likewise.
28794         (struct test_f_l_data): Likewise.
28795         (struct test_f_L_data): Likewise.
28796         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28797         and extra2_name.
28798         (COMMON_TEST_SETUP): New macro.
28799         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28800         (COMMON_TEST_CLEANUP): Likewise.
28801         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28802         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28803         macros.
28804         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28805         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28806         macros.
28807         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28808         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28809         cleanup macros.
28810         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28811         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28812         macros.
28813         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28814         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28815         macros.
28816         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28817         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28818         cleanup macros.
28819         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28820         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28821         cleanup macros.
28822         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28823         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28824         cleanup macros.
28825         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28826         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28827         macros.
28828         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28829         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28830         macros.
28831         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28832         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28833         macros.
28834         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28835         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28836         cleanup macros.
28837         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28838         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28839         cleanup macros.
28840         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28841         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28842         macros.
28843         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28844         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28845         cleanup macros.
28846         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28847         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28848         macros.
28849         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28850         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28851         macros.
28852         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28853         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28854         cleanup macros.
28855         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28857 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28859         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28860         to _sifields.sigfault.
28861         (si_addr_lsb): Define new macro.
28862         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28863         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28864         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28866 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28868         [BZ #15441]
28869         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28870         returns -1.
28871         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28872         null return -1.
28873         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28874         loading the domain.
28876 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28878         * math/gen-libm-test.pl (parse_args): Do not include expected
28879         result in test name.
28880         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28881         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28882         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28883         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28884         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28887 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28889         * benchtests/Makefile: Sort function entries.
28891         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28892         tanh, asinh, acosh, atanh.
28893         * benchtests/acos-inputs: New file.
28894         * benchtests/acosh-inputs: New file.
28895         * benchtests/asin-inputs: New file.
28896         * benchtests/asinh-inputs: New file.
28897         * benchtests/atanh-inputs: New file.
28898         * benchtests/cosh-inputs: New file.
28899         * benchtests/log-inputs: New file.
28900         * benchtests/sinh-inputs: New file.
28901         * benchtests/tanh-inputs: New file.
28903 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28905         [BZ #15339]
28906         * posix/tst-getaddrinfo4.c: New test.
28907         * posix/Makefile (tests): Add it.
28909 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28911         [BZ #15339]
28912         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28913         when no services were used.
28914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28915         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28917 2013-05-21  Andreas Schwab  <schwab@suse.de>
28919         [BZ #15014]
28920         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28921         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28922         successful.
28923         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28924         redundant variable declarations and reallocation of buffer when
28925         parsing as IPv6 address.  Always set NSS status when called from
28926         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28927         buffer too small.  Correct computation of needed size.
28928         * nss/Makefile (tests): Add test-digits-dots.
28929         * nss/test-digits-dots.c: New test.
28931 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28933         * benchtests/Makefile: Remove instructions for adding
28934         benchmark tests.
28935         * benchtests/README: New file to explain how to execute and
28936         enhance the benchmark tests.
28938 2013-05-21  Andreas Schwab  <schwab@suse.de>
28940         [BZ #15493]
28941         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28942         * setjmp/tst-sigsetjmp.c: New test.
28944 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28946         * sysdeps/x86_64/memset.S (memset): New implementation.
28947         (__bzero): Likewise.
28948         (__memset_tail): New function.
28950 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28952         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28953         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28954         __memcpy_sse2_unaligned ifunc selection.
28955         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28956         Add memcpy-sse2-unaligned.S.
28957         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28958         Add: __memcpy_sse2_unaligned.
28960 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28962         [BZ #15490]
28963         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28964         math_force_eval before restoring floating-point envrionment.
28965         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28966         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28967         Likewise.
28968         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28969         <math_private.h>.
28970         (__nearbyintl): Use math_force_eval before restoring
28971         floating-point environment.
28972         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28974         * math/gen-libm-test.pl (special_functions): Remove.
28975         (parse_args): Don't handle TEST_extra.  Handle functions with no
28976         return value.
28977         * math/libm-test.inc (struct test_sincos_data): Replace with
28978         struct test_fFF_11_data.
28979         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28980         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28981         (sincos_test_data): Change element type to struct
28982         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28983         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28984         RUN_TEST_LOOP_sincos.
28985         * math/README.libm-test: Don't mention special handling of
28986         individual functions.
28987         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28988         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28989         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28990         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28991         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28994         * math/gen-libm-test.pl (get_variable): Remove function.
28995         (parse_args): Don't show pointer parameters to call in test
28996         names.  Use "extra output N" in test names for extra outputs
28997         rather than naming variables.
28999 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29001         [BZ #15488]
29002         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29003         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29004         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29005         double tests.
29006         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29007         disable.
29008         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29009         check_long_double.
29011         * math/gen-libm-test.pl (@tests): Remove variable.
29012         ($count): Likewise.
29013         (new_test): Remove function.
29014         (show_exceptions): New function.
29015         (special_functions): Use show_exceptions instead of new_test.
29016         (parse_args): Likewise.
29017         (generate_testfile): Pass only function name in generated call to
29018         print_max_error or print_complex_max_error.
29019         (get_ulps): Do not handle complex tests specially.
29020         (output_test): Rename to ...
29021         (get_all_ulps_for_test): ... this.  Return a string rather than
29022         printing to a file.  Require ulps to be present.
29023         (output_ulps): Generate arrays rather than #defines.
29024         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29025         (struct ulp_data): New type.
29026         (BUILD_COMPLEX_ULP): Remove macro.
29027         (compare_ulp_data): New function.
29028         (find_ulps): Likewise.
29029         (find_test_ulps): Likewise.
29030         (find_function_ulps): Likewise.
29031         (find_complex_function_ulps): Likewise.
29032         (print_max_error): Determine allowed ulps using
29033         find_function_ulps.
29034         (print_complex_max_error): Determine allowed ulps using
29035         find_complex_function_ulps.
29036         (check_float_internal): Determine max ulps using find_test_ulps.
29037         (check_float): Do not take max_ulp parameter.  Update call to
29038         check_float_internal.
29039         (check_complex): Likewise.
29040         (check_int): Do not take max_ulp parameter.
29041         (check_long): Likewise.
29042         (check_bool): Likewise.
29043         (check_longlong): Likewise.
29044         (struct test_f_f_data): Remove max_ulp field.
29045         (struct test_ff_f_data): Likewise.
29046         (struct test_ff_f_data_nexttoward): Likewise.
29047         (struct test_fi_f_data): Likewise.
29048         (struct test_fl_f_data): Likewise.
29049         (struct test_if_f_data): Likewise.
29050         (struct test_fff_f_data): Likewise.
29051         (struct test_c_f_data): Likewise.
29052         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29053         (struct test_fF_f1_data): Likewise.
29054         (struct test_ffI_f1_data): Likewise.
29055         (struct test_c_c_data): Remove max_ulp field.
29056         (struct test_cc_c_data): Likewise.
29057         (struct test_f_i_data): Likewise.
29058         (struct test_ff_i_data): Likewise.
29059         (struct test_f_l_data): Likewise.
29060         (struct test_f_L_data): Likewise.
29061         (struct test_sincos_data): Likewise.
29062         (RUN_TEST_f_f): Do not handle ulps.
29063         (RUN_TEST_LOOP_f_f): Likewise.
29064         (RUN_TEST_2_f): Likewise.
29065         (RUN_TEST_LOOP_2_f): Likewise.
29066         (RUN_TEST_fff_f): Likewise.
29067         (RUN_TEST_LOOP_fff_f): Likewise.
29068         (RUN_TEST_c_f): Likewise.
29069         (RUN_TEST_LOOP_c_f): Likewise.
29070         (RUN_TEST_f_f1): Likewise.
29071         (RUN_TEST_LOOP_f_f1): Likewise.
29072         (RUN_TEST_fF_f1): Likewise.
29073         (RUN_TEST_LOOP_fF_f1): Likewise.
29074         (RUN_TEST_fI_f1): Likewise.
29075         (RUN_TEST_LOOP_fI_f1): Likewise.
29076         (RUN_TEST_ffI_f1): Likewise.
29077         (RUN_TEST_LOOP_ffI_f1): Likewise.
29078         (RUN_TEST_c_c): Likewise.
29079         (RUN_TEST_LOOP_c_c): Likewise.
29080         (RUN_TEST_cc_c): Likewise.
29081         (RUN_TEST_LOOP_cc_c): Likewise.
29082         (RUN_TEST_f_i): Likewise.
29083         (RUN_TEST_LOOP_f_i): Likewise.
29084         (RUN_TEST_f_i_tg): Likewise.
29085         (RUN_TEST_LOOP_f_i_tg): Likewise.
29086         (RUN_TEST_ff_i_tg): Likewise.
29087         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29088         (RUN_TEST_f_b): Likewise.
29089         (RUN_TEST_LOOP_f_b): Likewise.
29090         (RUN_TEST_f_b_tg): Likewise.
29091         (RUN_TEST_LOOP_f_b_tg): Likewise.
29092         (RUN_TEST_f_l): Likewise.
29093         (RUN_TEST_LOOP_f_l): Likewise.
29094         (RUN_TEST_f_L): Likewise.
29095         (RUN_TEST_LOOP_f_L): Likewise.
29096         (RUN_TEST_sincos): Likewise.
29097         (RUN_TEST_LOOP_sincos): Likewise.
29099 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29101         [BZ #15480]
29102         [BZ #15485]
29103         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29104         main case of finite arguments, set rounding mode to FE_TONEAREST
29105         and discard exceptions.
29106         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29107         exceptions.
29108         (remainder_tonearest_test_data): New variable.
29109         (remainder_test_tonearest): New function.
29110         (remainder_towardzero_test_data): New variable.
29111         (remainder_test_towardzero): New function.
29112         (remainder_downward_test_data): New variable.
29113         (remainder_test_downward): New function.
29114         (remainder_upward_test_data): New variable.
29115         (remainder_test_upward): New function.
29116         (main): Call the new test functions.
29118         * math/libm-test.inc (struct test_f_f1_data): Remove field
29119         extra_init.
29120         (struct test_fF_f1_data): Likewise.
29121         (struct test_ffI_f1_data): Likewise.
29122         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29123         based on value of EXTRA_EXPECTED.
29124         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29125         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29126         EXTRA_VAR based on value of EXTRA_EXPECTED.
29127         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29128         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29129         EXTRA_VAR based on value of EXTRA_EXPECTED.
29130         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29131         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29132         EXTRA_VAR based on value of EXTRA_EXPECTED.
29133         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29134         * math/gen-libm-test.pl (parse_args): Don't output initializers
29135         for extra output values.
29137         * math/libm-test.inc (check_int): Expect result to be exactly
29138         equal to expected value and do not handle ulps.
29139         (check_long): Likewise.
29140         (check_longlong): Likewise.
29142         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29143         exceptions.
29144         (cimag_test_data): Likewise.
29145         (conj_test_data): Likewise.
29146         (copysign_test_data): Likewise.
29147         (cproj_test_data): Likewise.
29148         (creal_test_data): Likewise.
29149         (fabs_test_data): Likewise.
29150         (fdim_test_data): Likewise.
29151         (finite_test_data): Likewise.
29152         (floor_test_data): Likewise.
29153         (fmax_test_data): Likewise.
29154         (fmin_test_data): Likewise.
29155         (fmod_test_data): Likewise.
29156         (fpclassify_test_data): Likewise.
29157         (frexp_test_data): Likewise.
29158         (ilogb_test_data): Likewise.
29159         (isfinite_test_data): Likewise.
29160         (isgreater_test_data): Likewise.
29161         (isgreaterequal_test_data): Likewise.
29162         (isinf_test_data): Likewise.
29163         (isless_test_data): Likewise.
29164         (islessequal_test_data): Likewise.
29165         (islessgreater_test_data): Likewise.
29166         (isnan_test_data): Likewise.
29167         (isnormal_test_data): Likewise.
29168         (issignaling_test_data): Likewise.
29169         (isunordered_test_data): Likewise.
29170         (ldexp_test_data): Likewise.
29171         (lrint_test_data): Likewise.
29172         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29173         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29174         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29175         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29176         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29177         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29178         test input.
29179         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29180         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29181         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29182         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29183         that test input.
29184         (lrint_downward_test_data): Test for "inexact" exceptions.
29185         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29186         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29187         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29188         test input.
29189         (lrint_upward_test_data): Test for "inexact" exceptions.
29190         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29191         test input.
29192         (llrint_test_data): Test for "inexact" exceptions.
29193         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29194         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29195         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29196         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29197         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29198         (llrint_downward_test_data): Test for "inexact" exceptions.
29199         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29200         (llrint_upward_test_data): Test for "inexact" exceptions.
29201         (logb_test_data): Likewise.
29202         (logb_downward_test_data): Likewise.
29203         (nextafter_test_data): Likewise.
29204         (nexttoward_test_data): Likewise.
29205         (remainder_test_data): Likewise.
29206         (remquo_test_data): Likewise.
29207         (scalbn_test_data): Likewise.
29208         (scalbln_test_data): Likewise.
29209         (signbit_test_data): Likewise.
29210         (sqrt_test_data): Likewise.
29211         (significand_test_data): Likewise.
29213 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29215         [BZ #15424]
29216         * benchtests/bench-modf.c (struct args): Mark arg0 as
29217         volatile.
29218         * scripts/bench.pl: Mark members of struct args as volatile.
29220 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29222         [BZ # 15497]
29223         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29224         negative infinity on POWER6 or lower.
29225         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29227 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29229         [BZ #15442]
29230         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29231         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29232         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29233         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29234         (_FP_SETQNAN): New macro.
29235         (_FP_SETQNAN_SEMIRAW): Likewise.
29236         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29237         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29238         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29239         (FP_EXTEND): Use _FP_FRAC_SNANP.
29240         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29241         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29242         into account.
29243         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29244         New macro.
29245         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29246         Likewise.
29248 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29250         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29251         with DIVIDE_BY_ZERO_EXCEPTION.
29252         (gamma_test_data): Likewise.
29253         (lgamma_test_data): Likewise.
29254         (log_test_data): Likewise.
29255         (log10_test_data): Likewise.
29256         (log2_test_data): Likewise.
29257         (tgamma_test_data): Likewise.
29259         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29260         (acos_test_tonearest): Likewise.
29261         (acos_test_towardzero): Likewise.
29262         (acos_test_downward): Likewise.
29263         (acos_test_upward): Likewise.
29264         (acosh_test): Likewise.
29265         (asin_test): Likewise.
29266         (asin_test_tonearest): Likewise.
29267         (asin_test_towardzero): Likewise.
29268         (asin_test_downward): Likewise.
29269         (asin_test_upward): Likewise.
29270         (asinh_test): Likewise.
29271         (atan_test): Likewise.
29272         (atanh_test): Likewise.
29273         (atan2_test): Likewise.
29274         (cabs_test): Likewise.
29275         (cacos_test): Likewise.
29276         (cacosh_test): Likewise.
29277         (casin_test): Likewise.
29278         (casinh_test): Likewise.
29279         (catan_test): Likewise.
29280         (catanh_test): Likewise.
29281         (cbrt_test): Likewise.
29282         (ccos_test): Likewise.
29283         (ccosh_test): Likewise.
29284         (cexp_test): Likewise.
29285         (clog_test): Likewise.
29286         (clog10_test): Likewise.
29287         (cos_test): Likewise.
29288         (cos_test_tonearest): Likewise.
29289         (cos_test_towardzero): Likewise.
29290         (cos_test_downward): Likewise.
29291         (cos_test_upward): Likewise.
29292         (cosh_test): Likewise.
29293         (cosh_test_tonearest): Likewise.
29294         (cosh_test_towardzero): Likewise.
29295         (cosh_test_downward): Likewise.
29296         (cosh_test_upward): Likewise.
29297         (cpow_test): Likewise.
29298         (csin_test): Likewise.
29299         (csinh_test): Likewise.
29300         (csqrt_test): Likewise.
29301         (ctan_test): Likewise.
29302         (ctan_test_tonearest): Likewise.
29303         (ctan_test_towardzero): Likewise.
29304         (ctan_test_downward): Likewise.
29305         (ctan_test_upward): Likewise.
29306         (ctanh_test): Likewise.
29307         (ctanh_test_tonearest): Likewise.
29308         (ctanh_test_towardzero): Likewise.
29309         (ctanh_test_downward): Likewise.
29310         (ctanh_test_upward): Likewise.
29311         (erf_test): Likewise.
29312         (erfc_test): Likewise.
29313         (exp_test): Likewise.
29314         (exp_test_tonearest): Likewise.
29315         (exp_test_towardzero): Likewise.
29316         (exp_test_downward): Likewise.
29317         (exp_test_upward): Likewise.
29318         (exp10_test): Likewise.
29319         (exp2_test): Likewise.
29320         (expm1_test): Likewise.
29321         (fmod_test): Likewise.
29322         (gamma_test): Likewise.
29323         (hypot_test): Likewise.
29324         (j0_test): Likewise.
29325         (j1_test): Likewise.
29326         (jn_test): Likewise.
29327         (lgamma_test): Likewise.
29328         (log_test): Likewise.
29329         (log10_test): Likewise.
29330         (log1p_test): Likewise.
29331         (log2_test): Likewise.
29332         (logb_test_downward): Likewise.
29333         (pow_test): Likewise.
29334         (pow_test_tonearest): Likewise.
29335         (pow_test_towardzero): Likewise.
29336         (pow_test_downward): Likewise.
29337         (pow_test_upward): Likewise.
29338         (remainder_test): Likewise.
29339         (remquo_test): Likewise.
29340         (sin_test): Likewise.
29341         (sin_test_tonearest): Likewise.
29342         (sin_test_towardzero): Likewise.
29343         (sin_test_downward): Likewise.
29344         (sin_test_upward): Likewise.
29345         (sincos_test): Likewise.
29346         (sinh_test): Likewise.
29347         (sinh_test_tonearest): Likewise.
29348         (sinh_test_towardzero): Likewise.
29349         (sinh_test_downward): Likewise.
29350         (sinh_test_upward): Likewise.
29351         (sqrt_test): Likewise.
29352         (tan_test): Likewise.
29353         (tan_test_tonearest): Likewise.
29354         (tan_test_towardzero): Likewise.
29355         (tan_test_downward): Likewise.
29356         (tan_test_upward): Likewise.
29357         (tanh_test): Likewise.
29358         (tgamma_test): Likewise.
29359         (y0_test): Likewise.
29360         (y1_test): Likewise.
29361         (yn_test): Likewise.
29363         * math/gen-libm-test.pl (adjust_arg): Remove function.
29364         (special_function): Remove argument $in_func.  Only handle
29365         generating output for tables of tests, not inside functions.
29366         (parse_args): Likewise.
29367         (generate_testfile): Remove variable $in_func.  Update call to
29368         parse_args.
29369         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29370         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29371         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29372         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29373         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29374         (MAX_VALUE_INIT): Rename macro to max_value.
29375         (MIN_VALUE_INIT): Rename macro to min_value.
29376         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29377         (plus_zero): Remove variable.
29378         (minus_zero): Likewise.
29379         (plus_infty): Likewise.
29380         (minus_infty): Likewise.
29381         (qnan_value): Likewise.
29382         (max_value): Likewise.
29383         (min_value): Likewise.
29384         (min_subnorm_value): Likewise.
29386 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29388         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29389         uint64_t or uint32_t usage.
29390         * crypt/sha256-block.c: Likewise.
29391         * crypt/sha256-crypt.c: Likewise.
29392         * crypt/sha256.c: Likewise.
29393         * crypt/sha512-block.c: Likewise.
29394         * crypt/sha512-crypt.c: Likewise.
29395         * crypt/sha512.c: Likewise.
29396         * debug/backtrace-tst.c: Likewise.
29397         * debug/pcprofiledump.c: Likewise.
29398         * elf/cache.c: Likewise.
29399         * elf/dl-cache.c: Likewise.
29400         * elf/dl-misc.c: Likewise.
29401         * elf/dl-profile.c: Likewise.
29402         * elf/dl-support.c: Likewise.
29403         * elf/ldconfig.c: Likewise.
29404         * elf/sprof.c: Likewise.
29405         * iconv/dummy-repertoire.c: Likewise.
29406         * iconv/iconv_charmap.c: Likewise.
29407         * iconv/skeleton.c: Likewise.
29408         * iconvdata/8bit-generic.c: Likewise.
29409         * iconvdata/cp737.h: Likewise.
29410         * iconvdata/cp775.h: Likewise.
29411         * iconvdata/ibm1008.h: Likewise.
29412         * iconvdata/ibm1025.h: Likewise.
29413         * iconvdata/ibm1046.h: Likewise.
29414         * iconvdata/ibm1097.h: Likewise.
29415         * iconvdata/ibm1112.h: Likewise.
29416         * iconvdata/ibm1122.h: Likewise.
29417         * iconvdata/ibm1123.h: Likewise.
29418         * iconvdata/ibm1124.h: Likewise.
29419         * iconvdata/ibm1129.h: Likewise.
29420         * iconvdata/ibm1130.h: Likewise.
29421         * iconvdata/ibm1132.h: Likewise.
29422         * iconvdata/ibm1133.h: Likewise.
29423         * iconvdata/ibm1137.h: Likewise.
29424         * iconvdata/ibm1140.h: Likewise.
29425         * iconvdata/ibm1141.h: Likewise.
29426         * iconvdata/ibm1142.h: Likewise.
29427         * iconvdata/ibm1143.h: Likewise.
29428         * iconvdata/ibm1144.h: Likewise.
29429         * iconvdata/ibm1145.h: Likewise.
29430         * iconvdata/ibm1146.h: Likewise.
29431         * iconvdata/ibm1147.h: Likewise.
29432         * iconvdata/ibm1148.h: Likewise.
29433         * iconvdata/ibm1149.h: Likewise.
29434         * iconvdata/ibm1153.h: Likewise.
29435         * iconvdata/ibm1154.h: Likewise.
29436         * iconvdata/ibm1155.h: Likewise.
29437         * iconvdata/ibm1156.h: Likewise.
29438         * iconvdata/ibm1157.h: Likewise.
29439         * iconvdata/ibm1158.h: Likewise.
29440         * iconvdata/ibm1160.h: Likewise.
29441         * iconvdata/ibm1161.h: Likewise.
29442         * iconvdata/ibm1162.h: Likewise.
29443         * iconvdata/ibm1163.h: Likewise.
29444         * iconvdata/ibm1164.h: Likewise.
29445         * iconvdata/ibm1166.h: Likewise.
29446         * iconvdata/ibm1167.h: Likewise.
29447         * iconvdata/ibm12712.h: Likewise.
29448         * iconvdata/ibm1390.h: Likewise.
29449         * iconvdata/ibm1399.h: Likewise.
29450         * iconvdata/ibm16804.h: Likewise.
29451         * iconvdata/ibm4517.h: Likewise.
29452         * iconvdata/ibm4899.h: Likewise.
29453         * iconvdata/ibm4909.h: Likewise.
29454         * iconvdata/ibm4971.h: Likewise.
29455         * iconvdata/ibm5347.h: Likewise.
29456         * iconvdata/ibm803.h: Likewise.
29457         * iconvdata/ibm856.h: Likewise.
29458         * iconvdata/ibm901.h: Likewise.
29459         * iconvdata/ibm902.h: Likewise.
29460         * iconvdata/ibm9030.h: Likewise.
29461         * iconvdata/ibm9066.h: Likewise.
29462         * iconvdata/ibm921.h: Likewise.
29463         * iconvdata/ibm922.h: Likewise.
29464         * iconvdata/ibm9448.h: Likewise.
29465         * iconvdata/isiri-3342.h: Likewise.
29466         * iconvdata/jis0201.h: Likewise.
29467         * include/link.h: Likewise.
29468         * include/netdb.h: Likewise.
29469         * inet/check_native.c: Likewise.
29470         * inet/check_pf.c: Likewise.
29471         * inet/getipv4sourcefilter.c: Likewise.
29472         * inet/getnameinfo.c: Likewise.
29473         * inet/getsourcefilter.c: Likewise.
29474         * inet/htonl.c: Likewise.
29475         * inet/setipv4sourcefilter.c: Likewise.
29476         * inet/setsourcefilter.c: Likewise.
29477         * inet/test-inet6_opt.c: Likewise.
29478         * inet/tst-network.c: Likewise.
29479         * locale/C-collate.c: Likewise.
29480         * locale/C-ctype.c: Likewise.
29481         * locale/C-time.c: Likewise.
29482         * locale/C-translit.h: Likewise.
29483         * locale/loadarchive.c: Likewise.
29484         * locale/programs/3level.h: Likewise.
29485         * locale/programs/charmap.c: Likewise.
29486         * locale/programs/charmap.h: Likewise.
29487         * locale/programs/ld-address.c: Likewise.
29488         * locale/programs/ld-collate.c: Likewise.
29489         * locale/programs/ld-ctype.c: Likewise.
29490         * locale/programs/ld-identification.c: Likewise.
29491         * locale/programs/ld-measurement.c: Likewise.
29492         * locale/programs/ld-messages.c: Likewise.
29493         * locale/programs/ld-monetary.c: Likewise.
29494         * locale/programs/ld-name.c: Likewise.
29495         * locale/programs/ld-numeric.c: Likewise.
29496         * locale/programs/ld-paper.c: Likewise.
29497         * locale/programs/ld-telephone.c: Likewise.
29498         * locale/programs/ld-time.c: Likewise.
29499         * locale/programs/linereader.c: Likewise.
29500         * locale/programs/locale.c: Likewise.
29501         * locale/programs/locarchive.c: Likewise.
29502         * locale/programs/locfile.h: Likewise.
29503         * locale/programs/repertoire.c: Likewise.
29504         * locale/programs/simple-hash.c: Likewise.
29505         * locale/programs/simple-hash.h: Likewise.
29506         * malloc/memusage.c: Likewise.
29507         * malloc/memusagestat.c: Likewise.
29508         * nis/nis_defaults.c: Likewise.
29509         * nis/nis_hash.c: Likewise.
29510         * nis/nis_print.c: Likewise.
29511         * nis/nis_xdr.c: Likewise.
29512         * nscd/connections.c: Likewise.
29513         * nscd/hstcache.c: Likewise.
29514         * nscd/nscd_gethst_r.c: Likewise.
29515         * nscd/nscd_getserv_r.c: Likewise.
29516         * nscd/nscd_helper.c: Likewise.
29517         * nscd/servicescache.c: Likewise.
29518         * nss/makedb.c: Likewise.
29519         * nss/nss_db/db-XXX.c: Likewise.
29520         * nss/nss_db/db-initgroups.c: Likewise.
29521         * nss/nss_db/db-netgrp.c: Likewise.
29522         * nss/nss_files/files-network.c: Likewise.
29523         * nss/nss_files/files-parse.c: Likewise.
29524         * posix/bug-regex5.c: Likewise.
29525         * posix/fnmatch_loop.c: Likewise.
29526         * posix/regcomp.c: Likewise.
29527         * posix/regexec.c: Likewise.
29528         * posix/tst-rfc3484-2.c: Likewise.
29529         * posix/tst-rfc3484-3.c: Likewise.
29530         * posix/tst-rfc3484.c: Likewise.
29531         * resolv/nss_dns/dns-canon.c: Likewise.
29532         * resolv/nss_dns/dns-network.c: Likewise.
29533         * resolv/res_init.c: Likewise.
29534         * resolv/res_mkquery.c: Likewise.
29535         * resolv/tst-aton.c: Likewise.
29536         * stdlib/cxa_atexit.c: Likewise.
29537         * stdlib/cxa_finalize.c: Likewise.
29538         * stdlib/gen-fpioconst.c: Likewise.
29539         * stdlib/strtol_l.c: Likewise.
29540         * string/tst-endian.c: Likewise.
29541         * sunrpc/auth_des.c: Likewise.
29542         * sunrpc/clnt_udp.c: Likewise.
29543         * sunrpc/rtime.c: Likewise.
29544         * sunrpc/svcauth_des.c: Likewise.
29545         * sunrpc/xdr.c: Likewise.
29546         * sunrpc/xdr_intXX_t.c: Likewise.
29547         * sunrpc/xdr_rec.c: Likewise.
29548         * sysdeps/generic/ldconfig.h: Likewise.
29549         * sysdeps/generic/ldsodefs.h: Likewise.
29550         * sysdeps/generic/memusage.h: Likewise.
29551         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29552         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29553         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29554         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29555         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29556         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29557         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29558         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29559         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29560         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29561         * sysdeps/posix/getaddrinfo.c: Likewise.
29562         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29563         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29564         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29565         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29566         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29567         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29568         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29569         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29570         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29571         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29572         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29573         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29574         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29575         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29576         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29577         * sysdeps/x86_64/dl-tls.h: Likewise.
29578         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29579         * time/alt_digit.c: Likewise.
29580         * time/era.c: Likewise.
29581         * wcsmbs/tst-c16c32-1.c: Likewise.
29583 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29585         * math/libm-test.inc (struct test_sincos_data): New type.
29586         (RUN_TEST_LOOP_sincos): New macro.
29587         (sincos_test_data): New variable.
29588         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29590 2013-05-16  Richard Henderson  <rth@redhat.com>
29592         * math/atest-exp2.c (LIMB64): New macro.
29593         (CONSTSZ): New macro.
29594         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29595         (hexdig): Move ...
29596         (print_mpn_fp): ... to function scope.
29597         (read_mpn_hex): Remove.
29598         (get_log2): Remove.
29599         (exp2_mpn): Use mp_log2.
29600         (main): Use mp_exp1.
29602 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29604         * math/libm-test.inc: Remove comment about not testing "inexact"
29605         exceptions.
29606         (INEXACT_EXCEPTION): New macro.
29607         (NO_INEXACT_EXCEPTION): Likewise.
29608         (INVALID_EXCEPTION_OK): Update value.
29609         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29610         (OVERFLOW_EXCEPTION_OK): Likewise.
29611         (UNDERFLOW_EXCEPTION_OK): Likewise.
29612         (IGNORE_ZERO_INF_SIGN): Likewise.
29613         (ERRNO_UNCHANGED): Likewise.
29614         (ERRNO_EDOM): Likewise.
29615         (ERRNO_ERANGE): Likewise.
29616         (test_exceptions): Handle testing "inexact" exceptions.
29617         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29618         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29619         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29620         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29621         INEXACT_EXCEPTION.
29622         (rint_towardzero_test_data): Likewise.
29623         (rint_downward_test_data): Likewise.
29624         (rint_upward_test_data): Likewise.
29626         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29627         with OVERFLOW_EXCEPTION.
29628         (exp10_test_data): Likewise.
29629         (exp2_test_data): Likewise.
29630         (expm1_test_data): Likewise.
29631         (lgamma_test_data): Likewise.
29632         (pow_test_data): Likewise.
29633         (tgamma_test_data): Likewise.
29634         (yn_test_data): Remove duplicate test of overflow.
29636         * math/libm-test.inc (struct test_cc_c_data): New type.
29637         (RUN_TEST_LOOP_cc_c): New macro.
29638         (cpow_test_data): New variable.
29639         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29641         * math/libm-test.inc (struct test_f_L_data): New type.
29642         (RUN_TEST_LOOP_f_L): New macro.
29643         (llrint_test_data): New variable.
29644         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29645         (llrint_tonearest_test_data): New variable.
29646         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29647         (llrint_towardzero_test_data): New variable.
29648         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29649         (llrint_downward_test_data): New variable.
29650         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29651         (llrint_upward_test_data): New variable.
29652         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29653         (llround_test_data): New variable.
29654         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29656 2013-05-13  Peter Collingbourne  <pcc@google.com>
29658         * math/atest-exp2.c (get_log2): Remove const attribute.
29660 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29662         * math/libm-test.inc (struct test_f_l_data): New type.
29663         (RUN_TEST_LOOP_f_l): New macro.
29664         (lrint_test_data): New variable.
29665         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29666         (lrint_tonearest_test_data): New variable.
29667         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29668         (lrint_towardzero_test_data): New variable.
29669         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29670         (lrint_downward_test_data): New variable.
29671         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29672         (lrint_upward_test_data): New variable.
29673         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29674         (lround_test_data): New variable.
29675         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29677 2013-05-15  Peter Collingbourne  <pcc@google.com>
29679         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29680         (EXTRACT_WORDS64) Use where appropriate.
29681         (INSERT_WORDS64) Likewise.
29683         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29684         constraints with x constraints.
29685         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29687         * malloc/obstack.c (_obstack_compat): Add initializer.
29689 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29691         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29692         si_trapno and add si_addr_lsb to _sifields.sigfault.
29693         (si_trapno): Remove macro.
29694         (si_addr_lsb): Define new macro.
29695         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29697 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29699         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29700         instead of TEST_f_l.
29701         (llrint_test_tonearest): Likewise.
29702         (llrint_test_towardzero): Likewise.
29703         (llrint_test_downward): Likewise.
29704         (llrint_test_upward): Likewise.
29705         (llround_test): Likewise.
29707         * math/libm-test.inc (struct test_f_i_data): Add comment.
29708         (RUN_TEST_LOOP_f_b): New macro.
29709         (RUN_TEST_LOOP_f_b_tg): Likewise.
29710         (finite_test_data): New variable.
29711         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29712         (isfinite_test_data): New variable.
29713         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29714         (isinf_test_data): New variable.
29715         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29716         (isnan_test_data): New variable.
29717         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29718         (isnormal_test_data): New variable.
29719         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29720         (issignaling_test_data): New variable.
29721         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29722         (signbit_test_data): New variable.
29723         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29725         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29726         with INVALID_EXCEPTION.
29727         (acosh_test_data): Likewise.
29728         (asin_test_data): Likewise.
29729         (atanh_test_data): Likewise.
29730         (fmod_test_data): Likewise.
29731         (log_test_data): Likewise.
29732         (log10_test_data): Likewise.
29733         (log2_test_data): Likewise.
29734         (pow_test_data): Likewise.
29735         (sqrt_test_data): Likewise.
29736         (y0_test_data): Likewise.
29737         (y1_test_data): Likewise.
29738         (yn_test_data): Likewise.
29740         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29741         function contents.
29743         * math/libm-test.inc (struct test_ff_i_data): New type.
29744         (RUN_TEST_LOOP_ff_i_tg): New macro.
29745         (isgreater_test_data): New variable.
29746         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29747         (isgreaterequal_test_data): New variable.
29748         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29749         (isless_test_data): New variable.
29750         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29751         (islessequal_test_data): New variable.
29752         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29753         (islessgreater_test_data): New variable.
29754         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29755         (isunordered_test_data): New variable.
29756         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29758 2013-05-14  David S. Miller  <davem@davemloft.net>
29760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29762 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29764         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29766         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29767         extra_test to int.
29768         (struct test_f_i_data): Change type of max_ulp to int.
29770         * math/libm-test.inc (test_ffI_f1_data): New type.
29771         (RUN_TEST_LOOP_ffI_f1): New macro.
29772         (remquo_test_data): New variable.
29773         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29775         * setjmp/tst-setjmp-fp.c: New file.
29776         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29777         (link-libm): New variable.
29778         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29780         * math/libm-test.inc (struct test_f_i_data): New type.
29781         (RUN_TEST_LOOP_f_i): New macro.
29782         (RUN_TEST_LOOP_f_i_tg): Likewise.
29783         (fpclassify_test_data): New variable.
29784         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29785         (ilogb_test_data): New variable.
29786         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29788         * math/libm-test.inc (scalbln_test): Correct function name in END
29789         call.
29791         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29792         (RUN_TEST_LOOP_fI_f1): New macro.
29793         (frexp_test_data): New variable.
29794         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29796         * math/libm-test.inc (struct test_fF_f1_data): New type.
29797         (RUN_TEST_LOOP_fF_f1): New macro.
29798         (modf_test_data): New variable.
29799         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29801         * math/libm-test.inc (struct test_f_f1_data): New type.
29802         (RUN_TEST_LOOP_f_f1): New macro.
29803         (gamma_test_data): New variable.
29804         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29805         (lgamma_test_data): New variable.
29806         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29808 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29810         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29811         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29812         (main): Comment "tls" pseudo-hwcap.
29814 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29816         * math/libm-test.inc (struct test_fl_f_data): New type.
29817         (RUN_TEST_LOOP_fl_f): New variable.
29818         (scalbln_test_data): New variable.
29819         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29821         * math/libm-test.inc (struct test_fi_f_data): New type.
29822         (RUN_TEST_LOOP_fi_f): New macro.
29823         (ldexp_test_data): New variable.
29824         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29825         (scalbn_test_data): New variable.
29826         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29828         * math/libm-test.inc (struct test_c_f_data): New type.
29829         (RUN_TEST_LOOP_c_f): New macro.
29830         (cabs_test_data): New variable.
29831         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29832         (carg_test_data): New variable.
29833         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29834         (cimag_test_data): New variable.
29835         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29836         (creal_test_data): New variable.
29837         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29839         * math/libm-test.inc (struct test_if_f_data): New type.
29840         (RUN_TEST_LOOP_if_f): New macro.
29841         (jn_test_data): New variable.
29842         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29843         (yn_test_data): New variable.
29844         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29846         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29848 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29850         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29851         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29853 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29855         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29856         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29857         (bench-deps): Add bench-timing.h.
29858         * benchtests-bench-skeleton.c: Include bench-timing.h.
29859         (main): Use TIMING_* macros instead of clock_gettime.
29860         * benchtests/bench-timing.h: New file.
29862         [BZ #14582]
29863         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29864         Renamed from _LIB_VERSION.
29865         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29867 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29869         * math/libm-test.inc (struct test_fff_f_data): New type.
29870         (RUN_TEST_LOOP_fff_f): New macro.
29871         (fma_test_data): New variable.
29872         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29873         (fma_towardzero_test_data): New variable.
29874         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29875         (fma_downward_test_data): New variable.
29876         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29877         (fma_upward_test_data): New variable.
29878         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29880         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29881         (struct test_c_c_data): New type.
29882         (RUN_TEST_LOOP_c_c): New macro.
29883         (cacos_test_data): New variable.
29884         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29885         (cacosh_test_data): New variable.
29886         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29887         (casin_test_data): New variable.
29888         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29889         (casinh_test_data): New variable.
29890         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29891         (catan_test_data): New variable.
29892         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29893         (catanh_test_data): New variable.
29894         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29895         (ccos_test_data): New variable.
29896         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29897         (ccosh_test_data): New variable.
29898         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29899         (cexp_test_data): New variable.
29900         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29901         (clog_test_data): New variable.
29902         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29903         (clog10_test_data): New variable.
29904         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29905         (conj_test_data): New variable.
29906         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29907         (cproj_test_data): New variable.
29908         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29909         (csin_test_data): New variable.
29910         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29911         (csinh_test_data): New variable.
29912         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29913         (csqrt_test_data): New variable.
29914         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29915         (ctan_test_data): New variable.
29916         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29917         (ctan_tonearest_test_data): New variable.
29918         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29919         (ctan_towardzero_test_data): New variable.
29920         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29921         (ctan_downward_test_data): New variable.
29922         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29923         (ctan_upward_test_data): New variable.
29924         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29925         (ctanh_test_data): New variable.
29926         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29927         (ctanh_tonearest_test_data): New variable.
29928         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29929         (ctanh_towardzero_test_data): New variable.
29930         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29931         (ctanh_downward_test_data): New variable.
29932         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29933         (ctanh_upward_test_data): New variable.
29934         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29935         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29936         of BUILD_COMPLEX.
29938         * math/libm-test.inc (struct test_ff_f_data): New type.
29939         (struct test_ff_f_data_nexttoward): Likewise.
29940         (RUN_TEST_LOOP_2_f): New macro.
29941         (RUN_TEST_LOOP_ff_f): Likewise.
29942         (atan2_test_data): New variable.
29943         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29944         (copysign_test_data): New variable.
29945         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29946         (fdim_test_data): New variable.
29947         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29948         (fmax_test_data): New variable.
29949         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29950         (fmin_test_data): New variable.
29951         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29952         (fmod_test_data): New variable.
29953         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29954         (hypot_test_data): New variable.
29955         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29956         (nextafter_test_data): New variable.
29957         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29958         (nexttoward_test_data): New variable.
29959         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29960         (pow_test_data): New variable.
29961         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29962         (pow_tonearest_test_data): New variable.
29963         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29964         (pow_towardzero_test_data): New variable.
29965         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29966         (pow_downward_test_data): New variable.
29967         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29968         (pow_upward_test_data): New variable.
29969         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29970         (remainder_test_data): New variable.
29971         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29972         (scalb_test_data): New variable.
29973         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29974         * sysdeps/i386/fpu/libm-test-ulps: Update.
29976 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29978         * math/libm-test.inc (fma_test): Use max_value instead of local
29979         variable fltmax.
29980         (nextafter_test): Likewise.
29982         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29983         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29984         (acos_downward_test_data): New variable.
29985         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29986         (acos_upward_test_data): New variable.
29987         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29988         (acosh_test_data): New variable.
29989         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29990         (asin_test_data): New variable.
29991         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29992         (asin_tonearest_test_data): New variable.
29993         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29994         (asin_towardzero_test_data): New variable.
29995         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29996         (asin_downward_test_data): New variable.
29997         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29998         (asin_upward_test_data): New variable.
29999         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30000         (asinh_test_data): New variable.
30001         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30002         (atan_test_data): New variable.
30003         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30004         (atanh_test_data): New variable.
30005         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30006         (cbrt_test_data): New variable.
30007         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30008         (ceil_test_data): New variable.
30009         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30010         (cos_test_data): New variable.
30011         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30012         (cos_tonearest_test_data): New variable.
30013         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30014         (cos_towardzero_test_data): New variable.
30015         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30016         (cos_downward_test_data): New variable.
30017         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30018         (cos_upward_test_data): New variable.
30019         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30020         (cosh_test_data): New variable.
30021         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30022         (cosh_tonearest_test_data): New variable.
30023         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30024         (cosh_towardzero_test_data): New variable.
30025         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30026         (cosh_downward_test_data): New variable.
30027         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30028         (cosh_upward_test_data): New variable.
30029         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30030         (erf_test_data): New variable.
30031         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30032         (erfc_test_data): New variable.
30033         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30034         (exp_test_data): New variable.
30035         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30036         (exp_tonearest_test_data): New variable.
30037         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30038         (exp_towardzero_test_data): New variable.
30039         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30040         (exp_downward_test_data): New variable.
30041         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30042         (exp_upward_test_data): New variable.
30043         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30044         (exp10_test_data): New variable.
30045         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30046         (exp2_test_data): New variable.
30047         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30048         (expm1_test_data): New variable.
30049         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30050         (fabs_test_data): New variable.
30051         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30052         (floor_test_data): New variable.
30053         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30054         (j0_test_data): New variable.
30055         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30056         (j1_test_data): New variable.
30057         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30058         (log_test_data): New variable.
30059         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30060         (log10_test_data): New variable.
30061         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30062         (log1p_test_data): New variable.
30063         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30064         (log2_test_data): New variable.
30065         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30066         (logb_test_data): New variable.
30067         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30068         (logb_downward_test_data): New variable.
30069         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30070         (nearbyint_test_data): New variable.
30071         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30072         (rint_test_data): New variable.
30073         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30074         (rint_tonearest_test_data): New variable.
30075         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30076         (rint_towardzero_test_data): New variable.
30077         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30078         (rint_downward_test_data): New variable.
30079         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30080         (rint_upward_test_data): New variable.
30081         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30082         (round_test_data): New variable.
30083         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30084         (sin_test_data): New variable.
30085         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30086         (sin_tonearest_test_data): New variable.
30087         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30088         (sin_towardzero_test_data): New variable.
30089         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30090         (sin_downward_test_data): New variable.
30091         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30092         (sin_upward_test_data): New variable.
30093         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30094         (sinh_test_data): New variable.
30095         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30096         (sinh_tonearest_test_data): New variable.
30097         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30098         (sinh_towardzero_test_data): New variable.
30099         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30100         (sinh_downward_test_data): New variable.
30101         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30102         (sinh_upward_test_data): New variable.
30103         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30104         (sqrt_test_data): New variable.
30105         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30106         (tan_test_data): New variable.
30107         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30108         (tan_tonearest_test_data): New variable.
30109         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30110         (tan_towardzero_test_data): New variable.
30111         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30112         (tan_downward_test_data): New variable.
30113         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30114         (tan_upward_test_data): New variable.
30115         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30116         (tanh_test_data): New variable.
30117         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30118         (tgamma_test_data): New variable.
30119         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30120         (trunc_test_data): New variable.
30121         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30122         (y0_test_data): New variable.
30123         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30124         (y1_test_data): New variable.
30125         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30126         (significand_test_data): New variable.
30127         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30129 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30131         [BZ #12387]
30132         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30134 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30136         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30138 2013-05-10  Andreas Jaeger  <aj@suse.de>
30140         [BZ #15448]
30141         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30142         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30144 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30146         * math/gen-libm-test.pl (adjust_arg): New function.
30147         (special_functions): Handle generating output in both functions
30148         and arrays.
30149         (parse_args): Likewise.
30150         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30151         $in_func argument to parse_args.
30152         * math/libm-test.inc (struct test_f_f_data): New type.
30153         (IF_ROUND_INIT_): New macro.
30154         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30155         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30156         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30157         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30158         (ROUND_RESTORE_): Likewise.
30159         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30160         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30161         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30162         (ROUND_RESTORE_FE_UPWARD): Likewise.
30163         (RUN_TEST_LOOP_f_f): New macro.
30164         (acos_test_data): New variable.
30165         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30166         (acos_tonearest_test_data): New variable.
30167         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30169 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30171         * benchtests/bench-skeleton.c (startup): Fix coding style.
30173 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30175         [BZ #6809]
30176         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30177         negative infinity argument.
30178         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30179         negative infinity argument.
30180         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30181         negative infinity argument.
30182         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30183         domain errors.
30185 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30187         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30188         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30189         * iconv/iconv_prog.c (main): Likewise.
30190         * locale/programs/charmap-dir.c (charmap_readdir)
30191         (fopen_uncompressed): Likewise.
30192         * locale/programs/locfile.c (siblings_uncached)
30193         (write_locale_data): Use lstat64 instead of lstat.
30194         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30195         stat.
30197 2013-05-10  Andreas Jaeger  <aj@suse.de>
30199         [BZ #15395]
30200         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30201         localization.
30202         Include <locale.h>.
30204 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30206         * elf/dl-close.c (_dl_close_worker): Add comments.
30208 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30210         [BZ #15359]
30211         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30212         high part of pi/2.
30213         (__ieee754_rem_pio2l): Update comments.
30215         [BZ #15429]
30216         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30217         high part of pi/2.
30218         (__ieee754_rem_pio2l): Update comments.
30220         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30221         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30223         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30224         M_PI_4l.
30226         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30227         (M_PI_34_LOG10El): Likewise.
30228         (M_PI2_LOG10El): Likewise.
30229         (M_PI4_LOG10El): Likewise.
30230         (M_PI_LOG10El): Likewise.
30232 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30236 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30238         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30239         (MINUS_ZERO_INIT): Likewise.
30240         (PLUS_INFTY_INIT): Likewise.
30241         (MINUS_INFTY_INIT): Likewise.
30242         (QNAN_VALUE_INIT): Likewise.
30243         (MAX_VALUE_INIT): Likewise.
30244         (MIN_VALUE_INIT): Likewise.
30245         (MIN_SUBNORM_VALUE_INIT): Likewise.
30246         (plus_zero): Initialize with PLUS_ZERO_INIT.
30247         (minus_zero): Initialize with MINUS_ZERO_INIT.
30248         (plus_infty): Initialize with PLUS_INFTY_INIT.
30249         (minus_infty): Initialize with MINUS_INFTY_INIT.
30250         (qnan_value): Initialize with QNAN_VALUE_INIT.
30251         (max_value): Initialize with MAX_VALUE_INIT.
30252         (min_value): Initialize with MIN_VALUE_INIT.
30253         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30255         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30256         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30257         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30258         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30260         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30261         (RUN_TEST_2_f): Likewise.
30262         (RUN_TEST_ff_f): Likewise.
30263         (RUN_TEST_fi_f): Likewise.
30264         (RUN_TEST_fl_f): Likewise.
30265         (RUN_TEST_fff_f): Likewise.
30266         (RUN_TEST_c_f): Likewise.
30267         (RUN_TEST_f_f1): Likewise.
30268         (RUN_TEST_fF_f1): Likewise.
30269         (RUN_TEST_fI_f1): Likewise.
30270         (RUN_TEST_ffI_f1): Likewise.
30271         (RUN_TEST_c_c): Likewise.
30272         (RUN_TEST_cc_c): Likewise.
30273         (RUN_TEST_f_i): Likewise.
30274         (RUN_TEST_f_i_tg): Likewise.
30275         (RUN_TEST_ff_i_tg): Likewise.
30276         (RUN_TEST_f_b): Likewise.
30277         (RUN_TEST_f_b_tg): Likewise.
30278         (RUN_TEST_f_l): Likewise.
30279         (RUN_TEST_f_L): Likewise.
30280         (RUN_TEST_sincos): Likewise.
30281         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30282         whether to show exceptions.  Do not include ");\n" in return
30283         value.
30284         (special_functions): Output call to RUN_TEST_sincos instead of
30285         check_float calls.  Update calls to new_test.
30286         (parse_args): Output call to single RUN_TEST_* macro instead of
30287         check_* calls and other assignments.  Update calls to new_test.
30289         [BZ #2546]
30290         [BZ #2560]
30291         [BZ #5159]
30292         [BZ #15426]
30293         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30294         input to result for tgamma overflow.
30295         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30296         (gamma_coeff): New variable.
30297         (NCOEFF): New macro.
30298         (gamma_positive): New function.
30299         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30300         underflow here.  Use gamma_positive instead of exp (lgamma) for
30301         other arguments.
30302         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30303         (gamma_coeff): New variable.
30304         (NCOEFF): New macro.
30305         (gammaf_positive): New function.
30306         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30307         underflow here.  Use gamma_positive instead of exp (lgamma) for
30308         other arguments.
30309         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30310         (gamma_coeff): New variable.
30311         (NCOEFF): New macro.
30312         (gammal_positive): New function.
30313         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30314         underflow here.  Use gamma_positive instead of exp (lgamma) for
30315         other arguments.
30316         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30317         (gamma_coeff): New variable.
30318         (NCOEFF): New macro.
30319         (gammal_positive): New function.
30320         (__ieee754_gammal_r): Handle positive infinity, overflow and
30321         underflow here.  Handle NaN the same as positive infinity.  Remove
30322         check x < 0xffffffff for negative integers.  Use gamma_positive
30323         instead of exp (lgamma) for other arguments.
30324         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30325         (gamma_coeff): New variable.
30326         (NCOEFF): New macro.
30327         (gammal_positive): New function.
30328         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30329         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30330         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30331         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30332         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30333         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30334         * sysdeps/generic/math_private.h (__gamma_productf): New
30335         prototype.
30336         (__gamma_product): Likewise.
30337         (__gamma_productl): Likewise.
30338         * math/Makefile (libm-calls): Add gamma_product.
30339         * math/libm-test.inc (tgamma_test): Add more tests.
30340         * sysdeps/i386/fpu/libm-test-ulps: Update.
30341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30343 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30345         * benchtests/bench-skeleton.c (main): Preheat CPU.
30347 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30349         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30351 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30353         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30354         and _dl_skip_args_internal.
30356 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30358         * manual/message.texi (Message Translation): Talk about users.
30359         Message to key mapping impacts design.
30361 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30363         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30365         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30367         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30368         * sysdeps/wordsize-64/glob64.c: ... here.
30370         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30371         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30372         New macros.
30374         * debug/getlogin_r_chk.c: Moved to ...
30375         * login/getlogin_r_chk.c: ... here.
30376         * debug/Makefile (routines): Move getlogin_r_chk to ...
30377         * login/Makefile (routines): ... here.
30378         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30379         * login/Versions (libc: GLIBC_2.4): ... here.
30381         * io/poll.c (__poll): Renamed from poll.
30382         Add libc_hidden_def.
30383         (poll): Define as weak alias.
30385         * debug/ptsname_r_chk.c: Moved to ...
30386         * login/ptsname_r_chk.c: ... here.
30387         * debug/Makefile (routines): Move ptsname_r_chk to ...
30388         * login/Makefile (routines): ... here.
30389         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30390         * login/Versions (libc: GLIBC_2.4): ... here.
30392         * posix/getlogin.c: Moved to ...
30393         * login/getlogin.c: ... here.
30394         * posix/getlogin_r.c: Moved to ...
30395         * login/getlogin_r.c: ... here.
30396         * posix/getlogin_r.c: Moved to ...
30397         * login/getlogin_r.c: ... here.
30398         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30399         * login/Makefile (routines): ... here.
30400         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30401         * login/Versions (libc: GLIBC_2.0): ... here.
30403         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30404         (setrlimit): Define as weak alias.
30406         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30407         Call __ names for open, ftruncate, and close.
30408         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30409         (truncate): Define as weak alias.
30411 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30413         * math/gen-libm-test.pl (parse_args): Initialize x before each
30414         test of frexp, modf and remquo.
30416         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30417         test signgam value.
30419 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30421         [BZ #15418]
30422         [BZ #15419]
30423         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30424         internal tests.
30425         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30427 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30429         * elf/dl-writev.h: New file.
30430         * elf/dl-misc.c: Include it.
30431         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30432         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30434 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30436         * math/libm-test.inc (noXFails): Remove variable.
30437         (noXPasses): Likewise.
30438         (BUILD_COMPLEX_INT): Remove macro.
30439         (print_screen): Remove xfail argument.
30440         (print_screen_max_error): Likewise.
30441         (update_stats): Likewise.
30442         (print_max_error): Likewise.  Update calls to other affected
30443         functions.
30444         (print_complex_max_error): Likewise.
30445         (test_single_exception): Update calls to print_screen.
30446         (test_single_errno): Likewise.
30447         (check_float_internal): Remove xfail argument.  Update calls to
30448         other affected functions.
30449         (check_float): Likewise.
30450         (check_complex): Likewise.
30451         (check_int): Likewise.
30452         (check_long): Likewise.
30453         (check_bool): Likewise.
30454         (check_longlong): Likewise.
30455         (main): Don't print noXFails and noXPasses.
30456         * math/gen-libm-test.pl (top level): Don't mention expected
30457         failure handling in comment.
30458         (new_test): Don't handle expected failures.
30459         (parse_args): Don't mention expected failure handling in comment.
30460         (generate_testfile): Don't handle expected failures.
30461         (parse_ulps): Likewise.
30462         (print_ulps_file): Likewise.
30463         (get_failure): Remove function.
30464         (output_test): Don't handle expected failures.
30465         * make/README.libm-test: Don't mention expected failure handling.
30467         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30468         (minus_zero): Likewise.
30469         (plus_infty): Likewise.
30470         (minus_infty): Likewise.
30471         (qnan_value): Likewise.
30472         (max_value): Likewise.
30473         (min_value): Likewise.
30474         (min_subnorm_value): Likewise.
30475         (initialize): Do not initialize those variables dynamically.
30477 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30479         * io/open.c (__open_2): Moved to ...
30480         * io/open_2.c: ... this new file.
30481         * io/open64.c (__open64_2): Moved to ...
30482         * io/open64_2.c: ... this new file.
30483         * io/openat.c (__openat_2): Moved to ...
30484         * io/openat_2.c: ... this new file.
30485         * io/openat64.c (__openat64_2): Moved to ...
30486         * io/openat64_2.c: ... this new file.
30487         * io/Makefile (routines): Add them.
30488         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30489         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30490         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30491         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30492         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30493         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30494         (__openat64): Add hidden_ver.
30495         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30496         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30498         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30499         Separately conditionalize setting of GLRO(dl_sysinfo) so
30500         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30501         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30503 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30505         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30506         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30507         definition.
30508         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30509         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30510         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30511         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30512         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30514 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30516         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30517         test signgam value.
30519         * math/libm-test.inc (hypot_test): Do not use
30520         IGNORE_ZERO_INF_SIGN.
30522 2013-05-03  Andreas Jaeger  <aj@suse.de>
30524         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30525         Linux 3.9.
30526         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30527         (PF_MAX): Adjust for VSOCK change.
30529 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30533 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30535         [BZ #15264]
30536         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30537         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30538         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30540 2013-05-02  David S. Miller  <davem@davemloft.net>
30542         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30544 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30546         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30548 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30550         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30552 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30554         [BZ #14952]
30555         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30556         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30557         Use __attribute__ ((__gnu_inline__)).
30558         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30559         Don't use __attribute__ ((__gnu_inline__)).
30561 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30563         [BZ #15423]
30564         * math/s_catan.c (__catan): Handle small real or imaginary part of
30565         input specially to avoid spurious underflow.
30566         * math/s_catanf.c (__catanf): Likewise.
30567         * math/s_catanh.c (__catanh): Likewise.
30568         * math/s_catanhf.c (__catanhf): Likewise.
30569         * math/s_catanhl.c (__catanhl): Likewise.
30570         * math/s_catanl.c (__catanl): Likewise.
30571         * math/libm-test.inc (catan_test): Add more tests.
30572         (catanh_test): Likewise.
30573         * sysdeps/i386/fpu/libm-test-ulps: Update.
30574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30576 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30580 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30582         [BZ #15416]
30583         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30584         accurately for denominator in atan2.
30585         * math/s_catanf.c (__catanf): Likewise.
30586         * math/s_catanh.c (__catanh): Likewise.
30587         * math/s_catanhf.c (__catanhf): Likewise.
30588         * math/s_catanhl.c (__catanhl): Likewise.
30589         * math/s_catanl.c (__catanl): Likewise.
30590         * math/libm-test.inc (catan_test): Add more tests.
30591         (catanh_test): Likewise.
30592         * sysdeps/i386/fpu/libm-test-ulps: Update.
30593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30595 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30597         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30599         * benchtests/Makefile (bench): Remove slow benchmarks.
30600         * benchtests/atan-inputs: Add slow benchmark inputs.
30601         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30602         (BENCH_FUNC): Accept variant offset.
30603         (VARIANT): Define.
30604         * benchtests/bench-skeleton.c (main): Run benchmark for each
30605         variant.
30606         * benchtests/cos-inputs: Add slow benchmark inputs.
30607         * benchtests/exp-inputs: Likewise.
30608         * benchtests/pow-inputs: Likewise.
30609         * benchtests/sin-inputs: Likewise.
30610         * benchtests/slowatan-inputs: Remove.
30611         * benchtests/slowatan.c: Remove.
30612         * benchtests/slowcos-inputs: Remove.
30613         * benchtests/slowcos.c: Remove.
30614         * benchtests/slowexp-inputs: Remove.
30615         * benchtests/slowexp.c: Remove.
30616         * benchtests/slowpow-inputs: Remove.
30617         * benchtests/slowpow.c: Remove.
30618         * benchtests/slowsin-inputs: Remove.
30619         * benchtests/slowsin.c: Remove.
30620         * benchtests/slowtan-inputs: Remove.
30621         * benchtests/slowtan.c: Remove.
30622         * benchtests/tan-inputs: Add slow benchmark inputs.
30623         * scripts/bench.pl: Parse comments and directives.
30625         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30626         in CPPFLAGS.
30627         ($(objpfx)bench-%.c): Remove *-ITER.
30628         * benchtests/bench-modf.c: Remove definition of ITER.
30629         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30630         (main): Loop for DURATION seconds instead of fixed number of
30631         iterations.
30632         * scripts/bench.pl: Don't expect iterations in parameters.
30634 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30636         * io/fchdir.c (__fchdir): Renamed from fchdir.
30637         (fchdir): Define as weak alias.
30639 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30641         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30642         (ERRNO_EDOM): Likewise.
30643         (ERRNO_ERANGE): Likewise.
30644         (noErrnoTests): New variable.
30645         (init_max_error): Set errno to 0.
30646         (test_single_errno): New function.
30647         (test_errno): Likewise.
30648         (check_float_internal): Call test_errno.  Set errno to 0.
30649         (check_complex): Refer to errno tests in comment.
30650         (check_int): Call test_errno.  Set errno to 0.
30651         (check_long): Likewise.
30652         (check_bool): Likewise.
30653         (check_longlong): Likewise.
30654         (cos_test): Use ERRNO_* flags for errno tests instead of
30655         check_int.
30656         (expm1_test): Likewise.
30657         (fmod_test): Likewise.
30658         (ilogb_test): Likewise.
30659         (lgamma_test): Likewise.
30660         (pow_test): Likewise.
30661         (remainder_test): Likewise.
30662         (sin_test): Likewise.
30663         (tan_test): Likewise.
30664         (yn_test): Likewise.
30665         (initialize): Set errno to 0.
30666         (main): Print number of errno tests.
30667         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30669 2013-04-29  Andreas Jaeger  <aj@suse.de>
30671         [BZ #15084]
30672         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30673         and RES_USEVC.
30675         [BZ #15085]
30676         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30677         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30678         unimplemented.
30680         [BZ #15380]
30681         * stdlib/random.c (__initstate): Return NULL if
30682         __initstate fails.
30684         [BZ #15086]
30685         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30686         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30687         RES_SNGLKUPREOP.
30689 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30693 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30695         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30696         of individual tests.
30697         (casin_test): Likewise.
30698         (casinh_test): Likewise.
30700 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30702         [BZ #15409]
30703         * math/s_catan.c (__catan): Handle arguments with large real or
30704         imaginary part separately without squaring.
30705         * math/s_catanf.c (__catanf): Likewise.
30706         * math/s_catanh.c (__catanh): Likewise.
30707         * math/s_catanhf.c (__catanhf): Likewise.
30708         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30709         and redefine.
30710         (__catanhl): Handle arguments with large real or imaginary part
30711         separately without squaring.
30712         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30713         and redefine.
30714         (__catanl): Handle arguments with large real or imaginary part
30715         separately without squaring.
30716         * math/libm-test.inc (catan_test): Add more tests.
30717         (catanh_test): Likewise.
30718         * sysdeps/i386/fpu/libm-test-ulps: Update.
30719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30721 2013-04-27  Andreas Jaeger  <aj@suse.de>
30723         [BZ #15007]
30724         * stdlib/stdlib.h: Update guards for qecvt.
30725         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30726         <stdlib.h>.
30728 2013-04-27  Allan McRae  <allan@archlinux.org>
30730         * sysdeps/i386/fpu/libm-test-ulps: Update.
30732 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30734         [BZ #15406]
30735         * math/s_catan.c: Include <float.h>.
30736         (__catan): Ensure underflow exception occurs for underflowed
30737         result.
30738         * math/s_catanf.c: Include <float.h>.
30739         (__catanf): Ensure underflow exception occurs for underflowed
30740         result.
30741         * math/s_catanh.c: Include <float.h>.
30742         (__catanh): Ensure underflow exception occurs for underflowed
30743         result.
30744         * math/s_catanhf.c: Include <float.h>.
30745         (__catanhf): Ensure underflow exception occurs for underflowed
30746         result.
30747         * math/s_catanhl.c: Include <float.h>.
30748         (__catanhl): Ensure underflow exception occurs for underflowed
30749         result.
30750         * math/s_catanl.c: Include <float.h>.
30751         (__catanl): Ensure underflow exception occurs for underflowed
30752         result.
30753         * math/libm-test.inc (catan_test): Add more tests.
30754         (catanh_test): Likewise.
30756         [BZ #15405]
30757         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30758         underflowed result.
30759         * math/s_ccoshf.c (__ccoshf): Likewise.
30760         * math/s_ccoshl.c (__ccoshl): Likewise.
30761         * math/s_csin.c (__csin): Likewise.
30762         * math/s_csinf.c (__csinf): Likewise.
30763         * math/s_csinh.c (__csinh): Likewise.
30764         * math/s_csinhf.c (__csinhf): Likewise.
30765         * math/s_csinhl.c (__csinhl): Likewise.
30766         * math/s_csinl.c (__csinl): Likewise.
30767         * math/libm-test.inc (ccos_test): Add more tests.
30768         (ccosh_test): Likewise.
30769         (csin_test): Likewise.
30770         (csinh_test): Likewise.
30772 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30774         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30775         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30776         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30777         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30778         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30779         powerpc/power5+/fpu folders.
30780         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30783 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30785         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30787 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30789         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30790         additions to variable.
30791         [$(config-machine) = x86_64] (modules-names): Likewise.
30792         ($(objpfx)tst-audit3): Remove dependency.
30793         ($(objpfx)tst-audit3.out): Likewise.
30794         ($(objpfx)tst-audit4): Likewise.
30795         ($(objpfx)tst-audit4.out): Likewise.
30796         ($(objpfx)tst-audit5): Likewise.
30797         ($(objpfx)tst-audit5.out): Likewise.
30798         ($(objpfx)tst-audit6): Likewise.
30799         ($(objpfx)tst-audit6.out): Likewise.
30800         ($(objpfx)tst-audit7): Likewise.
30801         ($(objpfx)tst-audit7.out): Likewise.
30802         (tst-audit3-ENV): Remove variable.
30803         (tst-audit4-ENV): Likewise.
30804         (tst-audit5-ENV): Likewise.
30805         (tst-audit6-ENV): Likewise.
30806         (tst-audit7-ENV): Likewise.
30807         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30808         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30809         addition to variable.
30810         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30811         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30812         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30813         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30814         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30815         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30816         tst-audit3, tst-audit4 and tst-audit5.
30817         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30818         tst-audit6 and tst-audit7.
30819         [$(subdir) = elf] (modules-names): Add audit modules for those
30820         tests.
30821         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30822         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30823         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30824         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30825         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30826         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30827         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30828         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30829         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30830         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30831         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30832         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30833         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30834         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30835         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30836         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30837         Likewise.
30838         [$(subdir) = elf && $(config-cflags-avx) = yes]
30839         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30840         [$(subdir) = elf && $(config-cflags-avx) = yes]
30841         (CFLAGS-tst-auditmod4a.c): Likewise.
30842         [$(subdir) = elf && $(config-cflags-avx) = yes]
30843         (CFLAGS-tst-auditmod4b.c): Likewise.
30844         [$(subdir) = elf && $(config-cflags-avx) = yes]
30845         (CFLAGS-tst-auditmod6b.c): Likewise.
30846         [$(subdir) = elf && $(config-cflags-avx) = yes]
30847         (CFLAGS-tst-auditmod6c.c): Likewise.
30848         [$(subdir) = elf && $(config-cflags-avx) = yes]
30849         (CFLAGS-tst-auditmod7b.c): Likewise.
30850         * elf/tst-audit3.c: Move to ...
30851         * sysdeps/x86_64/tst-audit3.c: ... here.
30852         * elf/tst-audit4.c: Move to ...
30853         * sysdeps/x86_64/tst-audit4.c: ... here.
30854         * elf/tst-audit5.c: Move to ...
30855         * sysdeps/x86_64/tst-audit5.c: ... here.
30856         * elf/tst-audit6.c: Move to ...
30857         * sysdeps/x86_64/tst-audit6.c: ... here.
30858         * elf/tst-audit7.c: Move to ...
30859         * sysdeps/x86_64/tst-audit7.c: ... here.
30860         * elf/tst-auditmod3a.c: Move to ...
30861         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30862         * elf/tst-auditmod3b.c: Move to ...
30863         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30864         * elf/tst-auditmod4a.c: Move to ...
30865         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30866         * elf/tst-auditmod4b.c: Move to ...
30867         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30868         * elf/tst-auditmod5a.c: Move to ...
30869         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30870         * elf/tst-auditmod5b.c: Move to ...
30871         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30872         * elf/tst-auditmod6a.c: Move to ...
30873         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30874         * elf/tst-auditmod6b.c: Move to ...
30875         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30876         * elf/tst-auditmod6c.c: Move to ...
30877         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30878         * elf/tst-auditmod7a.c: Move to ...
30879         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30880         * elf/tst-auditmod7b.c: Move to ...
30881         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30883 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30885         [BZ #15366]
30886         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30887         define unconditionally.
30888         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30889         define unconditionally.
30890         (INT8_C, INT16_C, etc.): Likewise.
30892 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30894         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30895         __ehdr_start with hidden visibility.
30897         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30899 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30901         * math/libm-test.inc (cos_test): Use accurate hex constants.
30902         (sincost_test): Likewise.
30904 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30906         * math/libm-test.inc (catan_test): Add more tests.
30907         (catanh_test): Likewise.
30909         * math/s_catanf.c (__catanf): Use suffixed floating-point
30910         constants.
30911         * math/s_catanhf.c (__catanhf): Likewise.
30912         * math/s_catanhl.c (__catanhl): Likewise.
30913         * math/s_catanl.c (__catanl): Likewise.
30915         [BZ #15394]
30916         * math/s_catan.c (__catan): Calculate imaginary part of result
30917         with log1p not log unless computing log of number close to 0.
30918         * math/s_catanf.c (__catanf): Likewise.
30919         * math/s_catanl.c (__catanl): Likewise.
30920         * math/s_catanh.c (__catanh): Calculate real part of result with
30921         log1p not log unless computing log of number close to 0.
30922         * math/s_catanhf.c (__catanhf): Likewise.
30923         * math/s_catanhl.c (__catanhl): Likewise.
30924         * math/libm-test.inc (catan_test): Add more tests.
30925         (catanh_test): Likewise.
30926         * sysdeps/i386/fpu/libm-test-ulps: Update.
30927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30929 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30931         * benchtests/Makefile: Mention files in which fast and slow
30932         paths of math functions are implemented.
30934 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30936         * sysdeps/posix/timespec_get.c: New file.
30938 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30940         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30941         POWER.
30942         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30943         for POWER.
30944         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30945         powerpc/power5/fpu folders.
30946         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30947         * benchtests/Makefile: Add modf testcase.
30948         * benchtests/bench-modf.c: New file: Benchmark test for mo
30950 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30952         [BZ #14888]
30953         * time/Makefile (tests): Add tst-strptime-whitespace.
30954         * time/strptime_l.c (get_number): Use ISSPACE.
30955         (__strptime_internal): Likewise.
30956         * time/tst-strptime-whitespace.c: New test case.
30958 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30960         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30961         member.
30962         (_nss_files_init): Set it here.
30964 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30966         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30967         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30968         unsigned.
30970 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30972         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30974 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30976         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30977         size just once.
30979 2013-04-21  David S. Miller  <davem@davemloft.net>
30981         * po/ru.po: Update Russion translation from translation project.
30983 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30985         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30986         and setfsgid.
30988 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30990         * configure.in: Remove i386 configure warning. Remove i386 case.
30991         * configure: Regenerate.
30992         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30993         Add example to error message.
30994         * sysdeps/i386/configure: Regenerate.
30996 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30998         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30999         slowtan.
31000         * benchtests/cos-inputs: New file.
31001         * benchtests/slowcos-inputs: New file.
31002         * benchtests/slowcos.c: New file.
31003         * benchtests/slowtan-inputs: New file.
31004         * benchtests/slowtan.c: New file.
31005         * benchtests/tan-inputs: New file.
31007 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31009         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31010         considered kosher.
31012 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31014         * benchtests/Makefile: Include cppflags-iterator.mk to add
31015         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31017         * Makefile.in (bench-clean): New target.
31018         * benchtests/Makefile (bench-clean): Likewise.
31020 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31022         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31024 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31026         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31028 2013-04-15  Andreas Schwab  <schwab@suse.de>
31030         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31031         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31032         * nscd/pwdcache.c (cache_addpw): Likewise.
31033         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31034         more than recsize.
31036 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31038         * benchtests/Makefile (bench): Write all output to
31039         bench-out.tmp together.
31041 2013-04-15  Andreas Schwab  <schwab@suse.de>
31043         * nscd/nscd.c (main): Don't fork again after closing files.
31045 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31047         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31049         * benchtests/Rules (bench-deps): Collect dependencies into a
31050         single variable.  Add Makefile to dependencies.
31051         ($(objpfx)bench-%.c): Depend on bench-deps.
31053 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31054             Xavier Roche  <roche+kml2@exalead.com>
31056         [BZ #15361]
31057         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31058         just that it's a file descriptor.
31059         * manual/llio.texi (Synchronizing AIO Operations): Update description
31060         for EBADF error from aio_fsync.
31062 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31064         * Rules (bench): Move target definition...
31065         * benchtests/Makefile: ... here.
31067 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31069         * math/libm-test.inc (cos_test): Fix PI/2 test.
31070         (sincos_test): Likewise.
31071         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31072         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31074 2013-04-11  Andreas Schwab  <schwab@suse.de>
31076         [BZ #13988]
31077         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31078         accept exponent character only when digits were seen.
31079         * stdio-common/Makefile (tests): Add bug26.
31080         * stdio-common/bug26.c: New file.
31082         [BZ #14293]
31083         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31084         non-freeable.
31086 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31088         * Makeconfig (rtld-prefix): Define built linker prefix.
31089         * Rules (run-bench): Use it.
31090         * math/Makefile (run-regen-ulps): Likewise.
31092         * Rules (bench): Remove eval.
31094 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31095             Roland McGrath  <roland@hack.frob.com>
31096             Ondrej Bilka  <neleai@seznam.cz>
31098         [BZ #15346]
31099         * time/getdate.c: Include ctype.h and alloca.h.
31100         (__getdate_r): Trim leading and trailing spaces of input.
31101         * time/tst-getdate.c (tests): Add tests with leading and
31102         trailing spaces.
31104 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31106         [BZ #14280]
31107         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31108         when computing value.
31110 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31112         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31113         Use testrun.sh to run libm tests.
31115         [BZ #15309]
31116         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31118 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31120         [BZ #15264]
31121         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31123 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31125         * Makefile.in (regen-ulps): New target.
31126         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31127         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31128         [ifneq (no,$(PERL)] (regen-ulps): New target.
31129         [ifeq (no,$(PERL)] (regen-ulps): New target.
31130         * math/libm-test.inc (ulps_file_name): Define.
31131         (output_dir): New variable.
31132         (options): Add "output-dir" option.
31133         (parse_opt): Handle 'o' case.
31134         (main): If output_dir is non-NULL use it as a prefix
31135         otherwise use "".
31136         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31138 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31140         [BZ #10060, #10062]
31141         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31142         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31143         fail configure if __sync_val_compare_and_swap is not inlined.
31144         * sysdeps/i386/configure: Regenerate.
31145         * configure.in: Build for i686 when configured for i386.
31146         * configure: Regenerate.
31147         * README: Remove i386 reference.
31149 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31151         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31152         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31154 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31156         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31157         (lmsnanval): New variables.
31158         (F): Add conversion tests.
31159         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31160         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31162         * stdio-common/tstdiomisc.c (F): Properly collect individual
31163         tests' results.
31165         [BZ #14686, #15336]
31166         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31167         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31168         Instead, use input NaN values or generate a qNaN by arithmetic
31169         operation.  Also fix bugs to comply with the standard.
31170         * math/libm-test.inc (remainder_test): Add more tests.
31172         [BZ #15335, #15342]
31173         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31174         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31175         input NaN values or generate a qNaN by arithmetic operation.
31177         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31178         unreachable code.
31180         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31181         definitions.
31183 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31185         [BZ #14478]
31186         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31187         underflowed result.
31188         * math/s_cexpf.c (__cexpf): Likewise.
31189         * math/s_cexpl.c (__cexpl): Likewise.
31190         * math/libm-test.inc (cexp_test): Add more tests.
31192 2013-04-03  Andreas Schwab  <schwab@suse.de>
31194         [BZ #15330]
31195         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31196         order arrays from heap if bigger than alloca cutoff.
31198 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31200         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31201         (SNAN_TESTS_double): Refer to GCC PR56831.
31202         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31203         GCC PR56828.
31205 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31207         * Rules (bench): Move bench.out after the run is complete.
31209         * Rules (bench): Echo currently running benchmark.
31211         * benchtests/Makefile (bench): Add atan and slowatan.
31212         * benchtests/atan-inputs: New file.
31213         * benchtests/slowatan-inputs: New file.
31214         * benchtests/slowatan.c: New file.
31216         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31217         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31218         its value.
31220         [BZ #15305]
31221         * sysdeps/unix/sysv/linux/kernel-features.h
31222         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31223         __ASSUME_XFS_RESTRICTED_CHOWN.
31224         * sysdeps/unix/sysv/linux/pathconf.c
31225         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31226         Save and restore errno.
31228 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31230         [BZ #15327]
31231         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31232         arguments using __kernel_casinh.
31233         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31234         arguments using __kernel_casinhf.
31235         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31236         arguments using __kernel_casinhl.
31237         * math/libm-test.inc (cacosh_test): Add more tests.
31238         * sysdeps/i386/fpu/libm-test-ulps: Update.
31239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31241 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31243         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31244         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31246         * bench/Makefile (bench): Add sin and slowsin.
31247         * benchtests/sin-inputs: New file.
31248         * benchtests/slowsin-inputs: New file.
31249         * benchtests/slowsin.c: New file.
31251         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31252         (bench): Add slowexp and slowpow.
31253         (exp-ITER): Increase iterations.
31254         (pow-ITER): Likewise.
31255         * benchtests/exp-inputs: Change input.
31256         * benchtests/pow-inputs: Likewise.
31257         * benchtests/slowexp-inputs: New file.
31258         * benchtests/slowexp.c: New file.
31259         * benchtests/slowpow-inputs: New file.
31260         * benchtests/slowpow.c: New file.
31262 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31264         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31265         instructions.
31266         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31267         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31268         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31269         * benchtests/Makefile: Add rint benchtest.
31270         * benchtests/rint-inputs: Input for rint benchtest.
31272 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31274         * Versions.def (libm): Add GLIBC_2.18.
31275         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31276         hidden libm prototypes.
31277         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31278         * math/Makefile (libm-calls): Add s_issignaling.
31279         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31280         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31281         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31282         declaration.
31283         * math/math.h [__USE_GNU] (issignaling): New macro.
31284         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31285         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31286         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31287         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31288         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31289         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31290         * manual/arith.texi (issignaling): New section.
31291         * manual/libm-err-tab.pl (@all_functions): Update comment.
31292         * math/gen-libm-test.pl (parse_args): Apply special handling for
31293         issignaling.
31294         * math/libm-test.inc (print_float, issignaling_test): New
31295         functions.
31296         (check_float_internal): Add issignaling checks.
31297         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31298         default definition.
31299         * sysdeps/powerpc/math-tests.h: New file.
31300         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31301         tests.
31302         * math/test-snan.c (TEST_FUNC): Likewise.
31304 2013-03-30  David S. Miller  <davem@davemloft.net>
31306         * po/de.po: Update from translation team.
31308 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31310         [BZ #10357]
31311         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31312         imaginary part less than 1.0 and real part less than 0.5
31313         specially.
31314         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31315         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31316         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31317         (cacos_test): Add more tests.
31318         (casin_test): Likewise.
31319         (casinh_test): Likewise.
31320         * sysdeps/i386/fpu/libm-test-ulps: Update.
31321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31323 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31325         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31326         ONE with its value.
31328         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31329         (__pow_mp): Replace ONE and MONE with their values.
31330         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31331         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31332         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31333         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31334         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31335         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31337         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31339         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31340         (__pow_mp): Replace ZERO and MZERO with their values.
31341         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31342         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31343         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31344         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31345         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31346         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31347         (__sqr): Likewise.
31349         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31351         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31353 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31355         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31356         Declare with __attribute__ ((weak)).
31357         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31358         Call __call_tls_dtors only if it's not NULL.
31360 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31362         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31363         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31364         magic __ehdr_start linker symbol if it's defined.
31365         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31366         them up here if it was already done.
31368         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31369         (_dl_aux_init): Use const in cast when setting it.
31370         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31371         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31372         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31374         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31375         Declare them here.
31376         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31377         * csu/libc-tls.c: Nor here.
31378         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31380         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31381         (__libc_message): Never call vsyslog.
31383 2013-03-28  Alan Modra  <amodra@gmail.com>
31385         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31386         Define as empty.
31387         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31388         Likewise.
31390 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31392         [BZ #15214]
31393         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31394         underflow.
31395         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31397 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31399         [BZ #15304]
31400         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31401         Don't add gid passed as argument.
31403         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31405 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31407         [BZ #15307]
31408         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31409         imaginary part between 1.0 and 1.5 and real part less than 0.5
31410         specially.
31411         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31412         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31413         * math/libm-test.inc (cacos_test): Add more tests.
31414         (casin_test): Likewise.
31415         (casinh_test): Likewise.
31416         * sysdeps/i386/fpu/libm-test-ulps: Update.
31417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31419 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31421         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31422         constants.
31423         (norm): Likewise.
31424         (denorm): Likewise.
31425         (__dbl_mp): Likewise.
31426         (add_magnitudes): Likewise.
31427         (sub_magnitudes): Likewise.
31428         (__add): Likewise.
31429         (__sub): Likewise.
31430         (__mul): Likewise.
31431         (__sqr): Likewise.
31432         (__inv): Likewise.
31433         (__dvd): Likewise.
31435         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31436         commented code.
31437         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31438         (__dubcos): Likewise.
31439         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31440         (__ieee754_acos): Likewise.
31441         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31442         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31443         (__exp1): Likewise.
31444         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31445         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31446         (log1): Likewise.
31447         (my_log2): Likewise.
31448         (checkint): Likewise.
31449         * sysdeps/ieee754/dbl-64/e_remainder.c
31450         (__ieee754_remainder): Likewise.
31451         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31452         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31453         (bsloww): Likewise.
31454         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31456         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31457         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31458         MANTISSA_STORE_T to store computations on mantissa.  Use
31459         macros for rounding and division.
31460         (denorm): Likewise.
31461         (__dbl_mp): Likewise.
31462         (add_magnitudes): Likewise.
31463         (sub_magnitudes): Likewise.
31464         (__mul): Likewise.
31465         (__sqr): Likewise.
31466         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31467         powers of two in terms of TWOPOW macro.
31468         (mp_no): Make type of mantissa as MANTISSA_T.
31469         [!RADIXI]: Define RADIXI.
31470         [!TWO52]: Define TWO52.
31471         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31473 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31475         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31476         llroundl symbol when building for PPC32.
31478 2013-03-24  Mark H Weaver  <mhw@netris.org>
31480         * manual/arith.texi (Normalization Functions): Fix prototypes for
31481         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31483 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31485         [BZ #13889]
31486         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31487         high value to check if expl overflow.
31488         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31489         to check for underflow and overflow.
31490         * math/libm-test.inc: Add exp test.
31492 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31494         [BZ #11120]
31495         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31496         with NOT_IN_libc.
31498 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31500         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31501         symbol.
31503 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31505         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31506         wrap blocks consisting of several statements.
31508         * sysdeps/generic/math-tests.h: New file.
31509         * sysdeps/i386/fpu/math-tests.h: Likewise.
31510         * math/test-snan.c: Include it.
31511         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31513 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31515         [BZ #15285]
31516         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31517         (__ieee754_j0l): Do not improve calculations using cos of twice
31518         input for inputs above LDBL_MAX / 2.0L.
31519         (__ieee754_y0l): Likewise.
31520         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31521         (__ieee754_j1l): Do not improve calculations using cos of twice
31522         input for inputs above LDBL_MAX / 2.0L.
31523         (__ieee754_y1l): Likewise.
31524         * math/libm-test.inc (j0_test): Add another test.
31525         (j1_test): Likewise.
31526         (y0_test): Likewise.
31527         (y1_test): Likewise.
31528         * sysdeps/i386/fpu/libm-test-ulps: Update.
31530 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31532         * Rules ($(objpfx)bench-%.c): Include code from a C source
31533         file.
31535 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31537         [BZ #15287]
31538         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31539         imaginary part 1.0 and real part less than 0.5 specially.
31540         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31541         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31542         * math/libm-test.inc (cacos_test): Add more tests.
31543         (casin_test): Likewise.
31544         (casinh_test): Likewise.
31545         * sysdeps/i386/fpu/libm-test-ulps: Update.
31546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31548 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31550         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31551         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31553 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31555         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31556         * config.make.in (config-cflags-sse4): Remove variable.
31557         (config-cflags-avx): Likewise.
31558         (config-cflags-sse2avx): Likewise.
31559         (config-cflags-novzeroupper): Likewise.
31560         (config-asflags-i686): Likewise.
31561         (have-mfma4): Likewise.
31562         (have-as-vis3): Likewise.
31563         (MIG): Likewise.
31564         * configure.in (MIG): Do not AC_SUBST.
31565         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31566         (libc_cv_cc_sse4): Do not AC_SUBST.
31567         (libc_cv_cc_avx): Likewise.
31568         (libc_cv_cc_sse2avx): Likewise.
31569         (libc_cv_cc_novzeroupper): Likewise.
31570         (libc_cv_cc_fma4): Likewise.
31571         (libc_cv_as_i686): Likewise.
31572         (libc_cv_sparc_as_vis3): Likewise.
31573         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31574         LIBC_CONFIG_VAR.
31575         (config-asflags-i686): Likewise.
31576         (config-cflags-avx): Likewise.
31577         (config-cflags-sse2avx): Likewise.
31578         (have-mfma4): Likewise.
31579         (config-cflags-novzeroupper): Likewise.
31580         * sysdeps/mach/configure.in (MIG): Likewise.
31581         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31582         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31583         LIBC_CONFIG_VAR.
31584         (config-cflags-avx): Likewise.
31585         (config-cflags-sse2avx): Likewise.
31586         (have-mfma4): Likewise.
31587         (config-cflags-novzeroupper): Likewise.
31588         * configure: Regenerated.
31589         * sysdeps/i386/configure: Likewise.
31590         * sysdeps/mach/configure: Likewise.
31591         * sysdeps/sparc/configure: Likewise.
31592         * sysdeps/x86_64/configure: Likewise.
31594 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31596         [BZ #14812]
31597         * locale/programs/localedef.c (options): Put N_ translation marker
31598         on argument names, not just descriptions.
31600 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31602         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31604 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31606         [BZ #14176]
31607         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31609 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31611         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31612         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31613         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31614         [!BEFORE_ABORT] (before_abort): New function.
31615         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31616         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31617         (writev_for_fatal): New function.
31618         (WRITEV_FOR_FATAL): New macro; call that.
31619         (backtrace_and_maps): New function.
31620         (BEFORE_ABORT): New macro; call that.
31621         (struct str_list): Type removed.
31622         (__libc_message, __libc_fatal): Functions removed.
31623         Include <sysdeps/posix/libc_fatal.c> instead.
31625 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31627         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31628         constants.
31629         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31630         double constants.
31632 2013-03-19  Andreas Schwab  <schwab@suse.de>
31634         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31635         * sysdeps/gnu/configure: Regenerate.
31637         * configure.in: Substitute libc_cv_rtlddir.
31638         * configure: Regenerate.
31639         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31640         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31641         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31642         * elf/Makefile (install-others, CFLAGS-interp.c)
31643         (ldso_install, common-ldd-rewrite): Likewise.
31644         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31645         $(inst_slibdir)/$(rtld-installed-name).
31646         * scripts/rellns-sh: Add -p option.
31647         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31648         for source.
31650 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31652         * manual/nptl.texi: Renamed to ...
31653         * manual/threads.texi: ... this.
31654         * manual/Makefile (chapters): Update.
31656 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31658         [BZ #14812]
31659         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31660         on argument names, not just descriptions.
31661         * malloc/memusagestat.c (options): Likewise.
31662         * nss/getent.c (options): Likewise.
31664 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31666         [BZ #14812]
31667         * iconv/iconv_prog.c (options): Put N_ translation marker
31668         on argument names, not just descriptions.
31669         * iconv/iconvconfig.c (options): Likewise.
31671 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31673         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31674         implementation which is faster on all x86_64 architectures.
31675         Tested on AMD, Intel Nehalem, SNB, IVB.
31676         * sysdeps/x86_64/strnlen.S: Likewise.
31678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31679         Remove all multiarch strlen and strnlen versions.
31680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31681         Remove strlen and strnlen related parts.
31683         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31684         Inline strlen part.
31685         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31687         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31688         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31689         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31690         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31691         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31692         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31694 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31696         * manual/memory.texi (Malloc Tunable Parameters):
31697         Sort parameters alphabetically. Add comments for missing entries.
31699 2013-03-17  David S. Miller  <davem@davemloft.net>
31701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31703 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31705         [BZ #15283]
31706         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31707         for arguments at most half maximum finite value.
31708         * math/libm-test.inc (j0_test): Add more tests.
31709         (j1_test): Likewise.
31710         (y0_test): Likewise.
31711         (y1_test): Likewise.
31712         * sysdeps/i386/fpu/libm-test-ulps: Update.
31713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31715         [BZ #14155]
31716         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31717         1 / x and functions P and Q for arguments above 0x1p256L.
31718         (__ieee754_y0l): Likewise.
31719         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31720         (__ieee754_y1l): Likewise.
31721         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31722         (j1_test): Likewise.
31723         (y0_test): Likewise.
31724         (y1_test): Likewise.
31726 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31728         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31729         variable.
31731 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31733         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31734         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31735         zero since it's initialized to EXEC_PAGESIZE.
31737         * sysdeps/unix/sysv/linux/ldsodefs.h
31738         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31739         * sysdeps/generic/ldsodefs.h: ... here.
31741 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31743         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31745         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31746         math/test-snan.c.
31747         * math/test-snan.c: Renamed from
31748         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31749         * math/Makefile (tests): Add test-snan.
31750         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31751         test-powerpc-snan.
31753         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31754         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31755         functions.
31756         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31757         __builtin_nan family of functions.
31758         * math/libm-test.inc (initialize): Initialize qnan_value with
31759         __builtin_nan family of functions.
31760         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31761         Remove variables.
31762         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31763         Remove functions.
31764         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31765         storage class.  Initialize qNaN_var and sNaN_var with
31766         __builtin_nan and __builtin_nans families of functions,
31767         respectively.
31769         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31770         (sqrt_test): Remove duplicate test with qNaN input.
31771         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31772         (round_test, signbit_test, significand_test): Note missing +/-Inf
31773         as well as qNaN tests.
31775         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31776         qNaN_var.  Fix a few strings, too.
31777         * math/libm-test.inc (nan_value): Rename to qnan_value.
31778         * math/gen-libm-test.pl (%beautify): Adjust to that.
31779         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31780         * math/test-misc.c (main): Likewise.
31781         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31782         to __qnan_bytes, and __qnan_union, respectively.
31783         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31784         Likewise.
31785         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31786         and lqnanval, respectively.
31787         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31788         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31789         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31790         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31792         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31793         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31794         doubles.
31796         * math/test-misc.c (main): Fix copy'n'pastos.
31797         * misc/tst-efgcvt.c (special): Likewise.
31799         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31800         Remove declarations.
31802 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31804         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31805         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31806         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31807         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31809 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31811         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31812         macro to return vdso values correctly in IFUNC implementations.
31813         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31814         Optimization by using IFUNC.
31816 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31817             Richard Henderson  <rth@redhat.com>
31818             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31820         * Makefile.in (bench): New target.
31821         * NEWS: Mention the benchmark framework.
31822         * Rules (bench): Likewise.
31823         (binaries-bench): Generate binaries for functions to
31824         benchmark.
31825         * benchtests/Makefile: New makefile for benchmark tests.
31826         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31827         programs.
31828         * benchtests/exp-inputs: New input file for EXP function.
31829         * benchtests/pow-inputs: New input file for POW function.
31830         * scripts/bench.pl: New script to generate source files for
31831         benchmark programs.
31833 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31835         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31836         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31837         computations on mantissa.  Use macros for rounding and
31838         division.
31839         (denorm): Likewise.
31840         (__dbl_mp): Likewise.
31841         (add_magnitudes): Likewise.
31842         (sub_magnitudes): Likewise.
31843         (__mul): Likewise.
31844         (__sqr): Likewise.
31845         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31846         powers of two in terms of TWOPOW macro.
31847         (mp_no): Make type of mantissa as MANTISSA_T.
31848         [!RADIXI]: Define RADIXI.
31849         [!TWO52]: Define TWO52.
31850         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31852         * manual/nptl.texi (cindex): Modify threads to pthreads.
31854 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31856         * sysdeps/x86_64/preconfigure: Regenerated.
31858 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31860         [BZ #14155]
31861         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31862         0x1p28 and above.
31863         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31864         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31865         0x1p28 and above.
31866         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31867         * math/libm-test.inc (j0_test): Do not allow one spurious
31868         underflow exception.
31869         (y1_test): Likewise.
31871 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31873         * manual/Makefile (chapters): Add nptl.
31874         * manual/debug.texi (Debugging Support): Add link to Threads
31875         chapter.
31876         * manual/nptl.texi: New file.
31878         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31880 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31882         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31883         for non-NULL pointer before the memory validity test. Pointed
31884         out by Holger Brunck <holger.brunck@keymile.com>.
31886 2013-03-13  Andreas Schwab  <schwab@suse.de>
31888         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31889         instead of .os.
31891 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31893         * timezone/zic.c: Update from tzcode 2013b.
31895 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31897         * manual/install.texi (Configuring and compiling):
31898         Mention i686 and i586.
31899         * INSTALL: Regenerate.
31901 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31903         * sysdeps/init_array/elf-init.c: New file.
31904         * csu/elf-init.c
31905         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31906         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31908         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31909         __gmon_start__ as global, but as static with a .preinit_array pointer.
31910         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31911         * sysdeps/init_array/crti.S: New file, empty except for comments.
31912         * sysdeps/init_array/crtn.S: Likewise.
31914 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31916         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31917         definining bcopy.
31918         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31919         Remove Prefer_SSE_for_memop.
31920         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31921         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31922         HAS_PREFER_SSE_FOR_MEMOP.
31923         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31924         memset-x86-64.
31925         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31926         Remove bzero, memset ifunc support.
31927         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31928         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31929         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31930         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31932 2013-03-11  Andreas Schwab  <schwab@suse.de>
31934         [BZ #15234]
31935         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31936         by SHLIB_COMPAT.
31937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31938         (GLIBC_2.16): Remove pthread_atfork.
31940 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31942         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31943         (ptestcases.h): Likewise.
31945 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31947         * Makeconfig ($(common-objpfx)config.status): Depend on
31948         sysdeps/*/preconfigure{,.in} too.
31950 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31952         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31953         (__free_hook): Use void * instead of __malloc_ptr_t.
31954         (__malloc_hook): Likewise.
31955         (__realloc_hook): Likewise.
31956         (__memalign_hook): Likewise.
31957         (__after_morecore_hook): Likewise.
31958         * malloc/arena.c (save_malloc_hook): Likewise.
31959         (save_free_hook): Likewise.
31960         * malloc/hooks.c (malloc_hook_ini): Likewise.
31961         (realloc_hook_ini): Likewise.
31962         (memalign_hook_ini): Likewise.
31963         * malloc/malloc.c (malloc_hook_ini): Likewise.
31964         (realloc_hook_ini): Likewise.
31965         (memalign_hook_ini): Likewise.
31966         (__free_hook): Likewise.
31967         (__malloc_hook): Likewise.
31968         (__realloc_hook): Likewise.
31969         (__memalign_hook): Likewise.
31970         (__libc_malloc): Likewise.
31971         (__libc_free): Likewise.
31972         (__libc_realloc): Likewise.
31973         (__libc_memalign): Likewise.
31974         (__libc_valloc): Likewise.
31975         (__libc_pvalloc): Likewise.
31976         (__libc_calloc): Likewise.
31977         (__posix_memalign): Likewise.
31978         * malloc/morecore.c (__sbrk): Likewise.
31979         (__default_morecore): Likewise.
31981         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31983         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31984         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31985         __malloc_ptrdiff_t.
31987         * malloc/malloc.h (__malloc_size_t): Remove macro.
31988         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31989         __malloc_size_t.
31990         (old_memalign_hook): Likewise.
31991         (old_realloc_hook): Likewise.
31992         (struct hdr): Likewise.
31993         (flood): Likewise.
31994         (mallochook): Likewise.
31995         (memalignhook): Likewise.
31996         (reallochook): Likewise.
31997         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31998         (tr_old_realloc_hook): Likewise.
31999         (tr_old_memalign_hook): Likewise.
32000         (tr_mallochook): Likewise.
32001         (tr_reallochook): Likewise.
32002         (tr_memalignhook): Likewise.
32004 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32006         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32007         default_ldbl_pack and using as default implementation.
32008         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32009         implementation.
32010         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32011         redundant definition.
32012         (ldbl_insert_mantissa): Likewise.
32013         (ldbl_canonicalize): Likewise.
32014         (ldbl_nearbyint): Likewise.
32015         (ldbl_pack): Rename to ldbl_pack_ppc.
32016         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32017         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32018         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32020 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32022         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32023         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32024         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32025         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32027         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32028         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32029         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32031 2013-03-07  Andreas Jaeger  <aj@suse.de>
32033         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32034         bits/mman-linux.h.
32036 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32038         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32039         Include mpa.h and declare __MPEXP.
32040         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32041         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32042         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32043         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32044         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32045         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32046         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32048         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32049         (__slowpow): Use long double EXPL and LOGL functions to
32050         compute POW.
32051         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32052         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32053         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32054         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32055         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32056         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32059         intermediate variable to calculate exponent.
32060         (__sqr): Likewise.
32061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32062         Likewise.
32063         (__sqr): Likewise.
32065         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32066         [!NO__SQR]: Define __sqr.
32067         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32068         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32069         sysdeps/ieee754/dbl-64/mpa.c.
32070         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32072         [BZ #12723]
32073         * posix/Makefile (tests): Add tst-pathconf.
32074         * posix/tst-pathconf.c: New test case.
32075         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32076         _PC_PIPE_BUF.
32077         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32079 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32081         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32083 2013-03-06  Andreas Jaeger  <aj@suse.de>
32085         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32086         definition via __MAP_ANONYMOUS.
32088         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32089         it's not part of Linux headers.
32091         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32092         (MAP_HUGE_MASK): Define.
32094         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32095         Define.
32096         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32097         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32098         Define.
32099         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32100         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32101         Define.
32102         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32103         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32104         Define.
32105         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32107         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32108         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32109         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32110         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32111         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32112         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32114         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32115         Handle f2fs.
32117         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32118         Handle f2fs and efivarfs.
32120         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32121         f2fs.
32123         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32124         (EFIVARFS_MAGIC): Add.
32125         (F2FS_LINK_MAX): Add.
32127 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32129         * stdio-common/vfprintf.c: Replace __builtin_expect with
32130         __glibc_unlikely.
32132 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32134         [BZ #13550]
32135         * sysdeps/generic/bp-sym.h: Remove file.
32136         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32137         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32138         <bp-sym.h> and <bp-asm.h>.
32139         (__longjmp): Don't use BP_SYM.
32140         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32141         and <bp-asm.h>.
32142         (memcpy): Don't use BP_SYM.
32143         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32144         <bp-sym.h> and <bp-asm.h>.
32145         (memcpy): Don't use BP_SYM.
32146         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32147         <bp-asm.h>.
32148         (memcpy): Don't use BP_SYM.
32149         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32150         <bp-asm.h>.
32151         (memset): Don't use BP_SYM.
32152         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32153         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32154         (__bzero): Don't use BP_SYM.
32155         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32156         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32157         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32158         <bp-sym.h> and <bp-asm.h>.
32159         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32160         pointers.
32161         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32162         <bp-sym.h> and <bp-asm.h>.
32163         (memcpy): Don't use BP_SYM.
32164         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32165         <bp-sym.h> and <bp-asm.h>.
32166         (memset): Don't use BP_SYM.
32167         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32168         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32169         (__bzero): Don't use BP_SYM.
32170         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32171         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32172         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32173         <bp-sym.h> and <bp-asm.h>.
32174         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32175         pointers.
32176         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32177         <bp-sym.h> and <bp-asm.h>.
32178         (memcpy): Don't use BP_SYM.
32179         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32180         <bp-sym.h> and <bp-asm.h>.
32181         (memset): Don't use BP_SYM.
32182         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32183         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32184         (__bzero): Don't use BP_SYM.
32185         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32186         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32187         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32188         <bp-sym.h> and <bp-asm.h>.
32189         (__memchr): Don't use BP_SYM.
32190         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32191         <bp-sym.h> and <bp-asm.h>.
32192         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32193         pointers.
32194         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32195         <bp-sym.h> and <bp-asm.h>.
32196         (memcpy): Don't use BP_SYM.
32197         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32198         <bp-sym.h> and <bp-asm.h>.
32199         (__mempcpy): Don't use BP_SYM.
32200         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32201         <bp-sym.h> and <bp-asm.h>.
32202         (__memrchr): Don't use BP_SYM.
32203         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32204         <bp-sym.h> and <bp-asm.h>.
32205         (memset): Don't use BP_SYM.
32206         (__bzero): Likewise.
32207         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32208         <bp-sym.h> and <bp-asm.h>.
32209         (__rawmemchr): Don't use BP_SYM.
32210         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32211         <bp-sym.h> and <bp-asm.h>.
32212         (__STRCMP): Don't use BP_SYM.
32213         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32214         <bp-sym.h> and <bp-asm.h>.
32215         (strchr): Don't use BP_SYM.
32216         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32217         <bp-sym.h> and <bp-asm.h>.
32218         (__strchrnul): Don't use BP_SYM.
32219         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32220         <bp-sym.h> and <bp-asm.h>.
32221         (strlen): Don't use BP_SYM.
32222         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32223         <bp-sym.h> and <bp-asm.h>.
32224         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32225         pointers.
32226         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32227         <bp-sym.h> and <bp-asm.h>.
32228         (__strnlen): Don't use BP_SYM.
32229         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32230         <bp-sym.h> and <bp-asm.h>.
32231         (__GI__setjmp): Don't use BP_SYM.
32232         (_setjmp): Likewise.
32233         (__sigsetjmp): Likewise.
32234         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32235         (L(start_addresses)): Don't use BP_SYM.
32236         (_start): Likewise.
32237         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32238         <bp-asm.h>.
32239         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32240         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32241         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32242         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32243         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32244         <bp-asm.h>.
32245         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32246         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32247         about bounded pointers.
32248         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32249         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32250         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32251         <bp-asm.h>.
32252         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32253         about bounded pointers.  Remove GKM FIXME comments.
32254         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32255         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32256         <bp-asm.h>.
32257         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32258         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32259         Remove GKM FIXME comments.
32260         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32261         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32262         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32263         <bp-asm.h>.
32264         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32265         about bounded pointers.  Remove GKM FIXME comment.
32266         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32267         and <bp-asm.h>.
32268         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32269         pointers.
32270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32271         <bp-sym.h> and <bp-asm.h>.
32272         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32274         <bp-sym.h> and <bp-asm.h>.
32275         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32276         comment.
32278 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32280         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32281         call free(NULL).
32283 2013-03-05  David S. Miller  <davem@davemloft.net>
32285         * po/es.po: Update from translation team.
32287 2013-03-05  Andreas Jaeger  <aj@suse.de>
32289         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32290         <bits/mman-linux.h>.
32291         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32292         is fine.
32293         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32294         <bits/mman-linux.h> to end of file.
32295         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32296         is fine.
32297         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32298         <bits/mman-linux.h> to end of file.
32299         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32300         is fine.
32301         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32302         <bits/mman-linux.h> to end of file.
32304         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32305         (MCL_CURRENT, MCL_FUTURE): Define here.
32307 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32309         [BZ #15232]
32310         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32311         attribute_hidden.
32312         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32314 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32316         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32317         fourth parameter needed for rt_sigprocmask syscall.
32318         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32319         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32320         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32321         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32322         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32323         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32325 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32327         [BZ #13550]
32328         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32329         comment about bounded pointers.
32330         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32331         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32333 2013-03-04  Andreas Jaeger  <aj@suse.de>
32335         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32336         common definitions.
32338         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32339         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32340         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32341         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32342         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32343         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32345 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32347         [BZ #15055]
32348         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32349         __ieee754_sqrl instead of __sqrl.
32351 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32353         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32354         * sysdeps/powerpc/fpu_control.h: ... here.
32355         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32356         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32357         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32358         * sysdeps/powerpc/bits/mathinline.h: ... here.
32360 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32362         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32363         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32364         to just [NEED_DL_SYSINFO_DSO].
32365         * elf/dl-support.c: Likewise.
32366         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32367         * elf/rtld.c (dl_main): Likewise.
32368         * elf/setup-vdso.h (setup_vdso): Likewise.
32369         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32370         * sysdeps/unix/sysv/linux/dl-sysdep.c
32371         (_dl_discover_osversion): Likewise.
32373 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32375         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32376         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32378 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32380         * NEWS: Mention libm performance improvements and non-x86 PI
32381         futex support.
32383         * csu/libc-start.c (__pthread_initialize_minimal): Change
32384         function arguments.
32385         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32387 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32389         [BZ #13550]
32390         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32391         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32392         <bp-sym.h> and <bp-asm.h>.
32393         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32394         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32395         and <bp-asm.h>.
32396         (memcpy): Don't use BP_SYM.
32397         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32398         <bp-asm.h>.
32399         (__mpn_add_n): Don't use BP_SYM.
32400         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32401         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32402         and <bp-asm.h>.
32403         (__mpn_addmul_1): Don't use BP_SYM.
32404         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32405         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32406         <bp-sym.h>.
32407         (_setjmp): Don't use BP_SYM.
32408         (__novmx_setjmp): Likewise.
32409         (__GI__setjmp): Likewise.
32410         (__vmx_setjmp): Likewise.
32411         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32412         <bp-sym.h>.
32413         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32414         (__bzero): Don't use BP_SYM.
32415         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32416         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32417         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32418         <bp-sym.h> and <bp-asm.h>.
32419         (memcpy): Don't use BP_SYM.
32420         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32421         <bp-sym.h> and <bp-asm.h>.
32422         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32423         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32424         <bp-sym.h> and <bp-asm.h>.
32425         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32426         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32427         <bp-asm.h>.
32428         (__mpn_lshift): Don't use BP_SYM.
32429         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32430         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32431         <bp-asm.h>.
32432         (memset): Don't use BP_SYM.
32433         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32434         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32435         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32436         <bp-asm.h>.
32437         (__mpn_mul_1): Don't use BP_SYM.
32438         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32439         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32440         <bp-sym.h> and <bp-asm.h>.
32441         (memcmp): Don't use BP_SYM.
32442         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32443         <bp-sym.h> and <bp-asm.h>.
32444         (memcpy): Don't use BP_SYM.
32445         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32446         <bp-sym.h> and <bp-asm.h>.
32447         (memset): Don't use BP_SYM.
32448         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32449         <bp-sym.h> and <bp-asm.h>.
32450         (strncmp): Don't use BP_SYM.
32451         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32452         <bp-sym.h> and <bp-asm.h>.
32453         (memcpy): Don't use BP_SYM.
32454         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32455         <bp-sym.h> and <bp-asm.h>.
32456         (memset): Don't use BP_SYM.
32457         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32458         <bp-sym.h> and <bp-asm.h>.
32459         (__memchr): Don't use BP_SYM.
32460         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32461         <bp-sym.h> and <bp-asm.h>.
32462         (memcmp): Don't use BP_SYM.
32463         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32464         <bp-sym.h> and <bp-asm.h>.
32465         (memcpy): Don't use BP_SYM.
32466         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32467         <bp-sym.h> and <bp-asm.h>.
32468         (__mempcpy): Don't use BP_SYM.
32469         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32470         <bp-sym.h> and <bp-asm.h>.
32471         (__memrchr): Don't use BP_SYM.
32472         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32473         <bp-sym.h> and <bp-asm.h>.
32474         (memset): Don't use BP_SYM.
32475         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32476         <bp-sym.h> and <bp-asm.h>.
32477         (__rawmemchr): Don't use BP_SYM.
32478         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32479         <bp-sym.h> and <bp-asm.h>.
32480         (__STRCMP): Don't use BP_SYM.
32481         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32482         <bp-sym.h> and <bp-asm.h>.
32483         (strchr): Don't use BP_SYM.
32484         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32485         <bp-sym.h> and <bp-asm.h>.
32486         (__strchrnul): Don't use BP_SYM.
32487         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32488         <bp-sym.h> and <bp-asm.h>.
32489         (strlen): Don't use BP_SYM.
32490         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32491         <bp-sym.h> and <bp-asm.h>.
32492         (strncmp): Don't use BP_SYM.
32493         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32494         <bp-sym.h> and <bp-asm.h>.
32495         (__strnlen): Don't use BP_SYM.
32496         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32497         <bp-asm.h>.
32498         (__mpn_rshift): Don't use BP_SYM.
32499         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32500         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32501         <bp-sym.h> and <bp-asm.h>.
32502         (__sigsetjmp): Don't use BP_SYM.
32503         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32504         (L(start_addresses)): Don't use BP_SYM.
32505         (_start): Likewise.
32506         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32507         <bp-asm.h>.
32508         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32509         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32510         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32511         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32512         <bp-asm.h>.
32513         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32514         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32515         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32516         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32517         <bp-asm.h>.
32518         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32519         comments.
32520         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32521         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32522         <bp-asm.h>.
32523         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32524         FIXME comments.
32525         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32526         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32527         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32528         <bp-asm.h>.
32529         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32530         comment.
32531         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32532         and <bp-asm.h>.
32533         (strncmp): Don't use BP_SYM,
32534         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32535         <bp-asm.h>.
32536         (__mpn_sub_n): Don't use BP_SYM.
32537         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32538         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32539         and <bp-asm.h>.
32540         (__mpn_submul_1): Don't use BP_SYM.
32541         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32543         <bp-sym.h> and <bp-asm.h>.
32544         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32546         <bp-sym.h> and <bp-asm.h>.
32547         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32548         comment.
32550 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32552         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32553         Use ZK to minimize writes to Z.
32554         (sub_magnitudes): Simplify code a bit.
32555         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32556         Use ZK to minimize writes to Z.
32557         (sub_magnitudes): Simplify code a bit.
32559 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32561         * csu/gmon-start.c: Add special exception to license text.
32563 2013-02-27  Richard Henderson  <rth@redhat.com>
32565         * scripts/config.guess: Update from config.git.
32566         * scripts/config.sub: Likewise.
32568 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32570         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32572         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32574         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32576         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32578         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32580 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32582         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32583         [$(build-shared = yes].
32585 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32587         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32588         (__mul): Reduce iterations for calculating mantissa.
32590         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32591         MPTWO.
32592         (__mpranred): Likewise.
32594         [BZ #15160]
32595         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32596         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32598 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32600         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32601         Define __attribute__.
32603 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32605         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32606         unused.
32607         * posix/regex_internal.h (__attribute): Remove.
32608         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32609         (re_string_context_at): Likewise.
32610         (bitset_not): Use __attribute__ and mark function as possibly
32611         unused.
32612         (bitset_merge): Likewise.
32613         (bitset_mask): Likewise.
32614         (re_string_char_size_at): Likewise.
32615         (re_string_wchar_at): Likewise.
32616         (re_string_elem_size_at): Likewise.
32618 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32620         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32621         code.
32622         (cc32): Likewise.
32624         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32625         (__acr): Likewise.
32626         (__cpy): Likewise.
32627         (norm): Likewise.
32628         (denorm): Likewise.
32629         (__dbl_mp): Likewise.
32630         (add_magnitudes): Likewise.
32631         (sub_magnitudes): Likewise.
32632         (__mul): Likewise.
32633         (__inv): Likewise.
32635         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32636         style.
32638         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32639         style.
32641         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32642         code.
32644         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32645         up changes with default code.
32646         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32647         Likewise.
32649 2013-02-24  Allan McRae  <allan@archlinux.org>
32651         * manual/socket.texi (The Internet Namespace): Order menu items
32652         to match that in the file.
32654         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32655         node listing of the info page menu.
32657 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32659         [BZ #13550]
32660         * sysdeps/i386/bp-asm.h: Remove file.
32661         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32662         (PARMS): Do not use macros from bp-asm.h.
32663         (S1): Likewise.
32664         (S2): Likewise.
32665         (SIZE): Likewise.
32666         (__mpn_add_n): Do not use BP_SYM
32667         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32668         "bp-asm.h".
32669         (PARMS): Do not use macros from bp-asm.h.
32670         (S1): Likewise.
32671         (SIZE): Likewise.
32672         (__mpn_addmul_1): Do not use BP_SYM
32673         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32674         "bp-asm.h".
32675         (PARMS): Do not use macros from bp-asm.h.
32676         (SIGMSK): Likewise.
32677         (_setjmp): Likewise.  Do not use BP_SYM.
32678         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32679         "bp-asm.h".
32680         (PARMS): Do not use macros from bp-asm.h.
32681         (SIGMSK): Likewise.
32682         (setjmp): Likewise.  Do not use BP_SYM.
32683         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32684         "bp-asm.h".
32685         (PARMS): Do not use macros from bp-asm.h.
32686         (__frexp): Do not use BP_SYM.
32687         (frexp): Likewise.
32688         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32689         "bp-asm.h".
32690         (PARMS): Do not use macros from bp-asm.h.
32691         (__frexpf): Do not use BP_SYM.
32692         (frexpf): Likewise.
32693         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32694         "bp-asm.h".
32695         (PARMS): Do not use macros from bp-asm.h.
32696         (__frexpl): Do not use BP_SYM.
32697         (frexpl): Likewise.
32698         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32699         "bp-asm.h".
32700         (PARMS): Do not use macros from bp-asm.h.
32701         (__remquo): Do not use BP_SYM.
32702         (remquo): Likewise.
32703         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32704         "bp-asm.h".
32705         (PARMS): Do not use macros from bp-asm.h.
32706         (__remquof): Do not use BP_SYM.
32707         (remquof): Likewise.
32708         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32709         "bp-asm.h".
32710         (PARMS): Do not use macros from bp-asm.h.
32711         (__remquol): Do not use BP_SYM.
32712         (remquol): Likewise.
32713         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32714         "bp-asm.h".
32715         (PARMS): Do not use macros from bp-asm.h.
32716         (DEST): Likewise.
32717         (SRC): Likewise.
32718         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32719         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32720         "bp-asm.h".
32721         (PARMS): Do not use macros from bp-asm.h.
32722         (strlen): Do not use BP_SYM.
32723         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32724         "bp-asm.h".
32725         (PARMS): Do not use macros from bp-asm.h.
32726         (S1): Likewise.
32727         (S2): Likewise.
32728         (SIZE): Likewise.
32729         (__mpn_add_n): Do not use BP_SYM.
32730         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32731         "bp-asm.h".
32732         (PARMS): Do not use macros from bp-asm.h.
32733         (S1): Likewise.
32734         (SIZE): Likewise.
32735         (__mpn_addmul_1): Do not use BP_SYM.
32736         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32737         weak_alias.
32738         (bzero): Likewise.
32739         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32740         "bp-asm.h".
32741         (PARMS): Do not use macros from bp-asm.h.
32742         (S): Likewise.
32743         (SIZE): Likewise.
32744         (__mpn_lshift): Do not use BP_SYM.
32745         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32746         "bp-asm.h".
32747         (PARMS): Do not use macros from bp-asm.h.
32748         (DEST): Likewise.
32749         (SRC): Likewise.
32750         (LEN): Likewise.
32751         (memcpy): Likewise.  Do not use BP_SYM.
32752         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32753         libc_hidden_def and weak_alias.
32754         (mempcpy): Do not use BP_SYM in weak_alias.
32755         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32756         "bp-asm.h".
32757         (PARMS): Do not use macros from bp-asm.h.
32758         (DEST): Likewise.
32759         (LEN): Likewise.
32760         [!BZERO_P] (CHR): Likewise.
32761         (memset): Likewise.  Do not use BP_SYM.
32762         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32763         "bp-asm.h".
32764         (PARMS): Do not use macros from bp-asm.h.
32765         (S1): Likewise.
32766         (SIZE): Likewise.
32767         (__mpn_mul_1): Do not use BP_SYM.
32768         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32769         "bp-asm.h".
32770         (PARMS): Do not use macros from bp-asm.h.
32771         (S): Likewise.
32772         (SIZE): Likewise.
32773         (__mpn_rshift): Do not use BP_SYM.
32774         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32775         "bp-asm.h".
32776         (PARMS): Do not use macros from bp-asm.h.
32777         (STR): Likewise.
32778         (CHR): Likewise.
32779         (strchr): Likewise.  Do not use BP_SYM.
32780         (index): Do not use BP_SYM in weak_alias.
32781         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32782         "bp-asm.h".
32783         (PARMS): Do not use macros from bp-asm.h.
32784         (DEST): Likewise.
32785         (SRC): Likewise.
32786         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32787         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32788         "bp-asm.h".
32789         (PARMS): Do not use macros from bp-asm.h.
32790         (strlen): Do not use BP_SYM.
32791         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32792         "bp-asm.h".
32793         (PARMS): Do not use macros from bp-asm.h.
32794         (S1): Likewise.
32795         (S2): Likewise.
32796         (SIZE): Likewise.
32797         (__mpn_sub_n): Do not use BP_SYM.
32798         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32799         "bp-asm.h".
32800         (PARMS): Do not use macros from bp-asm.h.
32801         (S1): Likewise.
32802         (SIZE): Likewise.
32803         (__mpn_submul_1): Do not use BP_SYM.
32804         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32805         "bp-asm.h".
32806         (PARMS): Do not use macros from bp-asm.h.
32807         (S1): Likewise.
32808         (S2): Likewise.
32809         (SIZE): Likewise.
32810         (__mpn_add_n): Do not use BP_SYM.
32811         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32812         weak_alias.
32813         (bzero): Likewise.
32814         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32815         "bp-asm.h".
32816         (PARMS): Do not use macros from bp-asm.h.
32817         (BLK2): Likewise.
32818         (LEN): Likewise.
32819         (memcmp): Do not use BP_SYM.
32820         (bcmp): Do not use BP_SYM in weak_alias.
32821         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32822         "bp-asm.h".
32823         (PARMS): Do not use macros from bp-asm.h.
32824         (DEST): Likewise.
32825         (SRC): Likewise.
32826         (LEN): Likewise.
32827         (memcpy): Likewise.  Do not use BP_SYM.
32828         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32829         "bp-asm.h".
32830         (PARMS): Do not use macros from bp-asm.h.
32831         (DEST): Likewise.
32832         (SRC): Likewise.
32833         (LEN): Likewise.
32834         (memmove): Likewise.  Do not use BP_SYM.
32835         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32836         "bp-asm.h".
32837         (PARMS): Do not use macros from bp-asm.h.
32838         (DEST): Likewise.
32839         (SRC): Likewise.
32840         (LEN): Likewise.
32841         (__mempcpy): Likewise.  Do not use BP_SYM.
32842         (mempcpy): Do not use BP_SYM in weak_alias.
32843         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32844         "bp-asm.h".
32845         (PARMS): Do not use macros from bp-asm.h.
32846         (DEST): Likewise.
32847         (LEN): Likewise.
32848         [!BZERO_P] (CHR): Likewise.
32849         (memset): Likewise.  Do not use BP_SYM.
32850         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32851         "bp-asm.h".
32852         (PARMS): Do not use macros from bp-asm.h.
32853         (STR2): Likewise.
32854         (strcmp): Do not use BP_SYM.
32855         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32856         "bp-asm.h".
32857         (PARMS): Do not use macros from bp-asm.h.
32858         (STR): Likewise.
32859         (DELIM): Likewise.
32860         [USE_AS_STRTOK_R] (SAVE): Likewise.
32861         (FUNCTION): Likewise.  Do not use BP_SYM.
32862         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32863         aliases.
32864         (strtok_r): Likewise.
32865         (__GI___strtok_r): Likewise.
32866         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32867         (PARMS): Do not use macros from bp-asm.h.
32868         (S): Likewise.
32869         (SIZE): Likewise.
32870         (__mpn_lshift): Do not use BP_SYM.
32871         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32872         (PARMS): Do not use macros from bp-asm.h.
32873         (STR): Likewise.
32874         (CHR): Likewise.
32875         (__memchr): Do not use BP_SYM.
32876         (memchr): Do not use BP_SYM in weak_alias.
32877         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32878         (PARMS): Do not use macros from bp-asm.h.
32879         (BLK2): Likewise.
32880         (LEN): Likewise.
32881         (memcmp): Do not use BP_SYM.
32882         (bcmp): Do not use BP_SYM in weak_alias.
32883         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32884         (PARMS): Do not use macros from bp-asm.h.
32885         (S1): Likewise.
32886         (SIZE): Likewise.
32887         (__mpn_mul_1): Do not use BP_SYM.
32888         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32889         "bp-asm.h".
32890         (PARMS): Do not use macros from bp-asm.h.
32891         (STR): Likewise.
32892         (CHR): Likewise.
32893         (__rawmemchr): Do not use BP_SYM.
32894         (rawmemchr): Do not use BP_SYM in weak_alias.
32895         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32896         (PARMS): Do not use macros from bp-asm.h.
32897         (S): Likewise.
32898         (SIZE): Likewise.
32899         (__mpn_rshift): Do not use BP_SYM.
32900         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32901         (PARMS): Do not use macros from bp-asm.h.
32902         (SIGMSK): Likewise.
32903         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32904         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32905         (_start): Do not use BP_SYM.
32906         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32907         (PARMS): Do not use macros from bp-asm.h.
32908         (DEST): Likewise.
32909         (SRC): Likewise.
32910         (__stpcpy): Likewise.  Do not use BP_SYM.
32911         (stpcpy): Do not use BP_SYM in weak_alias.
32912         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32913         "bp-asm.h".
32914         (PARMS): Do not use macros from bp-asm.h.
32915         (DEST): Likewise.
32916         (SRC): Likewise.
32917         (LEN): Likewise.
32918         (__stpncpy): Likewise.  Do not use BP_SYM.
32919         (stpncpy): Do not use BP_SYM in weak_alias.
32920         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32921         (PARMS): Do not use macros from bp-asm.h.
32922         (STR): Likewise.
32923         (CHR): Likewise.
32924         (strchr): Likewise.  Do not use BP_SYM.
32925         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32926         "bp-asm.h".
32927         (PARMS): Do not use macros from bp-asm.h.
32928         (STR): Likewise.
32929         (CHR): Likewise.
32930         (__strchrnul): Likewise.  Do not use BP_SYM.
32931         (strchrnul): Do not use BP_SYM in weak_alias.
32932         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32933         "bp-asm.h".
32934         (PARMS): Do not use macros from bp-asm.h.
32935         (STOP): Likewise.
32936         (strcspn): Do not use BP_SYM.
32937         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32938         "bp-asm.h".
32939         (PARMS): Do not use macros from bp-asm.h.
32940         (STR): Likewise.
32941         (STOP): Likewise.
32942         (strpbrk): Likewise.  Do not use BP_SYM.
32943         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32944         "bp-asm.h".
32945         (PARMS): Do not use macros from bp-asm.h.
32946         (STR): Likewise.
32947         (CHR): Likewise.
32948         (strrchr): Likewise.  Do not use BP_SYM.
32949         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32950         (PARMS): Do not use macros from bp-asm.h.
32951         (SKIP): Likewise.
32952         (strspn): Do not use BP_SYM.
32953         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32954         (PARMS): Do not use macros from bp-asm.h.
32955         (STR): Likewise.
32956         (DELIM): Likewise.
32957         (SAVE): Likewise.
32958         (FUNCTION): Likewise.  Do not use BP_SYM.
32959         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32960         aliases.
32961         (strtok_r): Likewise.
32962         (__GI___strtok_r): Likewise.
32963         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32964         (PARMS): Do not use macros from bp-asm.h.
32965         (S1): Likewise.
32966         (S2): Likewise.
32967         (SIZE): Likewise.
32968         (__mpn_sub_n): Do not use BP_SYM.
32969         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32970         "bp-asm.h".
32971         (PARMS): Do not use macros from bp-asm.h.
32972         (S1): Likewise.
32973         (SIZE): Likewise.
32974         (__mpn_submul_1): Do not use BP_SYM.
32975         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32976         <bp-sym.h>.
32977         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32978         and <bp-asm.h>.
32979         (PARMS): Do not use macros from bp-asm.h.
32980         (FLAGS): Likewise.
32981         (PTID): Likewise.
32982         (TLS): Likewise.
32983         (CTID): Likewise.
32984         (__clone): Do not use BP_SYM.
32985         (clone): Do not use BP_SYM in weak_alias.
32986         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32987         and <bp-asm.h>.
32988         (PARMS): Do not use macros from bp-asm.h.
32989         (LEN): Likewise.
32990         (__mmap64): Do not use BP_SYM.
32991         (mmap64): Do not use BP_SYM in weak_alias.
32992         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32993         <bp-sym.h> and <bp-asm.h>.
32994         (PARMS): Do not use macros from bp-asm.h.
32995         (__posix_fadvise64_l64): Do not use BP_SYM.
32996         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32997         (PARMS): Do not use macros from bp-asm.h.
32998         (NSOPS): Likewise.
32999         (semtimedop): Do not use BP_SYM.
33000         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33001         and <bp-asm.h>.
33003 2013-02-21  Allan McRae  <allan@archlinux.org>
33005         * manual/message.texi (Charset conversion in gettext):
33006         Move @end statement to beginning of line.
33008 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33011         static.
33012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33013         Likewise.
33015         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33016         (denorm): Likewise.
33017         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33018         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33020 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33022         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33023         tail-call to the resolved function if pltexit isn't needed.
33025 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33027         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33028         or Y being zero as being unlikely.
33029         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33030         Likewise.
33032 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33034         * manual/nss.texi (System Databases and Name Service Switch):
33035         Remove frobnicate @pxref.
33037 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33039         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33040         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33042 2013-02-20  Petr Machata  <pmachata@redhat.com>
33044         * elf/elf.h (R_ARM_TARGET1): New macro.
33045         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33046         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33047         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33048         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33049         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33050         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33051         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33052         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33053         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33054         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33055         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33056         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33057         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33058         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33059         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33060         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33061         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33062         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33063         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33064         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33065         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33066         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33067         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33068         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33069         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33070         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33071         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33072         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33073         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33074         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33075         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33076         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33077         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33078         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33079         (R_ARM_THM_GOT_BREL12): Likewise.
33080         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33081         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33082         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33083         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33084         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33085         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33086         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33087         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33088         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33090 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33092         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33093         __attribute_used__ to __attribute__ ((unused)).
33095 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33097         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33098         powerpc mpa.c.
33099         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33100         comment formatting.
33101         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33103 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33105         [BZ #13550]
33106         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33107         Remove macro.
33108         (ENTER): Remove both macro definitions.
33109         (LEAVE): Likewise.
33110         (CHECK_BOUNDS_LOW): Likewise.
33111         (CHECK_BOUNDS_HIGH): Likewise.
33112         (CHECK_BOUNDS_BOTH): Likewise.
33113         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33114         (RETURN_BOUNDED_POINTER): Likewise.
33115         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33116         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33117         (POP_ERRNO_LOCATION_RETURN): Likewise.
33118         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33119         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33120         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33121         macros.
33122         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33123         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33124         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33125         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33126         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33127         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33128         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33129         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33130         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33131         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33132         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33133         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33134         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33135         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33136         removed macros.
33137         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33138         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33139         macros.
33140         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33141         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33142         * sysdeps/i386/i586/memset.S (memset): Likewise.
33143         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33144         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33145         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33146         macros.
33147         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33148         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33149         Change uses of L(2) to L(out).
33150         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33151         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33152         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33153         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33154         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33155         removed macros.
33156         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33157         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33158         macros.
33159         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33160         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33161         (RETURN): Do not use macro LEAVE.
33162         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33163         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33164         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33165         * sysdeps/i386/i686/memset.S (memset): Likewise.
33166         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33167         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33168         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33169         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33170         Likewise.
33171         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33172         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33173         L(1_2) and L(1_3) into L(1).
33174         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33175         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33176         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33177         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33178         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33179         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33180         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33181         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33182         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33183         macros.
33184         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33185         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33186         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33187         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33188         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33189         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33190         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33191         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33192         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33193         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33194         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33195         * sysdeps/i386/strspn.S (strspn): Likewise.
33196         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33197         conditional code.
33198         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33199         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33200         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33201         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33202         L(1_3) into L(1_1).
33203         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33204         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33205         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33206         macros.
33207         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33209 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33211         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33212         macro.
33214 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33216         * math/atest-exp.c (exp_mpn): Remove ROUND.
33217         * math/atest-exp2.c (exp_mpn): Likewise.
33218         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33220         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33221         * stdlib/tst-tls-atexit-lib.c: Likewise.
33222         * stdlib/tst-tls-atexit.c: Likewise.
33224 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33226         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33227         and __attribute_alloc_size__.
33229 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33231         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33232         __attribute_alloc_size__.
33233         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33234         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33236 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33238         * include/programs/xmalloc.h: New file.
33239         * catgets/gencat.c: Include it.
33240         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33241         * elf/pldd.c: Likewise.
33242         * iconv/iconv_charmap.c: Likewise.
33243         * iconv/iconvconfig.c: Likewise.
33244         * iconv/strtab.c: Likewise.
33245         * locale/programs/locale.c: Likewise.
33246         * locale/programs/localedef.h: Likewise.
33247         * locale/programs/simple-hash.c: Likewise.
33248         * nscd/nscd.h: Likewise.
33249         * nss/makedb.c: Likewise.
33250         * sysdeps/generic/ldconfig.h: Likewise.
33252 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33254         * Versions.def: Add GLIBC_2.18.
33255         * include/link.h (struct link_map): New member l_tls_dtor_count.
33256         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33257         (__call_tls_dtors): Likewise.
33258         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33259         __cxa_thread_atexit_impl.
33260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33261         Likewise.
33262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33263         Likewise.
33264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33265         Likewise.
33266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33267         Likewise.
33268         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33269         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33270         Likewise.
33271         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33272         Likewise.
33273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33275         Likewise.
33276         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33277         (tests): Add test case tst-tls-atexit.
33278         (modules-names): Add shared library for tst-tls-atexit.
33279         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33280         (GLIBC_PRIVATE): Add __call_tls_dtors.
33281         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33282         for libstdc++.
33283         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33284         * stdlib/tst-tls-atexit.c: New test case.
33285         * stdlib/tst-tls-atexit-lib.c: New test case.
33287         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33289         * elf/Versions (ld): Add _dl_find_dso_for_object.
33290         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33291         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33292         (dl_open_worker): Use _dl_find_dso_for_object.
33293         * elf/dl-sym.c (do_sym): Likewise.
33294         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33296 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33298         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33299         Syntactic changes only.
33300         (_dl_runtime_profile): Do a tail-call to the resolved function.
33302 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33304         [BZ #13550]
33305         * sysdeps/x86_64/bp-asm.h: Remove file.
33306         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33307         <bp-sym.h> and <bp-asm.h>.
33308         (__clone): Do not use BP_SYM.
33309         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33310         <bp-sym.h> and <bp-asm.h>.
33311         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33312         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33313         "bp-asm.h".
33314         (_setjmp): Do not use BP_SYM.
33315         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33316         "bp-asm.h".
33317         (setjmp): Do not use BP_SYM.
33318         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33319         libc_hidden_def.
33320         (mempcpy): Do not use BP_SYM in weak_alias.
33321         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33322         "bp-asm.h".
33323         (strchr): Do not use BP_SYM.
33324         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33325         "bp-asm.h".
33326         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33327         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33328         (_start): Do not use BP_SYM.
33329         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33330         "bp-asm.h".
33331         (strcat): Do not use BP_SYM.
33332         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33333         "bp-asm.h".
33334         (STRCMP): Do not use BP_SYM.
33335         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33336         "bp-asm.h".
33337         (STRCPY): Do not use BP_SYM.
33338         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33339         "bp-asm.h".
33340         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33341         "bp-asm.h".
33342         (FUNCTION): Do not use BP_SYM.
33343         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33344         weak_alias.
33345         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33347 2013-02-17  Andreas Jaeger  <aj@suse.de>
33349         * time/Versions: Sort entries.
33350         * string/Versions: Likewise.
33351         * resolv/Versions: Likewise.
33352         * posix/Versions: Likewise.
33353         * iconv/Versions: Likewise.
33354         * elf/Versions: Likewise.
33355         * wcsmbs/Versions: Likewise.
33357 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33359         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33360         loop termination condition.
33362         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33363         variable to calculate EZ.
33364         (__sqr): Likewise.
33366         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33367         the lower precision input.
33369 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33371         [BZ #13550]
33372         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33373         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33374         (run-via-rtld-prefix): Do not handle %-bp tests.
33375         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33376         (all-object-suffixes): Remove .ob.
33377         (bppfx): Remove variable.
33378         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33379         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33380         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33381         [$(build-bounded) = yes] (libtype.ob): Likewise.
33382         * Makerules (elide-routines.ob): Remove variable.
33383         (do-tests-clean): Do not handle *-bp.out.
33384         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33385         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33386         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33387         (tests): Do not include $(tests-bp.out).
33388         (xtests): Do not include $(xtests-bp.out).
33389         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33390         [$(build-bounded) = yes] ($(addprefix
33391         $(objpfx),$(binaries-bounded))): Remove rule.
33392         ($(objpfx)%-bp.out): Remove rule.
33393         * config.make.in (build-bounded): Remove variable.
33394         * crypt/Makefile [$(build-bounded) = yes]
33395         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33396         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33397         append to variable.
33398         [$(build-bounded) = yes] (install-lib): Likewise.
33399         [$(build-bounded) = yes] (generated): Likewise.
33400         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33401         Remove rule.
33402         * intl/Makefile [$(build-bounded) = yes]
33403         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33404         * math/Makefile [$(build-bounded) = yes]
33405         ($(tests:%=$(objpfx)%-bp): Likewise.
33406         * misc/Makefile [$(build-bounded) = yes]
33407         ($(objpfx)tst-tsearch-bp): Likewise.
33408         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33409         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33410         Remove dependency.
33411         * string/Makefile (o-objects.ob): Remove variable.
33412         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33413         (CFLAGS-.ob): Remove variable.
33414         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33415         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33416         both definitions of variable.
33417         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33418         (ASFLAGS-.ob): Remove variable.
33420 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33422         [BZ #13550]
33423         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33424         Remove __BOUNDED_POINTERS__ from condition.
33425         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33426         * string/bits/string2.h [!__NO_STRING_INLINES &&
33427         !__BOUNDED_POINTERS__]: Likewise.
33428         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33429         Likewise.
33430         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33431         Remove conditional code.
33432         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33433         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33434         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33435         condition.
33437         [BZ #13550]
33438         * csu/libc-start.c: Do not include <bp-sym.h>.
33439         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33440         * elf/dl-open.c: Do not include <bp-sym.h>.
33441         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33442         * math/fegetenv.c: Do not include <bp-sym.h>.
33443         (fegetenv): Do not use BP_SYM in versioned symbols.
33444         * nptl/sysdeps/pthread/bits/libc-lockP.h
33445         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33446         <bp-sym.h>.
33447         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33448         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33449         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33450         (__pthread_mutex_destroy): Likewise.
33451         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33452         (__pthread_mutex_lock): Likewise.
33453         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33454         (__pthread_mutex_trylock): Likewise.
33455         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33456         (__pthread_mutex_unlock): Likewise.
33457         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33458         (__pthread_mutexattr_init): Likewise.
33459         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33460         (__pthread_mutexattr_destroy): Likewise.
33461         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33462         (__pthread_mutexattr_settype): Likewise.
33463         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33464         (__pthread_rwlock_init): Likewise.
33465         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33466         (__pthread_rwlock_destroy): Likewise.
33467         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33468         (__pthread_rwlock_rdlock): Likewise.
33469         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33470         (__pthread_rwlock_tryrdlock): Likewise.
33471         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33472         (__pthread_rwlock_wrlock): Likewise.
33473         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33474         (__pthread_rwlock_trywrlock): Likewise.
33475         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33476         (__pthread_rwlock_unlock): Likewise.
33477         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33478         (__pthread_key_create): Likewise.
33479         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33480         (__pthread_setspecific): Likewise.
33481         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33482         (__pthread_getspecific): Likewise.
33483         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33484         Likewise.
33485         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33486         (_pthread_cleanup_push_defer): Likewise.
33487         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33488         (_pthread_cleanup_pop_restore): Likewise.
33489         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33490         (pthread_setcancelstate): Likewise.
33491         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33492         <bp-sym.h>.
33493         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33494         (memchr): Do not use BP_SYM in weak_alias.
33495         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33496         (fegetenv): Do not use BP_SYM in versioned symbols.
33497         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33498         (fesetenv): Do not use BP_SYM in versioned symbols.
33499         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33500         (feupdateenv): Do not use BP_SYM in versioned symbols.
33501         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33502         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33503         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33504         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33505         (open64): Do not use BP_SYM in weak_alias.
33506         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33507         (fegetenv): Do not use BP_SYM in versioned symbols.
33508         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33509         (fesetenv): Do not use BP_SYM in versioned symbols.
33510         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33511         (feupdateenv): Do not use BP_SYM in versioned symbols.
33512         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33513         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33514         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33515         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33516         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33517         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33518         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33519         <bp-sym.h>.
33520         (__libc_start_main): Do not use BP_SYM.
33522 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33524         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33525         redundant return line.
33526         (norm): Likewise.
33527         (denorm): Likewise.
33528         (dbl_mp): Likewise.
33529         (sub_magnitudes): Likewise.
33530         (__add): Likewise.
33531         (__sub): Likewise.
33532         (__mul): Likewise.
33533         (__inv): Likewise.
33534         (__dvd): Likewise.
33535         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33536         (norm): Likewise.
33537         (denorm): Likewise.
33538         (dbl_mp): Likewise.
33539         (sub_magnitudes): Likewise.
33540         (__add): Likewise.
33541         (__sub): Likewise.
33542         (__mul): Likewise.
33543         (__inv): Likewise.
33544         (__dvd): Likewise.
33546         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33547         instead of __mul.
33548         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33549         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33550         (cc32): Likewise.
33552         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33553         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33554         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33555         of __mul for squares.
33556         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33557         function
33558         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33559         Likewise.
33560         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33561         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33563 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33565         [BZ #13550]
33566         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33567         code.
33568         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33569         prototype or function definition.  Rename ubp_* variables and
33570         parameters.  Remove argv definitions conditional on
33571         [__BOUNDED_POINTERS__].
33572         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33573         * elf/dl-runtime.c (_dl_fixup): Likewise.
33574         * include/set-hooks.h (RUN_HOOK): Likewise.
33575         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33576         definition.
33577         * string/strcpy.c (strcpy): Do not use __unbounded.
33578         * sysdeps/generic/frame.h (struct layout): Likewise.
33579         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33580         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33581         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33582         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33583         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33584         (__backtrace): Likewise.
33585         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33586         use __ptrvalue.
33587         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33588         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33589         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33590         Likewise.
33591         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33592         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33593         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33594         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33595         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33596         Do not use __unbounded.
33597         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33598         Rename __unboundedrlimits parameter to rlimits in prototype.
33599         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33600         Do not use __unbounded.
33601         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33602         not use __ptrvalue.
33603         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33604         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33605         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33606         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33607         __ptrvalue or __unbounded.
33608         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33609         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33610         use __unbounded.
33611         (__new_msgctl): Do not use __ptrvalue.
33612         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33613         __unbounded.
33614         (__libc_msgrcv): Do not use __ptrvalue.
33615         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33616         startup_info): Do not use __unbounded.
33617         (__libc_start_main): Likewise.  Rename ubp_* variables and
33618         parameters.  Remove argv definitions conditional on
33619         [__BOUNDED_POINTERS__].
33620         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33621         __ptrvalue.
33622         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33623         use __unbounded.
33624         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33625         or __ptrvalue.
33626         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33627         use __unbounded.
33628         (__new_shmctl): Do not use __ptrvalue.
33629         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33630         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33631         Likewise.
33632         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33633         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33634         (__libc_sigaction): Likewise.
33635         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33636         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33637         Likewise.
33638         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33640 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33642         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33644         * string/mempcpy.c: Implement by calling memcpy.
33646 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33648         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33650         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33651         evaluation.
33653         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33654         values in the mantissa.
33656         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33657         minimize writes to Z.
33658         (sub_magnitudes): Simplify code a bit.
33660 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33662         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33663         from the message.  The linker prefixes all warnings with that already.
33665 2013-02-12  Andreas Schwab  <schwab@suse.de>
33667         [BZ #15078]
33668         * posix/regexec.c (extend_buffers): Add parameter min_len.
33669         (check_matching): Pass minimum needed length.
33670         (clean_state_log_if_needed): Likewise.
33671         (get_subexp): Likewise.
33672         * posix/Makefile (tests): Add bug-regex34.
33673         (bug-regex34-ENV): Define.
33674         * posix/bug-regex34.c: New file.
33676         [BZ #11561]
33677         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33678         elements compare against the byte sequence of it, not its name.
33679         * posix/Makefile (tests): Add bug-regex35.
33680         (bug-regex35-ENV): Define.
33681         * posix/bug-regex35.c: New file.
33683 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33685         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33686         comment.
33687         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33688         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33689         (CHECK_EOL): Add undef.
33691 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33693         * bits/stdlib-bsearch.h: New file.
33694         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33695         * stdlib/stdlib.h: Likewise.
33697 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33699         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33700         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33701         declaration.
33702         * manual/search.texi (Array Search Function): Add missing const in
33703         lfind prototype.
33704         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33705         declaration to use rlim_t.
33706         (Basic Scheduling Functions): Remove erroneous const from
33707         sched_getparam prototype.  Remove erroneous * from
33708         sched_get_priority_max and sched_get_priority_min prototypes.
33709         (Resource Usage): Fix summary @comment on vtimes to refer to
33710         sys/vtimes.h rather than vtimes.h.
33711         Add missing *s in vtimes prototype.
33712         (Limits on Resources): Fix ulimit prototype to return long int.
33713         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33714         prototypes to use long int rather than double.
33715         (BSD Random): Fix initstate and setstate to use char *, not void *.
33716         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33717         prototype to make second argument 'struct aiocb64 *const[]'.
33718         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33719         (Status of AIO Operations): Remove erroneous const in aio_return and
33720         aio_return64 prototypes.
33721         (Synchronizing I/O): Fix sync prototype to return void.
33722         * manual/startup.texi (Suboptions): Remove an erroneous const in
33723         getsubopt prototype.
33724         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33725         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33726         use size_t rather than int.
33727         (Scanning All Users): Likewise for getpwent_r.
33728         (Setting Groups): Add missing const to setgroups prototype.
33729         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33730         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33731         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33732         'const void *' rather than 'const char *'.
33733         (Host Address Functions): Likewise for inet_ntop.
33734         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33735         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33736         ssize_t for return value.
33737         (Sending Data): Likewise for send, sendto, sendmsg.
33738         (Socket Option Functions): Add a missing const in setsockopt prototype.
33739         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33740         use wchar_t for the argument.
33741         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33742         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33743         take no arguments.
33744         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33745         double/float/long double for second argument.
33746         Fix return types of significand, significandf, significandl.
33747         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33748         argument in fchmod prototype.
33749         (File Owner): Use uid_t and gid_t in fchown prototype.
33750         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33751         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33752         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33753         use 'const struct dirent **' as argument types to CMP function pointer
33754         argument.
33755         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33756         (File Times): Fix summary magic @comment for struct utimbuf and utime
33757         to refer to utime.h, not time.h.
33758         * manual/string.texi (Argz Functions): Add missing const in
33759         argz_extract and argz_next prototypes.
33760         (Finding Tokens in a String): Likewise for basename.
33761         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33762         (Copying and Concatenation): Fix typo in wmemmove prototype.
33763         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33764         (Signal Stack): Remove erroneous const in sigstack prototype.
33765         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33766         prototype.
33767         (Simple Calendar Time): Likewise for stime.
33768         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33769         prototype.
33770         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33771         say sys/sysctl.h instead.
33772         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33773         and vsyslog prototypes.
33775 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33777         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33778         Remove.
33780 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33782         * misc/sys/mman.h: Fix typo in mremap comment.
33784 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33786         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33787         the '\0' terminator.
33789 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33791         [BZ #13550]
33792         * debug/segfault.c: Don't include <bp-checks.h>.
33793         * sysdeps/generic/bp-checks.h: Remove file.
33794         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33795         (__GETDENTS): Don't use CHECK_N.
33796         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33797         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33798         (__getgroups): Don't use CHECK_N.
33799         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33800         (setgroups): Don't use CHECK_N.
33801         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33802         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33803         (__libc_msgrcv): Don't use CHECK_N.
33804         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33805         (__libc_msgsnd): Don't use CHECK_N.
33806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33807         <bp-checks.h>.
33808         (__libc_pread): Don't use CHECK_N.
33809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33810         include <bp-checks.h>.
33811         (__libc_pread64): Don't use CHECK_N.
33812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33813         include <bp-checks.h>.
33814         (__libc_pwrite): Don't use CHECK_N.
33815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33816         include <bp-checks.h>.
33817         (__libc_pwrite64): Don't use CHECK_N.
33818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33819         <bp-checks.h>.
33820         (__libc_pread): Don't use CHECK_N.
33821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33822         include <bp-checks.h>.
33823         (__libc_pread64): Don't use CHECK_N.
33824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33825         include <bp-checks.h>.
33826         (__libc_pwrite): Don't use CHECK_N.
33827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33828         include <bp-checks.h>.
33829         (__libc_pwrite64): Don't use CHECK_N.
33830         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33831         (do_pread): Don't use CHECK_N.
33832         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33833         (do_pread64): Don't use CHECK_N.
33834         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33835         (do_pwrite): Don't use CHECK_N.
33836         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33837         (do_pwrite64): Don't use CHECK_N.
33838         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33839         (__libc_readv): Don't use CHECK_N.
33840         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33841         (semop): Don't use CHECK_N.
33842         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33843         <bp-checks.h>.
33844         (semtimedop): Don't use CHECK_N.
33845         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33846         (__libc_pread): Don't use CHECK_N.
33847         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33848         <bp-checks.h>.
33849         (__libc_pread64): Don't use CHECK_N.
33850         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33851         <bp-checks.h>.
33852         (__libc_pwrite): Don't use CHECK_N.
33853         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33854         <bp-checks.h>.
33855         (__libc_pwrite64): Don't use CHECK_N.
33856         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33857         <bp-checks.h>.
33858         (__libc_msgrcv): Don't use CHECK_N.
33859         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33860         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33861         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33862         (__libc_writev): Don't use CHECK_N.
33864 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33866         * string/strcpy.c: Removed unused variable.
33868         * Makeconfig (+sysdep-includes): Define with := rather than =.
33869         Use an existing include/ subdir of each sysdeps dir before it.
33871 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33873         * nscd/connection.c (register_traced_file): Comment function.
33874         [HAVE_INOTIFY] (union __inev): Define.
33875         [HAVE_INOTIFY] (inotify_check_files): New function.
33876         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33877         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33878         clear_db_cache.
33879         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33881 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33883         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33884         loaded if not already and that a failure is permanent.
33886 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33888         [BZ #15006]
33889         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33890         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33892 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33894         [BZ #13550]
33895         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33896         (CHECK_1_NULL_OK): Likewise.
33897         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33898         (__fxstat): Do not use CHECK_1.
33899         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33900         <bp-checks.h>.
33901         (___fxstat64): Do not use CHECK_1.
33902         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33903         <bp-checks.h>.
33904         (__fxstatat): Do not use CHECK_1.
33905         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33906         <bp-checks.h>.
33907         (__fxstatat64): Do not use CHECK_1.
33908         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33909         <bp-checks.h>.
33910         (__fxstat): Do not use CHECK_1.
33911         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33912         <bp-checks.h>.
33913         (__fxstatat): Do not use CHECK_1.
33914         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33915         <bp-checks.h>.
33916         (__getresgid): Do not use CHECK_1.
33917         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33918         <bp-checks.h>.
33919         (__getresuid): Do not use CHECK_1.
33920         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33921         <bp-checks.h>.
33922         (__lxstat): Do not use CHECK_1.
33923         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33924         <bp-checks.h>.
33925         (__old_msgctl): Do not use CHECK_1.
33926         (__new_msgctl): Likewise.
33927         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33928         <bp-checks.h>.
33929         (__new_setrlimit): Do not use CHECK_1.
33930         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33931         <bp-checks.h>.
33932         (__old_shmctl): Do not use CHECK_1.
33933         (__new_shmctl): Likewise.
33934         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33935         <bp-checks.h>.
33936         (__xstat): Do not use CHECK_1.
33937         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33938         (__lxstat): Do not use CHECK_1.
33939         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33940         <bp-checks.h>.
33941         (___lxstat64): Do not use CHECK_1.
33942         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33943         (__old_msgctl): Do not use CHECK_1.
33944         (__new_msgctl): Likewise.
33945         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33946         <bp-checks.h>.
33947         (__gettimeofday): Do not use CHECK_1.
33948         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33949         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33950         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33951         <bp-checks.h>.
33952         (__gettimeofday): Do not use CHECK_1.
33953         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33954         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33955         (__new_shmctl): Do not use CHECK_1.
33956         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33957         <bp-checks.h>.
33958         (do_sigtimedwait): Do not use CHECK_1.
33959         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33960         <bp-checks.h>.
33961         (do_sigwaitinfo): Do not use CHECK_1.
33962         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33963         <bp-checks.h>.
33964         (msgctl): Do not use CHECK_1.
33965         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33966         <bp-checks.h>.
33967         (shmctl): Do not use CHECK_1.
33968         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33969         (ustat): Do not use CHECK_1.
33970         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33971         <bp-checks.h>.
33972         (__fxstat): Do not use CHECK_1.
33973         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33974         <bp-checks.h>.
33975         (__fxstatat): Do not use CHECK_1.
33976         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33977         <bp-checks.h>.
33978         (__lxstat): Do not use CHECK_1.
33979         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33980         <bp-checks.h>.
33981         (__xstat): Do not use CHECK_1.
33982         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33983         (__xstat): Do not use CHECK_1.
33984         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33985         (___xstat64): Do not use CHECK_1.
33987         [BZ #13550]
33988         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33989         definitions.
33990         (CHECK_BOUNDS_HIGH): Likewise.
33991         * string/strcpy.c: Do not include <bp-checks.h>.
33992         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33994 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33996         * nscd/nscd-client.h (__nscd_drop_map_ref):
33997         Add __attribute__ ((unused)).
33998         * nis/nss-nisplus.h (niserr2nss): Likewise.
34000         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34001         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34003         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34004         Remove inline keyword.
34005         * include/rounding-mode.h (round_away): Likewise.
34006         * libio/wfileops.c (adjust_wide_data): Likewise.
34007         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34008         (__m128i_strloadu_tolower): Likewise.
34009         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34010         (__m128i_strloadu_tolower): Likewise.
34011         * time/mktime.c (ydhms_diff): Likewise.
34012         * locale/elem-hash.h (elem_hash): Likewise.
34013         * locale/setlocale.c (setdata): Likewise.
34014         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34015         (re_string_wchar_at): Likewise.
34016         (bitset_not, bitset_merge, bitset_mask): Likewise.
34017         [!(__GNUC__ > 3)] (inline): Remove macro.
34018         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34019         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34020         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34021         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34022         * string/memcmp.c (memcmp_bytes): Likewise.
34023         * locale/programs/locarchive.c (compute_hashval): Likewise.
34024         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34025         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34026         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34027         * nss/getent.c (print_rpc, print_protocols): Likewise.
34028         (print_passwd, print_group, print_aliases): Likewise.
34029         * nis/nss-nisplus.h (niserr2nss): Likewise.
34030         * nscd/connections.c (restart_p): Likewise.
34031         Change return type to bool.
34033 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34035         * Makeconfig (all-Depend-files): Add existing
34036         $(sorted-subdirs:=/Depend) files.
34037         (all-subdirs): Remove nss.
34038         * sysdeps/unix/inet/Subdirs: Add it here instead.
34039         * hesiod/Depend: New file.
34041         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34042         instead of calling alloca.
34044         * io/lseek.c (__lseek): Rename to __libc_lseek.
34045         Define __lseek as an alias.
34047         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34049 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34051         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34052         else clause and remove check for non-standard endianness.
34054 2013-02-04  David S. Miller  <davem@davemloft.net>
34056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34058 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34060         [BZ #13550]
34061         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34062         (__ubp_memchr): Remove prototype.
34063         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34064         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34065         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34066         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34067         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34068         Remove alias.
34069         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34070         (__ubp_memchr): Likewise.
34071         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34072         (__ubp_memchr): Likewise.
34073         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34074         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34075         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34076         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34077         CHECK_STRING.
34078         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34079         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34080         (__getcwd): Do not use CHECK_STRING.
34081         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34082         <bp-checks.h>.
34083         (__real_chown): Do not use CHECK_STRING.
34084         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34085         <bp-checks.h>.
34086         (fchownat): Do not use CHECK_STRING.
34087         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34088         CHECK_STRING.
34089         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34090         <bp-checks.h>.
34091         (__lchown): Do not use CHECK_STRING.
34092         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34093         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34094         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34095         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34097         include <bp-checks.h>.
34098         (truncate64): Do not use CHECK_STRING.
34099         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34100         <bp-checks.h>.
34101         (__real_chown): Do not use CHECK_STRING.
34102         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34103         <bp-checks.h>.
34104         (__lchown): Do not use CHECK_STRING.
34105         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34106         <bp-checks.h>.
34107         (__chown): Do not use CHECK_STRING.
34108         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34109         <bp-checks.h>.
34110         (truncate64): Do not use CHECK_STRING.
34111         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34112         Likewise.
34113         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34114         (__xmknod): Do not use CHECK_STRING.
34115         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34116         <bp-checks.h>.
34117         (__xmknodat): Do not use CHECK_STRING.
34118         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34119         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34121 2013-02-04  Andreas Schwab  <schwab@suse.de>
34123         [BZ #14142]
34124         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34125         * include/netdb.h: Likewise for h_errno.
34126         * elf/tst-stackguard1.c: Include <tls.h>.
34128 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34130         * elf/link.h (struct link_map): Extend the l_addr comment.
34131         * include/link.h (struct link_map): Likewise.
34133 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34135         [BZ #13550]
34136         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34137         (BOUNDED_1): Remove macro.
34138         * debug/backtrace.c: Don't include <bp-checks.h>.
34139         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34140         (__backtrace): Likewise.
34141         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34142         <bp-checks.h>.
34143         (__backtrace): Don't use BOUNDED_1.
34144         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34145         <bp-checks.h>.
34146         (__backtrace): Don't use BOUNDED_1.
34147         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34148         (__backtrace): Don't use BOUNDED_1.
34149         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34150         (shmat): Don't use BOUNDED_N.
34152 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34154         [BZ #13550]
34155         * sysdeps/generic/bp-start.h: Remove file.
34156         * csu/libc-start.c: Don't include <bp-start.h>.
34157         (LIBC_START_MAIN): Set up __environ directly instead of using
34158         INIT_ARGV_and_ENVIRON.
34159         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34160         <bp-start.h>.
34162         [BZ #13550]
34163         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34164         definitions.
34165         (CHECK_FCNTL): Likewise.
34166         (CHECK_N_PAGES): Likewise.
34168         [BZ #13550]
34169         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34170         definitions.
34171         (CHECK_SIGSET_NULL_OK): Likewise.
34172         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34173         <bp-checks.h>.
34174         (sigpending): Don't use CHECK_SIGSET.
34175         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34176         <bp-checks.h>.
34177         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34178         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34179         <bp-checks.h>.
34180         (do_sigsuspend): Don't use CHECK_SIGSET.
34181         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34182         use CHECK_SIGSET.
34183         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34184         (do_sigwait): Don't use CHECK_SIGSET.
34185         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34186         use CHECK_SIGSET.
34187         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34188         include <bp-checks.h>.
34189         (sigpending): Don't use CHECK_SIGSET.
34190         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34191         include <bp-checks.h>.
34192         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34193         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34194         <bp-checks.h>.
34195         (sigpending): Don't use CHECK_SIGSET.
34196         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34197         <bp-checks.h>.
34198         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34200         [BZ #13550]
34201         * sysdeps/generic/bp-semctl.h: Remove file.
34202         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34203         <bp-checks.h> and <bp-semctl.h>.
34204         (__old_semctl): Don't use CHECK_SEMCTL.
34205         (__new_semctl): Likewise.
34206         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34207         and <bp-semctl.h>.
34208         (__old_semctl): Don't use CHECK_SEMCTL.
34209         (__new_semctl): Likewise.
34210         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34211         <bp-checks.h> and <bp-semctl.h>.
34212         (__old_semctl): Don't use CHECK_SEMCTL.
34213         (__new_semctl): Likewise.
34214         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34215         <bp-checks.h> and <bp-semctl.h>.
34216         (semctl): Don't use CHECK_SEMCTL.
34218         [BZ #13550]
34219         * Makerules (elide-bp-thunks): Remove variable.
34220         (elide-routines.oS): Don't use $(elide-bp-thunks).
34221         (elide-routines.os): Likewise.
34222         (elide-routines.o): Likewise.
34223         (elide-routines.op): Likewise.
34224         (elide-routines.og): Likewise.
34225         (objects): Don't use $(bp-thunks).
34226         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34227         include.
34228         (common-generated): Do not add s-proto-bp.d.
34229         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34230         (int): Likewise.
34231         (typ): Likewise.
34232         Do not generate makefile rules for bounded-pointer thunks.
34233         * sysdeps/generic/bp-thunks.h: Remove file.
34234         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34235         * sysdeps/unix/s-proto-bp.S: Likewise.
34237         [BZ #15062]
34238         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34239         parts of result separately when argument is not close to line from
34240         -i to i and one part of argument is small.
34241         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34242         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34243         * math/libm-test.inc (cacos_test): Add more tests.
34244         (casin_test): Likewise.
34245         (casinh_test): Likewise.
34246         * sysdeps/i386/fpu/libm-test-ulps: Update.
34247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34249 2013-01-31  David S. Miller  <davem@davemloft.net>
34251         * po/de.po: Update from translation team.
34253 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34255         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34257 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34259         * configure.in (_AC_PROG_CC_C89): New definition.
34260         * configure: Regenerate.
34262         * configure.in (AC_PROG_CPP): New definition.
34263         * configure: Regenerate.
34265 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34267         * debug/tst-backtrace.h: New file.
34268         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34269         (ret): Remove variable.
34270         (x): Likewise.
34271         (FAIL): Remove macro.
34272         (NO_INLINE): Likewise.
34273         (fn1): Use match function instead of strstr.
34274         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34275         (ret): Remove variable.
34276         (x): Likewise.
34277         (FAIL): Remove macro.
34278         (NO_INLINE): Likewise.
34279         (fn): Use match function instead of strstr.
34280         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34281         (ret): Remove variable.
34282         (x): Likewise.
34283         (FAIL): Remove macro.
34284         (NO_INLINE): Likewise.
34285         (handle_signal): Use match function instead of strstr.
34286         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34287         (ret): Remove variable.
34288         (x): Likewise.
34289         (FAIL): Remove macro.
34290         (NO_INLINE): Likewise.
34291         (handle_signal): Use match function instead of strstr.
34293 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34295         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34297 2013-01-23  David S. Miller  <davem@davemloft.net>
34299         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34300         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34301         argument of CAS if possible.
34302         * sysdeps/sparc/sparc64/bits/atomic.h
34303         (__arch_compare_and_exchange_val_32_acq): Likewise.
34304         (__arch_compare_and_exchange_val_64_acq): Likewise.
34306 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34308         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34309         * sysdeps/posix/ulimit.c: ... this.
34310         Include <limits.h>.
34311         * sysdeps/unix/bsd/ulimit.c: Remove file.
34313 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34315         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34316         (LDFLAGS-tst-array5): Likewise.
34318 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34320         [BZ #15036]
34321         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34322         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34323         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34324         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34326 2013-01-21  David S. Miller  <davem@davemloft.net>
34328         * sysdeps/sparc/backtrace.c: New file.
34329         * sysdeps/sparc/sparc32/backtrace.h: New file.
34330         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34331         * sysdeps/sparc/sparc64/backtrace.h: New file.
34332         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34333         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34334         -funwind-tables.
34336 2013-01-21  Andreas Schwab  <schwab@suse.de>
34338         [BZ #15020]
34339         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34340         closed its stdout.
34342 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34344         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34345         "mpa2.h".
34346         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34348 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34349             Mark Mitchell  <mark@codesourcery.com>
34350             Tom de Vries  <tom@codesourcery.com>
34351             Paul Pluzhnikov  <ppluzhnikov@google.com>
34353         * debug/tst-backtrace2.c: New file.
34354         * debug/tst-backtrace3.c: Likewise.
34355         * debug/tst-backtrace4.c: Likewise.
34356         * debug/tst-backtrace5.c: Likewise.
34357         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34358         (CFLAGS-tst-backtrace3.c): Likewise.
34359         (CFLAGS-tst-backtrace4.c): Likewise.
34360         (CFLAGS-tst-backtrace5.c): Likewise.
34361         (LDFLAGS-tst-backtrace2): Likewise.
34362         (LDFLAGS-tst-backtrace3): Likewise.
34363         (LDFLAGS-tst-backtrace4): Likewise.
34364         (LDFLAGS-tst-backtrace5): Likewise.
34365         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34366         tst-backtrace4 and tst-backtrace5.
34368 2013-01-18  Anton Blanchard  <anton@samba.org>
34369             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34371         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34372         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34373         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34374         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34376         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34377         "+r" and remove output regs list as redundant.  Add explicit inline
34378         asm to specify register of return val to work around compiler codegen
34379         bug.  Remove (int) cast on return value.  Add return type parameter to
34380         use in macro so that this macro does not truncate return value for
34381         64-bit values.
34382         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34383         pass to INTERNAL_VSYSCALL_NCS.
34384         (INLINE_VSYSCALL): Add 'long int' as return type to
34385         INTERNAL_VSYSCALL_NCS macro invocation.
34386         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34387         INTERNAL_VSYSCALL_NCS macro invocation.
34388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34390 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34392         [BZ #14496]
34393         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34394         Fix application of SIMD FP exception mask.
34396         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34397         mp_no from a power of two.
34398         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34399         __mpexp_twomm1.  Use __pow_mp.
34401         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34402         multiplication.
34404 2013-01-17  David S. Miller  <davem@davemloft.net>
34406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34408 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34410         [BZ #15023]
34411         * include/complex.h: Condition contents on [!_COMPLEX_H].
34412         (__kernel_casinhf): New prototype.
34413         (__kernel_casinh): Likewise.
34414         (__kernel_casinhl): Likewise.
34415         * math/Makefile (libm_calls): Add k_casinh.
34416         * math/k_casinh.c: New file.
34417         * math/k_casinhf.c: Likewise.
34418         * math/k_casinhl.c: Likewise.
34419         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34420         finite nonzero arguments.
34421         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34422         finite nonzero arguments.
34423         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34424         finite nonzero arguments.
34425         * math/s_casinh.c: Do not include <float.h>.
34426         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34427         * math/s_casinhf.c: Do not include <float.h>.
34428         (__casinhf): Move code for finite nonzero arguments to
34429         k_casinhf.c.
34430         * math/s_casinhl.c: Do not include <float.h>.
34431         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34432         redefine.
34433         (__casinhl): Move code for finite nonzero arguments to
34434         k_casinhl.c.
34435         * math/libm-test.inc (cacos_test): Add more tests.
34436         * sysdeps/i386/fpu/libm-test-ulps: Update.
34437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34439 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34441         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34442         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34443         [!HAVE_MREMAP]: Remove [defined linux] case.
34444         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34446 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34448         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34450 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34452         * elf/elf.h (R_386_SIZE32): New relocation.
34453         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34454         R_386_SIZE32.
34455         (elf_machine_rela): Likewise.
34456         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34457         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34459 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34461         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34462         (FP_FAST_FMA): Do not define.
34463         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34464         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34465         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34466         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34467         !_SOFT_FLOAT]: Likewise.
34468         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34469         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34470         value.
34471         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34472         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34473         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34474         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34475         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34476         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34477         file.
34479 2013-01-16  Andreas Schwab  <schwab@suse.de>
34481         [BZ #14327]
34482         * include/stdlib.h (__mktemp): Add declaration.
34483         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34484         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34486 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34488         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34489         definitions.
34490         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34491         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34492         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34493         definitions here.
34494         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34495         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34496         definitions.
34497         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34498         and ONE.
34499         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34500         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34501         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34502         definitions.
34503         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34504         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34505         definitions.
34506         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34508         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34510 2013-01-15  David S. Miller  <davem@davemloft.net>
34512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34513         trunc{,f} to libm-sysdep_routes.
34514         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34516         file.
34517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34519         file.
34520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34521         file.
34522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34524         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34525         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34526         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34527         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34528         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34529         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34532         nearbyint{,f} to libm-sysdep_routes.
34533         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34535         New file.
34536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34537         file.
34538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34539         New file.
34540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34541         file.
34542         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34543         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34544         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34545         file.
34546         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34547         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34548         file.
34549         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34550         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34551         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34553         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34554         libc_feholdexcept and libc_fesetenv.
34556 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34558         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34560 2013-01-14  David S. Miller  <davem@davemloft.net>
34562         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34563         (SPARC_ASM_VIS2_IFUNC): Likewise.
34564         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34566         use of 'siam' instruction.
34567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34568         Likewise.
34569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34570         Likewise.
34571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34572         Likewise.
34573         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34574         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34575         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34576         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34578         file.
34579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34580         file.
34581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34582         file.
34583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34584         file.
34585         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34586         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34587         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34588         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34590         new VIS2 routines.
34591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34594         Likewise.
34595         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34596         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34597         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34598         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34600         routines to libm-sysdep_routines.
34601         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34604         fdim/fdimf to libm-sysdep_routines.
34605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34606         file.
34607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34609         file.
34610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34613         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34614         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34615         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34616         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34618 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34620         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34621         to optimize copies.
34623         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34624         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34625         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34627         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34628         local variable MPTWO.
34629         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34630         Likewise.
34632 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34634         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34635         GLOB_NOESCAPE.
34637 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34639         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34641 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34643         * manual/pattern.texi (glob_t): Document gl_flags.
34644         (glob64_t): Likewise.
34646 2013-01-11  David S. Miller  <davem@davemloft.net>
34648         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34649         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34650         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34651         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34652         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34653         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34654         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34655         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34656         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34657         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34658         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34659         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34660         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34662         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34663         sparc V9 rather than using V8 code.
34664         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34665         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34667         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34668         Move to...
34669         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34670         Here.
34672 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34674         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34675         not in the main loop.
34676         * configure: Regenerated.
34678 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34680         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34681         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34682         to just #else.
34683         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34684         [!__GLIBC_HAVE_LONG_LONG] case.
34685         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34686         condition to just #else.
34687         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34688         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34689         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34690         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34691         unconditional.
34692         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34693         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34694         #elif condition to just #else.
34695         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34696         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34697         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34698         #elif condition to just #else.
34700 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34702         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34703         (EF_MIPS_ARCH_64): Fix value.
34704         (EF_MIPS_ARCH_32R2): New.
34705         (EF_MIPS_ARCH_64R2): New.
34707 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34709         * Makeconfig (+link-pie-before-libc): New.
34710         (+link-pie-after-libc): Likewise.
34711         (+link-pie-tests): Likewise.
34712         (+link-pie): Rewritten.
34713         (link-before-libc): Remove $(config-LDFLAGS).
34714         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34715         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34716         (config-LDFLAGS): Renamed to ...
34717         (rtld-LDFLAGS): This.
34718         (rtld-tests-LDFLAGS): New macro.
34719         (link-libc-rpath-link): Likewise.
34720         (link-libc-tests-rpath-link): Likewise.
34721         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34722         (link-libc): Prepand $(link-libc-rpath-link).
34723         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34724         (test-program-prefix): New macro.
34725         (test-via-rtld-prefix): Likewise.
34726         (test-program-cmd): Likewise.
34727         (host-test-program-cmd): Likewise.
34728         * Makefile ($(common-objpfx)testrun.sh): Replace
34729         $(run-program-prefix) with $(test-program-prefix).
34730         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34731         $(rtld-LDFLAGS).
34732         ($(common-objpfx)shlib.lds): Likewise.
34733         (build-module-helper): Likewise.
34734         ($(common-objpfx)format.lds): Likewise.
34735         * Rules (binaries-pie-tests): New.
34736         (binaries-pie-notests): Likewise.
34737         (binaries-pie): Rewritten.
34738         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34739         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34740         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34741         (make-test-out): Replace $(host-built-program-cmd) with
34742         $(host-test-program-cmd).
34743         * config.make.in (build-hardcoded-path-in-tests): New variable.
34744         * configure.in (--enable-hardcoded-path-in-tests): New configure
34745         option.
34746         (hardcoded_path_in_tests): New AC_SUBST.
34747         * configure: Regenerated.
34748         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34749         $(built-program-cmd) with $(test-program-cmd).
34750         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34751         (test_program_cmd): This.
34752         * elf/Makefile ($(objpfx)order.out): Run test with
34753         $(test-program-prefix).
34754         ($(objpfx)order2.out): Likewise.
34755         ($(objpfx)tst-initorder.out): Likewise.
34756         ($(objpfx)tst-initorder2.out): Likewise.
34757         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34758         $(test-program-cmd).
34759         ($(objpfx)tst-array1-static.out): Likewise.
34760         ($(objpfx)tst-array2.out): Likewise.
34761         ($(objpfx)tst-array3.out): Likewise.
34762         ($(objpfx)tst-array4.out): Likewise.
34763         ($(objpfx)tst-array5.out): Likewise.
34764         ($(objpfx)tst-array5-static.out): Likewise.
34765         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34766         $(test-program-cmd).
34767         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34768         $(run-program-prefix) with $(test-program-prefix).
34769         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34770         (test_program_prefix): This.
34771         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34772         $(run-program-prefix) with $(test-program-prefix).
34773         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34774         (test_program_prefix): This.
34775         * iconvdata/tst-tables.sh: Likewise.
34776         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34777         $(run-program-prefix) with $(test-program-prefix).
34778         ($(objpfx)tst-translit.out): Likewise.
34779         ($(objpfx)tst-gettext2.out): Likewise.
34780         ($(objpfx)tst-gettext4.out): Likewise.
34781         ($(objpfx)tst-gettext6.out): Likewise.
34782         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34783         (test_program_prefix): This.
34784         * intl/tst-gettext2.sh: Likewise.
34785         * intl/tst-gettext4.sh  Likewise.
34786         * intl/tst-gettext6.sh: Likewise.
34787         * intl/tst-translit.sh: Likewise.
34788         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34789         with $(test-program-cmd).
34790         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34791         $(run-program-prefix) with $(test-program-prefix).
34792         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34793         (test_program_prefix): This.
34794         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34795         $(run-program-prefix) with $(test-program-prefix).
34796         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34797         (test_program_prefix): This.
34798         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34799         * posix/Makefile ($(objpfx)globtest.out): Replace
34800         $(run-via-rtld-prefix) and $(test-wrapper) with
34801         $(test-program-prefix) and $(test-via-rtld-prefix).
34802         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34803         $(test-program-prefix).
34804         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34805         $(host-test-program-cmd).
34806         (tst-spawn-ARGS): Likewise.
34807         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34808         $(test-program-prefix).
34809         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34810         (test_via_rtld_prefix): This.
34811         (test_wrapper): Renamed to ...
34812         (test_program_prefix): This.
34813         (run_program_prefix): Replaced by test_program_prefix.
34814         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34815         (test_program_prefix): This.
34816         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34817         with $(host-test-program-cmd).
34818         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34819         $(run-program-prefix) with $(test-program-prefix).
34820         ($(objpfx)tst-printf.out): Likewise.
34821         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34822         $(test-program-cmd).
34823         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34824         (test_program_prefix): This.
34825         * stdio-common/tst-unbputc.sh: Likewise.
34826         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34827         $(run-program-prefix) with $(test-program-prefix).
34828         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34829         (test_program_prefix): This.
34830         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34831         $(built-program-cmd) with $(test-program-cmd).
34833 2013-01-11  Andreas Jaeger  <aj@suse.de>
34835         [BZ #15003]
34836         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34837         value. Sync with Linux 3.7.
34839 2013-01-10  David S. Miller  <davem@davemloft.net>
34841         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34842         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34843         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34845 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34847         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34848         never set.
34849         * configure: Regenerated.
34851 2013-01-10  David S. Miller  <davem@davemloft.net>
34853         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34854         sparc V9 rather than using V8 code.
34855         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34856         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34858 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34860         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34861         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34862         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34863         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34864         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34865         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34866         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34867         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34868         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34869         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34870         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34871         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34872         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34873         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34874         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34875         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34876         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34877         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34878         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34879         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34880         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34881         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34882         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34883         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34884         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34885         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34886         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34888 2013-01-10  David S. Miller  <davem@davemloft.net>
34890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34892 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34894         * posix/Makefile (tests-static): New variable.
34895         (tests): Add $(tests-static).
34896         (tst-exec-static-ARGS): New variable.
34897         (tst-spawn-static-ARGS): Likewise.
34898         * posix/tst-exec-static.c: New file.
34899         * posix/tst-spawn-static.c: Likewise.
34900         * posix/tst-exec.c: Support run directly.
34901         * posix/tst-spawn.c: Likewise.
34903 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34905         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34906         long.
34907         * math/bits/mathcalls.h (llrint): Likewise.
34908         (llround): Likewise.
34909         * stdlib/stdlib.h (struct drand48_data): Likewise.
34910         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34911         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34912         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34913         Likewise.
34914         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34915         Likewise.
34916         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34917         (elf_greg_t): Likewise.
34918         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34919         (__jmp_buf): Likewise.
34920         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34921         definitions.
34922         (llrint): Likewise, for all definitions.
34923         (llrintl): Likewise.
34925         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34926         Remove [__GNUC__] condition.
34927         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34928         condition to just [__USE_ISOC99].
34929         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34931 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34933         [BZ #14200]
34934         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34935         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34936         defined.
34937         (_POSIX_V6_ILP32_OFF32): Likewise.
34938         (_XBS5_ILP32_OFF32): Likewise.
34939         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34940         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34942 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34944         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34946         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34947         doubles __mpexp_twomm1.  Adjust usage.
34948         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34949         Remove.
34951 2013-01-10  Andreas Schwab  <schwab@suse.de>
34953         [BZ #14964]
34954         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34955         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34957 2013-01-09  David S. Miller  <davem@davemloft.net>
34959         [BZ #15003]
34960         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34961         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34962         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34963         (TCP_FASTOPEN): Define.
34964         (tcp_repair_opt): New structure.
34965         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34966         enum values.
34967         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34968         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34969         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34970         (tcp_cookie_transactions): New structure.
34972 2013-01-09  Anton Blanchard  <anton@samba.org>
34974         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34975         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34976         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34977         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34979 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34981         * include/features.h (__USE_ANSI): Remove.
34983 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34985         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34987         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34989 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34991         * sysdeps/s390/fpu/libm-test-ulps: Update.
34993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34995         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34996         (__acr): Likewise.
34997         (__cpy): Likewise.
34998         (norm): Likewise.
34999         (denorm): Likewise.
35000         (__mp_dbl): Likewise.
35001         (__dbl_mp): Likewise.
35002         (add_magnitudes): Likewise.
35003         (sub_magnitudes): Likewise.
35004         (__add): Likewise.
35005         (__sub): Likewise.
35006         (__mul): Likewise.
35007         (__inv): Likewise.
35008         (__dvd): Likewise.
35009         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35010         (__acr): Likewise.
35011         (__cpy): Likewise.
35012         (norm): Likewise.
35013         (denorm): Likewise.
35014         (__mp_dbl): Likewise.
35015         (__dbl_mp): Likewise.
35016         (add_magnitudes): Likewise.
35017         (sub_magnitudes): Likewise.
35018         (__add): Likewise.
35019         (__sub): Likewise.
35020         (__mul): Likewise.
35021         (__inv): Likewise.
35022         (__dvd): Likewise.
35023         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35024         (__acr): Likewise.
35025         (__cpy): Likewise.
35026         (norm): Likewise.
35027         (denorm): Likewise.
35028         (__mp_dbl): Likewise.
35029         (__dbl_mp): Likewise.
35030         (add_magnitudes): Likewise.
35031         (sub_magnitudes): Likewise.
35032         (__add): Likewise.
35033         (__sub): Likewise.
35034         (__mul): Likewise.
35035         (__inv): Likewise.
35036         (__dvd): Likewise.
35038 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35040         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35041         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35042         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35043         2 && __USE_EXTERN_INLINES]: Likewise.
35045 2013-01-08  Andreas Jaeger  <aj@suse.de>
35047         [BZ# 14985]
35048         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35049         Remove.
35050         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35051         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35053 2013-01-07  Anton Blanchard  <anton@samba.org>
35055         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35056         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35057         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35058         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35059         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35060         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35061         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35062         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35063         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35064         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35065         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35066         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35067         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35068         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35069         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35070         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35071         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35072         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35073         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35074         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35075         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35076         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35077         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35078         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35079         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35080         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35081         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35082         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35083         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35084         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35085         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35086         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35087         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35088         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35089         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35090         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35091         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35092         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35093         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35094         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35095         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35096         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35097         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35099 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35101         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35102         (__MALLOC_PMT): Likewise.
35103         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35104         [__GNUC__], only on [_LIBC].
35105         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35106         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35107         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35108         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35109         forward declaration.
35110         (realloc_hook_ini): Likewise.
35111         (memalign_hook_ini): Likewise.
35112         (__libc_memalign): Do not use __MALLOC_PMT in variable
35113         declaration.
35114         (__libc_valloc): Likewise.
35115         (__libc_pvalloc): Likewise.
35116         (__libc_calloc): Likewise.
35117         (__posix_memalign): Likewise.
35119         [BZ #14996]
35120         * math/s_casinh.c: Include <float.h>.
35121         (__casinh): Do not do computation with squaring and square root
35122         for large arguments.
35123         * math/s_casinhf.c: Include <float.h>.
35124         (__casinhf): Do not do computation with squaring and square root
35125         for large arguments.
35126         * math/s_casinhl.c: Include <float.h>.
35127         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35128         (__casinhl): Do not do computation with squaring and square root
35129         for large arguments.
35130         * math/libm-test.inc (casin_test): Add more tests.
35131         (casinh_test): Likewise.
35132         * sysdeps/i386/fpu/libm-test-ulps: Update.
35133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35135 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35137         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35138         (__x86_64_raw_data_cache_size): Likewise.
35139         (__x86_64_data_cache_size_half): Likewise.
35140         (__x86_64_raw_data_cache_size_half): Likewise.
35141         (__x86_64_shared_cache_size): Likewise.
35142         (__x86_64_raw_shared_cache_size): Likewise.
35143         (__x86_64_shared_cache_size_half): Likewise.
35144         (__x86_64_raw_shared_cache_size_half): Likewise.
35145         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35146         to ...
35147         (__x86_data_cache_size): This.
35148         (__x86_64_raw_data_cache_size): Renamed to ...
35149         (__x86_raw_data_cache_size): This.
35150         (__x86_64_data_cache_size_half): Renamed to ...
35151         (__x86_data_cache_size_half): This.
35152         (__x86_64_raw_data_cache_size_half): Renamed to ...
35153         (__x86_raw_data_cache_size_half): This.
35154         (__x86_64_shared_cache_size): Renamed to ...
35155         (__x86_shared_cache_size): This.
35156         (__x86_64_raw_shared_cache_size): Renamed to ...
35157         (__x86_raw_shared_cache_size): This.
35158         (__x86_64_shared_cache_size_half): Renamed to ...
35159         (__x86_shared_cache_size_half): This.
35160         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35161         (__x86_raw_shared_cache_size_half): This.
35162         * sysdeps/x86_64/memcpy.S: Updated.
35163         * sysdeps/x86_64/memset.S: Likewise.
35164         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35165         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35166         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35168 2013-01-04  David S. Miller  <davem@davemloft.net>
35170         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35172 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35174         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35175         1 to avoid redefinition warning.
35176         (__USE_GNU): Don't define.
35177         (init_signaling_nan): Protoize.
35179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35181 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35183         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35185         (__cpymn): Likewise.
35186         (norm): Remove commented code.
35187         (denorm): Likewise.
35188         (__mp_dbl): Likewise.
35189         (__inv): Likewise.
35190         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35191         (__cpymn): Likewise.
35192         (norm): Remove commented code.
35193         (denorm): Likewise.
35194         (__mp_dbl): Likewise.
35195         (__inv): Likewise.
35197         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35198         mp_no value for 1.0 and 2.0.
35199         (norm): Use RADIXI instead of radixi.d.
35200         (denorm): Likewise.
35201         (__mul): Use 0.0 instead of zero.d.
35202         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35203         mp_no value for 1.0 and 2.0.
35204         (norm): Use RADIXI instead of radixi.d.
35205         (denorm): Likewise.
35206         (__mul): Use 0.0 instead of zero.d.
35208 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35210         [BZ #14994]
35211         * math/s_casinh.c (__casinh): Reduce finite argument to first
35212         quadrant then set signs of results at the end.
35213         * math/s_casinhf.c (__casinhf): Likewise.
35214         * math/s_casinhl.c (__casinhl): Likewise.
35215         * math/libm-test.inc (casin_test): Add more tests.
35216         (casinh_test): Likewise.
35217         * sysdeps/i386/fpu/libm-test-ulps: Update.
35218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35220 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35222         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35224         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35226         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35227         declarations.
35228         (denorm): Likewise.
35229         (__mp_dbl): Likewise.
35230         (__inv): Likewise.
35232         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35233         and adjust the header comment.
35235         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35236         variable name from declaration.
35238 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35240         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35241         Initialize COMMON_CPUID_INDEX_7 element.
35242         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35243         (CPUID_RTM): Likewise.
35244         (HAS_RTM): Likewise.
35245         (COMMON_CPUID_INDEX_7): New enum.
35247 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35249         [BZ #14981]
35250         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35251         size is zero, record memory as freed.
35253 2013-01-03  Andreas Jaeger  <aj@suse.de>
35255         * po/ia.po: Add new Interlingua translation.
35257 2012-01-03  Allan McRae  <allan@archlinux.org>
35259         * locale/programs/localedef.c: Fix description of '--posix' flag.
35261 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35263         * NEWS: Update dates in second copyright notice.
35264         * README: Update copyright dates in example.
35265         * manual/libc.texinfo: Update copyright dates.
35266         * scripts/test-installation.pl: Update copyright date in --version
35267         output.
35269         * hurd/ctty-input.c: Fix copyright notice formatting.
35270         * hurd/ctty-output.c: Likewise.
35271         * hurd/dtable.c: Likewise.
35272         * hurd/hurd-raise.c: Likewise.
35273         * hurd/hurdprio.c: Likewise.
35274         * hurd/msgportdemux.c: Likewise.
35275         * misc/sys/file.h: Likewise.
35276         * misc/sys/ioctl.h: Likewise.
35277         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35278         * sysdeps/mach/hurd/chdir.c: Likewise.
35279         * sysdeps/mach/hurd/fchdir.c: Likewise.
35280         * sysdeps/mach/hurd/rename.c: Likewise.
35281         * sysdeps/mach/hurd/rmdir.c: Likewise.
35282         * sysdeps/mach/hurd/seekdir.c: Likewise.
35283         * sysdeps/mach/hurd/setsid.c: Likewise.
35284         * sysdeps/posix/wait3.c: Likewise.
35286         * All files with FSF copyright notices: Update copyright dates
35287         using scripts/update-copyrights.
35288         * intl/plural.c: Regenerated.
35289         * locale/programs/charmap-kw.h: Likewise.
35290         * locale/programs/locfile-kw.h: Likewise.
35292 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35294         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35295         four values.
35297         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35298         calculation loop and add branch prediction.
35300         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35301         check access beyond bounds of m1np.
35303         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35304         MPTWO.
35305         (__inv): Remove local variable MPTWO to use the global
35306         constant.
35307         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35308         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35309         variable MPTWO.
35310         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35311         MP3HALFS static const.
35313 2013-01-01  David S. Miller  <davem@davemloft.net>
35315         * po/ca.po: Update from translation team.
35317 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35319         * scripts/update-copyrights: New file.
35320         * Makeconfig: Reformat copyright notice.
35321         * ctype/ctype.h: Likewise.
35322         * debug/swprintf_chk.c: Likewise.
35323         * elf/dl-cache.c: Likewise.
35324         * elf/dl-debug.c: Likewise.
35325         * elf/dl-object.c: Likewise.
35326         * grp/initgroups.c: Likewise.
35327         * hurd/Makefile: Likewise.
35328         * hurd/hurd/signal.h: Likewise.
35329         * hurd/hurdfault.c: Likewise.
35330         * hurd/hurdioctl.c: Likewise.
35331         * hurd/hurdlookup.c: Likewise.
35332         * hurd/intr-msg.c: Likewise.
35333         * iconv/gconv_open.c: Likewise.
35334         * libio/swprintf.c: Likewise.
35335         * locale/lc-ctype.c: Likewise.
35336         * locale/nl_langinfo.c: Likewise.
35337         * mach/Machrules: Likewise.
35338         * mach/Makefile: Likewise.
35339         * malloc/obstack.h: Likewise.
35340         * manual/Makefile: Likewise.
35341         * manual/tsort.awk: Likewise.
35342         * misc/bits/stab.def: Likewise.
35343         * nis/nis_print_group_entry.c: Likewise.
35344         * nis/nis_table.c: Likewise.
35345         * nis/nss_compat/compat-pwd.c: Likewise.
35346         * nis/nss_compat/compat-spwd.c: Likewise.
35347         * po/Makefile: Likewise.
35348         * posix/fnmatch.c: Likewise.
35349         * posix/regex.h: Likewise.
35350         * resolv/Makefile: Likewise.
35351         * resolv/nss_dns/dns-network.c: Likewise.
35352         * resolv/res_hconf.c: Likewise.
35353         * scripts/gen-sorted.awk: Likewise.
35354         * soft-fp/soft-fp.h: Likewise.
35355         * stdio-common/printf.h: Likewise.
35356         * stdlib/monetary.h: Likewise.
35357         * stdlib/random.c: Likewise.
35358         * stdlib/random_r.c: Likewise.
35359         * sysdeps/generic/Makefile: Likewise.
35360         * sysdeps/gnu/Makefile: Likewise.
35361         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35362         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35363         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35364         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35365         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35366         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35367         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35368         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35369         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35370         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35371         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35372         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35373         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35374         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35375         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35376         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35377         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35378         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35379         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35380         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35381         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35382         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35383         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35384         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35385         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35386         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35387         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35388         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35389         * sysdeps/mach/hurd/errnos.awk: Likewise.
35390         * sysdeps/mach/hurd/fork.c: Likewise.
35391         * sysdeps/mach/hurd/getcwd.c: Likewise.
35392         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35393         * sysdeps/mach/hurd/mmap.c: Likewise.
35394         * sysdeps/mach/hurd/utimes.c: Likewise.
35395         * sysdeps/mach/hurd/xmknod.c: Likewise.
35396         * sysdeps/posix/profil.c: Likewise.
35397         * sysdeps/posix/readdir_r.c: Likewise.
35398         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35399         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35400         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35401         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35402         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35403         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35404         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35405         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35406         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35407         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35408         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35409         * sysdeps/pthread/lio_listio.c: Likewise.
35410         * sysdeps/sparc/dl-procinfo.h: Likewise.
35411         * sysdeps/unix/i386/sysdep.S: Likewise.
35412         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35413         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35414         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35415         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35417         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35418         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35419         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35420         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35421         * sysdeps/wordsize-32/divdi3.c: Likewise.
35422         * time/sys/time.h: Likewise.
35423         * wcsmbs/Makefile: Likewise.
35425 2013-01-01  David S. Miller  <davem@davemloft.net>
35427         * po/fr.po: Update from translation team.
35429         * catgets/gencat.c: Update copyright year.
35430         * csu/version.c: Likewise.
35431         * debug/catchsegv.sh: Likewise.
35432         * debug/pcprofiledump.c: Likewise.
35433         * debug/xtrace.sh: Likewise.
35434         * elf/ldconfig.c: Likewise.
35435         * elf/ldd.bash.in: Likewise.
35436         * elf/pldd.c: Likewise.
35437         * elf/sotruss.ksh: Likewise.
35438         * elf/sprof.c: Likewise.
35439         * iconv/iconv_prog.c: Likewise.
35440         * iconv/iconvconfig.c: Likewise.
35441         * locale/programs/locale.c: Likewise.
35442         * locale/programs/localedef.c: Likewise.
35443         * login/programs/pt_chown.c: Likewise.
35444         * malloc/memusage.sh: Likewise.
35445         * malloc/memusagestat.c: Likewise.
35446         * malloc/mtrace.pl: Likewise.
35447         * nscd/nscd.c: Likewise.
35448         * nss/getent.c: Likewise.
35449         * nss/makedb.c: Likewise.
35450         * posix/getconf.c: Likewise.
35452 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35454         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35455         numbers.
35457 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35459         * math/bits/mathcalls.h (modf): Use __nonnull.
35461 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35463         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35464         (split): Use macro CN instead of the bare value.
35465         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35466         could be used.
35467         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35468         instead of the bare value.
35469         (power1): Likewise.
35471 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35473         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35474         __ATAN_TWOM.
35475         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35477         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35478         their values.
35479         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35480         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35481         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35482         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35484 2012-12-28  Andreas Jaeger  <aj@suse.de>
35486         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35487         values are from Linux 3.7.
35489         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35490         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35492 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35494         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35495         TRUE case.
35497         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35498         (norm): Likewise.
35499         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35500         variables with preprocessor constants.
35501         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35502         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35503         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35505 2012-12-27  Bruno Haible  <bruno@clisp.org>
35507         [BZ #14317]
35508         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35509         only if needed.
35511 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35513         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35514         and use variable directly.
35515         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35517         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35518         MPONE.
35519         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35520         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35521         variable MPONE.
35522         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35523         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35524         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35525         include directive.  Remove local variable MPONE.
35526         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35527         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35528         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35530 2012-12-25  David S. Miller  <davem@davemloft.net>
35532         * version.h (RELEASE): Set to "development".
35533         (VERSION): Set to "2.17.90".
35534         * NEWS: Add 2.18 section.
35536 2012-12-21  David S. Miller  <davem@davemloft.net>
35538         * po/hr.po: Update from translation team.
35540 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35542         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35544 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35546         * NEWS:  Mention new memcpy for MIPS.
35548 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35550         * manual/contrib.texi (Contributors): Spelling correction.
35552 2012-12-15  David S. Miller  <davem@davemloft.net>
35554         * po/ru.po: Update from translation team.
35556 2012-12-13  David S. Miller  <davem@davemloft.net>
35558         * NEWS: Mention IFUNC testsuite enhancements.
35560         * po/pl.po: Update from translation team.
35561         * po/bg.po: Likewise.
35563         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35564         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35566 2012-12-11  David S. Miller  <davem@davemloft.net>
35568         * po/sv.po: Update from translation team.
35570         * po/vi.po: Update from translation team.
35572         * po/cs.po: Update from translation team.
35574         * po/de.po: Update from translation team.
35575         * po/eo.po: Likewise.
35576         * po/nl.po: Likewise.
35578 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35580         [BZ #14246]
35581         * manual/argp.texi (Argp Helper Functions): Move node to follow
35582         Argp Parsing State.
35584         [BZ #14872]
35585         * manual/conf.texi (Limits on File System Capacity): Mention if
35586         terminating null is included in the max size.
35588 2012-12-10  Andreas Jaeger  <aj@suse.de>
35590         * po/cs.po: Update from translation team.
35592 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35594         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35595         void pointer and cast to uintptr_t.
35596         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35597         path.
35598         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35599         * sysdeps/s390/s390-64/memset.S: Likewise.
35601 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35603         [BZ #14833]
35604         * menual/message.texi (Message Translation): Fix typos.
35605         (Helper programs for gettext): Likewise.
35607 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35609         [BZ #14898]
35610         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35611         Change to -1.
35613 2012-12-07  David S. Miller  <davem@davemloft.net>
35615         * po/libc.pot: Update.
35617 2012-12-07  Richard Henderson  <rth@redhat.com>
35619         [BZ #10114]
35620         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35621         normal/normal case to before the switch.
35622         (_FP_DIV): Likewise.
35624 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35625             Mike Frysinger  <vapier@gentoo.org>
35627         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35628         check for __NR_fadvise64_64.
35630 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35632         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35633         0, not just to plain "0" as a statement.
35634         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35635         with cw.
35637 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35639         * NEWS: Use sourceware.org in Bugzilla URL.
35641 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35644         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35646         * stdio-common/tst-put-error.c (do_test): Add newline to the
35647         padded test to ensure flush.
35649 2012-12-05  Jeff Law  <law@redhat.com>
35651         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35653 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35655         * README: Don't refer to ports add-on as distributed separately.
35656         Mention AArch64 in list of systems supported in the ports add-on.
35658         * LICENSES: Add more non-FSF copyright and license notices.
35660         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35661         ((unused)).
35663         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35665         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35666         10000 as width of padded output.
35668 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35670         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35672         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35673         variable LX with __attribute__ ((unused)).
35674         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35675         Likewise.
35676         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35677         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35678         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35679         with __attribute__ ((unused)).
35681 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35683         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35685 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35687         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35688         (CFLAGS-nldbl-acos.c): New variable.
35689         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35690         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35691         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35692         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35693         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35694         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35695         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35696         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35697         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35698         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35699         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35700         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35701         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35702         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35703         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35704         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35705         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35706         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35707         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35708         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35709         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35710         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35711         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35712         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35713         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35714         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35715         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35716         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35717         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35718         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35719         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35720         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35721         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35722         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35723         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35724         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35725         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35726         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35727         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35728         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35729         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35730         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35731         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35732         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35733         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35734         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35735         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35736         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35737         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35738         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35739         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35740         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35741         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35742         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35743         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35744         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35745         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35746         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35747         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35748         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35749         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35750         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35751         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35752         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35753         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35754         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35755         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35756         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35757         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35758         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35759         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35760         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35761         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35762         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35763         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35764         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35765         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35766         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35767         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35768         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35769         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35770         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35771         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35772         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35773         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35774         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35775         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35776         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35777         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35778         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35779         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35780         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35781         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35782         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35783         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35784         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35785         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35788         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35790         [BZ #14914]
35791         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35792         whole low double instead of just low 47 bits when splitting values
35793         into two parts.
35795 2012-12-03  Allan McRae  <allan@archlinux.org>
35797         * manual/stdio.texi (Predefined Printf Handlers): Remove
35798         @hsep and @vsep usage.
35800 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35802         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35803         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35805 2012-12-03  Jeff Law  <law@redhat.com>
35807         * time/sys/time.h (settimeofday): Do not mark TV argument
35808         as __nonnull.
35810 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35812         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35813         when currently writing and seek to current position when not.
35814         * libio/Makefile (tests): Remove bug-fclose1.
35815         * libio/bug-fclose1.c: Delete.
35817 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35819         * manual/arith.texi (feenableexcept): Fix typo.
35820         (fedisableexcept): Likewise.
35822 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35824         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35825         second, differently-typed declaration, rather than a cast.
35827 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35829         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35830         * include/rpc/svc.h: ... here.
35832 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35834         [BZ #13013]
35835         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35836         depending n and resplen2 to catch cases where answer
35837         equals answerp2.
35839 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35841         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35842         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35844 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35846         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35848 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35850         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35852 2012-11-28  Jeff Law  <law@redhat.com>
35854         [BZ #13761]
35855         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35856         dataset_temporary.  Track alloca usage into alloca_used.
35857         If dataset is large allocate and release it via malloc/free.
35859 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35861         [BZ #14197]
35862         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35864 2012-11-28  David S. Miller  <davem@davemloft.net>
35866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35868 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35870         [BZ #14803]
35871         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35872         of pi/2 rounded to nearest to 64 bits.
35873         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35874         nearest to 64 bits.
35875         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35876         bits.
35878 2012-11-28  Jeff Law <law@redhat.com>
35879             Martin Osvald <mosvald@redhat.com>
35881         [BZ #14889]
35882         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35883         * sunrpc/svc.c: Include time.h.
35884         (__svc_accept_failed): New function.
35885         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35886         any reason other than EINTR, call __svc_accept_failed.
35887         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35888         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35890 2012-11-28  Andreas Schwab  <schwab@suse.de>
35892         * scripts/abilist.awk: Also handle indirect functions in .opd
35893         section.
35895 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35897         [BZ #13881]
35898         * sysdeps/x86/fpu/powl_helper.c: New file.
35899         * sysdeps/x86/fpu/Makefile: Likewise.
35900         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35901         (p3): New object.
35902         (__ieee754_powl): Use __powl_helper for finite arguments except
35903         integer exponents below 8.
35904         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35905         (p3): New object.
35906         (__ieee754_powl): Use __powl_helper for finite arguments except
35907         integer exponents below 8.
35908         * math/libm-test.inc (pow_test): Add more tests and enable some
35909         previously disabled tests.
35910         * sysdeps/i386/fpu/libm-test-ulps: Update.
35911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35913 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35914             Carlos O'Donell  <carlos_odonell@mentor.com>
35916         * nss/makedb.c (is_prime): Assert that input is odd and greater
35917         than 4.  Note that fact in a comment too.
35918         (next_prime): Add 4 to input.
35920 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35922         [BZ #11741]
35923         * libio/Makefile (tests): Add test case tst-fwrite-error.
35924         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35925         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35926         * libio/tst-fwrite-error.c: New test case.
35928 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35930         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35931         before casting to void *.
35932         * include/libc-internal.h (__pointer_type): New macro.
35933         (__integer_if_pointer_type_sub): Likewise.
35934         (__integer_if_pointer_type): Likewise.
35935         (cast_to_integer): Likewise.
35936         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35937         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35938         before casting to atomic64_t.
35939         (atomic_exchange_acq): Likewise.
35940         (__arch_exchange_and_add_body): Likewise.
35941         (__arch_add_body): Likewise.
35942         (atomic_add_negative): Likewise.
35943         (atomic_add_zero): Likewise.
35945 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35947         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35948         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35949         (add_fdes): Likewise.
35950         (linear_search_fdes): Likewise.
35951         (binary_search_unencoded_fdes): Likewise.
35953 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35955         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35957 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35959         * configure.in: Autodetect C++ header directories.
35960         * configure: Regenerated.
35962 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35964         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35966 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35968         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35970 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35972         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35973         LDBL_MANT_DIG == 106]: Disable some tests.
35974         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35975         Likewise.
35976         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35977         Likewise.
35979         [BZ #14871]
35980         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35981         input for small inputs.  Return +/- pi/2 for large inputs.
35982         * math/libm-test.inc (atan_test): Add more tests.
35984         * sysdeps/generic/unwind-dw2-fde-glibc.c
35985         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35986         __attribute__ ((unused)).
35988         [BZ #14645]
35989         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35990         x * y if x and y are nonzero and z is zero.
35992         [BZ #14811]
35993         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35994         nonzero exponents with absolute value below 0x1p-117 to +/-
35995         0x1p-117.
35997         [BZ #14869]
35998         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35999         up arguments below 2**-450, not just those below 2**-500.
36000         * math/libm-test.inc (hypot_test): Add another test.
36002         [BZ #14868]
36003         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36004         Return a+b for ratio over 2**120, not 2**60.
36005         * math/libm-test.inc (hypot_test): Add another test.
36007         * math/libm-test.inc (clog_test): Use
36008         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36009         (clog10_test): Likewise.
36011         [BZ #6778]
36012         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36014 2012-11-22  Andreas Schwab  <schwab@suse.de>
36016         * sysdeps/i386/fpu/libm-test-ulps: Update.
36018 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36020         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36021         printf output with newline.
36023 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36025         [BZ #14865]
36026         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36027         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36028         -z nodlopen, -z initfirst and -z execstack support.
36029         * configure: Regenerated.
36031         * elf/elf.h (DF_1_NODIRECT): New macro.
36032         (DF_1_IGNMULDEF): Likewise.
36033         (DF_1_NOKSYMS): Likewise.
36034         (DF_1_NOHDR): Likewise.
36035         (DF_1_EDITED): Likewise.
36036         (DF_1_NORELOC): Likewise.
36037         (DF_1_SYMINTPOSE): Likewise.
36038         (DF_1_GLOBAUDIT): Likewise.
36039         (DF_1_SINGLETON): Likewise.
36040         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36041         DT_1_SUPPORTED_MASK bits.
36042         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36044 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36046         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36048 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36050         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36051         macro.
36053         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36054         (sendmmsg): Move declarations...
36055         * socket/sys/socket.h: ... here.
36056         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36057         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36058         include it from...
36059         * socket/recvmmsg.c: ... this new file.
36060         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36061         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36062         definition of __sendmmsg hidden.
36063         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36064         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36065         Move ENOSYS stub into and include it from...
36066         * socket/sendmmsg.c: ... this new file.
36067         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36068         (sysdep_routines): Move recvmmsg and sendmmsg...
36069         * socket/Makefile (routines): ... here.
36070         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36071         (GLIBC_PRIVATE): Add __sendmmsg.
36072         * include/sys/socket.h (__sendmmsg): Add declarations.
36073         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36074         sendmmsg.
36076 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36078         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36079         variable I1 with __attribute__ ((unused)).
36080         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36082 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36084         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36085         DUMMY variables with __attribute__ ((unused)).
36087         * bits/byteswap.h: Include <bits/types.h>.
36088         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36090 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36092         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36093         string_t.  Do not manually set errno.
36094         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36095         length with __strnlen.  Make sure to both set errno and return it on
36096         failure.
36098 2012-11-19  David S. Miller  <davem@davemloft.net>
36100         With help from Joseph Myers.
36101         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36102         very large arguments properly.
36103         * math/libm-test.inc (atan_test): New tests.
36104         (atan2_test): New tests.
36105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36106         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36108 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36110         [BZ #14856]
36111         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36112         Define to 3.
36114         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36115         [POSIX] (EADDRNOTAVAIL): Likewise.
36116         [POSIX] (EAFNOSUPPORT): Likewise.
36117         [POSIX] (EALREADY): Likewise.
36118         [POSIX] (ECONNABORTED): Likewise.
36119         [POSIX] (ECONNREFUSED): Likewise.
36120         [POSIX] (ECONNRESET): Likewise.
36121         [POSIX] (EDESTADDRREQ): Likewise.
36122         [POSIX] (EDQUOT): Likewise.
36123         [POSIX] (EHOSTUNREACH): Likewise.
36124         [POSIX] (EIDRM): Likewise.
36125         [POSIX] (EISCONN): Likewise.
36126         [POSIX] (ELOOP): Likewise.
36127         [POSIX] (EMULTIHOP): Likewise.
36128         [POSIX] (ENETDOWN): Likewise.
36129         [POSIX] (ENETUNREACH): Likewise.
36130         [POSIX] (ENOBUFS): Likewise.
36131         [POSIX] (ENODATA): Likewise.
36132         [POSIX] (ENOLINK): Likewise.
36133         [POSIX] (ENOMSG): Likewise.
36134         [POSIX] (ENOPROTOOPT): Likewise.
36135         [POSIX] (ENOSR): Likewise.
36136         [POSIX] (ENOSTR): Likewise.
36137         [POSIX] (ENOTCONN): Likewise.
36138         [POSIX] (ENOTSOCK): Likewise.
36139         [POSIX] (EOPNOTSUPP): Likewise.
36140         [POSIX] (EOVERFLOW): Likewise.
36141         [POSIX] (EPROTO): Likewise.
36142         [POSIX] (EPROTONOSUPPORT): Likewise.
36143         [POSIX] (EPROTOTYPE): Likewise.
36144         [POSIX] (ESTALE): Likewise.
36145         [POSIX] (ETIME): Likewise.
36146         [POSIX] (ETXTBSY): Likewise.
36147         [POSIX] (EWOULDBLOCK): Likewise.
36148         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36149         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36150         [POSIX] (SEEK_CUR): Likewise.
36151         [POSIX] (SEEK_END): Likewise.
36152         [POSIX || UNIX98] (mode_t): Do not require.
36153         [POSIX] (off_t): Likewise.
36154         [POSIX] (pid_t): Likewise.
36155         [POSIX] (sys/stat.h): Do not allow header.
36156         [POSIX] (unistd.h): Likewise.
36157         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36158         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36159         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36160         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36161         require.
36162         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36163         sigevent): Specify elements.
36164         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36165         entry.
36166         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36167         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36169         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36170         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36171         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36172         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36173         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36174         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36175         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36176         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36177         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36178         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36179         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36180         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36181         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36182         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36183         Likewise.
36184         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36185         Likewise.
36186         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36187         Likewise.
36188         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36189         Likewise.
36190         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36191         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36192         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36193         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36194         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36195         Specify lower bound on value.
36196         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36197         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36198         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36199         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36200         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36201         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36202         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36203         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36204         value.
36205         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36206         as optional.
36207         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36208         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36210         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36211         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36217         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36218         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36219         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36220         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36221         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36222         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36223         entry.
36224         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36225         optional.
36226         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36232         Likewise.
36233         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36238         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36239         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36240         as optional.
36241         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36245         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36246         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36247         specify as optional.
36248         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36251         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36252         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36253         [XPG3] (NL_LANGMAX): Likewise.
36254         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36255         [POSIX || XPG3] (NL_NMAX): Likewise.
36256         [POSIX || XPG3] (NL_SETMAX): Likewise.
36257         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36258         [XPG3] (NZERO): Likewise.
36259         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36260         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36261         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36262         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36263         (REG_ERANGE): Expect.
36264         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36265         optional-constant.
36266         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36267         Use (void) in prototype.
36268         [POSIX] (*_t): Allow.
36269         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36270         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36271         (WRDE_BADVAL): Expect.
36273         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36274         expect.
36275         [XPG3 || XPG4] (O_RSYNC): Likewise.
36276         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36277         Likewise.
36278         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36279         [XPG3 || XPG4] (sigqueue): Likewise.
36280         [XPG3 || XPG4] (sigtimedwait): Likewise.
36281         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36282         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36283         [XPG3 || XPG4] (vsnprintf): Likewise.
36284         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36285         Likewise.
36286         [XPG3 || XPG4] (blksize_t): Likewise.
36287         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36288         Likewise.
36289         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36290         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36291         [XPG3 || XPG4] (struct itimerspec): Likewise.
36292         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36293         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36294         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36295         [XPG3 || XPG4] (clockid_t): Likewise.
36296         [XPG3 || XPG4] (timer_t): Likewise.
36297         [XPG3 || XPG4] (clock_getres): Likewise.
36298         [XPG3 || XPG4] (clock_gettime): Likewise.
36299         [XPG3 || XPG4] (clock_settime): Likewise.
36300         [XPG3 || XPG4] (nanosleep): Likewise.
36301         [XPG3 || XPG4] (timer_create): Likewise.
36302         [XPG3 || XPG4] (timer_delete): Likewise.
36303         [XPG3 || XPG4] (timer_gettime): Likewise.
36304         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36305         [XPG3 || XPG4] (timer_settime): Likewise.
36306         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36307         [XPG3 || XPG4] (getlogin_r): Likewise.
36308         [XPG3 || XPG4] (pread): Likewise.
36309         [XPG3 || XPG4] (pthread_atfork): Likewise.
36310         [XPG3 || XPG4] (pwrite): Likewise.
36312         [BZ #14835]
36313         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36314         <bits/siginfo.h>.
36316 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36318         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36319         finalizing MALLSTREAM.
36321         * sysdeps/mach/hurd/syncfs.c: New file.
36323 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36325         [BZ #14719]
36326         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36327         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36328         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36329         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36330         (_nss_dns_gethostbyname4_r): Likewise.
36331         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36332         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36334 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36336         [BZ #13763]
36337         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36339 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36341         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36342         * elf/cache.c (print_entry): Print ",AArch64" for
36343         FLAG_AARCH64_LIB64
36345         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36346         * elf/cache.c (print_entry): Print ",hard-float" for
36347         FLAG_ARM_LIBHF.
36349 2012-11-18  David S. Miller  <davem@davemloft.net>
36351         With help from Joseph Myers.
36352         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36353         cutoff to 2**-13.
36354         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36355         cutoff to 2**-25.
36356         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36357         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36358         small.
36359         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36360         * math/libm-test.inc (y0_test): New tests.
36361         (y1_test): New tests.
36362         * sysdeps/i386/fpu/libm-test-ulps: Update.
36363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36366 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36368         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36369         64-bit targets.
36370         * configure: Regenerated.
36372 2012-11-17  David S. Miller  <davem@davemloft.net>
36374         [BZ #14811]
36375         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36376         nonzero exponents with absolute value below 0x1p-128 to +/-
36377         0x1p-128.
36379 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36381         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36383         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36385         * posix/getconf-speclist.c: New file.
36386         * posix/posix-envs.def: Likewise.
36387         * posix/confstr.c (START_ENV_GROUP): New macro.
36388         (END_ENV_GROUP): Likewise.
36389         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36390         (KNOWN_PRESENT_ENV_STRING): Likewise.
36391         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36392         (UNKNOWN_ENVIRONMENT): Likewise.
36393         (confstr): Include posix-envs.def instead of handling
36394         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36395         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36396         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36397         (END_ENV_GROUP): Likewise.
36398         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36399         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36400         (UNKNOWN_ENVIRONMENT): Likewise.
36401         (__sysconf): Include posix-envs.def instead of handling associated
36402         cases directly here.
36403         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36404         preprocessing getconf-speclist.c rather than running getconf or
36405         generating empty file.
36407 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36409         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36411 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36413         [BZ #14672]
36414         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36416 2012-11-16  David S. Miller  <davem@davemloft.net>
36418         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36419         smaller than LDBL_EPSILON/2.0L, just return xm1.
36421 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36423         * elf/tst-array1.c (init): Set constructor priority to 1000.
36424         (fini): Set destructor priority to 1000.
36425         * elf/tst-array2dep.c: Likewise.
36427 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36429         [BZ #11741]
36430         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36431         (_IO_new_file_xsputn): Also return EOF if none of the input
36432         data was written when overflow failed.
36433         * libio/iopadn.c (_IO_padn): Likewise.
36434         * libio/iowpadn.c (_IO_wpadn): Likewise.
36435         * stdio-common/tst-put-error.c: Add copyright notice.
36436         (do_test): Add case for printing padded string.
36437         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36438         _IO_padn returned error.
36439         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36440         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36441         return EOF.
36443 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36445         * libio/libioP.h: Add comment note that the references to C++
36446         bits are now obsolete.
36448 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36450         * math/libm-test.inc (check_complex): Use asprintf.
36452 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36454         * debug/pcprofiledump.c (print_version): Update copyright year.
36455         * malloc/memusagestat.c (print_version): Likewise.
36457 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36459         [BZ #14831]
36460         * elf/Makefile (tests): Add tst-audit8.
36461         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36462         ($(objpfx)tst-audit8.out): New target.
36463         (tst-audit8-ENV): New variable.
36464         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36465         audit if l_reloc_result is NULL.
36466         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36467         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36468         * elf/tst-audit8.c: New file.
36470 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36472         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36473         * misc/Makefile (CFLAGS-select.c): Define.
36474         * posix/Makefile (CFLAGS-pause.c): Define.
36476 2012-11-13  David S. Miller  <davem@davemloft.net>
36478         * crypt/Makefile: Move test targets after toplevel Rules
36479         inclusion.  Grab any necessary sysdep routines when linking.
36480         * crypt/md5.c (md5_process_block): Remove define, we will always
36481         name it __md5_process_block.
36482         (md5_finish_ctx): Update md5_process_block call.
36483         (md5_stream): Likewise.
36484         (md5_process_bytes): Likewise.
36485         (md5_process_block): Rename to __md5_process_block and move to ...
36486         * crypt/md5-block.c: ... here.
36487         * crypt/sha256.c (sha256_process_block): Move to ...
36488         * crypt/sha256-block.c: ... here.
36489         * crypt/sha512.c (sha512_process_block): Move to ...
36490         * crypt/sha512-block.c: ... here.
36491         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36492         path.
36493         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36494         * sysdeps/sparc/sparc64/multiarch/Makefile
36495         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36496         crypt subdir.
36497         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36498         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36499         multiarch changes.
36500         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36501         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36502         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36503         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36504         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36505         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36506         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36507         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36508         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36509         file.
36510         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36511         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36512         file.
36513         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36515 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36517         * timezone/tzselect.ksh: Update from tzcode git revision
36518         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36519         * timezone/zdump.c: Likewise.
36520         * timezone/zic.c: Likewise.
36521         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36522         in TZVERSION setting, not $(PKGVERSION).
36523         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36524         REPORT_BUGS_TO settings.
36526         [BZ #14838]
36527         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36528         macro.
36530 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36532         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36533         detection to immediately after _FP_ROUND().
36534         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36535         bits are 0.
36537 2012-11-11  David S. Miller  <davem@davemloft.net>
36539         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36540         inttypes.h
36541         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36542         __close rather than their public counterparts.
36544 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36546         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36547         file.
36548         [UNIX98] (sem_timedwait): Do not expect.
36549         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36550         [XPG4 || UNIX98] (sockatmark): Do not expect.
36551         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36552         (clock_getcpuclockid): Do not expect.
36553         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36554         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36555         Do not expect.
36556         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36557         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36558         [UNIX98] (vwscanf): Likewise.
36559         [UNIX98] (vswscanf): Likewise.
36561 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36563         * timezone/version.h: Remove file.
36564         * timezone/README: Do not refer to version.h.
36565         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36566         $(objpfx)version.h.
36567         ($(objpfx)zdump.o): Likewise.
36568         ($(objpfx)version.h): New target.
36570         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36571         2012i.
36572         * timezone/README: Don't mention modification to tzselect.ksh.
36573         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36574         work on unmodified tzselect.ksh.  Substitute version numbers in
36575         tzselect.ksh.
36577         * Makefile (format-me): Remove.
36578         (INSTALL): Adjust indentation.  Use commands directly instead of
36579         using $(format-me).
36581         * aclocal.m4 (ACX_PKGVERSION): New macro.
36582         (ACX_BUGURL): Likewise.
36583         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36584         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36585         (REPORT_BUGS_TO): Likewise.
36586         * configure: Regenerated.
36587         * config.h.in (PKGVERSION): New macro.
36588         (REPORT_BUGS_TO): Likewise.
36589         * config.make.in (PKGVERSION): New variable.
36590         (PKGVERSION_TEXI): Likewise.
36591         (REPORT_BUGS_TO): Likewise.
36592         (REPORT_BUGS_TEXI): Likewise.
36593         * Makefile (format-me): Use -I$(common-objpfx)manual.
36594         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36595         ($(common-objpfx)manual/%): New target.
36596         (manual/%): Remove target.
36597         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36598         (print_version): Use PKGVERSION.
36599         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36600         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36601         and REPORT_BUGS_TO.
36602         ($(objpfx)xtrace): Likewise.
36603         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36604         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36605         (print_version): Use PKGVERSION.
36606         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36607         (do_version): Use PKGVERSION.
36608         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36609         REPORT_BUGS_TO.
36610         (common-ldd-rewrite): Likewise.
36611         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36612         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36613         (print_version): Use PKGVERSION.
36614         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36615         * elf/pldd.c (argp_program_bug_address): Remove variable.
36616         (more_help): New function.
36617         (argp): Use more_help.
36618         (print_version): Use PKGVERSION.
36619         * elf/sln.c (main): Use PKGVERSION.
36620         (usage): Use REPORT_BUGS_TO.
36621         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36622         (top level): Use PKGVERSION.
36623         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36624         (print_version): Use PKGVERSION.
36625         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36626         (print_version): Use PKGVERSION.
36627         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36628         (print_version): Use PKGVERSION.
36629         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36630         (print_version): Use PKGVERSION.
36631         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36632         (print_version): Use PKGVERSION.
36633         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36634         (print_version): Use PKGVERSION.
36635         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36636         and BUGURL.
36637         ($(objpfx)memusage): Likewise.
36638         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36639         (do_version): Use PKGVERSION.
36640         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36641         (print_version): Use PKGVERSION.
36642         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36643         ($PKGVERSION): New variable.
36644         ($REPORT_BUGS_TO): Likewise.
36645         (usage): Use $REPORT_BUGS_TO.
36646         (top level): Use $PKGVERSION.
36647         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36648         ($(objpfx)pkgvers.texi): New rule.
36649         ($(objpfx)stamp-pkgvers): Likewise.
36650         * manual/install.texi: Include pkgvers.texi.
36651         (--with-pkgversion): Document new configure option.
36652         (--with-bugurl): Likewise.
36653         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36654         than necessarily for this particular distribution.  Use
36655         REPORT_BUGS_TO for where to report bugs.
36656         * INSTALL: Regenerated.
36657         * manual/libc.texinfo: Include pkgvers.texi.
36658         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36659         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36660         (print_version): Use PKGVERSION.
36661         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36662         (print_version): Use PKGVERSION.
36663         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36664         (print_version): Use PKGVERSION.
36665         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36666         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36667         macro.
36668         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36669         (print_version): Use PKGVERSION.
36670         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36671         (print_version): Use PKGVERSION.
36672         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36673         and PKGVERSION.
36675         * timezone/checktab.awk: Update from tzcode 2012i.
36676         * timezone/ialloc.c: Likewise.
36677         * timezone/private.h: Likewise.
36678         * timezone/scheck.c: Likewise.
36679         * timezone/tzfile.h: Likewise.
36680         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36681         (TZVERSION): Hardcode tzcode version number.
36682         * timezone/zdump.c: Update from tzcode 2012i.
36683         * timezone/zic.c: Likewise.
36684         * timezone/version.h: New file.
36685         * timezone/README: Describe version.h.  Update upstream location.
36687         [BZ #14824]
36688         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36689         (mktemp): Enable declaration.
36690         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36691         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36692         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36693         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36694         Likewise.
36695         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36696         Likewise.
36697         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36698         Likewise.
36699         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36700         Likewise.
36701         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36702         Likewise.
36703         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36704         Likewise.
36706         [BZ #14821]
36707         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36708         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36709         for copies of such integer values.
36710         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36711         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36713 2012-11-09  Andreas Jaeger  <aj@suse.de>
36715         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36716         definitions and declarations that are provided by
36717         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36719 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36721         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36722         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36723         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36724         definition.
36726 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36728         * elf/elf.h: Update comment before AArch64 relocations.
36730 2012-11-07  David S. Miller  <davem@davemloft.net>
36732         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36733         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36734         (__start_context): Declare.
36735         (__makecontext_ret): Delete.
36736         (__makecontext): Hook up __start_context instead of
36737         __makecontext_ret.
36738         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36739         (sysdep_routines): Add __start_context when in stdlib.
36741 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36743         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36744         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36745         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36746         hardcoded "nm".
36747         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36748         (READELF): New variable.  Use it instead of hardcoded "readelf".
36750 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36752         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36753         * sysdeps/x86/Makefile: Here.
36754         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36755         * sysdeps/x86/tst-xmmymm.sh: This.
36757 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36759         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36760         expectations.
36761         [UNIX98] (pthread_barrier_t): Do not expect.
36762         [UNIX98] (pthread_barrierattr_t): Likewise.
36763         [UNIX98] (pthread_spinlock_t): Likewise.
36764         [UNIX98] (pthread_barrier_destroy): Likewise.
36765         [UNIX98] (pthread_barrier_init): Likewise.
36766         [UNIX98] (pthread_barrier_wait): Likewise.
36767         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36768         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36769         [UNIX98] (pthread_barrierattr_init): Likewise.
36770         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36771         [UNIX98] (pthread_getcpuclockid): Likewise.
36772         [UNIX98] (pthread_mutex_timedlock): Likewise.
36773         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36774         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36775         [UNIX98] (pthread_sigmask): Likewise.
36776         [UNIX98] (pthread_spin_destroy): Likewise.
36777         [UNIX98] (pthread_spin_init): Likewise.
36778         [UNIX98] (pthread_spin_lock): Likewise.
36779         [UNIX98] (pthread_spin_trylock): Likewise.
36780         [UNIX98] (pthread_spin_unlock): Likewise.
36781         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36782         Do not expect.
36783         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36784         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36785         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36786         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36787         [XPG3 || XPG4] (pthread_key_t): Likewise.
36788         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36789         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36790         [XPG3 || XPG4] (pthread_once_t): Likewise.
36791         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36792         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36793         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36794         [XPG3 || XPG4] (pthread_t): Likewise.
36796         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36797         not expect.
36798         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36800         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36801         Change function return type to int.
36803         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36804         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36805         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36806         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36807         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36808         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36809         [!POSIX] (posix_madvise): Likewise.
36810         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36811         && !UNIX98].
36812         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36813         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36814         (mode_t): Likewise.
36815         (posix_mem_offset): Likewise.
36816         (posix_typed_mem_get_info): Likewise.
36817         (posix_typed_mem_open): Likewise.
36819         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36820         Change condition to [XOPEN2K8].
36822         * conform/conformtest.pl: Preprocess allow-header data with -x c
36823         instead of from stdin.
36824         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36825         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36826         [C99-based standards] (cerfc): Likewise.
36827         [C99-based standards] (cexp2): Likewise.
36828         [C99-based standards] (cexpm1): Likewise.
36829         [C99-based standards] (clog10): Likewise.
36830         [C99-based standards] (clog1p): Likewise.
36831         [C99-based standards] (clog2): Likewise.
36832         [C99-based standards] (clgamma): Likewise.
36833         [C99-based standards] (ctgamma): Likewise.
36834         [C99-based standards] (cerff): Likewise.
36835         [C99-based standards] (cerfcf): Likewise.
36836         [C99-based standards] (cexp2f): Likewise.
36837         [C99-based standards] (cexpm1f): Likewise.
36838         [C99-based standards] (clog10f): Likewise.
36839         [C99-based standards] (clog1pf): Likewise.
36840         [C99-based standards] (clog2f): Likewise.
36841         [C99-based standards] (clgammaf): Likewise.
36842         [C99-based standards] (ctgammaf): Likewise.
36843         [C99-based standards] (cerfl): Likewise.
36844         [C99-based standards] (cerfcl): Likewise.
36845         [C99-based standards] (cexp2l): Likewise.
36846         [C99-based standards] (cexpm1l): Likewise.
36847         [C99-based standards] (clog10l): Likewise.
36848         [C99-based standards] (clog1pl): Likewise.
36849         [C99-based standards] (clog2l): Likewise.
36850         [C99-based standards] (clgammal): Likewise.
36851         [C99-based standards] (ctgammal): Likewise.
36852         * conform/data/inttypes.h-data [C99-based standards]: Include
36853         stdint.h-data.  Remove all expectations for stdint.h contents.
36854         [C99-based standards] (PRI*): Do not allow.
36855         [C99-based standards] (SCN*): Likewise.
36856         [C99-based standards] (*_t): Likewise.
36857         [C99-based-standards] (PRId8): Expect macro.
36858         [C99-based-standards] (PRIi8): Likewise.
36859         [C99-based-standards] (PRIo8): Likewise.
36860         [C99-based-standards] (PRIu8): Likewise.
36861         [C99-based-standards] (PRIx8): Likewise.
36862         [C99-based-standards] (PRIX8): Likewise.
36863         [C99-based-standards] (SCNd8): Likewise.
36864         [C99-based-standards] (SCNi8): Likewise.
36865         [C99-based-standards] (SCNo8): Likewise.
36866         [C99-based-standards] (SCNu8): Likewise.
36867         [C99-based-standards] (SCNx8): Likewise.
36868         [C99-based-standards] (PRIdLEAST8): Likewise.
36869         [C99-based-standards] (PRIiLEAST8): Likewise.
36870         [C99-based-standards] (PRIoLEAST8): Likewise.
36871         [C99-based-standards] (PRIuLEAST8): Likewise.
36872         [C99-based-standards] (PRIxLEAST8): Likewise.
36873         [C99-based-standards] (PRIXLEAST8): Likewise.
36874         [C99-based-standards] (SCNdLEAST8): Likewise.
36875         [C99-based-standards] (SCNiLEAST8): Likewise.
36876         [C99-based-standards] (SCNoLEAST8): Likewise.
36877         [C99-based-standards] (SCNuLEAST8): Likewise.
36878         [C99-based-standards] (SCNxLEAST8): Likewise.
36879         [C99-based-standards] (PRIdFAST8): Likewise.
36880         [C99-based-standards] (PRIiFAST8): Likewise.
36881         [C99-based-standards] (PRIoFAST8): Likewise.
36882         [C99-based-standards] (PRIuFAST8): Likewise.
36883         [C99-based-standards] (PRIxFAST8): Likewise.
36884         [C99-based-standards] (PRIXFAST8): Likewise.
36885         [C99-based-standards] (SCNdFAST8): Likewise.
36886         [C99-based-standards] (SCNiFAST8): Likewise.
36887         [C99-based-standards] (SCNoFAST8): Likewise.
36888         [C99-based-standards] (SCNuFAST8): Likewise.
36889         [C99-based-standards] (SCNxFAST8): Likewise.
36890         [C99-based-standards] (PRId16): Likewise.
36891         [C99-based-standards] (PRIi16): Likewise.
36892         [C99-based-standards] (PRIo16): Likewise.
36893         [C99-based-standards] (PRIu16): Likewise.
36894         [C99-based-standards] (PRIx16): Likewise.
36895         [C99-based-standards] (PRIX16): Likewise.
36896         [C99-based-standards] (SCNd16): Likewise.
36897         [C99-based-standards] (SCNi16): Likewise.
36898         [C99-based-standards] (SCNo16): Likewise.
36899         [C99-based-standards] (SCNu16): Likewise.
36900         [C99-based-standards] (SCNx16): Likewise.
36901         [C99-based-standards] (PRIdLEAST16): Likewise.
36902         [C99-based-standards] (PRIiLEAST16): Likewise.
36903         [C99-based-standards] (PRIoLEAST16): Likewise.
36904         [C99-based-standards] (PRIuLEAST16): Likewise.
36905         [C99-based-standards] (PRIxLEAST16): Likewise.
36906         [C99-based-standards] (PRIXLEAST16): Likewise.
36907         [C99-based-standards] (SCNdLEAST16): Likewise.
36908         [C99-based-standards] (SCNiLEAST16): Likewise.
36909         [C99-based-standards] (SCNoLEAST16): Likewise.
36910         [C99-based-standards] (SCNuLEAST16): Likewise.
36911         [C99-based-standards] (SCNxLEAST16): Likewise.
36912         [C99-based-standards] (PRIdFAST16): Likewise.
36913         [C99-based-standards] (PRIiFAST16): Likewise.
36914         [C99-based-standards] (PRIoFAST16): Likewise.
36915         [C99-based-standards] (PRIuFAST16): Likewise.
36916         [C99-based-standards] (PRIxFAST16): Likewise.
36917         [C99-based-standards] (PRIXFAST16): Likewise.
36918         [C99-based-standards] (SCNdFAST16): Likewise.
36919         [C99-based-standards] (SCNiFAST16): Likewise.
36920         [C99-based-standards] (SCNoFAST16): Likewise.
36921         [C99-based-standards] (SCNuFAST16): Likewise.
36922         [C99-based-standards] (SCNxFAST16): Likewise.
36923         [C99-based-standards] (PRId32): Likewise.
36924         [C99-based-standards] (PRIi32): Likewise.
36925         [C99-based-standards] (PRIo32): Likewise.
36926         [C99-based-standards] (PRIu32): Likewise.
36927         [C99-based-standards] (PRIx32): Likewise.
36928         [C99-based-standards] (PRIX32): Likewise.
36929         [C99-based-standards] (SCNd32): Likewise.
36930         [C99-based-standards] (SCNi32): Likewise.
36931         [C99-based-standards] (SCNo32): Likewise.
36932         [C99-based-standards] (SCNu32): Likewise.
36933         [C99-based-standards] (SCNx32): Likewise.
36934         [C99-based-standards] (PRIdLEAST32): Likewise.
36935         [C99-based-standards] (PRIiLEAST32): Likewise.
36936         [C99-based-standards] (PRIoLEAST32): Likewise.
36937         [C99-based-standards] (PRIuLEAST32): Likewise.
36938         [C99-based-standards] (PRIxLEAST32): Likewise.
36939         [C99-based-standards] (PRIXLEAST32): Likewise.
36940         [C99-based-standards] (SCNdLEAST32): Likewise.
36941         [C99-based-standards] (SCNiLEAST32): Likewise.
36942         [C99-based-standards] (SCNoLEAST32): Likewise.
36943         [C99-based-standards] (SCNuLEAST32): Likewise.
36944         [C99-based-standards] (SCNxLEAST32): Likewise.
36945         [C99-based-standards] (PRIdFAST32): Likewise.
36946         [C99-based-standards] (PRIiFAST32): Likewise.
36947         [C99-based-standards] (PRIoFAST32): Likewise.
36948         [C99-based-standards] (PRIuFAST32): Likewise.
36949         [C99-based-standards] (PRIxFAST32): Likewise.
36950         [C99-based-standards] (PRIXFAST32): Likewise.
36951         [C99-based-standards] (SCNdFAST32): Likewise.
36952         [C99-based-standards] (SCNiFAST32): Likewise.
36953         [C99-based-standards] (SCNoFAST32): Likewise.
36954         [C99-based-standards] (SCNuFAST32): Likewise.
36955         [C99-based-standards] (SCNxFAST32): Likewise.
36956         [C99-based-standards] (PRId64): Likewise.
36957         [C99-based-standards] (PRIi64): Likewise.
36958         [C99-based-standards] (PRIo64): Likewise.
36959         [C99-based-standards] (PRIu64): Likewise.
36960         [C99-based-standards] (PRIx64): Likewise.
36961         [C99-based-standards] (PRIX64): Likewise.
36962         [C99-based-standards] (SCNd64): Likewise.
36963         [C99-based-standards] (SCNi64): Likewise.
36964         [C99-based-standards] (SCNo64): Likewise.
36965         [C99-based-standards] (SCNu64): Likewise.
36966         [C99-based-standards] (SCNx64): Likewise.
36967         [C99-based-standards] (PRIdLEAST64): Likewise.
36968         [C99-based-standards] (PRIiLEAST64): Likewise.
36969         [C99-based-standards] (PRIoLEAST64): Likewise.
36970         [C99-based-standards] (PRIuLEAST64): Likewise.
36971         [C99-based-standards] (PRIxLEAST64): Likewise.
36972         [C99-based-standards] (PRIXLEAST64): Likewise.
36973         [C99-based-standards] (SCNdLEAST64): Likewise.
36974         [C99-based-standards] (SCNiLEAST64): Likewise.
36975         [C99-based-standards] (SCNoLEAST64): Likewise.
36976         [C99-based-standards] (SCNuLEAST64): Likewise.
36977         [C99-based-standards] (SCNxLEAST64): Likewise.
36978         [C99-based-standards] (PRIdFAST64): Likewise.
36979         [C99-based-standards] (PRIiFAST64): Likewise.
36980         [C99-based-standards] (PRIoFAST64): Likewise.
36981         [C99-based-standards] (PRIuFAST64): Likewise.
36982         [C99-based-standards] (PRIxFAST64): Likewise.
36983         [C99-based-standards] (PRIXFAST64): Likewise.
36984         [C99-based-standards] (SCNdFAST64): Likewise.
36985         [C99-based-standards] (SCNiFAST64): Likewise.
36986         [C99-based-standards] (SCNoFAST64): Likewise.
36987         [C99-based-standards] (SCNuFAST64): Likewise.
36988         [C99-based-standards] (SCNxFAST64): Likewise.
36989         [C99-based-standards] (PRIdMAX): Likewise.
36990         [C99-based-standards] (PRIiMAX): Likewise.
36991         [C99-based-standards] (PRIoMAX): Likewise.
36992         [C99-based-standards] (PRIuMAX): Likewise.
36993         [C99-based-standards] (PRIxMAX): Likewise.
36994         [C99-based-standards] (PRIXMAX): Likewise.
36995         [C99-based-standards] (SCNdMAX): Likewise.
36996         [C99-based-standards] (SCNiMAX): Likewise.
36997         [C99-based-standards] (SCNoMAX): Likewise.
36998         [C99-based-standards] (SCNuMAX): Likewise.
36999         [C99-based-standards] (SCNxMAX): Likewise.
37000         [C99-based-standards] (PRIdPTR): Likewise.
37001         [C99-based-standards] (PRIiPTR): Likewise.
37002         [C99-based-standards] (PRIoPTR): Likewise.
37003         [C99-based-standards] (PRIuPTR): Likewise.
37004         [C99-based-standards] (PRIxPTR): Likewise.
37005         [C99-based-standards] (PRIXPTR): Likewise.
37006         [C99-based-standards] (SCNdPTR): Likewise.
37007         [C99-based-standards] (SCNiPTR): Likewise.
37008         [C99-based-standards] (SCNoPTR): Likewise.
37009         [C99-based-standards] (SCNuPTR): Likewise.
37010         [C99-based-standards] (SCNxPTR): Likewise.
37011         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37012         allow.
37013         * conform/data/stdint.h-data: Update comments to clarify
37014         requirements.
37015         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37016         type.
37017         [C99-based standards] (INT8_MAX): Likewise.
37018         [C99-based standards] (INT16_MIN): Likewise.
37019         [C99-based standards] (INT16_MAX): Likewise.
37020         [C99-based standards] (INT32_MIN): Likewise.
37021         [C99-based standards] (INT32_MAX): Likewise.
37022         [C99-based standards] (INT64_MIN): Likewise.
37023         [C99-based standards] (INT64_MAX): Likewise.
37024         [C99-based standards] (UINT8_MAX): Likewise.
37025         [C99-based standards] (UINT16_MAX): Likewise.
37026         [C99-based standards] (UINT32_MAX): Likewise.
37027         [C99-based standards] (UINT64_MAX): Likewise.
37028         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37029         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37030         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37031         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37032         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37033         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37034         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37035         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37036         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37037         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37038         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37039         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37040         [C99-based standards] (INT_FAST8_MIN): Likewise.
37041         [C99-based standards] (INT_FAST8_MAX): Likewise.
37042         [C99-based standards] (INT_FAST16_MIN): Likewise.
37043         [C99-based standards] (INT_FAST16_MAX): Likewise.
37044         [C99-based standards] (INT_FAST32_MIN): Likewise.
37045         [C99-based standards] (INT_FAST32_MAX): Likewise.
37046         [C99-based standards] (INT_FAST64_MIN): Likewise.
37047         [C99-based standards] (INT_FAST64_MAX): Likewise.
37048         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37049         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37050         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37051         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37052         [C99-based standards] (INTPTR_MIN): Likewise.
37053         [C99-based standards] (INTPTR_MAX): Likewise.
37054         [C99-based standards] (UINTPTR_MAX): Likewise.
37055         [C99-based standards] (INTMAX_MIN): Likewise.
37056         [C99-based standards] (INTMAX_MAX): Likewise.
37057         [C99-based standards] (UINTMAX_MAX): Likewise.
37058         [C99-based standards] (PTRDIFF_MIN): Likewise.
37059         [C99-based standards] (PTRDIFF_MAX): Likewise.
37060         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37061         [C99-based standards] (SIZE_MAX): Likewise.
37062         [C99-based standards] (WCHAR_MAX): Likewise.
37063         [C99-based standards] (WINT_MAX): Likewise.
37064         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37065         constraint on value.
37066         [C99-based standards] (WCHAR_MIN): Likewise.
37067         [C99-based standards] (WINT_MIN): Likewise.
37068         [C99-based standards] (*_t): Allow.
37069         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37070         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37071         Include math.h-data and complex.h-data.  Remove all expectations
37072         of math.h and complex.h contents.
37073         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37074         at end of line.
37075         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37076         (struct tm): Expect tag.
37077         [C99-based-standards] (wcstof): Expect function.
37078         [C99-based-standards] (wcstold): Likewise.
37079         [C99-based-standards] (wcstoll): Likewise.
37080         [C99-based-standards] (wcstoull): Likewise.
37081         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37082         macro-int-constant.  Specify type.
37083         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37084         constraint on value.
37085         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37086         Specify type.
37087         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37088         Specify value.
37089         [ISO C standards]: Do not allow headers.
37090         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37091         wcs[abcdefghijklmnopqrstuvwxyz]*.
37092         [ISO C standards] (*_t): Do not allow.
37093         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37094         Expect function.
37095         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37096         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37097         Specify type.
37098         [ISO C standards]: Do not allow headers.
37099         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37100         is[abcdefghijklmnopqrstuvwxyz]*.
37101         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37102         to[abcdefghijklmnopqrstuvwxyz]*.
37103         [ISO C standards] (*_t): Do not allow.
37104         * conform/data/stdalign.h-data: New file.
37105         * conform/data/stdbool.h-data: Likewise.
37106         * conform/data/stdnoreturn.h-data: Likewise.
37108 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37110         [BZ #14815]
37111         * manual/filesys.texi (Directory Entries): Typo fix.
37112         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37114 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37116         * elf/elf.h (EM_AARCH64): New macro.
37117         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37118         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37119         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37120         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37121         (R_AARCH64_TLSDESC): Likewise.
37122         (NT_ARM_TLS): Likewise.
37123         (NT_ARM_HW_BREAK): Likewise.
37124         (NT_ARM_HW_WATCH): Likewise.
37126 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37128         [BZ #14811]
37129         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37130         (__ieee754_powl): Saturate nonzero exponents with absolute value
37131         below 0x1p-79 to +/- 0x1p-79.
37132         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37133         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37134         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37135         nonzero exponents with absolute value below 0x1p-32 to +/-
37136         0x1p-32.
37137         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37138         (__ieee754_powl): Saturate nonzero exponents with absolute value
37139         below 0x1p-79 to +/- 0x1p-79.
37140         * math/libm-test.inc (pow_test): Add more tests.
37142 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37144         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37145         _dl_s390_cap_flags with kernel. Increase string length.
37146         (_dl_s390_platforms): Add z196 and zEC12.
37148 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37150         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37151         Change XOPEN21K to XOPEN2K.
37153 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37155         * string/memmove.c: Use memcpy when possible.
37157 2012-11-06  Andreas Jaeger  <aj@suse.de>
37159         * po/eo.po: Update from translation team.
37161 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37163         [BZ #14793]
37164         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37165         exponent and small x and y exponents, scale x or y up.  Increase
37166         by 2 the exponent used in scaling up.
37167         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37168         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37169         * math/libm-test.inc (fma_test): Add more tests.
37170         (fma_test_towardzero): Likewise.
37171         (fma_test_downward): Likewise.
37172         (fma_test_upward): Likewise.
37174 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37176         [BZ #14805]
37177         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37178         fenv_t *.
37180         [BZ #14801]
37181         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37182         namespace for names of struct fields.
37183         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37184         fenv_t fields.
37185         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37186         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37188 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37190         [BZ #3665]
37191         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37193 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37195         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37196         PTR_DEMANGLE.
37198         [BZ #5246]
37199         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37200         PTR_DEMANGLE.
37202 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37204         [BZ #14797]
37205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37206         definitely overflow as x * y not x * y + z.
37207         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37208         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37209         * math/libm-test.inc (fma_test): Add more tests.
37210         (fma_test_towardzero): Likewise.
37211         (fma_test_downward): Likewise.
37212         (fma_test_upward): Likewise.
37214 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37216         [BZ #157]
37218         * include/stub-tag.h: Remove file.
37219         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37220         '#include' of it.
37221         * manual/maint.texi (Porting): Don't reference it.
37222         * Makerules ($(objpfx)stubs): Likewise.
37223         * dirent/closedir.c: Don't include <stub-tag.h>.
37224         * dirent/dirfd.c: Likewise.
37225         * dirent/fdopendir.c: Likewise.
37226         * dirent/getdents.c: Likewise.
37227         * dirent/getdents64.c: Likewise.
37228         * dirent/opendir.c: Likewise.
37229         * dirent/readdir.c: Likewise.
37230         * dirent/readdir64.c: Likewise.
37231         * dirent/readdir64_r.c: Likewise.
37232         * dirent/readdir_r.c: Likewise.
37233         * dirent/rewinddir.c: Likewise.
37234         * dirent/seekdir.c: Likewise.
37235         * dirent/telldir.c: Likewise.
37236         * gmon/profil.c: Likewise.
37237         * grp/setgroups.c: Likewise.
37238         * inet/if_index.c: Likewise.
37239         * io/access.c: Likewise.
37240         * io/chdir.c: Likewise.
37241         * io/chmod.c: Likewise.
37242         * io/chown.c: Likewise.
37243         * io/close.c: Likewise.
37244         * io/dup.c: Likewise.
37245         * io/dup2.c: Likewise.
37246         * io/dup3.c: Likewise.
37247         * io/euidaccess.c: Likewise.
37248         * io/faccessat.c: Likewise.
37249         * io/fchdir.c: Likewise.
37250         * io/fchmod.c: Likewise.
37251         * io/fchmodat.c: Likewise.
37252         * io/fchown.c: Likewise.
37253         * io/fchownat.c: Likewise.
37254         * io/fcntl.c: Likewise.
37255         * io/flock.c: Likewise.
37256         * io/fstatfs.c: Likewise.
37257         * io/fstatfs64.c: Likewise.
37258         * io/fstatvfs.c: Likewise.
37259         * io/fstatvfs64.c: Likewise.
37260         * io/futimens.c: Likewise.
37261         * io/fxstat.c: Likewise.
37262         * io/fxstat64.c: Likewise.
37263         * io/fxstatat.c: Likewise.
37264         * io/fxstatat64.c: Likewise.
37265         * io/getcwd.c: Likewise.
37266         * io/isatty.c: Likewise.
37267         * io/lchmod.c: Likewise.
37268         * io/lchown.c: Likewise.
37269         * io/link.c: Likewise.
37270         * io/linkat.c: Likewise.
37271         * io/lseek.c: Likewise.
37272         * io/lseek64.c: Likewise.
37273         * io/lxstat64.c: Likewise.
37274         * io/mkdir.c: Likewise.
37275         * io/mkdirat.c: Likewise.
37276         * io/mkfifo.c: Likewise.
37277         * io/mkfifoat.c: Likewise.
37278         * io/open.c: Likewise.
37279         * io/open64.c: Likewise.
37280         * io/openat.c: Likewise.
37281         * io/openat64.c: Likewise.
37282         * io/pipe.c: Likewise.
37283         * io/pipe2.c: Likewise.
37284         * io/poll.c: Likewise.
37285         * io/posix_fadvise.c: Likewise.
37286         * io/posix_fadvise64.c: Likewise.
37287         * io/posix_fallocate.c: Likewise.
37288         * io/posix_fallocate64.c: Likewise.
37289         * io/read.c: Likewise.
37290         * io/readlink.c: Likewise.
37291         * io/readlinkat.c: Likewise.
37292         * io/rmdir.c: Likewise.
37293         * io/sendfile.c: Likewise.
37294         * io/sendfile64.c: Likewise.
37295         * io/statfs.c: Likewise.
37296         * io/statfs64.c: Likewise.
37297         * io/statvfs.c: Likewise.
37298         * io/statvfs64.c: Likewise.
37299         * io/symlink.c: Likewise.
37300         * io/symlinkat.c: Likewise.
37301         * io/ttyname.c: Likewise.
37302         * io/ttyname_r.c: Likewise.
37303         * io/umask.c: Likewise.
37304         * io/unlink.c: Likewise.
37305         * io/unlinkat.c: Likewise.
37306         * io/utime.c: Likewise.
37307         * io/utimensat.c: Likewise.
37308         * io/write.c: Likewise.
37309         * io/xmknod.c: Likewise.
37310         * io/xmknodat.c: Likewise.
37311         * io/xstat.c: Likewise.
37312         * io/xstat64.c: Likewise.
37313         * login/getpt.c: Likewise.
37314         * login/grantpt.c: Likewise.
37315         * login/unlockpt.c: Likewise.
37316         * math/e_acoshl.c: Likewise.
37317         * math/e_acosl.c: Likewise.
37318         * math/e_asinl.c: Likewise.
37319         * math/e_atan2l.c: Likewise.
37320         * math/e_atanhl.c: Likewise.
37321         * math/e_coshl.c: Likewise.
37322         * math/e_expl.c: Likewise.
37323         * math/e_fmodl.c: Likewise.
37324         * math/e_gammal_r.c: Likewise.
37325         * math/e_hypotl.c: Likewise.
37326         * math/e_j0l.c: Likewise.
37327         * math/e_j1l.c: Likewise.
37328         * math/e_jnl.c: Likewise.
37329         * math/e_lgammal_r.c: Likewise.
37330         * math/e_log10l.c: Likewise.
37331         * math/e_log2l.c: Likewise.
37332         * math/e_logl.c: Likewise.
37333         * math/e_powl.c: Likewise.
37334         * math/e_rem_pio2l.c: Likewise.
37335         * math/e_sinhl.c: Likewise.
37336         * math/e_sqrtl.c: Likewise.
37337         * math/fclrexcpt.c: Likewise.
37338         * math/fedisblxcpt.c: Likewise.
37339         * math/feenablxcpt.c: Likewise.
37340         * math/fegetenv.c: Likewise.
37341         * math/fegetexcept.c: Likewise.
37342         * math/fegetround.c: Likewise.
37343         * math/feholdexcpt.c: Likewise.
37344         * math/fesetenv.c: Likewise.
37345         * math/fesetround.c: Likewise.
37346         * math/feupdateenv.c: Likewise.
37347         * math/fgetexcptflg.c: Likewise.
37348         * math/fraiseexcpt.c: Likewise.
37349         * math/fsetexcptflg.c: Likewise.
37350         * math/ftestexcept.c: Likewise.
37351         * math/k_cosl.c: Likewise.
37352         * math/k_rem_pio2l.c: Likewise.
37353         * math/k_sinl.c: Likewise.
37354         * math/k_tanl.c: Likewise.
37355         * math/s_asinhl.c: Likewise.
37356         * math/s_atanl.c: Likewise.
37357         * math/s_cbrtl.c: Likewise.
37358         * math/s_erfl.c: Likewise.
37359         * math/s_expm1l.c: Likewise.
37360         * math/s_log1pl.c: Likewise.
37361         * math/s_tanhl.c: Likewise.
37362         * misc/acct.c: Likewise.
37363         * misc/brk.c: Likewise.
37364         * misc/chflags.c: Likewise.
37365         * misc/chroot.c: Likewise.
37366         * misc/fchflags.c: Likewise.
37367         * misc/fgetxattr.c: Likewise.
37368         * misc/flistxattr.c: Likewise.
37369         * misc/fremovexattr.c: Likewise.
37370         * misc/fsetxattr.c: Likewise.
37371         * misc/fsync.c: Likewise.
37372         * misc/ftruncate.c: Likewise.
37373         * misc/futimes.c: Likewise.
37374         * misc/futimesat.c: Likewise.
37375         * misc/getdomain.c: Likewise.
37376         * misc/getdtsz.c: Likewise.
37377         * misc/gethostid.c: Likewise.
37378         * misc/gethostname.c: Likewise.
37379         * misc/getloadavg.c: Likewise.
37380         * misc/getpagesize.c: Likewise.
37381         * misc/getsysstats.c: Likewise.
37382         * misc/getxattr.c: Likewise.
37383         * misc/gtty.c: Likewise.
37384         * misc/ioctl.c: Likewise.
37385         * misc/lgetxattr.c: Likewise.
37386         * misc/listxattr.c: Likewise.
37387         * misc/llistxattr.c: Likewise.
37388         * misc/lremovexattr.c: Likewise.
37389         * misc/lsetxattr.c: Likewise.
37390         * misc/lutimes.c: Likewise.
37391         * misc/madvise.c: Likewise.
37392         * misc/mincore.c: Likewise.
37393         * misc/mlock.c: Likewise.
37394         * misc/mlockall.c: Likewise.
37395         * misc/mmap.c: Likewise.
37396         * misc/mprotect.c: Likewise.
37397         * misc/msync.c: Likewise.
37398         * misc/munlock.c: Likewise.
37399         * misc/munlockall.c: Likewise.
37400         * misc/munmap.c: Likewise.
37401         * misc/preadv.c: Likewise.
37402         * misc/preadv64.c: Likewise.
37403         * misc/ptrace.c: Likewise.
37404         * misc/pwritev.c: Likewise.
37405         * misc/pwritev64.c: Likewise.
37406         * misc/readv.c: Likewise.
37407         * misc/reboot.c: Likewise.
37408         * misc/remap_file_pages.c: Likewise.
37409         * misc/removexattr.c: Likewise.
37410         * misc/revoke.c: Likewise.
37411         * misc/select.c: Likewise.
37412         * misc/setdomain.c: Likewise.
37413         * misc/setegid.c: Likewise.
37414         * misc/seteuid.c: Likewise.
37415         * misc/sethostid.c: Likewise.
37416         * misc/sethostname.c: Likewise.
37417         * misc/setregid.c: Likewise.
37418         * misc/setreuid.c: Likewise.
37419         * misc/setxattr.c: Likewise.
37420         * misc/sstk.c: Likewise.
37421         * misc/stty.c: Likewise.
37422         * misc/swapoff.c: Likewise.
37423         * misc/swapon.c: Likewise.
37424         * misc/sync.c: Likewise.
37425         * misc/syncfs.c: Likewise.
37426         * misc/syscall.c: Likewise.
37427         * misc/truncate.c: Likewise.
37428         * misc/ualarm.c: Likewise.
37429         * misc/usleep.c: Likewise.
37430         * misc/ustat.c: Likewise.
37431         * misc/utimes.c: Likewise.
37432         * misc/vhangup.c: Likewise.
37433         * misc/writev.c: Likewise.
37434         * posix/_exit.c: Likewise.
37435         * posix/alarm.c: Likewise.
37436         * posix/execve.c: Likewise.
37437         * posix/fexecve.c: Likewise.
37438         * posix/fork.c: Likewise.
37439         * posix/fpathconf.c: Likewise.
37440         * posix/getaddrinfo.c: Likewise.
37441         * posix/getegid.c: Likewise.
37442         * posix/geteuid.c: Likewise.
37443         * posix/getgid.c: Likewise.
37444         * posix/getgroups.c: Likewise.
37445         * posix/getlogin.c: Likewise.
37446         * posix/getlogin_r.c: Likewise.
37447         * posix/getpgid.c: Likewise.
37448         * posix/getpid.c: Likewise.
37449         * posix/getppid.c: Likewise.
37450         * posix/getresgid.c: Likewise.
37451         * posix/getresuid.c: Likewise.
37452         * posix/getsid.c: Likewise.
37453         * posix/getuid.c: Likewise.
37454         * posix/glob64.c: Likewise.
37455         * posix/nanosleep.c: Likewise.
37456         * posix/pathconf.c: Likewise.
37457         * posix/pause.c: Likewise.
37458         * posix/posix_madvise.c: Likewise.
37459         * posix/pread.c: Likewise.
37460         * posix/pread64.c: Likewise.
37461         * posix/pwrite.c: Likewise.
37462         * posix/pwrite64.c: Likewise.
37463         * posix/sched_getaffinity.c: Likewise.
37464         * posix/sched_getp.c: Likewise.
37465         * posix/sched_gets.c: Likewise.
37466         * posix/sched_primax.c: Likewise.
37467         * posix/sched_primin.c: Likewise.
37468         * posix/sched_rr_gi.c: Likewise.
37469         * posix/sched_setaffinity.c: Likewise.
37470         * posix/sched_setp.c: Likewise.
37471         * posix/sched_sets.c: Likewise.
37472         * posix/sched_yield.c: Likewise.
37473         * posix/setgid.c: Likewise.
37474         * posix/setlogin.c: Likewise.
37475         * posix/setpgid.c: Likewise.
37476         * posix/setresgid.c: Likewise.
37477         * posix/setresuid.c: Likewise.
37478         * posix/setsid.c: Likewise.
37479         * posix/setuid.c: Likewise.
37480         * posix/sleep.c: Likewise.
37481         * posix/spawni.c: Likewise.
37482         * posix/sysconf.c: Likewise.
37483         * posix/times.c: Likewise.
37484         * posix/wait.c: Likewise.
37485         * posix/wait3.c: Likewise.
37486         * posix/wait4.c: Likewise.
37487         * posix/waitpid.c: Likewise.
37488         * resolv/gai_sigqueue.c: Likewise.
37489         * resource/getpriority.c: Likewise.
37490         * resource/getrlimit.c: Likewise.
37491         * resource/getrusage.c: Likewise.
37492         * resource/nice.c: Likewise.
37493         * resource/setpriority.c: Likewise.
37494         * resource/setrlimit.c: Likewise.
37495         * resource/ulimit.c: Likewise.
37496         * rt/aio_cancel.c: Likewise.
37497         * rt/aio_fsync.c: Likewise.
37498         * rt/aio_read.c: Likewise.
37499         * rt/aio_sigqueue.c: Likewise.
37500         * rt/aio_suspend.c: Likewise.
37501         * rt/aio_write.c: Likewise.
37502         * rt/clock_getres.c: Likewise.
37503         * rt/clock_gettime.c: Likewise.
37504         * rt/clock_nanosleep.c: Likewise.
37505         * rt/clock_settime.c: Likewise.
37506         * rt/lio_listio.c: Likewise.
37507         * rt/mq_close.c: Likewise.
37508         * rt/mq_getattr.c: Likewise.
37509         * rt/mq_notify.c: Likewise.
37510         * rt/mq_open.c: Likewise.
37511         * rt/mq_receive.c: Likewise.
37512         * rt/mq_send.c: Likewise.
37513         * rt/mq_setattr.c: Likewise.
37514         * rt/mq_timedreceive.c: Likewise.
37515         * rt/mq_timedsend.c: Likewise.
37516         * rt/mq_unlink.c: Likewise.
37517         * rt/shm_open.c: Likewise.
37518         * rt/shm_unlink.c: Likewise.
37519         * rt/timer_create.c: Likewise.
37520         * rt/timer_delete.c: Likewise.
37521         * rt/timer_getoverr.c: Likewise.
37522         * rt/timer_gettime.c: Likewise.
37523         * rt/timer_settime.c: Likewise.
37524         * setjmp/__longjmp.c: Likewise.
37525         * setjmp/setjmp.c: Likewise.
37526         * signal/kill.c: Likewise.
37527         * signal/killpg.c: Likewise.
37528         * signal/raise.c: Likewise.
37529         * signal/sigaction.c: Likewise.
37530         * signal/sigaltstack.c: Likewise.
37531         * signal/sigblock.c: Likewise.
37532         * signal/sigignore.c: Likewise.
37533         * signal/sigintr.c: Likewise.
37534         * signal/signal.c: Likewise.
37535         * signal/sigpause.c: Likewise.
37536         * signal/sigpending.c: Likewise.
37537         * signal/sigqueue.c: Likewise.
37538         * signal/sigreturn.c: Likewise.
37539         * signal/sigset.c: Likewise.
37540         * signal/sigsetmask.c: Likewise.
37541         * signal/sigstack.c: Likewise.
37542         * signal/sigsuspend.c: Likewise.
37543         * signal/sigtimedwait.c: Likewise.
37544         * signal/sigvec.c: Likewise.
37545         * signal/sigwait.c: Likewise.
37546         * signal/sigwaitinfo.c: Likewise.
37547         * signal/sysv_signal.c: Likewise.
37548         * socket/accept.c: Likewise.
37549         * socket/accept4.c: Likewise.
37550         * socket/bind.c: Likewise.
37551         * socket/connect.c: Likewise.
37552         * socket/getpeername.c: Likewise.
37553         * socket/getsockname.c: Likewise.
37554         * socket/getsockopt.c: Likewise.
37555         * socket/isfdtype.c: Likewise.
37556         * socket/listen.c: Likewise.
37557         * socket/recv.c: Likewise.
37558         * socket/recvfrom.c: Likewise.
37559         * socket/recvmsg.c: Likewise.
37560         * socket/send.c: Likewise.
37561         * socket/sendmsg.c: Likewise.
37562         * socket/sendto.c: Likewise.
37563         * socket/setsockopt.c: Likewise.
37564         * socket/shutdown.c: Likewise.
37565         * socket/sockatmark.c: Likewise.
37566         * socket/socket.c: Likewise.
37567         * socket/socketpair.c: Likewise.
37568         * stdio-common/ctermid.c: Likewise.
37569         * stdio-common/cuserid.c: Likewise.
37570         * stdio-common/remove.c: Likewise.
37571         * stdio-common/rename.c: Likewise.
37572         * stdio-common/renameat.c: Likewise.
37573         * stdio-common/tempname.c: Likewise.
37574         * stdlib/getcontext.c: Likewise.
37575         * stdlib/makecontext.c: Likewise.
37576         * stdlib/setcontext.c: Likewise.
37577         * stdlib/swapcontext.c: Likewise.
37578         * stdlib/system.c: Likewise.
37579         * streams/fattach.c: Likewise.
37580         * streams/fdetach.c: Likewise.
37581         * streams/getmsg.c: Likewise.
37582         * streams/getpmsg.c: Likewise.
37583         * streams/putmsg.c: Likewise.
37584         * streams/putpmsg.c: Likewise.
37585         * sysdeps/unix/bsd/getpt.c: Likewise.
37586         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37587         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37588         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37590         Likewise.
37591         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37592         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37593         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37594         * sysvipc/msgctl.c: Likewise.
37595         * sysvipc/msgget.c: Likewise.
37596         * sysvipc/msgrcv.c: Likewise.
37597         * sysvipc/msgsnd.c: Likewise.
37598         * sysvipc/semctl.c: Likewise.
37599         * sysvipc/semget.c: Likewise.
37600         * sysvipc/semop.c: Likewise.
37601         * sysvipc/semtimedop.c: Likewise.
37602         * sysvipc/shmat.c: Likewise.
37603         * sysvipc/shmctl.c: Likewise.
37604         * sysvipc/shmdt.c: Likewise.
37605         * sysvipc/shmget.c: Likewise.
37606         * termios/tcdrain.c: Likewise.
37607         * termios/tcflow.c: Likewise.
37608         * termios/tcflush.c: Likewise.
37609         * termios/tcgetattr.c: Likewise.
37610         * termios/tcgetpgrp.c: Likewise.
37611         * termios/tcsendbrk.c: Likewise.
37612         * termios/tcsetattr.c: Likewise.
37613         * termios/tcsetpgrp.c: Likewise.
37614         * time/adjtime.c: Likewise.
37615         * time/clock.c: Likewise.
37616         * time/getitimer.c: Likewise.
37617         * time/gettimeofday.c: Likewise.
37618         * time/setitimer.c: Likewise.
37619         * time/settimeofday.c: Likewise.
37620         * time/stime.c: Likewise.
37621         * time/time.c: Likewise.
37623 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37625         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37626         /usr/old/bin.
37628         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37629         instead of spaces.
37630         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37632 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37634         [BZ #14796]
37635         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37636         FE_TONEAREST before applying Dekker multiplication and Knuth
37637         addition.  Clear inexact exceptions and check for exact zero
37638         results afterwards.
37639         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37640         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37641         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37642         * math/libm-test.inc (fma_test): Add more tests.
37643         (fma_test_towardzero): Likewise.
37644         (fma_test_downward): Likewise.
37645         (fma_test_upward): Likewise.
37646         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37647         function.
37648         (libc_fesetround): New macro.
37649         (libc_fesetroundf): Likewise.
37650         (libc_fesetroundl): Likewise.
37651         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37652         function.
37653         (libc_fesetround_387): Likewise.
37654         (libc_fesetroundf): New macro.
37655         (libc_fesetround): Likewise.
37656         (libc_fesetroundl): Likewise.
37657         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37658         function.
37659         (libc_fesetroundf): New macro.
37660         (libc_fesetround): Likewise.
37661         (libc_fesetroundl): Likewise.
37662         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37663         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37664         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37665         libm_hidden_ver.
37666         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37667         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37668         libm_hidden_def.
37669         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37670         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37671         libm_hidden_ver.
37672         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37673         libm_hidden_def.
37675         [BZ #3439]
37676         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37677         integer constant usable in #if and use that to give value to enum
37678         constant.
37679         (FE_DIVBYZERO): Likewise.
37680         (FE_UNDERFLOW): Likewise.
37681         (FE_OVERFLOW): Likewise.
37682         (FE_INVALID): Likewise.
37683         (FE_INVALID_SNAN): Likewise.
37684         (FE_INVALID_ISI): Likewise.
37685         (FE_INVALID_IDI): Likewise.
37686         (FE_INVALID_ZDZ): Likewise.
37687         (FE_INVALID_IMZ): Likewise.
37688         (FE_INVALID_COMPARE): Likewise.
37689         (FE_INVALID_SOFTWARE): Likewise.
37690         (FE_INVALID_SQRT): Likewise.
37691         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37692         (FE_TONEAREST): Likewise.
37693         (FE_TOWARDZERO): Likewise.
37694         (FE_UPWARD): Likewise.
37695         (FE_DOWNWARD): Likewise.
37696         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37697         (FE_DIVBYZERO): Likewise.
37698         (FE_OVERFLOW): Likewise.
37699         (FE_UNDERFLOW): Likewise.
37700         (FE_INEXACT): Likewise.
37701         (FE_TONEAREST): Likewise.
37702         (FE_DOWNWARD): Likewise.
37703         (FE_UPWARD): Likewise.
37704         (FE_TOWARDZERO): Likewise.
37705         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37706         (FE_UNDERFLOW): Likewise.
37707         (FE_OVERFLOW): Likewise.
37708         (FE_DIVBYZERO): Likewise.
37709         (FE_INVALID): Likewise.
37710         (FE_TONEAREST): Likewise.
37711         (FE_TOWARDZERO): Likewise.
37712         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37713         (FE_OVERFLOW): Likewise.
37714         (FE_UNDERFLOW): Likewise.
37715         (FE_DIVBYZERO): Likewise.
37716         (FE_INEXACT): Likewise.
37717         (FE_TONEAREST): Likewise.
37718         (FE_TOWARDZERO): Likewise.
37719         (FE_UPWARD): Likewise.
37720         (FE_DOWNWARD): Likewise.
37721         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37722         (FE_DIVBYZERO): Likewise.
37723         (FE_OVERFLOW): Likewise.
37724         (FE_UNDERFLOW): Likewise.
37725         (FE_INEXACT): Likewise.
37726         (FE_TONEAREST): Likewise.
37727         (FE_DOWNWARD): Likewise.
37728         (FE_UPWARD): Likewise.
37729         (FE_TOWARDZERO): Likewise.
37731 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37733         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37735 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37737         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37738         commands.  Quote $PWD.
37739         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37740         -x" by "export".
37741         (remove_newlines): Remove.
37743 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37745         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37746         * stdlib/stdlib.h (atof): Moved to ...
37747         * include/bits/stdlib-float.h: Here.  New file.
37748         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37749         * stdlib/bits/stdlib-float.h: New file.
37750         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37751         -mno-sse -mno-mmx.
37752         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37753         <xmmintrin.h>.
37755 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37757         * conform/conformtest.pl (@headers): Add fenv.h.
37758         * conform/data/fenv.h-data: New file.
37759         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37760         include of <math/fenv.h>.
37762         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37763         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37764         && !UNIX98].  Enables tests for XOPEN2K8.
37765         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37766         POSIX2008]: Likewise.
37768         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37769         (struct rusage): Do not expect type or its members.
37771         [BZ #3439]
37772         * math/math.h (FP_NAN): Define macro to integer constant usable in
37773         #if and use that to give value to enum constant.
37774         (FP_INFINITE): Likewise.
37775         (FP_ZERO): Likewise.
37776         (FP_SUBNORMAL): Likewise.
37777         (FP_NORMAL): Likewise.
37779 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37781         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37782         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37783         arguments.
37785 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37787         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37788         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37789         autoconf-time if not.
37790         * configure.in: Remove AC_PREREQ.
37792 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37794         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37795         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37796         of the internal implementation.
37798 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37800         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37801         except include of <misc/sys/syslog.h>.
37803 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37806         function returns with a NULL context exit with zero.
37808 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37810         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37812 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37814         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37815         (run_program_cmd): This.
37816         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37817         (tst_langinfo): New variable.  Use it.
37819 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37821         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37822         floating point opcodes.
37824 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37826         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37827         variable.
37829         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37831         * sysdeps/mach/hurd/powerpc: Remove directory.
37832         * sysdeps/mach/powerpc: Likewise.
37834 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37836         * scripts/check-local-headers.sh: Ignore c++ headers.
37838 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37840         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37841         __libc_cleanup_region_start argument.
37843 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37845         [BZ #14784]
37846         [BZ #14785]
37847         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37848         x * y using scaling, not as x * y + z.
37849         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37850         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37851         * math/libm-test.inc (fma_test): Add more tests.
37852         (fma_test_towardzero): Likewise.
37853         (fma_test_downward): Likewise.
37854         (fma_test_upward): Likewise.
37856 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37858         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37860 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37862         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37863         New variable.
37865 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37867         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37869 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37872         Fix sort order.
37873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37874         Likewise.
37876 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37879         Fix the order of the list for glibc 2.17.
37880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37881         Likewise.
37883 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37887 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37889         [BZ #14610]
37890         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37891         for low part of x being zero before using __atanl (y).
37892         * math/libm-test.inc (atan2_test): Add another test.
37894         * manual/install.texi (Configuring and compiling): Document
37895         general use of test-wrapper and test-wrapper-env.
37896         * INSTALL: Regenerated.
37898         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37899         (__fma): Do not extract and scale down low bits on after-rounding
37900         systems when result rounded to normal precision would have normal
37901         exponent.
37902         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37903         (__fmal): Do not extract and scale down low bits on after-rounding
37904         systems when result rounded to normal precision would have normal
37905         exponent.
37906         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37907         (__fmal): Do not extract and scale down low bits on after-rounding
37908         systems when result rounded to normal precision would have normal
37909         exponent.
37910         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37911         macro.
37912         (fma_test): Add more tests.
37913         (fma_test_towardzero): Likewise.
37914         (fma_test_downward): Likewise.
37915         (fma_test_upward): Likewise.
37917 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37919         * sysdeps/i386/tininess.h: Renamed to ...
37920         * sysdeps/x86/tininess.h: This.
37921         * sysdeps/x86_64/tininess.h: Removed.
37923 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37925         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37926         input.  Use $(build-program-cmd).
37927         ($(objpfx)tst-array1-static.out): Likewise.
37928         ($(objpfx)tst-array2.out): Likewise.
37929         ($(objpfx)tst-array3.out): Likewise.
37930         ($(objpfx)tst-array4.out): Likewise.
37931         ($(objpfx)tst-array5.out): Likewise.
37932         ($(objpfx)tst-array5-static.out): Likewise.
37934 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37936         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37937         if defined.
37939         * nss/nsswitch.h (nss_interface_function): Provide new
37940         macro for use with NSS functions.
37941         * grp/initgroups.c: Use new macro.
37942         * nss/getXXbyYY.c: Likewise.
37943         * nss/getXXbyYY_r.c: Likewise.
37944         * nss/getXXent.c: Likewise.
37945         * nss/getXXent_r.c: Likewise.
37946         * sysdeps/posix/getaddrinfo.c: Likewise.
37948 2012-10-30  Andreas Jaeger  <aj@suse.de>
37950         * po/ru.po: Update Russion translation from translation project.
37952 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37954         [BZ #14152]
37955         [BZ #14783]
37956         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37957         result and shift together with sticky bit instead of replicating
37958         round-to-nearest rounding.
37959         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37960         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37961         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37962         missing underflow exceptions.
37963         (fma_test_towardzero): Add more tests.
37964         (fma_test_downward): Likewise.
37965         (fma_test_upward): Likewise.
37967         [BZ #14047]
37968         * sysdeps/generic/tininess.h: New file.
37969         * sysdeps/i386/tininess.h: Likewise.
37970         * sysdeps/sh/tininess.h: Likewise.
37971         * sysdeps/x86_64/tininess.h: Likewise.
37972         * stdlib/tst-strtod-underflow.c: Likewise.
37973         * stdlib/tst-tininess.c: Likewise.
37974         * stdlib/strtod_l.c: Include <tininess.h>.
37975         (round_and_return): Do not set errno for exact underflow cases.
37976         Force an underflow exception when setting errno for underflow.
37977         Determine underflow based on rounding to normal precision if
37978         TININESS_AFTER_ROUNDING.
37979         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37980         ERANGE for exact underflow cases.
37981         * stdlib/Makefile (tests): Add tst-tininess and
37982         tst-strtod-underflow.
37983         ($(objpfx)tst-tininess): Use $(link-libm).
37984         ($(objpfx)tst-strtod-underflow): Likewise.
37986 2012-10-30  Andreas Jaeger  <aj@suse.de>
37988         [BZ#14767]
37989         * elf/Makefile (tests): Remove conditional for have-initfini-array
37990         since this is now always required and the variable does not exist
37991         anymore.
37992         (tests-static): Likewise.
37993         (modules-names): Likewise.
37995         * po/eo.po: Add Esperanto translation from translation project.
37997         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37998         merged with constructor/destructor.
37999         (init_array): Likewise.
38000         * elf/tst-array2dep.c (fini_array): Likewise.
38001         (init_array): Likewise.
38003 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38005         * manual/message.texi: Delete @cartouche tags.
38007 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38009         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38010         EOPNOTSUPP.
38011         * sysdeps/mach/hurd/fsync.c: Likewise.
38013         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38014         [_POSIX_REALTIME_SIGNALS]: Change condition to
38015         [_POSIX_REALTIME_SIGNALS > 0].
38017 2012-10-27  Andreas Jaeger  <aj@suse.de>
38019         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38020         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38021         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38022         [__WORDSIZE != 64]: Likewise.
38024 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38026         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38027         *  iconvdata/tst-tables.sh: Likewise.
38029 2012-10-25  David S. Miller  <davem@davemloft.net>
38031         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38032         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38033         of strtoull.
38035         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38036         ifunc-impl-list.c
38037         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38038         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38039         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38040         file.
38042 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38044         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38045         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38046         __getdirentries.
38048 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38049             Jim Blandy  <jimb@codesourcery.com>
38051         * scripts/cross-test-ssh.sh: New file.
38052         * manual/install.texi (Configuring and compiling): Document use of
38053         cross-test-ssh.sh.
38054         * INSTALL: Regenerated.
38056 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38058         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38059         EOPNOTSUPP.
38061 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38063         * Makeconfig (run-program-prefix): Fix comment.
38065 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38066             Jim Blandy  <jimb@codesourcery.com>
38068         * Makeconfig (test-wrapper): New variable,
38069         (test-wrapper-env): Likewise.
38070         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38071         (run-built-tests): Define to yes.
38072         (run-program-prefix): Use $(test-wrapper).
38073         (built-program-cmd): Likewise.
38074         * Rules (make-test-out): Use $(test-wrapper-env) and
38075         $(host-built-program-cmd).
38076         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38077         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38078         tst-pathopt.sh.
38079         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38080         $(test-wrapper-env) to tst-rtld-load-self.sh.
38081         ($(objpfx)order2.out): Use $(test-wrapper).
38082         ($(objpfx)tst-initorder.out): Likewise.
38083         ($(objpfx)tst-initorder2.out): Likewise.
38084         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38085         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38086         (test_wrapper_env): New variable.  Use it to run ld.so.
38087         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38088         Use it to run ld.so.
38089         (test_wrapper_env): Likewise.
38090         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38091         $(test-wrapper) to run-iconv-test.sh.
38092         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38093         (ICONV): Use $test_wrapper.
38094         * posix/Makefile ($(objpfx)globtest.out): Pass
38095         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38096         globtest.sh, not $(run-program-prefix).
38097         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38098         (test_wrapper): Likewise.
38099         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38100         set together with run_via_rtld_prefix.
38101         (run_program_prefix): Define in terms of test_wrapper and
38102         run_via_rtld_prefix.
38104 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38106         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38107         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38108         Targets removed.
38110         [BZ #14743]
38111         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38112         Declare __clock_getres, __clock_gettime, __clock_settime,
38113         __clock_nanosleep, and __clock_getcpuclockid.
38114         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38115         Remove librt_hidden_def (clock_gettime).
38116         * sysdeps/unix/clock_gettime.c: Likewise.
38117         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38118         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38119         * rt/clock_getres.c: Define __clock_getres as an alias.
38120         * sysdeps/posix/clock_getres.c: Likewise.
38121         * rt/clock_settime.c: Define __clock_settime as an alias.
38122         * sysdeps/unix/clock_settime.c: Likewise.
38123         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38124         * sysdeps/unix/clock_nanosleep.c: Likewise.
38125         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38126         * rt/clock-compat.c: New file.
38127         * rt/Makefile (librt-routines): Add clock-compat and move
38128         $(clock-routines) to ...
38129         (routines): ... here, new variable.
38130         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38131         Don't add get_clockfreq here.
38132         * rt/Versions (libc: GLIBC_2.17): New version set.
38133         Add clock_* symbols here.
38134         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38135         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38136         (GLIBC_2.17): Add clock_* symbols.
38137         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38139         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38141         Likewise.
38142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38143         Likewise.
38144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38145         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38148         * NEWS: Mention the move.
38150         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38151         Use __open, __read, __close rather than their public counterparts.
38152         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38153         (__get_clockfreq_via_cpuinfo): Likewise.
38154         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38155         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38157         * config.h.in (HAVE_IFUNC): New #undef.
38158         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38159         was successful.
38160         * configure: Regenerated.
38162 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38164         * configure.in: Move READELF check to start of file.
38165         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38166         libc_cv_asm_gnu_indirect_function in the process.
38167         * configure: Regenerated.
38169 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38171         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38172         send the output to /dev/null.
38173         (libc_cv_cc_with_libunwind): Likewise.
38174         (libc_cv_as_noexecstack): Likewise.
38175         * configure: Regenerate.
38177 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38179         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38181         * posix/globtest.sh (TMPDIR): Do not set.
38182         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38183         (testout): Likewise.
38185 2012-10-24  Andreas Jaeger  <aj@suse.de>
38187         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38188         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38189         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38190         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38191         posix_fadvise64, posix_fallocate64.
38193         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38194         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38195         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38196         Likewise.
38197         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38198         Likewise.
38199         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38202         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38203         <bits/fcntl-linux.h>.
38204         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38206         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38207         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38208         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38209         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38210         [__WORDSIZE != 64]: Likewise.
38212 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38214         * Makeconfig (run-built-tests): New variable.
38215         * Rules [$(cross-compiling) = yes]: Change condition to
38216         [$(run-built-tests) = no].
38217         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38218         to [$(run-built-tests) = yes].
38219         * elf/Makefile [$(cross-compiling) = no]: Likewise
38220         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38221         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38222         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38223         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38224         * io/Makefile [$(cross-compiling) = no]: Likewise.
38225         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38226         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38227         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38228         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38229         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38230         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38231         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38232         * string/Makefile [$(cross-compiling) = no]: Likewise.
38234         * posix/Makefile ($(objpfx)globtest.out): Pass
38235         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38236         $(rtld-installed-name).
38237         * posix/globtest.sh (elf_objpfx): Remove variable.
38238         (rtld_installed_name): Likewise.
38239         (library_path): Likewise.
38240         (run_program_prefix): New variable.  Use for running globtest
38241         binary.
38243 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38244             Joseph Myers  <joseph@codesourcery.com>
38246         * Makeconfig (host-built-program-cmd): New variable.
38247         * elf/Makefile (tst-stackguard1-ARGS): Use
38248         $(host-built-program-cmd).
38249         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38250         (tst-spawn-ARGS): Likewise.
38251         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38253 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38254             Jim Blandy  <jimb@codesourcery.com>
38256         * Makeconfig (run-via-rtld-prefix): New variable.
38257         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38258         (built-program-cmd): Likewise.
38260 2012-10-22  Andreas Jaeger  <aj@suse.de>
38262         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38263         __O_RSYNC if it exists, otherwise to O_SYNC.
38265 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38266             Joseph Myers  <joseph@codesourcery.com>
38268         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38269         /dev/null.
38270         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38271         from /dev/null
38272         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38273         /dev/null.
38275 2012-10-22  Andreas Jaeger  <aj@suse.de>
38277         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38278         Define always.
38279         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38281         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38282         bits/fcntl-linux.h.
38284         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38285         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38287         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38288         to __O_LARGEFILE.
38289         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38290         to __O_LARGEFILE.
38292 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38293             Joseph Myers  <joseph@codesourcery.com>
38295         * config.make.in (NM): New variable.
38297 2012-10-21  Andreas Jaeger  <aj@suse.de>
38299         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38300         definitions and declarations that are provided by
38301         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38303 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38305         [BZ #14683]
38306         * elf/Makefile (tests-static): Add tst-leaks1-static.
38307         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38308         ($(objpfx)tst-leaks1-static): New rule.
38309         ($(objpfx)tst-leaks1-static-mem): Likewise.
38310         (tst-leaks1-static-ENV): New macro.
38311         * elf/dl-open.c (dl_open_worker): Check the main application
38312         only if SHARED is defined.
38313         * elf/tst-leaks1-static.c: New file.
38315 2012-10-20  Andreas Jaeger  <aj@suse.de>
38317         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38318         generic values for Linux.
38319         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38320         and declarations that are provided by <bits/fcntl-linux.h> and
38321         include <bits/fcntl-linux.h>.
38322         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38323         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38325 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38327         * io/fcntl.h: Move include of <bits/types.h> to the top and
38328         include it unconditionally.
38330 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38332         * wcsmbs/Makefile (tests-ifunc): New variable.
38333         (tests): Add $(tests-ifunc).
38334         * wcsmbs/test-wcschr-ifunc.c: New file.
38335         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38336         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38337         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38338         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38339         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38341         * string/Makefile (tests-ifunc): New variable.
38342         (tests): Add $(tests-ifunc).
38343         * string/test-memccpy.c (TEST_NAME): New macro.
38344         * string/test-memchr.c (TEST_NAME): Likewise.
38345         * string/test-memcmp.c (TEST_NAME): Likewise.
38346         * string/test-memcpy.c (TEST_NAME): Likewise.
38347         * string/test-memmem.c (TEST_NAME): Likewise.
38348         * string/test-memmove.c (TEST_NAME): Likewise.
38349         * string/test-memset.c (TEST_NAME): Likewise.
38350         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38351         * string/test-stpcpy.c (TEST_NAME): Likewise.
38352         * string/test-stpncpy.c (TEST_NAME): Likewise.
38353         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38354         * string/test-strcasestr.c (TEST_NAME): Likewise.
38355         * string/test-strcat.c (TEST_NAME): Likewise.
38356         * string/test-strchr.c (TEST_NAME): Likewise.
38357         * string/test-strcmp.c(TEST_NAME): Likewise.
38358         * string/test-strcpy.c (TEST_NAME): Likewise.
38359         * string/test-strcspn.c (TEST_NAME): Likewise.
38360         * string/test-strlen.c (TEST_NAME): Likewise.
38361         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38362         * string/test-strncmp.c (TEST_NAME): Likewise.
38363         * string/test-strncpy.c (TEST_NAME): Likewise.
38364         * string/test-strnlen.c (TEST_NAME): Likewise.
38365         * string/test-strpbrk.c (TEST_NAME): Likewise.
38366         * string/test-strrchr.c (TEST_NAME): Likewise.
38367         * string/test-strspn.c (TEST_NAME): Likewise.
38368         * string/test-strstr.c (TEST_NAME): Likewise.
38369         * string/test-bcopy-ifunc.c: New file.
38370         * string/test-bzero-ifunc.c: Likewise.
38371         * string/test-memccpy-ifunc.c: Likewise.
38372         * string/test-memchr-ifunc.c: Likewise.
38373         * string/test-memcmp-ifunc.c: Likewise.
38374         * string/test-memcpy-ifunc.c: Likewise.
38375         * string/test-memmem-ifunc.c: Likewise.
38376         * string/test-memmove-ifunc.c: Likewise.
38377         * string/test-mempcpy-ifunc.c: Likewise.
38378         * string/test-memset-ifunc.c: Likewise.
38379         * string/test-rawmemchr-ifunc.c: Likewise.
38380         * string/test-stpcpy-ifunc.c: Likewise.
38381         * string/test-stpncpy-ifunc.c: Likewise.
38382         * string/test-strcasecmp-ifunc.c: Likewise.
38383         * string/test-strcasestr-ifunc.c: Likewise.
38384         * string/test-strcat-ifunc.c: Likewise.
38385         * string/test-strchr-ifunc.c: Likewise.
38386         * string/test-strchrnul-ifunc.c: Likewise.
38387         * string/test-strcmp-ifunc.c: Likewise.
38388         * string/test-strcpy-ifunc.c: Likewise.
38389         * string/test-strcspn-ifunc.c: Likewise.
38390         * string/test-strlen-ifunc.c: Likewise.
38391         * string/test-strncasecmp-ifunc.c: Likewise.
38392         * string/test-strncat-ifunc.c: Likewise.
38393         * string/test-strncmp-ifunc.c: Likewise.
38394         * string/test-strncpy-ifunc.c: Likewise.
38395         * string/test-strnlen-ifunc.c: Likewise.
38396         * string/test-strpbrk-ifunc.c: Likewise.
38397         * string/test-strrchr-ifunc.c: Likewise.
38398         * string/test-strspn-ifunc.c: Likewise.
38399         * string/test-strstr-ifunc.c: Likewise.
38401         * debug/Makefile (tests-ifunc): New variable.
38402         (tests): Add $(tests-ifunc).
38403         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38404         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38405         * debug/test-stpcpy_chk-ifunc.c: New file.
38406         * debug/test-strcpy_chk-ifunc.c: Likewise.
38408 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38410         [BZ #13601]
38411         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38412         header is not read in.
38414 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38416         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38417         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38418         directly.  Pass built executable to script as
38419         $(built-program-cmd).
38420         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38421         $testprogram without using LD_LIBRARY_PATH and $ldso.
38423         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38424         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38425         $(rtld-installed-name).
38426         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38427         (rtld_installed_name): Likewise.
38428         (library_path): Likewise.
38429         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38430         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38431         $(run-program-prefix) to tst-tables.sh.
38432         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38433         it to run tst-table-from and tst-table-to.
38434         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38435         Pass it to tst-table.sh.
38436         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38437         $(run-program-prefix) to tst-gettext.sh.
38438         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38439         tst-translit.sh.
38440         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38441         tst-gettext2.sh.
38442         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38443         to run tst-gettext.
38444         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38445         to run tst-gettext2.
38446         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38447         to run tst-translit.
38448         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38449         $(run-program-prefix) to tst-mtrace.sh.
38450         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38451         to run tst-mtrace.
38452         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38453         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38454         $(rtld-installed-name).
38455         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38456         (rtld_installed_name): Likewise.
38457         (run_program_prefix): New variable.  Use it to run wordexp-test.
38459         * Makeconfig (ARCH): Remove all definitions.
38460         (machine): Likewise.
38461         [ARCH]: Remove conditional code.
38462         [!objdir]: Give error.
38463         [!objdir] (objpfx): Remove.
38464         [!objdir] (common-objpfx): Likewise.
38465         [!objdir] (common-objdir): Likewise.
38466         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38467         AC_CONFIG_FILES call.
38468         * configure: Regenerated.
38470         [BZ #13888]
38471         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38472         or TMPDIR.
38473         (testout): Likewise.
38475         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38476         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38477         $(rtld-installed-name).
38478         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38479         (rtld_installed_name): Likwise.
38480         (runit): Remove function.
38481         (run_getconf): New variable,  Use it for running getconf binary.
38483 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38485         [BZ #14716]
38486         * string/test-memmem.c (check_result): New function.
38487         (do_one_test): Use it.
38488         (check1): New function.
38489         (test_main): Use it.
38491 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38493         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38495 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38497         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38498         (_G_LSEEK64): Likewise.
38499         (_G_MMAP64): Likewise.
38500         (_G_FSTAT64): Likewise.
38501         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38502         (_G_LSEEK64): Likewise.
38503         (_G_MMAP64): Likewise.
38504         (_G_FSTAT64): Likewise.
38505         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38506         unconditional.  Call __mmap64 directly.
38507         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38508         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38509         __lseek64 directly.
38510         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38511         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38512         __mmap64 directly.
38513         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38514         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38515         __lseek64 directly.
38516         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38517         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38518         __lseek64 directly.
38519         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38520         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38521         __lseek64 directly.
38522         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38523         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38524         __fxstat64 directly.
38525         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38526         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38527         unconditional.
38528         (freopen64) [!_G_OPEN64]: Remove conditional code.
38529         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38530         unconditional.
38531         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38532         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38533         unconditional.
38534         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38535         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38536         unconditional.
38537         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38538         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38539         unconditional.
38540         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38541         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38542         unconditional.
38543         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38544         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38545         unconditional.
38546         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38547         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38548         unconditional.
38549         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38551 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38553         [BZ #12140]
38554         * manual/memory.texi (Malloc Tunable Parameters): Add note
38555         about free list pointers overwriting some perturb bytes.
38556         Wording suggested by Roland McGrath.
38558 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38560         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38561         (lgamma_test): Likewise.
38562         (tgamma_test): Likewise.
38564 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38566         [BZ #14700]
38567         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38568         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38570 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38572         * NEWS: Mention BZ #14716.
38573         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38574         when removing AVAILABLE1_USES_J macro.
38576 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38578         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38579         (__bswap_64): __uint64_t for unsigned 64-bit int.
38581 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38583         * include/string.h (memmem): Declare libc hidden alias.
38584         * string/memmem.c (memmem): Define libc hidden alias.
38585         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38586         __read, __close instead of open, read, close.
38588 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38590         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38591         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38592         global and hidden.
38593         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38594         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38595         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38596         Likewise.
38597         (__rawmemchr_sse2): Likewise.
38598         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38599         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38600         (__strchr_sse2): Likewise.
38601         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38602         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38603         (__strcasecmp_sse2): Likewise.
38604         (__strncasecmp_sse2): Likewise.
38605         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38606         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38607         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38608         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38609         (__strrchr_sse2): Likewise.
38610         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38611         ifunc-impl-list.c.
38612         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38613         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38614         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38615         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38616         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38617         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38618         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38619         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38620         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38621         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38622         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38623         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38624         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38625         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38626         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38627         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38628         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38629         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38630         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38631         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38632         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38633         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38634         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38635         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38636         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38637         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38638         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38639         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38640         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38641         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38643         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38644         global and hidden.
38645         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38646         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38647         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38648         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38649         Likewise.
38650         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38651         Likewise.
38652         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38653         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38654         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38655         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38656         ifunc-impl-list.c.
38657         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38658         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38659         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38660         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38661         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38662         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38663         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38664         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38665         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38666         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38667         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38668         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38669         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38670         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38671         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38672         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38673         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38674         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38675         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38676         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38677         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38678         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38679         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38680         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38681         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38682         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38683         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38684         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38685         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38686         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38687         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38688         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38689         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38690         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38691         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38692         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38693         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38694         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38695         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38696         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38697         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38699         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38700         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38701         * include/ifunc-impl-list.h: New file.
38702         * misc/ifunc-impl-list.c: Likewise.
38703         * misc/Makefile (routines): Add ifunc-impl-list.
38704         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38705         * string/test-string.h: Include <ifunc-impl-list.h>.
38706         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38707         TEST_NAME]: New variables.
38708         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38709         are defined.
38710         (test_init): Call __libc_ifunc_impl_list to initialize
38711         func_list if TEST_IFUNC and TEST_NAME are defined.
38713         * string/Makefile (strop-tests): Add bcopy and bzero.
38714         * string/test-bcopy.c: New file.
38715         * string/test-bzero.c: Likewise.
38716         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38717         defined.
38718         * string/test-memset.c: Support bzero test if TEST_BZERO is
38719         defined.
38720         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38721         __libc_memmove.
38722         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38723         __libc_memset.
38724         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38725         of memset.
38727 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38729         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38730         * configure: Regenerated.
38732         * Makeconfig (+link-static-before-libc): Don't include
38733         $(link-static-libc).
38735         * libio/libio.h (_IO_pos_t): Remove.
38737 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38739         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38740         McGrath.
38742 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38744         * crypt/crypt-entry.c: Include fips-private.h.
38745         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38746         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38747         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38748         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38750 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38752         * crypt/crypt-private.h: Include stdbool.h.
38753         (_ufc_setup_salt_r): Return bool.
38754         * crypt/crypt-entry.c: Include errno.h.
38755         (__crypt_r): Return NULL with EINVAL for bad salt.
38756         * crypt/crypt_util.c (bad_for_salt): New.
38757         (_ufc_setup_salt_r): Check that salt is long enough and within
38758         the specified alphabet.
38759         * crypt/badsalttest.c: New file.
38760         * crypt/Makefile (tests): Add it.
38761         ($(objpfx)badsalttest): New.
38763 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38765         * NEWS: Add entry for BZ #14602.
38767 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38769         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38770         type-generic.
38771         * math/libm-test.inc: Update comment listing what functions and
38772         macros are tested.
38773         (isgreater_test): New function.
38774         (isgreaterequal_test): Likewise.
38775         (isless_test): Likewise.
38776         (islessequal_test): Likewise.
38777         (islessgreater_test): Likewise.
38778         (isunordered_test): Likewise.
38779         (main): Call the new functions.
38781 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38783         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38784         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38785         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38786         * sysdeps/i386/configure: Regenerated.
38787         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38788         * sysdeps/mach/configure: Regenerated.
38789         * sysdeps/mach/hurd/configure: Regenerated.
38790         * sysdeps/powerpc/configure: Regenerated.
38791         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38792         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38793         * sysdeps/s390/s390-32/configure: Regenerated.
38794         * sysdeps/s390/s390-64/configure: Regenerated.
38795         * sysdeps/sh/configure: Regenerated.
38796         * sysdeps/sparc/configure: Regenerated.
38797         * sysdeps/unix/sysv/linux/configure: Regenerated.
38798         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38799         * sysdeps/x86_64/configure: Regenerated.
38801         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38802         defined.  Don't check if MAP is NULL.
38804 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38806         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38807         (_G_stat64): Likewise.
38808         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38809         (_G_stat64): Likewise.
38810         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38811         instead of struct _G_stat64.
38812         * libio/fileops.c (mmap_remap_check): Likewise.
38813         (decide_maybe_mmap): Likewise.
38814         (_IO_new_file_seekoff): Likewise.
38815         (_IO_file_stat): Likewise.
38816         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38817         _G_off64_t.
38818         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38819         instead of struct _G_stat64.
38820         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38822 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38824         [BZ #14602]
38825         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38826         Replace with ...
38827         (CHECK_EOL): New macro.
38828         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38829         CHECK_EOL.
38830         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38831         Replace with CHECK_EOL.
38832         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38833         Replace with CHECK_EOL.
38835 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38837         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38838         type-generic.
38839         * math/libm-test.inc: Update comment listing what functions and
38840         macros are tested.
38841         (finite_test): New function.
38842         (isinf_test): Likewise.
38843         (isnan_test): Likewise.
38844         (fpclassify_test): Test subnormal input.
38845         (isfinite_test): Likewise.
38846         (isnormal_test): Likewise.
38847         (main): Call the new functions.
38849 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38851         [BZ #14660]
38852         * Makerules (%.dynsym): Force C locale when running
38853         $(OBJDUMP) --dynamic-syms.
38855 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38857         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38858         <stdint.h>.
38860 2012-10-06  David S. Miller  <davem@davemloft.net>
38862         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38863         upper 32-bits of the length value in %o2 since we use branch-on-register
38864         tests which consider the entire 64-bit register.
38866 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38868         * string/test-strstr.c (check2): Add a test for page boundary.
38870 2012-10-05  David S. Miller  <davem@davemloft.net>
38872         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38873         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38874         file.
38875         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38876         sysdep_routines.
38877         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38878         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38879         and bzero when HWCAP_SPARC_CRYPTO is present.
38881 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38883         [BZ #14602]
38884         * string/test-strstr.c (check2): New function.
38885         (test_main): Call check2.
38887         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38888         and bug-strchr1.
38889         * string/bug-strcasestr1.c (do_test): Moved to ...
38890         * string/test-strcasestr.c (check1): Here.  New function.
38891         (do_one_test): Break out result checking code into ...
38892         (check_result): This.  New function.
38893         (do_one_test): Call check_result.
38894         (test_main): Call check1.
38895         * string/bug-strchr1.c (do_test): Moved to ...
38896         * string/test-strchr.c (check1): Here.  New function.
38897         (do_one_test): Break out result checking code into ...
38898         (check_result): This.  New function.
38899         (do_one_test): Call check_result.
38900         (test_main): Call check1.
38901         * string/bug-strstr1.c (main): Moved to ...
38902         * string/test-strstr.c (check1): Here.  New function.
38903         (do_one_test): Break out result checking code into ...
38904         (check_result): This.  New function.
38905         (do_one_test): Call check_result.
38906         (test_main): Call check1.
38907         * string/bug-strcasestr1.c: Removed.
38908         * string/bug-strchr1.c: Likewise.
38909         * string/bug-strstr1.c: Likewise.
38911         * elf/Makefile (dl-routines): Add hwcaps.
38912         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38913         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38914         (_dl_important_hwcaps): Moved to ...
38915         * elf/dl-hwcaps.c: Here.  New file.
38916         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38918         [BZ #14557]
38919         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38920         if IS_IN_rtld isn't defined.
38922         * elf/dl-support.c (_dl_sysinfo_map): New.
38923         Include "get-dynamic-info.h" and "setup-vdso.h".
38924         (_dl_non_dynamic_init): Call setup_vdso.
38925         * elf/dynamic-link.h: Don't include <assert.h>.
38926         (elf_get_dynamic_info): Moved to ...
38927         * elf/get-dynamic-info.h: Here.  New file.
38928         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38929         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38930         * elf/setup-vdso.h: Here.  New file.
38931         * elf/rtld.c: Include "setup-vdso.h".
38932         (dl_main): Call setup_vdso.
38934 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38936         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38937         creal in comment listing functions tested.  List finite, isinf,
38938         isnan, isless, islessequal, isgreater, isgreaterequal,
38939         islessgreater, isunordered, lgamma_r and pow10 as functions and
38940         macros not tested.  Mention which functions not tested are aliases
38941         for other functions.  Fix typo.  Note that signs of NaNs are not
38942         tested.
38944         * scripts/config.guess: Update from config.git.
38945         * scripts/config.sub: Likewise.
38947 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38949         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38950         * misc/madvise.c (madvise): Renamed to __madvise.
38951         Make madvise a weak alias.
38952         * include/sys/mman.h: Declare __madvise.
38953         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38954         * sysdeps/unix/syscalls.list
38955         (madvise): Make __madvise the strong name, and madvise a weak alias.
38956         * sysdeps/unix/sysv/linux/syscalls.list
38957         (madvise, mmap): Remove redundant entries.
38958         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38959         * malloc/malloc.c (mtrim): Likewise.
38960         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38962 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38964         * sysdeps/mach/hurd/dl-cache.c: File removed.
38965         * config.h.in (USE_LDCONFIG): New #undef.
38966         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38967         * configure: Regenerated.
38968         * elf/Makefile (dl-routines): Add dl-cache only under
38969         [$(use-ldconfig) = yes].
38970         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38971         cache on [USE_LDCONFIG].
38972         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38973         [USE_LDCONFIG].
38974         * elf/rtld.c (dl_main): Likewise.
38976 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38978         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38979         _SC_LEVEL4_CACHE_LINESIZE.
38981 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38983         * sysdeps/unix/bsd/confstr.h: File removed.
38985 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38987         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38988         sys/sdt-config.h.
38990 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38992         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38993         Make 'mapoff' field ElfW(Off) rather than off_t.
38995 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38997         * nscd/Makefile: Remove nscd-cflags and all its users.
38998         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38999         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39001         [BZ #10631]
39002         * malloc.c (malloc_printerr): Clarify error message.
39004 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39006         [BZ #14648]
39007         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39008         Set bit_FMA_Usable if FMA is supported.
39009         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39010         macro.
39011         (bit_FMA4_Usable): Updated.
39012         (index_FMA_Usable): New macro.
39013         (CPUID_FMA): Likewise
39014         (HAS_FMA): Defined with bit_FMA_Usable.
39016 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39018         * bits/types.h (__swblk_t): Type removed.
39019         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39020         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39021         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39022         (__SWBLK_T_TYPE): Likewise.
39023         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39024         (__SWBLK_T_TYPE): Likewise.
39025         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39026         (__SWBLK_T_TYPE): Likewise.
39027         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39028         (__SWBLK_T_TYPE): Likewise.
39030 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39031             Honza Horak <hhorak@redhat.com>
39033         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39034         (xdr_mapname): Use YPMAXMAP as maxsize.
39035         (xdr_peername): Use YPMAXPEER as maxsize.
39036         (xdr_keydat): Use YPAXRECORD as maxsize.
39037         (xdr_valdat): Use YPMAXRECORD as maxsize.
39039 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39041         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39043         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39044         * csu/init-first.c: ... here.
39045         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39046         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39047         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39048         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39049         * sysdeps/i386/init-first.c: File removed.
39050         * sysdeps/sh/init-first.c: File removed.
39052 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39054         [BZ #14645]
39055         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39056         if x * y might underflow to zero and z is zero.
39057         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39058         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39059         * math/libm-test.inc (min_subnorm_value): New variable.
39060         (fma_test): Add more tests.
39061         (fma_test_towardzero): Likewise.
39062         (fma_test_downward): Likewise
39063         (fma_test_upward): Likewise.
39064         (initialize): Set min_subnorm_value.
39066 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39068         [BZ #14638]
39069         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39070         0 + 0.
39071         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39072         mode for addition resulting in exact zero.
39073         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39074         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39075         exact 0 + 0.
39076         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39077         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39078         * math/libm-test.inc (fma_test): Add more tests.
39079         (fma_test_towardzero): New function.
39080         (fma_test_downward): Likewise.
39081         (fma_test_upward): Likewise.
39082         (main): Call the new functions.
39084 2012-09-28  David S. Miller  <davem@davemloft.net>
39086         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39088 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39090         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39091         instead of SIGALRM.
39093         * sysdeps/gnu/_G_config.h: Moved to ...
39094         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39095         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39096         * sysdeps/generic/_G_config.h: ... here.
39098         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39100         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39102         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39103         Conditionalize target on [libnss_test1.so-version].
39105         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39107         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39108         (elfobjdir): Move out of conditionals.
39110         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39111         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39112         (__nss_lookup_function): Conditionalize label remove_from_tree on
39113         [!DO_STATIC_NSS || SHARED], matching its only use.
39115 2012-09-28  David S. Miller  <davem@davemloft.net>
39117         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39118         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39119         file.
39120         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39121         sysdep_routines.
39122         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39123         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39124         when HWCAP_SPARC_CRYPTO is present.
39126 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39128         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39130 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39132         [BZ #6530]
39133         * stdio-common/vfprintf.c (process_string_arg): Revert
39134         2000-07-22 change.
39136 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39138         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39139         for testcase.
39140         * stdio-common/tst-sprintf.c: Include <locale.h>
39141         (main): Test sprintf's handling of incomplete multibyte
39142         characters.
39144 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39146         * elf/dl-runtime.c (VERSYMIDX): Removed.
39147         * elf/dl-version.c (VERSYMIDX): Likewise.
39148         * elf/do-rel.h (VERSYMIDX): Likewise.
39149         (VALIDX): Likewise.
39150         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39151         * elf/rtld.c (VALIDX): Likewise.
39152         (ADDRIDX): Likewise.
39153         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39154         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39155         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39156         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39157         (VALIDX): Likewise.
39158         (ADDRIDX): Likewise.
39160 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39162         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39164 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39166         [BZ #11438]
39167         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39168         to global scope.
39169         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39170         addresses are in the same scope as 192.0.2/24.
39171         * posix/gai.conf: Document new scope table defaults.
39173 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39175         [BZ #5298]
39176         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39177         for ftell.  Compute offsets from write pointers instead.
39178         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39180 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39182         [BZ #14543]
39183         * libio/Makefile (tests): New test case tst-fseek.
39184         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39185         combination works in wide mode.
39186         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39187         state when the external buffer state changes.
39189 2012-09-27  David S. Miller  <davem@davemloft.net>
39191         [BZ #14376]
39192         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39193         pass reloc->r_addend in as the 'high' argument to
39194         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39198 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39200         * rt/tst-aio2.c: Include <pthread.h>.
39201         * rt/tst-aio3.c: Likewise.
39203 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39205         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39207 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39209         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39210         contents on [SHARED].
39212 2012-09-26  Marek Polacek  <polacek@redhat.com>
39214         [BZ #14530]
39215         [BZ #13741]
39216         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39217         for C++ and GCC <4.3 as well as for non GCC compilers.
39219 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39221         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39223 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39225         * Makefile.in (all, install): Declare with .PHONY.
39226         Reported by Michael Hope <michael.hope@linaro.org>.
39228 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39230         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39231         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39232         system header.
39233         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39234         Likewise.
39235         (sydep_routines): Add the new and the internal functions.
39236         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39237         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39239         (GLIBC_2.17): Add the new function.
39240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39241         (GLIBC_2.17): Likewise.
39242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39243         (GLIBC_2.17): Likewise.
39244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39245         (GLIBC_2.17): Likewise.
39246         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39248 2012-09-25  Alan Modra  <amodra@gmail.com>
39250         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39251         Add release barrier before setting once_control to say
39252         initialisation is done.  Add hints on lwarx.  Use macro in
39253         place of isync.
39254         (clear_once_control): Add release barrier.
39256 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39258         [BZ #13629]
39259         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39260         specially.
39261         * math/s_clog10.c (__clog10): Likewise.
39262         * math/s_clog10f.c (__clog10f): Likewise.
39263         * math/s_clog10l.c (__clog10l): Likewise.
39264         * math/s_clogf.c (__clogf): Likewise.
39265         * math/s_clogl.c (__clogl): Likewise.
39266         * math/Makefile (libm-calls): Add x2y2m1.
39267         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39268         (__x2y2m1): Likewise.
39269         (__x2y2m1l): Likewise.
39270         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39271         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39272         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39273         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39274         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39275         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39276         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39277         * sysdeps/i386/fpu/libm-test-ulps: Update.
39278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39280         [BZ #14621]
39281         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39282         int as type of variable DEPTH.
39283         (glob): Use size_t instead of int as type of variables NEWCOUNT
39284         and OLD_PATHC.
39286 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39288         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39289         Add s_sincosf-sse2.
39290         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39291         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39292         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39293         macros for using routine as __sincosf_ia32.
39294         Use macro for function declaration and weak_alias.
39295         * sysdeps/i386/fpu/libm-test-ulps: Update.
39297         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39298         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39300         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39301         subnormal argument.
39302         * math/s_cexpf.c (__cexpf): Likewise.
39303         * math/s_csinf.c (__csinf): Likewise.
39304         * math/s_csinhf.c (__csinhf): Likewise.
39305         * math/s_ctanf.c (__ctanf): Likewise.
39306         * math/s_ctanhf.c (__ctanhf): Likewise.
39307         * math/s_ccosh.c (__ccoshf): Likewise.
39308         * math/s_cexp.c (__cexpl): Likewise.
39309         * math/s_csin.c (__csin): Likewise.
39310         * math/s_csinh.c (__csinh): Likewise.
39311         * math/s_ctan.c (__ctan): Likewise.
39312         * math/s_ctanh.c (ctanh): Likewise.
39313         * math/s_ccoshl.c (__ccoshl): Likewise.
39314         * math/s_cexpl.c (__cexpl): Likewise.
39315         * math/s_csinl.c (__csinl): Likewise.
39316         * math/s_csinhl.c (__csinhl): Likewise.
39317         * math/s_ctanl.c (__ctanl): Likewise.
39318         * math/s_ctanhl.c (__ctanhl): Likewise.
39320 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39322         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39323         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39324         (_IO_off_t): Define to __off_t, not _G_off_t.
39325         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39326         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39327         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39328         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39329         type of __dummy and __dummy2 fields.
39330         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39331         (_G_ssize_t): Likewise.
39332         (_G_off_t): Likewise.
39333         (_G_pid_t): Likewise.
39334         (_G_uid_t): Likewise.
39335         (_G_wchar_t): Likewise.
39336         (_G_wint_t): Likewise.
39337         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39338         (_G_ssize_t): Likewise.
39339         (_G_off_t): Likewise.
39340         (_G_pid_t): Likewise.
39341         (_G_uid_t): Likewise.
39342         (_G_wchar_t): Likewise.
39343         (_G_wint_t): Likewise.
39344         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39345         (_G_ssize_t): Likewise.
39346         (_G_off_t): Likewise.
39347         (_G_pid_t): Likewise.
39348         (_G_uid_t): Likewise.
39349         (_G_wchar_t): Likewise.
39350         (_G_wint_t): Likewise.
39352 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39354         * malloc/arena.c: Include malloc-sysdep.h.
39355         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39356         is sufficient to shrink the heap or an unmap is needed.
39357         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39358         new function check_may_shrink_heap.
39359         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39360         new function check_may_shrink_heap.
39362 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39364         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39365         comments.
39367 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39369         * catgets/test-gencat.sh: Add "set -e".
39370         * elf/tst-pathopt.sh: Likewise.
39371         * grp/tst_fgetgrent.sh: Likewise.
39372         * iconvdata/run-iconv-test.sh: Likewise.
39373         * intl/tst-gettext.sh: Likewise.
39374         * intl/tst-gettext2.sh: Likewise.
39375         * intl/tst-gettext4.sh: Likewise.
39376         * intl/tst-gettext6.sh: Likewise.
39377         * intl/tst-translit.sh: Likewise.
39378         * io/ftwtest-sh: Likewise.
39379         * libio/test-freopen.sh: Likewise.
39380         * malloc/tst-mtrace.sh: Likewise.
39381         * posix/globtest.sh: Likewise.
39382         * posix/tst-getconf.sh: Likewise.
39383         * posix/wordexp-tst.sh: Likewise.
39384         * stdio-common/tst-printf.sh: Likewise.
39385         * stdio-common/tst-unbputc.sh: Likewise.
39386         * stdlib/tst-fmtmsg.sh: Likewise.
39387         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39388         * catgets/Makefile: Do not specify -e option when running
39389         testsuite shell scripts.
39390         * elf/Makefile: Likewise.
39391         * grp/Makefile: Likewise.
39392         * iconvdata/Makefile: Likewise.
39393         * intl/Makefile: Likewise.
39394         * io/Makefile: Likewise.
39395         * libio/Makefile: Likewise.
39396         * malloc/Makefile: Likewise.
39397         * posix/Makefile: Likewise.
39398         * stdio-common/Makefile: Likewise.
39399         * stdlib/Makefile: Likewise.
39400         * sysdeps/x86_64/Makefile: Likewise.
39402         * io/ftwtest-sh: Add copyright header.
39403         * posix/globtest.sh: Likewise.
39404         * posix/tst-getconf.sh: Likewise.
39405         * posix/wordexp-tst.sh: Likewise.
39406         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39408 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39410         [BZ #13679]
39411         * Makeconfig (+link): Defined as $(+link-static) if
39412         $(build-shared) isn't yes.
39413         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39414         isn't yes.
39415         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39417         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39419         [BZ #14562]
39420         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39421         new chunk size with MALLOC_ALIGN_MASK.
39423 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39425         [BZ #5044]
39426         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39427         <rounding-mode.h>.
39428         (__printf_fphex): Determine rounding using get_rounding_mode and
39429         round_away.
39430         * stdio-common/tst-printf-round.c (struct hex_test): New
39431         structure.
39432         (hex_tests): New variable.
39433         (test_hex_in_one_mode): New function.
39434         (do_test): Also run tests for hex float output.
39436 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39438         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39439         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39440         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39441         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39442         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39443         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39444         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39445         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39447 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39449         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39450         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39451         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39452         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39454 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39456         [BZ #14579]
39457         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39458         mode only.
39459         * elf/tst-rtld-load-self.sh: New test.
39460         * elf/Makefile: Run it.
39462 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39464         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39465         (tst-writev-ENV): Remove.
39466         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39468 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39470         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39472 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39474         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39475         unconditional.
39476         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39477         Likewise.
39478         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39479         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39480         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39481         Likewise.
39483 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39485         [BZ #14587]
39486         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39487         * config.make.in (have-cpp-asm-debuginfo): Removed.
39488         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39489         * configure: Regenerated.
39491 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39493         [BZ #5044]
39494         * stdio-common/printf_fp.c: Include <stdbool.h> and
39495         <rounding-mode.h>.
39496         (___printf_fp): Determine rounding using get_rounding_mode and
39497         round_away.
39498         * stdio-common/tst-printf-round.c: New file.
39499         * stdio-common/Makefile (tests): Add tst-printf-round.
39500         (link-libm): New variable.
39501         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39503 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39505         [BZ #14576]
39506         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39507         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39508         Likewise.
39509         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39510         Likewise.
39512 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39514         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39515         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39516         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39517         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39519 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39521         [BZ #14518]
39522         * include/rounding-mode.h: New file.
39523         * sysdeps/generic/get-rounding-mode.h: Likewise.
39524         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39525         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39526         (MAX_VALUE): New macro.
39527         (MIN_VALUE): Likewise.
39528         (overflow_value): New function.
39529         (underflow_value): Likewise.
39530         (round_and_return): Use overflow_value and underflow_value to
39531         determine return values in overflow and underflow cases.  Use
39532         round_away to determine rounding depending on rounding mode.
39533         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39534         determine return values in overflow and underflow cases.
39535         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39536         (struct test_results): New structure.
39537         (struct test): Use struct test_results to store expected results
39538         for all rounding modes.
39539         (TEST): Include expected results for all rounding modes.
39540         (test_in_one_mode): New function.
39541         (do_test): Use test_in_one_mode to compute and check results.
39542         Check results for all rounding modes.
39543         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39544         $(link-libm).
39546 2012-12-09  Allan McRae  <allan@archlinux.org>
39548         * sysdeps/i386/fpu/libm-test-ulps: Update
39550 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39552         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39553         (_G_int32_t): Likewise.
39554         (_G_uint16_t): Likewise.
39555         (_G_uint32_t): Likewise.
39556         (_G_HAVE_BOOL): Likewise.
39557         (_G_HAVE_ATEXIT): Likewise.
39558         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39559         (_G_HAVE_IO_FILE_OPEN): Likewise.
39560         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39561         (_G_int32_t): Likewise.
39562         (_G_uint16_t): Likewise.
39563         (_G_uint32_t): Likewise.
39564         (_G_HAVE_BOOL): Likewise.
39565         (_G_HAVE_ATEXIT): Likewise.
39566         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39567         (_G_HAVE_IO_FILE_OPEN): Likewise.
39568         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39569         (_G_int32_t): Likewise.
39570         (_G_uint16_t): Likewise.
39571         (_G_uint32_t): Likewise.
39572         (_G_HAVE_BOOL): Likewise.
39573         (_G_HAVE_ATEXIT): Likewise.
39574         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39575         (_G_HAVE_IO_FILE_OPEN): Likewise.
39577 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39579         * csu/libc-tls.c: Update copyright years.
39581 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39583         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39584         [!_G_USING_THUNKS]: Remove conditional code.
39585         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39586         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39588         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39589         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39590         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39591         (_G_VTABLE_LABEL_PREFIX): Likewise.
39592         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39593         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39594         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39595         (_G_VTABLE_LABEL_PREFIX): Likewise.
39596         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39597         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39598         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39599         (_G_VTABLE_LABEL_PREFIX): Likewise.
39600         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39602 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39604         * libio/Makefile: Include ../Makeconfig before tests.
39605         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39606         only if $(build-shared) is yes.
39608         * iconv/gconv_db.c: Update copyright years.
39610 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39612         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39613         unwind info if defined PIC. Fix special cases description.
39614         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39616         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39617         DP_HI_MASK entry.
39618         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39620 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39622         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39624         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39625         is NULL.
39627         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39628         (LDLIBS-tst-chk4): This.
39629         (LDFLAGS-tst-chk5): Renamed to ...
39630         (LDLIBS-tst-chk5): This.
39631         (LDFLAGS-tst-chk6): Renamed to ...
39632         (LDLIBS-tst-chk6): This.
39633         (LDFLAGS-tst-lfschk4): Renamed to ...
39634         (LDLIBS-tst-lfschk4): This.
39635         (LDFLAGS-tst-lfschk5): Renamed to ...
39636         (LDLIBS-tst-lfschk5): This.
39637         (LDFLAGS-tst-lfschk6): Renamed to ...
39638         (LDLIBS-tst-lfschk6): This.
39640         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39641         on $(common-objpfx)soversions.mk.
39643 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39645         [BZ #10014]
39646         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39647         example host name.
39649 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39651         * malloc/arena.c (arena_get_retry): New function that gets
39652         another arena for the caller to try its request on.
39653         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39654         current arena cannot fulfill the request.
39655         (__libc_memalign): Likewise.
39656         (__libc_memalign): Likewise.
39657         (__libc_pvalloc): Likewise.
39658         (__libc_calloc): Likewise.
39660 2012-09-05  John Tobey  <john.tobey@gmail.com>
39662         [BZ #13542]
39663         * manual/arith.texi (Operations on Complex): Fix description
39664         of carg branch cut.
39666 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39668         [BZ #10014]
39669         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39670         host name.
39672         [BZ #10038]
39673         * manual/memory.texi (Memory): Make order of menu items match
39674         order of sections.
39676 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39678         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39679         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39680         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39682 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39684         * csu/libc-tls.c (static_dtv): Renamed to ...
39685         (_dl_static_dtv): This.  Make it global.
39686         (_dl_initial_dtv): Removed.
39687         (__libc_setup_tls): Updated.
39688         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39689         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39690         DL_INITIAL_DTV.
39692 2012-09-06  Petr Machata  <pmachata@redhat.com>
39694         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39695         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39696         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39697         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39699 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39701         [BZ #14545]
39702         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39703         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39704         freeing dtv[-1].
39706 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39708         [BZ #14544]
39709         * Makeconfig (link-static-before-libc): Replace $(+prector)
39710         with $(+prectorT).
39711         (link-static-after-libc): Replace $(+postctor) with
39712         $(+postctorT).
39713         (link-bounded): Replace $(+prector)/$(+postctor) with
39714         $(+prectorT)/$(+postctorT).
39715         (+prectorT): New macro.
39716         (+postctorT): Likewise.
39718 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39720         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39721         (round_str): Handle values above the maximum for IBM long double
39722         as inexact.
39723         * stdlib/tst-strtod-round.c (tests): Regenerated.
39725 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39727         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39728         assembler flag.
39729         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39730         zarch_nohighgprs around the zarch optimized routines.
39731         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39732         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39733         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39734         for zarch.
39736 2012-09-05  David S. Miller  <davem@davemloft.net>
39738         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39740         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39741         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39742         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39743         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39744         entries.
39746 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39748         * malloc/arena.c: Fold copyright years.
39749         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39751 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39753         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39755 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39757         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39759 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39761         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39762         change internal state upon failure.
39764 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39766         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39767         * malloc/memusage.c (mmap): Likewise.
39768         (mmap64, mremap): Likewise.  Adjust name in comment.
39770 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39772         * libio/fileops.c: Fix typos in comments.
39773         * libio/oldfileops.c: Likewise.
39774         * libio/wfileops.c: Likewise.
39776 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39778         [BZ #1349]
39779         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39780         (tst-malloc-usable-ENV): Set environment for test case.
39781         * malloc/hooks.c (malloc_check_get_size): New function to get
39782         requested size.
39783         * malloc/malloc.c (musable): Use malloc_check_get_size.
39784         * malloc/tst-malloc-usable.c: New test case.
39786 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39788         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39790 2012-09-05  Allan McRae  <allan@archlinux.org>
39792         [BZ #13966]
39793         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39794         determine header location.
39795         * configure: Regenerated.
39797 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39799         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39800         float format.
39801         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39802         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39803         format.
39804         (test): Regenerate.
39806 2012-09-04  David S. Miller  <davem@davemloft.net>
39808         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39809         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39810         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39812 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39814         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39815         failures.
39817         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39819 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39821         [BZ #9914]
39822         * libio/iogetdelim.c: Include <limits.h>.
39823         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39824         + len + 1 would overflow.
39826 2012-09-03  Andreas Jaeger  <aj@suse.de>
39828         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39829         * sysdeps/i386/fpu/libm-test-ulps: Update.
39831 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39833         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39834         Add s_sinf-sse2, s_conf-sse2.
39836         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39837         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39838         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39839         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39841         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39842         for using routine as __sinf_ia32.
39843         Use macro for function declaration and weak_alias.
39844         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39845         for using routine as __cosf_ia32.
39846         Use macro for function declaration and weak_alias.
39848         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39849         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39851         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39852         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39853         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39855         * math/libm-test.inc (cos_test): Add more test cases.
39856         (sin_test): Likewise.
39857         (sincos_test): Likewise.
39859 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39861         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39862         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39863         hidden.
39864         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39866 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39868         [BZ #14538]
39869         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39870         first element of the GOT.
39871         (elf_machine_load_address): Return the difference between
39872         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39874 2012-09-01  Allan McRae  <allan@archlinux.org>
39876         [BZ #13412]
39877         * configure.in (AWK): Require gawk version 3.0 or later.
39878         * configure: Regenerated.
39880 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39882         * sysdeps/unix/sysv/linux/kernel-features.h
39883         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39884         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39885         [__NR_clock_getres]: Make code unconditional.
39886         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39887         (clock_getcpuclockid): Remove code left unreachable by removal of
39888         conditionals.
39889         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39890         code unconditional.
39891         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39892         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39893         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39894         Make code unconditional.
39895         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39896         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39897         * sysdeps/unix/sysv/linux/clock_settime.c
39898         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39899         conditional code.
39900         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39901         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39903 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39905         [BZ #14476]
39906         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39907         scripts/test-installation.pl.
39909         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39910         and $ld_so_version if it is set.
39912 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39914         [BZ #14516]
39915         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39916         failure if reading from procfs failed.
39917         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39919 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39921         * sysdeps/unix/sysv/linux/kernel-features.h
39922         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39923         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39924         Remove conditional code.
39925         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39926         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39927         Remove conditional code.
39928         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39929         * sysdeps/unix/sysv/linux/i386/fxstat.c
39930         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39931         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39932         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39933         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39934         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39935         * sysdeps/unix/sysv/linux/i386/lxstat.c
39936         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39937         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39938         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39939         Remove conditional code.
39940         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39941         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39942         Remove conditional code.
39943         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39944         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39945         <kernel-features.h>.
39946         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39947         Remove.
39948         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39949         Remove conditional code.
39950         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39951         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39952         Remove conditional.
39954 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39956         [BZ #5400]
39957         * NEWS: Add fixed bug number.
39959 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39961         [BZ #14519]
39962         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39963         underflowing exponent in case of negative sign.
39964         * stdlib/tst-strtod-round-data: Add more tests.
39965         * stdlib/tst-strtod-round.c (tests): Regenerated.
39967         [BZ #3479]
39968         * stdlib/strtod_l.c (NDIG): Remove.
39969         (HEXNDIG): Likewise.
39970         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39971         smallest representable value.
39972         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39973         lie within an exact representation of 1/2 ulp of the result.
39974         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39975         unconditionally.
39976         (TENS_P9_IDX): Define unconditionally.
39977         (TENS_P9_SIZE): Likewise.
39978         (TENS_P10_IDX): Likewise.
39979         (TENS_P10_SIZE): Likewise.
39980         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39981         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39982         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39983         entries for 10^2^13 and 10^2^14.
39984         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39985         (TENS_P13_IDX): Define.
39986         (TENS_P13_SIZE): Likewise.
39987         (TENS_P14_IDX): Likewise.
39988         (TENS_P14_SIZE): Likewise.
39989         (_fpioconst_pow10): Change array size to
39990         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39991         unconditional.
39992         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39993         1024]: Add entries for 10^2^13 and 10^2^14.
39994         [LAST_POW10 > _LAST_POW10]: Remove #error.
39995         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39996         (_fpioconst_pow10): Change array size to
39997         FPIOCONST_POW10_ARRAY_SIZE.
39998         * stdlib/gen-fpioconst.c: New file.
39999         * stdlib/gen-tst-strtod-round.c: Likewise.
40000         * stdlib/tst-strtod-round-data: Likewise.
40001         * stdlib/tst-strtod-round.c: Likewise.
40002         * stdlib/Makefile (tests): Add tst-strtod-round.
40004         [BZ #14459]
40005         * stdlib/strtod_l.c: Include <stdint.h>.
40006         (NDEBUG): Do not define.
40007         (round_and_return): Change EXPONENT parameter to type intmax_t.
40008         Rearrange calculations to avoid internal overflow possibilities.
40009         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40010         Rearrange calculations to avoid internal overflow possibilities.
40011         Assert that number fits inside MPNSIZE limbs.
40012         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40013         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40014         calculations and add assertions to avoid internal overflow
40015         possibilities.  Add casts to avoid signed/unsigned operations.
40016         * stdlib/tst-strtod-overflow.c: New file.
40017         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40019 2012-08-25  Marek Polacek  <polacek@redhat.com>
40021         * time/time.h: Fix some typos in comments.
40023 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40025         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40026         * posix/tst-rfc3484-2.c: Likewise.
40027         * posix/tst-rfc3484-3.c: Likewise.
40029 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40031         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40032         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40034 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40036         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40037         #include of fxstatat64.c.
40039 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40041         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40042         * shadow/getspent_r.c: Likewise.
40043         * shadow/getspnam.c: Likewise.
40044         * shadow/getspnam_r.c: Likewise.
40045         * gshadow/getsgent.c: Likewise.
40046         * gshadow/getsgent_r.c: Likewise.
40047         * gshadow/getsgnam.c: Likewise.
40048         * gshadow/getsgnam_r.c: Likewise.
40049         * inet/getnetbyad.c: Likewise.
40050         * inet/getnetbyad_r.c: Likewise.
40051         * inet/getnetbynm.c: Likewise.
40052         * inet/getnetbynm_r.c: Likewise.
40053         * inet/getnetent.c: Likewise.
40054         * inet/getnetent_r.c: Likewise.
40055         * inet/getproto.c: Likewise.
40056         * inet/getproto_r.c: Likewise.
40057         * inet/getprtent.c: Likewise.
40058         * inet/getprtent_r.c: Likewise.
40059         * inet/getprtname.c: Likewise.
40060         * inet/getprtname_r.c: Likewise.
40061         * inet/getrpcbyname.c: Likewise.
40062         * inet/getrpcbyname_r.c: Likewise.
40063         * inet/getrpcbynumber.c: Likewise.
40064         * inet/getrpcbynumber_r.c: Likewise.
40065         * inet/getrpcent.c: Likewise.
40066         * inet/getrpcent_r.c: Likewise.
40067         * inet/getaliasent.c: Likewise.
40068         * inet/getaliasent_r.c: Likewise.
40069         * inet/getaliasname.c: Likewise.
40070         * inet/getaliasname_r.c: Likewise.
40071         * nscd/getgrgid_r.c: Likewise.
40072         * nscd/getgrnam_r.c: Likewise.
40073         * nscd/gethstbyad_r.c: Likewise.
40074         * nscd/gethstbynm3_r.c: Likewise.
40075         * nscd/getpwnam_r.c: Likewise.
40076         * nscd/getpwuid_r.c: Likewise.
40077         * nscd/getsrvbynm_r.c: Likewise.
40078         * nscd/getsrvbypt_r.c: Likewise.
40079         * nscd/gai.c: Likewise.
40081         * configure.in (build_nscd): New substituted variable, set
40082         by --disable-build-nscd and defaults to $use_nscd.
40083         * configure: Regenerated.
40084         * config.make.in (build-nscd): New substituted variable.
40085         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40086         Change conditional to require [$(build-nscd) = yes] as well.
40087         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40089         [BZ# 13696]
40090         * configure.in (use_nscd): New substituted variable, set by
40091         --disable-nscd.  If enabled, define USE_NSCD.
40092         * configure: Regenerated.
40093         * config.h.in: Add USE_NSCD.
40094         * config.make.in (use-nscd): New substituted variable.
40095         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40096         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40097         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40098         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40099         (CFLAGS-getgrnam_r.c): Likewise.
40100         (CFLAGS-initgroups.c): Likewise.
40101         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40102         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40103         Variables removed.
40104         * inet/getnetgrent_r.c
40105         (nscd_setnetgrent): New function, broken out of ...
40106         (setnetgrent): ... here.  Call it.
40107         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40108         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40109         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40110         * nscd/Makefile (routines, aux): Move definitions after include of
40111         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40112         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40113         Conditionalize on [USE_NSCD].
40114         (is_nscd, nscd_init_cb): Likewise.
40115         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40116         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40117         * nss/nss_db/db-init.c: Likewise.
40118         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40119         [USE_NSCD].
40120         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40121         (make_request): Use it.
40122         (cache_valid_p): New function.
40123         (__check_pf): Use it.
40124         * NEWS: Add item for --disable-nscd.
40126 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40128         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40129         to support sed >= 4.2.1-20-ga9bf076.
40130         * configure: Regenerated.
40132 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40134         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40135         Conditionalize whole body on [IREL].
40137 2012-08-22  Jeff Law <law@redhat.com>
40139         [BZ #14505]
40140         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40141         if the family is PF_UNSPEC.
40143 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40145         * Makerules (lib-version): Rename from V.
40146         (install-lib-nosubdir): Change V to lib-version.
40148 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40150         [BZ #14252]
40151         * powerpc32/power6/wcschr.c: New file.
40152         * powerpc32/power6/wcscpy.c: New file.
40153         * powerpc32/power6/wcsrchr.c: New file.
40154         * powerpc64/power6/wcschr.c: New file.
40155         * powerpc64/power6/wcscpy.c: New file.
40156         * powerpc64/power6/wcsrchr.c: New file.
40158 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40160         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40161         (two_way_short_needle): Use it.
40162         * string/strstr.c (AVAILABLE1_USES_J): Define.
40163         * string/strcasestr.c: Likewise.
40165         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40166         array references.
40167         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40169         [BZ #11607]
40170         * NEWS: Add an entry.
40171         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40172         define their defaults.
40173         (two_way_short_needle): Detect end-of-string on-the-fly.
40174         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40175         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40176         * string/bug-strcasestr1.c: New test.
40177         * string/Makefile: Run it.
40179 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40181         [BZ #11607]
40182         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40183         the first character.
40185 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40187         * csu/elf-init.c (__libc_csu_irel): Function removed.
40188         * csu/libc-start.c (apply_irel): New function.
40189         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40191 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40193         * sysdeps/unix/sysv/linux/kernel-features.h
40194         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40195         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40196         <kernel-features.h>.
40197         [__NR_fadvise64_64]: Make code unconditional.
40198         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40199         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40200         !__NR_fadvise64_64)]: Likewise.
40201         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40202         !__NR_fadvise64_64))]: Likewise.
40203         [__NR_fadvise64]: Make code unconditional.
40204         [!__NR_fadvise64]: Remove conditional code.
40205         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40206         <kernel-features.h>.
40207         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40208         unconditional.
40209         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40210         conditional code.
40211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40212         not include <kernel-features.h>.
40213         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40214         unconditional.
40215         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40216         conditional code.
40217         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40218         include <kernel-features.h>.
40219         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40220         unconditional.
40221         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40222         conditional code.
40224 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40226         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40227         slight instruction rearrangements per scrollpipe analysis.
40228         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40230 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40232         * manual/syslog.texi (syslog; vsyslog, closelog):
40233         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40234         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40236         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40237         DSOCAPS to match condition on defining it.
40239 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40241         * sysdeps/unix/sysv/linux/kernel-features.h
40242         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40244         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40245         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40247         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40248         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40250         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40251         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40253         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40254         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40256         * sysdeps/unix/sysv/linux/kernel-features.h
40257         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40258         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40259         unconditional.
40260         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40261         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40262         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40263         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40264         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40265         Make code unconditional.
40266         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40267         (__mmap64) [!__NR_mmap2]: Likewise.
40268         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40269         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40270         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40271         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40272         [__NR_mmap2]: Make code unconditional.
40273         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40274         (__mmap64) [!__NR_mmap2]: Likewise.
40276 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40278         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40280 2012-08-18  Andreas Jaeger  <aj@suse.de>
40282         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40284 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40286         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40287         * include/unistd.h (__have_sock_cloexec): Likewise.
40288         (__have_pipe2): Likewise.
40289         (__have_dup3): Likewise.
40291 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40293         [BZ #9685]
40294         * include/unistd.h (__have_pipe2): Change define into an extern int.
40295         (__have_dup3): Likewise.
40296         * socket/have_sock_cloexec.c: Include fcntl.h.
40297         (__have_pipe2): New variable.
40298         (__have_dup3): Likewise.
40300 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40302         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40304 2012-08-17  Marek Polacek  <polacek@redhat.com>
40306         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40307         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40309 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40311         * configure.in: Add AC_SUBST for sysheaders.
40312         * configure: Regenerated.
40313         * config.make.in (sysheaders): New substituted variable.
40315         * sysdeps/unix/mkfifo.c: Moved ...
40316         * sysdeps/posix/mkfifo.c: ... here.
40317         * sysdeps/unix/mkfifoat.c: Moved ...
40318         * sysdeps/posix/mkfifoat.c: ... here.
40320         * sysdeps/unix/utime.c: Moved ...
40321         * sysdeps/posix/utime.c: ... here.
40323         * sysdeps/unix/time.c: Moved ...
40324         * sysdeps/posix/time.c: ... here.
40325         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40326         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40328         * sysdeps/unix/nice.c: Moved ...
40329         * sysdeps/posix/nice.c: ... here.
40331         * sysdeps/unix/alarm.c: Moved ...
40332         * sysdeps/posix/alarm.c: ... here.
40334         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40336 2012-08-17  Jeff Law <law@redhat.com>
40338         * intl/Makefile (codeset_mo): New variable.
40339         ($(codeset_mo)): New target.
40340         (tst-codeset.out): Depend on that.  Remove explicit rule.
40341         (tst-gettext3.out, tst-gettext5.out): Likewise.
40342         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40343         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40344         * intl/tst-codeset.sh: Remove.
40345         * intl/tst-gettext3.sh: Likewise.
40346         * intl/tst-gettext5.sh: Likewise.
40348 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40350         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40351         * sysdeps/unix/syscalls.list: ... here.
40353         * sysdeps/posix/getaddrinfo.c
40354         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40355         (gaiconf_init, gaiconf_reload): Use them.
40356         [!_STATBUF_ST_NSEC]
40357         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40358         Define using time_t rather than struct timespec.
40360         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40361         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40362         Macros removed.
40363         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40364         [!NO_THREADS].
40365         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40366         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40367         Likewise.
40369         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40370         __libc_cleanup_push argument.
40372         * bits/param.h: New file.
40373         * misc/sys/param.h: New file.
40374         * include/sys/param.h: New file.
40375         * misc/Makefile (headers): Add bits/param.h.
40376         * sysdeps/generic/sys/param.h: File removed.
40377         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40378         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40379         * sysdeps/mach/hurd/bits/param.h: New file.
40380         * sysdeps/mach/hurd/sys/param.h: File removed.
40382         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40383         last change.
40385         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40386         [_IO_MTSAFE_IO].
40387         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40388         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40389         New macros.
40391         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40392         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40393         rather than -D_IO_MTSAFE_IO conditionally.
40394         * stdio-common/Makefile (CPPFLAGS): Likewise.
40395         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40396         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40397         Use $(libio-mtsafe).
40398         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40399         of -D_IO_MTSAFE_IO.
40400         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40401         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40402         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40403         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40404         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40405         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40406         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40407         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40408         (CFLAGS-fread_u_chk.c): Likewise.
40409         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40410         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40411         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40412         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40413         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40414         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40415         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40416         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40417         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40419         * libio/Makefile: Test [$(libc-reentrant) = yes]
40420         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40422         * Makeconfig
40423         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40424         * sysdeps/pthread/configure: File removed.
40425         * sysdeps/pthread/Makeconfig: New file.
40426         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40427         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40429 2012-08-16  Gary Benson  <gbenson@redhat.com>
40431         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40432         unmapping the first object in a namespace.
40434 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40436         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40437         (__internal_setnetgrent): ... this.  Add internal_function to
40438         definition.  Add libc_hidden_def.
40439         (setnetgrent): Update caller.
40440         (internal_endnetgrent): Renamed to ...
40441         (__internal_endnetgrent): ... this.  Add internal_function to
40442         definition.  Add libc_hidden_def.
40443         (endnetgrent): Update caller.
40444         (internal_getnetgrent_r): Renamed to ...
40445         (__internal_getnetgrent_r): ... this.  Add internal_function to
40446         definition.  Add libc_hidden_def.
40447         (__getnetgrent_r): Update caller.
40448         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40450 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40452         * stdlib/longlong.h: Update from GCC.
40454 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40456         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40457         on _QL, which is set by umul_ppmm but never used.
40458         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40459         variables, which are set by GMP macros but never used.
40460         * stdio-common/_itowa.c (_itowa): Likewise.
40461         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40462         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40464 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40466         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40467         struct La_sh_regs is not constant.
40468         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40469         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40470         and struct La_sparc64_regs are not constant.
40472 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40474         * sysdeps/unix/sysv/linux/kernel-features.h
40475         (__ASSUME_POSIX_TIMERS): Remove.
40476         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40477         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40478         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40479         Make code unconditional.
40480         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40481         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40482         Make code unconditional.
40483         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40484         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40485         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40486         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40487         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40488         Make code unconditional.
40489         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40490         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40491         (__libc_missing_posix_timers): Remove.
40493 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40495         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40496         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40498         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40500         * elf/dl-sym.c: Include <stdlib.h>.
40502         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40503         constants, which avoids warnings in 32-bit builds.
40505         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40506         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40508         * misc/lseek.c: File moved to ...
40509         * io/lseek.c: ... here.
40511         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40513         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40514         shifting LEN more than 31 bits at once.
40516 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40518         [BZ #14195]
40519         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40520         segmentation fault for a case of two empty input strings.
40521         * string/test-strncasecmp.c (check1): Renamed to...
40522         (bz12205): ...this.
40523         (bz14195): Add new testcase for two empty input strings and N > 0.
40524         (test_main): Call new testcase, adapt for renamed function.
40526 2012-08-15  Andreas Jaeger  <aj@suse.de>
40528         [BZ #14090]
40529         * crypt/md5test2.c: New test, based on test supplied by Serge
40530         Belyshev <belyshev@depni.sinp.msu.ru>.
40531         * crypt/Makefile (xtests): Add md5test-giant..
40532         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40534 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40536         [BZ #14090]
40537         * crypt/md5.c (md5_process_block): Don't assume the buffer
40538         length is less than 2**32.
40539         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40540         length is less than 2**64.
40542 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40544         * string/str-two-way.h: Include <sys/param.h>.
40545         (MAX): Macro removed.
40547         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40548         Move #define and #undef of memmove to just before and after
40549         including <string.h>.
40551         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40552         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40553         and after including <string.h>.  Move declarations of
40554         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40555         to before #include "string/memmove.c".
40557         * include/dirent.h: Declare __getdirentries.
40559         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40560         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40562 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40564         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40565         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40566         * sysdeps/i386/configure: Regenerated.
40567         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40568         STABS_CURRENT_FILE, and STABS_FUN.
40569         (END): Remove call to STABS_FUN_END.
40570         (STABS_CURRENT_FILE1): Delete.
40571         (STABS_CURRENT_FILE): Likewise.
40572         (STABS_FUN): Likewise.
40573         (STABS_FUN_END): Likewise.
40574         (STABS_FUN2): Likewise.
40575         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40576         * sysdeps/x86_64/configure: Regenerated.
40578 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40580         * elf/dl-open.c: Include <atomic.h>.
40581         * elf/dl-lookup.c: Likewise.
40583 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40585         * sysdeps/unix/sysv/linux/kernel-features.h
40586         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40587         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40588         unconditionally.
40589         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40590         unconditionally.
40591         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40592         condition on __ASSUME_CLONE_THREAD_FLAGS.
40594 2012-08-14  Andreas Jaeger  <aj@suse.de>
40596         * sysdeps/i386/fpu/libm-test-ulps: Update.
40598 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40600         * include/atomic.h (atomic_exchange_and_add): Split into ...
40601         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40602         New atomic macros.
40604 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40606         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40608 2012-08-13  Jeff Law <law@redhat.com>
40610         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40611         null byte in the output string.
40613 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40615         * sysdeps/unix/sysv/linux/kernel-features.h
40616         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40617         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40618         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40619         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40620         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40621         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40622         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40624 2012-08-09  Jeff Law <law@redhat.com>
40626         [BZ #13939]
40627         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40628         When avoid_arena is set, don't retry in the that arena.  Pick the
40629         next one, whatever it might be.
40630         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40631         (arena_lock): Pass in new parameter to arena_get2.
40632         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40633         arena_get2.
40634         (__libc_malloc): Unify retrying after main arena failure with
40635         __libc_memalign version.
40636         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40638 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40640         [BZ #14166]
40641         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40642         to __redirect_strstr.
40643         (__strstr_sse42): Use typeof __redirect_strstr.
40644         (__strstr_ia32): Likewise.
40645         (__libc_strstr): New prototype.
40646         (strstr): Renamed to ...
40647         (__libc_strstr): This.
40648         (strstr): New strong alias of __libc_strstr.
40649         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40650         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40651         __redirect_time.
40652         Include <time.h>.
40653         (__libc_time): New prototype.
40654         (time_ifunc): Replace time with __libc_time.
40655         (time): New strong alias and hidden definition of __libc_time.
40656         (__GI_time): Remove strong alias.
40657         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40658         Include <stddef.h>.
40659         (memmove): Redefined to __redirect_memmove.
40660         (__memmove_sse2): Use typeof __redirect_memmove.
40661         (__memmove_ssse3): Likewise.
40662         (__memmove_ssse3_back): Likewise.
40663         (__libc_memmove): New prototype.
40664         (memmove): Renamed to ...
40665         (__libc_memmove): This.
40666         (memmove): New strong alias of __libc_memmove.
40668 2012-08-08  Mark Salter  <msalter@redhat.com>
40670         * elf/elf.h
40671         (R_MN10300_TLS_GD): Define.
40672         (R_MN10300_TLS_LD): Likewise.
40673         (R_MN10300_TLS_LDO): Likewise.
40674         (R_MN10300_TLS_GOTIE): Likewise.
40675         (R_MN10300_TLS_IE): Likewise.
40676         (R_MN10300_TLS_LE): Likewise.
40677         (R_MN10300_TLS_DTPMOD): Likewise.
40678         (R_MN10300_TLS_DTPOFF): Likewise.
40679         (R_MN10300_TLS_TPOFF): Likewise.
40680         (R_MN10300_SYM_DIFF): Likewise.
40681         (R_MN10300_ALIGN): Likewise.
40682         (R_MN10300_NUM): Update.
40684 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40686         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40687         Remove.
40689 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40691         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40693         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40694         sysdeps/unix -> sysdeps/posix move.
40695         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40697 2012-08-07      Allan McRae     <allan@archlinux.org>
40699         [BZ #14303]
40700         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40701         (SUNOS_CPP): Likewise.
40702         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40703         not found.
40704         (open_input): Call CPP using execvp.
40706 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40708         * sysdeps/unix/sysv/linux/kernel-features.h
40709         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40710         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40711         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40712         (__ASSUME_WAITID_SYSCALL): Likewise.
40713         * sysdeps/unix/sysv/linux/dl-execstack.c
40714         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40715         code unconditional.
40716         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40717         conditional code.
40718         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40719         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40720         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40721         code.
40722         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40723         unconditional.
40724         [__ASSUME_WAITID_SYSCALL]: Likewise.
40725         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40727 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40729         * sysdeps/unix/closedir.c: Renamed to ...
40730         * sysdeps/posix/closedir.c: ... here.
40731         * sysdeps/unix/dirfd.c: Renamed to ...
40732         * sysdeps/posix/dirfd.c: ... here.
40733         * sysdeps/unix/dirstream.h: Renamed to ...
40734         * sysdeps/posix/dirstream.h: ... here.
40735         * sysdeps/unix/fdopendir.c: Renamed to ...
40736         * sysdeps/posix/fdopendir.c: ... here.
40737         * sysdeps/unix/opendir.c: Renamed to ...
40738         * sysdeps/posix/opendir.c: ... here.
40739         * sysdeps/unix/readdir.c: Renamed to ...
40740         * sysdeps/posix/readdir.c: ... here.
40741         * sysdeps/unix/readdir_r.c: Renamed to ...
40742         * sysdeps/posix/readdir_r.c: ... here.
40743         * sysdeps/unix/rewinddir.c: Renamed to ...
40744         * sysdeps/posix/rewinddir.c: ... here.
40745         * sysdeps/unix/seekdir.c: Renamed to ...
40746         * sysdeps/posix/seekdir.c: ... here.
40747         * sysdeps/unix/telldir.c: Renamed to ...
40748         * sysdeps/posix/telldir.c: ... here.
40749         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40750         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40751         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40752         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40754         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40755         * bits/fcntl.h: ... here.
40757         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40758         not 0.
40759         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40760         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40761         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40762         (struct flock): Move l_start, l_len to the beginning.
40763         Use __pid_t for l_pid.
40764         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40765         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40766         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40767         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40768         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40769         [__USE_LARGEFILE64] (struct flock64): New type.
40770         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40772         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40773         * bits/dirent.h: ... here.
40775         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40776         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40778 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40780         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40781         Change from 2.6.0 to 2.6.16.
40782         * sysdeps/unix/sysv/linux/configure: Regenerated.
40783         * sysdeps/unix/sysv/linux/kernel-features.h
40784         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40785         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40786         version.
40787         (__ASSUME_UTIMES): Likewise.
40788         (__ASSUME_CLONE_STOPPED): Remove.
40789         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40790         architectures, not kernel version.
40791         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40792         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40793         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40794         (__ASSUME_WAITID_SYSCALL): Likewise.
40795         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40796         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40797         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40798         refer to older versions.
40800 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40802         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40803         Define alphasort64 as an alias.
40804         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40805         Define versionsort64 as an alias.
40806         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40807         Define scandir64 as an alias.
40808         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40809         Define scandirat64 as an alias.
40810         * dirent/alphasort64.c (alphasort64):
40811         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40812         * dirent/versionsort64.c: Likewise.
40813         * dirent/scandir64.c: Likewise.
40814         * dirent/scandirat64.c: Likewise.
40815         * sysdeps/wordsize-64/alphasort.c: File removed.
40816         * sysdeps/wordsize-64/alphasort64.c: File removed.
40817         * sysdeps/wordsize-64/scandir.c: File removed.
40818         * sysdeps/wordsize-64/scandir64.c: File removed.
40819         * sysdeps/wordsize-64/scandirat.c: File removed.
40820         * sysdeps/wordsize-64/scandirat64.c: File removed.
40821         * sysdeps/wordsize-64/versionsort.c: File removed.
40822         * sysdeps/wordsize-64/versionsort64.c: File removed.
40823         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40824         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40825         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40826         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40827         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40828         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40829         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40830         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40832         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40833         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40834         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40835         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40836         [defined __arch64__ || defined __sparcv9]
40837         (__INO_T_MATCHES_INO64_T): New macro.
40838         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40839         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40840         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40841         * sysdeps/unix/sysv/linux/bits/dirent.h
40842         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40843         (_DIRENT_MATCHES_DIRENT64): New macro.
40845         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40846         Define lockf64 as an alias.
40847         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40848         Define fseeko64 as an alias.
40849         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40850         Define ftello64 as an alias.
40851         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40852         Define _IO_fgetpos64 and fgetpos64 as aliases.
40853         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40854         Define _IO_fsetpos64 and fsetpos64 as aliases.
40855         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40856         Conditionalize body on this.
40857         * libio/fseeko64.c: Likewise.
40858         * libio/ftello64.c: Likewise.
40859         * libio/iofgetpos64.c: Likewise.
40860         * libio/iofsetpos64.c: Likewise.
40861         * sysdeps/wordsize-64/lockf.c: File removed.
40862         * sysdeps/wordsize-64/lockf64.c: File removed.
40863         * sysdeps/wordsize-64/fseeko.c: File removed.
40864         * sysdeps/wordsize-64/fseeko64.c: File removed.
40865         * sysdeps/wordsize-64/ftello.c: File removed.
40866         * sysdeps/wordsize-64/ftello64.c: File removed.
40867         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40868         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40869         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40870         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40871         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40872         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40873         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40874         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40875         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40876         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40877         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40878         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40879         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40880         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40882         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40883         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40884         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40885         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40886         [defined __arch64__ || defined __sparcv9]
40887         (__OFF_T_MATCHES_OFF64_T): New macro.
40888         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40889         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40890         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40891         (__OFF_T_MATCHES_OFF64_T): New macro.
40893 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40895         * stdlib/secure-getenv.c (__secure_getenv): Replace
40896         GLIBC_2_16 with GLIBC_2_17.
40898 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40900         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40901         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40903 2012-08-03  David S. Miller  <davem@davemloft.net>
40905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40907 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40909         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40910         Remove.
40911         (__ASSUME_CORRECT_SI_PID): Likewise.
40912         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40913         (__ASSUME_TMPFS_NAME): Likewise.
40914         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40915         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40916         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40917         (HAVE_AUX_SECURE): Make definition unconditional.
40918         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40919         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40921 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40923         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40924         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40925         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40926         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40927         __eloop_threshold instead of SYMLOOP_MAX.
40929         * sysdeps/generic/eloop-threshold.h: New file.
40930         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40931         of MAXSYMLINKS.
40932         * elf/chroot_canon.c (chroot_canon): Likewise.
40934 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40936         [BZ #13717]
40937         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40938         Change to 2.6.0 everywhere.
40939         * sysdeps/unix/sysv/linux/configure: Regenerated.
40940         * sysdeps/unix/sysv/linux/kernel-features.h
40941         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40942         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40943         kernel versions.
40944         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40945         (__ASSUME_FUTEX_REQUEUE): Remove.
40946         (__ASSUME_STATFS64): Define unconditionally.
40947         (__ASSUME_AT_SECURE): Likewise.
40948         (__ASSUME_CORRECT_SI_PID): Likewise.
40949         (__ASSUME_TGKILL): Define without depending on kernel version for
40950         i386.
40951         (__ASSUME_UTIMES): Likewise.
40952         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40953         kernel version.
40954         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40955         (__ASSUME_TMPFS_NAME): Likewise.
40956         * README: Update reference to Linux kernel versions.
40958 2012-08-02  Marek Polacek  <polacek@redhat.com>
40960         [BZ# 14150]
40961         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40962         libc_cv_asm_type_prefix with %.
40963         * configure: Regenerated.
40964         * include/libc-symbols.h: Remove comment about
40965         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40966         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40967         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40968         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40969         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40970         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40971         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40972         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40973         * elf/tst-unique2mod1.c: Likewise.
40974         * elf/tst-unique1mod2.c: Likewise.
40975         * elf/tst-unique1mod1.c: Likewise.
40976         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40977         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40978         Replace ASM_TYPE_DIRECTIVE with .type.
40979         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40980         * sysdeps/i386/sysdep.h: Likewise.
40981         * sysdeps/x86_64/sysdep.h: Likewise.
40982         * sysdeps/sh/sysdep.h: Likewise.
40983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40984         Do not define ASM_TYPE_DIRECTIVE.
40985         * sysdeps/powerpc/sysdep.h: Likewise.
40986         * sysdeps/powerpc/powerpc32/sysdep.h:
40987         Replace ASM_TYPE_DIRECTIVE with .type.
40988         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40989         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40990         * sysdeps/i386/fpu/e_powf.S: Likewise.
40991         * sysdeps/i386/fpu/e_expl.S: Likewise.
40992         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40993         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40994         * sysdeps/i386/fpu/e_pow.S: Likewise.
40995         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40996         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40997         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40998         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40999         * sysdeps/i386/fpu/e_log2.S: Likewise.
41000         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41001         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41002         * sysdeps/i386/fpu/e_powl.S: Likewise.
41003         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41004         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41005         * sysdeps/i386/fpu/e_logl.S: Likewise.
41006         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41007         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41008         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41009         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41010         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41011         * sysdeps/i386/fpu/e_log.S: Likewise.
41012         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41013         * sysdeps/i386/fpu/e_logf.S: Likewise.
41014         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41015         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41016         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41017         * sysdeps/i386/fpu/e_log10.S: Likewise.
41018         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41019         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41020         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41021         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41022         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41023         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41024         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41025         * sysdeps/i386/i686/strtok.S: Likewise.
41026         * sysdeps/i386/i386-mcount.S: Likewise.
41027         * sysdeps/i386/strtok.S: Likewise.
41028         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41029         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41030         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41031         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41032         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41033         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41034         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41035         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41036         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41037         * sysdeps/x86_64/_mcount.S: Likewise.
41038         * sysdeps/x86_64/strtok.S: Likewise.
41039         * sysdeps/sh/_mcount.S: Likewise.
41041 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41043         * libio/iofopen.c: Include <fcntl.h>.
41044         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41045         (_IO_fopen64, fopen64): Define as aliases.
41046         * libio/iofopen64.c: Include <fcntl.h>.
41047         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41048         Conditionalize body on this.
41049         * sysdeps/wordsize-64/iofopen.c: File removed.
41050         * sysdeps/wordsize-64/iofopen64.c: File removed.
41052 2012-08-01  Marek Polacek  <polacek@redhat.com>
41054         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41055         Use dlfcn directly instead of a variable.
41056         (binfmt-subdir): Do not define.
41057         (dlfcn): Likewise.
41059 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41061         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41062         Remove all definitions.
41063         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41064         <kernel-features.h>.
41065         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41066         (miss_F_GETOWN_EX): Remove all definitions.
41067         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41068         macro definition.
41069         [!__ASSUME_FCNTL64]: Remove conditional code.
41070         [__ASSUME_FCNTL64]: Make code unconditional.
41071         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41072         <kernel-features.h>.
41073         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41074         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41075         (lockf64) [__NR_fcntl64]: Make code unconditional.
41076         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41078         * sysdeps/unix/sysv/linux/kernel-features.h
41079         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41080         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41081         Make code unconditional.
41082         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41083         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41085         [__NR_vfork]: Make code unconditional.
41086         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41087         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41089         [__NR_vfork]: Make code unconditional.
41090         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41091         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41093 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41095         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41096         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41098         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41099         Define mkstemp64 as an alias.
41100         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41101         Define mkstemps64 as an alias.
41102         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41103         Define mkostemp64 as an alias.
41104         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41105         Define mkostemps64 as an alias.
41106         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41107         Conditionalize body on this.
41108         * misc/mkostemp64.c: Likewise.
41109         * misc/mkostemps64.c: Likewise.
41110         * misc/mkstemps64.c: Likewise.
41111         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41112         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41113         * sysdeps/wordsize-64/mkostemp.c: File removed.
41114         * sysdeps/wordsize-64/mkstemp.c: File removed.
41115         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41116         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41117         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41118         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41120         [BZ #14138]
41121         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41122         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41123         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41124         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41126         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41127         compat_symbol macros from <shlib-compat.h> rather than the underlying
41128         default_symbol_version and symbol_version macros, so that DEFAULT
41129         lines in shlib-versions are respected.
41130         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41132 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41134         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41135         Declare with warn_unused_result.
41136         (setgid, setregid, setegid, setresgid): Likewise.
41137         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41138         Likewise.
41139         * WUR-REPORT: Remove set*id functions.
41141 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41143         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41145 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41147         [BZ #10191]
41148         * include/sys/socket.h (__libc_accept, __libc_accept4):
41149         Add attribute_hidden.
41150         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41152         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41153         use of PTR_MANGLE.
41154         * inet/getnetgrent_r.c (setup): Likewise.
41156         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41158 2012-07-31  David S. Miller  <davem@davemloft.net>
41160         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41162 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41164         [BZ #13629]
41165         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41166         value between 1.0 and 2.0 and smaller part has absolute value less
41167         than 1.0.
41168         * math/s_clog10.c (__clog10): Likewise.
41169         * math/s_clog10f.c (__clog10f): Likewise.
41170         * math/s_clog10l.c (__clog10l): Likewise.
41171         * math/s_clogf.c (__clogf): Likewise.
41172         * math/s_clogl.c (__clogl): Likewise.
41173         * math/libm-test.inc (clog_test): Add more tests.
41174         (clog10_test): Likewise.
41175         * sysdeps/i386/fpu/libm-test-ulps: Update.
41176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41178 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41180         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41181         Exit with zero in case no suitable GID is found, and write a
41182         message to standard error.
41184 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41186         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41187         rather than to 1.
41188         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41189         (MAXPATHLEN): Removed.
41190         (NOGROUP, NODEV): New macros.
41191         (setbit, clrbit, isset, isclr): New macros.
41192         (howmany, roundup, powerof2): New macros.
41193         (DEV_BSIZE): New macro.
41195         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41196         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41198         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41199         definition on [!__NO_LONG_DOUBLE_MATH].
41201         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41202         PTR_MANGLE and PTR_DEMANGLE.
41204         * socket/accept4.c (accept4): Rename to __libc_accept4.
41205         Define accept4 as a weak alias.
41207         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41208         on [_DIRENT_HAVE_D_TYPE].
41209         * io/ftw.c (ftw_dir): Likewise.
41211         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41213         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41215         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41216         Use the BSD numbers rather than the arbitrary ones we had.
41217         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41218         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41219         (SIGXCPU, SIGXFSZ): New macros.
41220         (_NSIG): Now 32.
41222         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41223         initializer on [_LIBC_REENTRANT].
41225         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41226         definitions inside [_POSIX_MAPPED_FILES].
41228         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41230         * dirent/opendir.c: Include <fcntl.h>.
41232         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41233         (__libc_getspecific): Likewise.
41234         (__libc_key_create): Likewise.
41236         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41237         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41238         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41239         (tmpfile64): Define as alias.
41240         * sysdeps/wordsize-64/tmpfile.c: File removed.
41241         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41242         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41243         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41245         * stdio-common/vfscanf.c: Include <stdbool.h>.
41246         * nss/makedb.c: Likewise.
41247         * stdio-common/_i18n_number.h: Likewise.
41248         * argp/argp-help.c: Likewise.
41249         * posix/wordexp.c: Likewise.
41250         * sysdeps/posix/spawni.c: Likewise.
41251         * nss/nss_files/files-initgroups.c: Likewise.
41252         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41253         * nss/nss_files/files-initgroups.c: Likewise.
41254         * nss/nss_db/db-netgrp.c: Likewise.
41255         * nss/nss_db/db-initgroups.c: Likewise.
41256         * io/fchmodat.c: Include <sys/stat.h>.
41258         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41259         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41261         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41262         [HAVE_MMAP].
41264         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41265         Add multiple inclusion protection.
41267 2012-07-27  David S. Miller  <davem@davemloft.net>
41269         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41271 2012-07-27  Gary Benson  <gbenson@redhat.com>
41273         [BZ #14298]
41274         * elf/rtld.c: Include <stap-probe.h>.
41275         (dl_main): Added static probes "init_start" and "init_complete".
41276         * elf/dl-load.c: Include <stap-probe.h>.
41277         (lose): Take new parameter "nsid".
41278         Added static probe "map_failed".
41279         (_dl_map_object_from_fd): Pass namespace id to lose.
41280         Added static probe "map_start".
41281         (open_verify): Pass namespace id to lose.
41282         * elf/dl-open.c: Include <stap-probe.h>.
41283         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41284         and "reloc_complete".
41285         * elf/dl-close.c: Include <stap-probe.h>.
41286         (_dl_close_worker): Added static probes "unmap_start" and
41287         "unmap_complete".
41288         * elf/rtld-debugger-interface.txt: New file documenting the above.
41290 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41292         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41293         rather than a string variable.
41294         * sunrpc/rpc_main.c (h_output): Likewise.
41295         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41297 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41299         * inet/check_native.c: New file.
41301 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41303         [BZ #13629]
41304         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41305         if larger part has absolute value 1.0.
41306         * math/s_clog10.c (__clog10): Likewise.
41307         * math/s_clog10f.c (__clog10f): Likewise.
41308         * math/s_clog10l.c (__clog10l): Likewise.
41309         * math/s_clogf.c (__clogf): Likewise.
41310         * math/s_clogl.c (__clogl): Likewise.
41311         * math/libm-test.inc (clog_test): Add more tests.
41312         (clog10_test): Likewise.
41313         * sysdeps/i386/fpu/libm-test-ulps: Update.
41314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41316         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41317         (pltexit): Likewise.
41318         (La_regs): Likewise.
41319         (La_retval): Likewise.
41320         (int_retval): Likewise.
41321         Update #error for removed macros to refer only to definitions in
41322         tst-audit.h.
41323         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41324         macro.
41325         (pltexit): Likewise.
41326         (La_regs): Likewise.
41327         (La_retval): Likewise.
41328         (int_retval): Likewise.
41329         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41330         macro.
41331         (pltexit): Likewise.
41332         (La_regs): Likewise.
41333         (La_retval): Likewise.
41334         (int_retval): Likewise.
41335         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41336         macro.
41337         (pltexit): Likewise.
41338         (La_regs): Likewise.
41339         (La_retval): Likewise.
41340         (int_retval): Likewise.
41341         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41342         macro.
41343         (pltexit): Likewise.
41344         (La_regs): Likewise.
41345         (La_retval): Likewise.
41346         (int_retval): Likewise.
41347         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41348         macro.
41349         (pltexit): Likewise.
41350         (La_regs): Likewise.
41351         (La_retval): Likewise.
41352         (int_retval): Likewise.
41353         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41354         macro.
41355         (pltexit): Likewise.
41356         (La_regs): Likewise.
41357         (La_retval): Likewise.
41358         (int_retval): Likewise.
41359         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41360         macro definitions in tst-audit.h.
41361         * sysdeps/i386/tst-audit.h: New file.
41362         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41363         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41364         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41365         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41366         * sysdeps/sh/tst-audit.h: Likewise.
41367         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41368         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41369         * sysdeps/x86_64/tst-audit.h: Likewise.
41371 2012-07-26  Andreas Jaeger  <aj@suse.de>
41373         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41374         ptrace.
41376         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41377         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41378         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41379         PTRACE_O_MASK.
41380         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41381         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41382         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41384         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41385         value.
41387         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41388         _sigsys.
41389         (si_call_addr, si_syscall, si_arch): Define new macro.
41390         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41391         _sigsys.
41392         (si_call_addr, si_syscall, si_arch): Define new marcro.
41393         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41394         _sigsys.
41395         (si_call_addr, si_syscall, si_arch): Define new macro.
41396         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41397         _sigsys.
41398         (si_call_addr, si_syscall, si_arch): Define new macro.
41400 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41402         [BZ #13717]
41403         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41404         Change to 2.4.21 where previously 2.4.1.
41405         * sysdeps/unix/sysv/linux/configure: Regenerated.
41406         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41407         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41408         Linux kernel version.
41409         (__ASSUME_STD_AUXV): Remove.
41410         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41411         kernel version.
41412         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41413         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41414         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41415         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41416         (__ASSUME_NETLINK_SUPPORT): Likewise.
41417         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41418         (__no_netlink_support): Remove conditional definition.
41419         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41420         Remove.
41421         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41422         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41423         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41424         (if_nameindex_ioctl): Remove.
41425         (if_nameindex_netlink): Do not handle __no_netlink_support.
41426         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41427         code.
41428         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41429         Remove conditional code.
41430         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41431         code.
41432         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41433         unconditional.
41434         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41435         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41436         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41437         Remove.
41438         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41439         [!__ASSUME_STD_AUXV]: Remove conditional code.
41440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41441         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41442         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41444         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41445         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41446         code.
41447         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41449         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41450         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41451         conditional code.
41452         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41454         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41455         code.
41456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41457         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41458         conditional code.
41459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41460         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41461         code unconditional.
41462         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41463         conditional code.
41464         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41465         unconditional.
41466         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41467         conditional code.
41468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41469         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41470         unconditional.
41471         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41472         conditional code.
41473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41474         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41475         code unconditional.
41476         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41477         conditional code.
41478         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41479         unconditional.
41480         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41481         conditional code.
41482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41483         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41484         code unconditional.
41485         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41486         conditional code.
41487         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41488         unconditional.
41489         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41490         conditional code.
41492 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41494         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41495         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41496         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41497         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41498         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41499         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41500         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41501         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41502         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41503         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41504         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41505         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41506         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41507         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41508         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41509         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41510         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41511         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41512         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41513         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41514         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41515         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41516         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41518 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41520         * Versions.def: Add GLIBC_2.17.
41521         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41522         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41523         Introduce __libc_secure_getenv.
41524         * stdlib/Versions (2.17): Add secure_getenv
41525         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41526         * stdlib/secure-getenv.c: Rename __secure_getenv to
41527         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41528         symbol __secure_getenv for GLIBC_2.0.
41529         * stdlib/tst-secure-getenv.c: New.
41530         * stdlib/Makefile (tests): Add testcase.
41531         * manual/startup.texi (Environment Access): Document
41532         secure_getenv.
41533         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41534         __libc_secure_getenv.
41535         * inet/ruserpass.c (ruserpass): Likewise.
41536         * malloc/mtrace.c (mtrace): Likewise.
41537         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41538         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41539         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41540         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41541         HAVE_SECURE_GETENV.
41542         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41543         __secure_getenv to __libc_secure_getenv.
41544         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41546         Likewise.
41547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41548         Likewise.
41549         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41550         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41551         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41552         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41557 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41559         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41560         (struct La_i86_retval): Likewise.
41561         (struct La_x86_64_regs): Likewise.
41562         (struct La_x86_64_retval): Likewise.
41563         (struct La_x32_regs): Likewise.
41564         (struct La_x32_retval): Likewise.
41565         (struct La_ppc32_regs): Likewise.
41566         (struct La_ppc32_retval): Likewise.
41567         (struct La_ppc64_regs): Likewise.
41568         (struct La_ppc64_retval): Likewise.
41569         (struct La_sh_regs): Likewise.
41570         (struct La_sh_retval): Likewise.
41571         (struct La_s390_32_regs): Likewise.
41572         (struct La_s390_32_retval): Likewise.
41573         (struct La_s390_64_regs): Likewise.
41574         (struct La_s390_64_retval): Likewise.
41575         (struct La_sparc32_regs): Likewise.
41576         (struct La_sparc32_retval): Likewise.
41577         (struct La_sparc64_regs): Likewise.
41578         (struct La_sparc64_retval): Likewise.
41579         (struct audit_ifaces): Remove architecture-specific pltenter and
41580         pltexit members.
41581         * sysdeps/i386/ldsodefs.h: New file.
41582         * sysdeps/powerpc/ldsodefs.h: Likewise.
41583         * sysdeps/s390/ldsodefs.h: Likewise.
41584         * sysdeps/sh/ldsodefs.h: Likewise.
41585         * sysdeps/sparc/ldsodefs.h: Likewise.
41586         * sysdeps/x86_64/ldsodefs.h: Likewise.
41588 2012-07-25  Marek Polacek  <polacek@redhat.com>
41590         [BZ #6808]
41591         * math/libm-test.inc (yn_test): Add another test.
41592         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41593         to ERANGE when the result is +-Inf.
41594         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41595         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41596         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41597         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41599 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41601         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41602         equal to 0.
41603         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41604         clock_t.
41605         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41607 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41609         * configure.in <sysdeps resolving>: Correct printing
41610         Implies_before.
41611         * configure: Regenerate.
41613 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41615         * math/w_ilogb.c: Include <limits.h>.
41616         * math/w_ilogbl.c: Likewise.
41618 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41620         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41621         va_copy.  Document allowing for unavailable va_copy only as
41622         pre-C99 compatibility.
41623         * manual/string.texi (Copying and Concatenation): Use va_copy
41624         instead of __va_copy in concat example.
41626 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41628         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41629         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41630         it if not null.
41632         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41633         with O_NOLINK passed to __file_name_lookup.
41635         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41636         with O_NOLINK passed to __file_name_lookup.
41638         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41639         negative N or less than NGIDS.
41641         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41642         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41643         enough.  Use memcpy instead of strncpy.
41645 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41647         * elf/Makefile (check-data): Remove.
41648         (localplt.data): New vpath directive.
41649         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41650         instead of $(check-data).
41651         * scripts/data/localplt-generic.data: Move to ...
41652         * sysdeps/generic/localplt.data: ... here.
41653         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41654         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41655         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41657         ... here.
41658         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41660         ... here.
41661         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41663         ... here.
41664         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41666         ... here.
41667         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41669         ... here.
41670         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41671         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41672         ... here.
41674 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41676         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41677         PPC32 and PPC64 files.
41678         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41679         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41681 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41683         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41684         __makecontext_ret to ...
41685         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41686         ... here and call exit if uc_link is NULL.  New file.
41687         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41688         __makecontext_ret.S.
41689         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41690         __makecontext_ret to ...
41691         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41692         ... here and call exit if uc_link is NULL.  New file.
41693         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41694         __makecontext_ret.S.
41696 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41698         * elf/elf.h (R_390_IRELATIVE): New definition.
41699         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41700         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41701         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41702         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41703         (elf_machine_lazy_rel): Likewise.
41704         * sysdeps/s390/dl-irel.h: New file.
41705         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41706         * sysdeps/s390/s390-64/memset.S: New asm code.
41707         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41708         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41709         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41710         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41711         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41712         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41713         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41714         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41715         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41716         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41717         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41718         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41719         * sysdeps/s390/s390-32/memset.S: New asm code.
41720         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41722 2012-07-17  Marek Polacek  <polacek@redhat.com>
41724         [BZ #14349]
41725         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41726         * sysdeps/s390/s390-64/configure.in: Likewise.
41727         * sysdeps/sparc/configure.in: Likewise.
41728         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41729         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41730         * sysdeps/i386/configure.in: Likewise.
41731         * sysdeps/x86_64/configure.in: Likewise.
41732         * sysdeps/sh/configure.in: Likewise.
41733         * sysdeps/s390/s390-32/configure: Regenerated.
41734         * sysdeps/s390/s390-64/configure: Likewise.
41735         * sysdeps/x86_64/configure: Likewise.
41736         * sysdeps/sh/configure: Likewise.
41737         * sysdeps/powerpc/powerpc64/configure: Likewise.
41738         * sysdeps/powerpc/powerpc32/configure: Likewise.
41739         * sysdeps/sparc/configure: Likwise.
41740         * sysdeps/i386/configure: Likewise.
41742         * elf/dl-open.c: Comment fixes.
41744 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41746         * Makefile [CXX] (check-data): Remove.
41747         [CXX] (c++-types.data): New vpath directive.
41748         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41749         vpath.  Do not allow for C++ type data being missing.
41750         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41751         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41752         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41753         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41754         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41755         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41756         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41758         ... here.
41759         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41761         ... here.
41762         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41763         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41764         ... here.
41765         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41767         ... here.
41768         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41770         ... here.
41771         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41773         ... here.
41774         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41775         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41776         ... here.
41777         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41778         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41780         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41781         definitions to architecture-specific files.
41782         (TLS_IE): Likewise.
41783         (TLS_LD): Likewise.
41784         (TLS_GD): Likewise.
41785         * sysdeps/i386/tls-macros.h: New file.
41786         * sysdeps/powerpc/tls-macros.h: Likewise.
41787         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41788         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41789         * sysdeps/sh/tls-macros.h: Likewise.
41790         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41791         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41792         * sysdeps/x86_64/tls-macros.h: Likewise.
41794 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41796         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41797         zero value for regular exit case.
41799         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41800         (__start_context): Preserve zero value for regular exit case.
41802 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41803             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41805         * manual/setjmp.texi (setcontext): Clarify normal process
41806         termination when uc_link is the null pointer.
41807         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41808         exit call.
41810 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41812         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41813         preprocessor.  Test for each exception mask separately.
41815 2012-07-16  Andreas Jaeger  <aj@suse.de>
41817         * po/ru.po: Update from translation team.
41819 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41821         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41822         equal to 0.
41823         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41824         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41825         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41826         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41827         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41829 2012-07-13  Andreas Jaeger  <aj@suse.de>
41831         * po/fr.po: Update from translation team.
41833 2012-07-12  Marek Polacek  <polacek@redhat.com>
41835         [BZ #14173]
41836         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41837         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41838         loop condition.
41840 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41842         [BZ #13717]
41843         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41844         Change to 2.4.1 where previously 2.4.0.
41845         * sysdeps/unix/sysv/linux/configure: Regenerated.
41846         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41847         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41848         version.
41849         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41850         (__ASSUME_AT_CLKTCK): Remove.
41851         (__ASSUME_AT_PAGESIZE): Likewise.
41852         (__ASSUME_AT_XID): Likewise.
41853         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41854         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41855         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41856         unconditionally.
41857         (HAVE_AUX_PAGESIZE): Likewise.
41858         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41859         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41860         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41862 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41864         [BZ #14307]
41865         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41866         the temporary buffer used to invoke __gethostbyname2_r,
41867         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41868         host_data / struct gaih_addrtuple.
41869         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41870         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41871         header file nss/nsswitch.h.
41872         * nss/nsswitch.h (global scope): Add definition of implementation
41873         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41874         resolv/nss_dns/dns-host.c).
41876 2012-07-11  Andreas Jaeger  <aj@suse.de>
41878         * po/fr.po: Update from translation team.
41880         * po/sv.po: Update from translation team
41881         * po/fr.po: Another update from translation team.
41883 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41885         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41886         for subnormals or multiply small sinh result by itself.
41887         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41890 2012-07-11  David S. Miller  <davem@davemloft.net>
41892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41894 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41896         [BZ #14347]
41897         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41898         (INTERNAL_MARK): Shift it here.
41900 2012-07-10  Marek Polacek  <polacek@redhat.com>
41902         [BZ #14151]
41903         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41904         libc_cv_asm_global_directive with .globl.
41905         * configure: Regenerated.
41906         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41907         with .globl.
41908         * sysdeps/i386/configure: Regenerated.
41909         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41910         with .globl.
41911         * sysdeps/x86_64/configure: Regenerated.
41912         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41913         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41914         * elf/tst-unique2mod2.c: Likewise.
41915         * elf/tst-unique2mod1.c: Likewise.
41916         * elf/tst-unique1mod2.c: Likewise.
41917         * elf/tst-unique1mod1.c: Likewise.
41918         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41919         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41920         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41921         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41922         * sysdeps/mach/sysdep.h: Likewise.
41923         * sysdeps/i386/sysdep.h: Likewise.
41924         * sysdeps/i386/i386-mcount.S: Likewise.
41925         * sysdeps/x86_64/_mcount.S: Likewise.
41926         * sysdeps/x86_64/sysdep.h: Likewise.
41927         * sysdeps/sh/_mcount.S: Likewise.
41928         * sysdeps/sh/sysdep.h: Likewise.
41929         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41930         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41931         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41932         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41933         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41934         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41935         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41936         * locale/localeinfo.h: Likewise.
41937         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41938         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41940 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41942         [BZ #14336]
41943         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41944         system".
41945         * manual/message.texi (The Uniforum approach): Likewise.
41946         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41947         (glibc iconv Implementation): Likewise.
41949 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41951         [BZ #14337]
41952         * math/s_clog.c (__clog): Avoid scaling a value down where that
41953         could result in underflow.
41954         * math/s_clog10.c (__clog10): Likewise.
41955         * math/s_clog10f.c (__clog10f): Likewise.
41956         * math/s_clog10l.c (__clog10l): Likewise.
41957         * math/s_clogf.c (__clogf): Likewise.
41958         * math/s_clogl.c (__clogl): Likewise.
41959         * math/libm-test.inc (clog_test): Add more tests.
41960         (clog10_test): Likewise.
41961         * sysdeps/i386/fpu/libm-test-ulps: Update.
41962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41964 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41966         [BZ #14283]
41967         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41968         by 7 not 8 to examine high bit of fractional part.
41970         [BZ #14042]
41971         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41972         for call to __mcount_internal.
41973         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41974         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41975         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41977 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41979         [BZ #14154]
41980         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41981         approximation for values within 0x1p-13f of an odd multiple of
41982         pi/4.
41983         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41984         exception.  Add more tests.
41985         * sysdeps/i386/fpu/libm-test-ulps: Update.
41987         [BZ #6778]
41988         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41989         inputs and return -1 for them.  Do not check for +Inf in case not
41990         reachable for +Inf.
41991         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41992         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41993         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41994         and return -1 for them.  Do not check for +Inf in case not
41995         reachable for +Inf.
41996         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41997         define.
41998         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41999         and return -1 for them.  Do not check for +Inf in case not
42000         reachable for +Inf.
42001         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42002         spurious underflow.
42003         * sysdeps/i386/fpu/libm-test-ulps: Update.
42004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42006 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42008         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42010 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42012         [BZ #14157]
42013         [BZ #14331]
42014         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42015         could result in spurious underflow.  Scale down values above
42016         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42017         * math/s_csqrtf.c (__csqrtf): Likewise.
42018         * math/s_csqrtl.c (__csqrtl): Likewise.
42019         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42020         spurious underflow.
42021         * sysdeps/i386/fpu/libm-test-ulps: Update.
42022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42024 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42026         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42027         xopen-msg.sed.
42028         * catgets/xopen-msg.awk: New file.
42029         * catgets/xopen-msg.sed: Removed.
42031         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42032         po2text.sed.
42033         * intl/po2test.awk: New file.
42034         * intl/po2test.sed: Removed.
42036 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42038         [BZ #14328]
42039         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42040         or multiply small sinh result by itself.
42041         * math/s_ctanf.c (__ctanf): Likewise.
42042         * math/s_ctanh.c (__ctanh): Likewise.
42043         * math/s_ctanhf.c (__ctanhf): Likewise.
42044         * math/s_ctanhl.c (__ctanhl): Likewise.
42045         * math/s_ctanl.c (__ctanl): Likewise.
42046         * math/libm-test.inc (ctan_test_tonearest): New function.
42047         (ctan_test_towardzero): Likewise.
42048         (ctan_test_downward): Likewise.
42049         (ctan_test_upward): Likewise.
42050         (ctanh_test_tonearest): Likewise.
42051         (ctanh_test_towardzero): Likewise.
42052         (ctanh_test_downward): Likewise.
42053         (ctanh_test_upward): Likewise.
42054         (main): Call these new functions.
42055         * sysdeps/i386/fpu/libm-test-ulps: Update.
42056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42058 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42060         * .gitignore: Delete /ports entry.
42062 2012-07-03  Andreas Jaeger  <aj@suse.de>
42064         * po/bg.po: Update from translation team.
42065         * po/cs.po: Likewise.
42066         * po/de.po: Likewise.
42067         * po/hr.po: Likewise.
42068         * po/nl.pl: Likewise.
42069         * po/pl.po: Likewise.
42070         * po/vi.po: Likewise.
42072 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42074         * Makeconfig [!+link] (+link-before-libc): New variable.
42075         [!+link] (+link-after-libc): Likewise.
42076         [!+link] (+link-tests): Likewise.
42077         [!+link] (+link): Define in terms of $(+link-before-libc) and
42078         $(+link-after-libc).
42079         [!+link-static] (+link-static-before-libc): New variable.
42080         [!+link-static] (+link-static-after-libc): Likewise.
42081         [!+link-static] (+link-static-tests): Likewise.
42082         [!+link-static] (+link-static): Define in terms of
42083         $(+link-static-before-libc) and $(+link-static-after-libc).
42084         [build-shared] (link-libc-before-gnulib): New variable.
42085         [build-shared] (link-libc-tests): Likewise.
42086         [build-shared] (link-libc): Define in terms of
42087         $(link-libc-before-gnulib).
42088         [!build-shared] (link-libc-tests): New variable.
42089         (link-libc-static-tests): New variable.
42090         [!gnulib] (gnulib-arch): New variable.
42091         [!gnulib] (gnulib-tests): Likewise.
42092         [!gnulib] (static-gnulib-arch): Likewise.
42093         [!gnulib] (static-gnulib-tests): Likewise.
42094         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42095         Define with "=" instead of ":=".
42096         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42097         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42098         * Rules (binaries-all-notests): New variable.
42099         (binaries-all-tests): Likewise.
42100         (binaries-static-notests): Likewise.
42101         (binaries-static-tests): Likewise.
42102         (binaries-all): Define using $(binaries-all-notests) and
42103         $(binaries-all-tests).
42104         (binaries-static): Define using $(binaries-static-notests) and
42105         $(binaries-static-tests).
42106         (binaries-shared-tests): New variable.
42107         (binaries-shared-notests): Likewise.
42108         (binaries-shared): Remove variable.
42109         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42110         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42111         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42112         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42113         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42114         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42115         * elf/Makefile (sln-modules): New variable.
42116         (extra-objs): Add $(sln-modules:=.o).
42117         (ldconfig-modules): Add static-stubs.
42118         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42119         * elf/static-stubs.c: New file.
42121         [BZ #14283]
42122         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42123         by 7 not 8 to examine high bit of fractional part.  Use volatile
42124         variables when splitting into final array of floats if
42125         __FLT_EVAL_METHOD__ != 0.
42126         * math/libm-test.inc (cos_test): Add another test.
42127         (sin_test): Likewise.
42128         * sysdeps/i386/fpu/libm-test-ulps: Update.
42130         [BZ #14273]
42131         * math/libm-test.inc (cosh_test): Add more tests.
42133         * version.h (RELEASE): Set to "development".
42134         (VERSION): Set to "2.16.90".
42136 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42138         * NEWS: Update copyright. Remove last-updated date.
42139         Mention math library bug fixes and timezone data changes.
42140         * README: Mention GNU/Hurd, x32, and HPPA support status.
42142 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42144         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42146 2012-06-27  Andreas Jaeger  <aj@suse.de>
42148         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42150 2012-06-25  Andreas Jaeger  <aj@suse.de>
42152         * sysdeps/s390/fpu/libm-test-ulps: Update.
42154 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42155             Thomas Schwinge  <thomas@codesourcery.com>
42157         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42158         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42159         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42160         fanotify_mark.
42162 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42164         * sysdeps/mach/start.c: Remove file.
42165         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42166         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42167         * sysdeps/sh/init-first.c: Likewise.
42169         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42170         registers for frame unwinding purposes, add CFI directives.
42171         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42172         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42173         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42174         Likewise.
42176         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42177         __fortify_fail returning.
42178         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42180         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42181         sysdeps/sh/____longjmp_chk.S.
42182         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42183         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42184         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42185         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42187         * sysdeps/sh/abort-instr.h: New file.
42188         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42189         process in case exit returns.
42191         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42192         initialize the GOT register before use.
42194         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42195         calculation of ARGC > 4.
42197         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42198         meaningful names to some local labels.
42200 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42201             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42203         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42204         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42205         (__arch_compare_and_exchange_val_16_acq): Likewise.
42206         (__arch_compare_and_exchange_val_32_acq): Likewise.
42207         (atomic_exchange_and_add): Fix gUSA sequence.
42208         (atomic_add): Likewise.
42209         (atomic_add_negative): Likewise.
42210         (atomic_add_zero): Likewise.
42211         (atomic_bit_test_set): Likewise.
42213 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42215         [BZ #13579]
42216         * include/link.h (struct link_map): Add l_free_initfini.
42217         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42218         l_initfini.
42219         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42220         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42221         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42222         set.
42224 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42226         * configure.in: Use AC_LANG_SOURCE.
42227         * configure: Regenerate.
42229 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42231         * configure.in (libc_cv_localstatedir): New substituted variable.
42232         * configure: Regenerated.
42233         * config.make.in (localstatedir): New variable, substituted from
42234         libc_cv_localstatedir.
42235         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42236         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42237         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42238         * sysdeps/gnu/configure: Regenerated.
42240 2012-06-21  Jeff Law  <law@redhat.com>
42242         [BZ #14277]
42243         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42244         free.  Simplify list management for _LIBC case.
42246 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42248         [BZ #14273]
42249         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42250         Clear sign bit of 64-bit integer value before comparing against
42251         overflow value.
42253         * sysdeps/mach/configure: Regenerated.
42255 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42257         [BZ #14278]
42258         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42260 2012-06-21  Jeff Law  <law@redhat.com>
42262         [BZ #13882]
42263         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42264         uint16_t for elements in the "seen" array to avoid char overflows.
42265         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42266         * elf/dl-open.c (dl_open_worker): Likewise.
42268 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42270         * scripts/list-sources.sh: Scan PORTS for translations.
42271         * po/libc.pot: Regenerated.
42273 2012-06-21  Andreas Jaeger  <aj@suse.de>
42275         [BZ #12194]
42276         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42277         warning.
42278         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42279         * bits/byteswap-16.h (__bswap_16): Likewise.
42280         * bits/byteswap.h (__bswap_constant_16): Likewise.
42282 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42284         [BZ #14117]
42285         * sysdeps/i386/fpu_control.h: Removed.
42286         * sysdeps/x86_64/fpu_control.h: Moved to ...
42287         * sysdeps/x86/fpu_control.h: Here.
42289         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42290         (_FPU_SETCW): Likewise.
42292 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42294         [BZ #14117]
42295         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42296         * sysdeps/x86/fpu/bits/mathinline.h: This.
42297         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42299         [BZ #14050]
42300         [BZ #14117]
42301         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42302         functions if __x86_64__ is defined.
42304 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42306         * string/endian.h: Add !__ASSEMBLER__ condition for including
42307         conversion interfaces.
42309 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42311         [BZ #14241]
42312         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42313         of ABS(x) in calculating zero to negative powers other than odd
42314         integers.
42315         * math/libm-test.inc (pow_test): Add more tests.
42317 2012-06-15  Andreas Jaeger  <aj@suse.de>
42319         * manual/contrib.texi (Contributors): Update entry of Liubov
42320         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42321         Machado Filho.
42323 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42325         * string/string.h: Add __wur to GNU version of strerror_r.
42327 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42329         [BZ #14229]
42330         * string/Makefile (tests): Add tst-strtok_r.
42331         * string/tst-strtok_r.c: New file.
42332         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42333         RAX_LP/RDX_LP on SAVE_PTR.
42335 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42337         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42339 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42341         * libm_test.inc (csqrt_test): Allow more spurious underflow
42342         exceptions.
42343         (j0_test): Likewise.
42344         (j1_test): Likewise.
42345         (y0_test): Likewise.
42346         (y1_test): Likewise.
42348 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42350         * po/Makefile (libc.pot): Use UTF-8 charset.
42352 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42354         [BZ #14210]
42355         Suppress sign-conversion warning from FD_SET.
42356         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42357         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42358         not unsigned long int.
42359         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42361 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42363         [BZ #14050]
42364         [BZ #14117]
42365         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42366         __extern_always_inline instead of __extern_inline.
42367         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42368         (__signbit): Likewise.
42369         (__signbitl): Support C++ namespace.
42370         (lrintf): New inline function.
42371         (lrint): Likewise.
42372         (llrintf): Likewise.
42373         (llrint): Likewise.
42374         (fmaxf): Likewise.
42375         (fmax): Likewise.
42376         (fminf): Likewise.
42377         (fmin): Likewise.
42378         (rint): Likewise.
42379         (rintf): Likewise.
42380         (ceil): Likewise.
42381         (ceilf): Likewise.
42382         (floor): Likewise.
42383         (floorf): Likewise.
42384         (nearbyint): Likewise.
42385         (nearbyintf): Likewise.
42387 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42389         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42390         non-default versions.
42392 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42394         [BZ #14218]
42395         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42397 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42399         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42400         (FE_UPWARD, FE_DOWNWARD): Don't define.
42401         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42402         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42404         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42405         reading it.
42406         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42407         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42409 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42411         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42412         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42413         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42414         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42416 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42418         [BZ #14117]
42419         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42420         * sysdeps/i386/fpu/Implies: New file.
42421         * sysdeps/x86_64/fpu/Implies: Likewise.
42422         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42423         * sysdeps/x86/fpu/bits/fenv.h: This.
42425         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42426         __SSE_MATH__.
42428 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42430         [BZ #14134]
42431         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42432         character 0xffff that matches the last element of the
42433         conversion table.
42435 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42437         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42438         fmodl commit.
42440 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42442         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42443         values higher than 25.6283.
42445 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42447         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42448         subnormal exponent extraction and add some __builtin_expect.
42449         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42450         Fix for subnormal mantissa calculation.
42452 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42454         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42455         cpu2 is -1 and errno is not ENOSYS.
42457 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42459         [BZ #14117]
42460         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42461         * sysdeps/x86/bits/string.h: This.
42462         * sysdeps/x86_64/bits/string.h: Removed.
42464         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42465         if not compiling for x86-64, but compiling for >= i486.
42467         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42468         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42470         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42471         New macro from Linux kernel 3.4.0.
42472         (FP_XSTATE_MAGIC2): Likewise.
42473         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42474         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42475         (struct _fpx_sw_bytes): New struct.
42476         (struct _xsave_hdr): Likewise.
42477         (struct _ymmh_state): Likewise.
42478         (struct _xstate): Likewise.
42480         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42481         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42482         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42483         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42484         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42485         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42487         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42488         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42489         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42490         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42491         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42492         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42494 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42496         [BZ #13743]
42497         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42498         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42499         (sysdep_headers): Include sys/platform/ppc.h.
42500         * sysdeps/powerpc/test-gettimebase.c: Test for
42501         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42502         * manual/Makefile (appendices): Include platform.texi.
42503         * manual/contrib.texi (Contributors): Update @node pointers.
42504         * manual/maint.texi (Maintenance): Likewise.
42505         (Platform): New node.
42506         * manual/platform.texi: New file.  Document the new features.
42508 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42509             Jakub Jelinek  <jakub@redhat.com>
42511         [BZ #14188]
42512         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42513         where __builtin_expect is unavailable.
42515 2012-06-03  David S. Miller  <davem@davemloft.net>
42517         * stdlib/longlong.h: Updated from GCC.
42519 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42521         [BZ #14042]
42522         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42523         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42524         __mcount_internal.
42525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42526         (GLIBC_2.16): Likewise.
42528 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42530         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42532 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42535         (default-abi): New variable.
42536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42537         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42538         variable.
42539         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42540         Likewise.
42541         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42542         Likewise.
42543         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42544         Likewise.
42546         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42547         definition.  Document in comment.
42549 2012-06-01  David S. Miller  <davem@davemloft.net>
42551         * stdlib/longlong.h: Updated from GCC.
42553 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42555         [BZ #14117]
42556         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42557         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42558         sys/debugreg.h sys/io.h here.
42559         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42560         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42561         sys/io.h.
42562         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42563         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42564         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42565         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42566         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42567         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42569         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42570         Define only if __x86_64__ is defined.
42572 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42574         [BZ #14048]
42575         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42576         Use int64_t for variable i.
42577         * math/libm-test.inc (fmod_test): Add more tests.
42579         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42580         z computation is not scheduled after fetestexcept.
42581         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42582         Use math_force_eval instead of asm to ensure calculation scheduled
42583         before exception test.
42584         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42585         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42587 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42589         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42590         computation is not scheduled after fetestexcept.
42592 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42594         [BZ #14117]
42595         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42596         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42598 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42600         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42601         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42603 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42605         [BZ #14117]
42606         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42607         <bits/wordsize.h>.
42608         (__WCHAR_MIN): Support __WORDSIZE == 64.
42609         (__WCHAR_MAX): Likewise.
42611         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42612         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42614         [BZ #14183]
42615         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42616         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42618         [BZ #14117]
42619         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42620         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42622         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42623         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42625         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42626         Defined to 1 if __x86_64__ isn't defined.
42627         (_STAT_VER_LINUX_OLD): New.
42628         (st_atime): Remove duplicate.
42629         (st_mtime): Likewise.
42630         (st_ctime): Likewise.
42632 2012-05-31  David S. Miller  <davem@davemloft.net>
42634         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42635         entries.
42637 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42639         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42640         gen-libm-test.pl.
42642         [BZ #14132]
42643         * elf/dl-reloc.c: Include <_itoa.h>.
42644         (_dl_reloc_bad_type): Remove use of INTUSE.
42645         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42646         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42647         * stdio-common/psiginfo.c (psiginfo): Likewise.
42648         * stdio-common/psignal.c (psignal): Likewise.
42649         * string/strsignal.c (strsignal): Likewise.
42650         * include/signal.h (_sys_siglist): Declare hidden proto.
42651         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42652         INTVARDEF with libc_hidden_data_def.
42653         * stdio-common/itoa-udigits.c: Likewise.
42654         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42655         (_itoa_lower_digits_internal): Remove declaration.
42656         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42657         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42658         (_sys_sigabbrev_internal): Remove aliases.
42659         (_sys_siglist): Define hidden alias.
42661 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42663         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42664         bits/sysctl.h.
42666 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42668         [BZ #14117]
42669         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42670         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42672         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42673         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42674         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42675         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42676         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42677         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42679         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42680         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42681         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42683         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42684         with __addr.
42685         (insw): Likewise.
42686         (insl): Likewise.
42687         (outsb): Likewise.
42688         (outsw): Likewise.
42689         (outsl): Likewise.
42691         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42692         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42693         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42695         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42696         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42697         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42698         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42699         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42700         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42702         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42703         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42705         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42706         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42708         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42709         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42710         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42712         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42713         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42714         to ...
42715         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42717         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42718         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42719         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42721         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42722         for x86-64.
42723         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42725 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42727         * math/math.h (M_El): Use two more decimal places.
42728         (M_LOG2El): Likewise.
42729         (M_LOG10El): Likewise.
42730         (M_LN2l): Likewise.
42731         (M_LN10l): Likewise.
42732         (M_PIl): Likewise.
42733         (M_PI_2l): Likewise.
42734         (M_PI_4l): Likewise.
42735         (M_1_PIl): Likewise.
42736         (M_2_PIl): Likewise.
42737         (M_2_SQRTPIl): Likewise.
42738         (M_SQRT2l): Likewise.
42739         (M_SQRT1_2l): Likewise.
42741 2012-05-31  David S. Miller  <davem@davemloft.net>
42743         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42744         values between float registers.
42745         * sysdeps/sparc/sparc64/memset.S: Likewise.
42746         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42748 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42750         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42751         -D_FORTIFY_SOURCE=1.
42752         (CPPFLAGS-tst-longjmp_chk.c): Define.
42753         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42754         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42755         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42756         CFLAGS-tst-wchar-h.c.
42758 2012-05-31  Marek Polacek  <polacek@redhat.com>
42760         [BZ #14132]
42761         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42762         __endmntent_internal): Remove declaration.
42763         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42764         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42765         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42767 2012-05-30  David S. Miller  <davem@davemloft.net>
42769         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42770         (___Q_simulate_exceptions): Use real FP ops rather than writing
42771         into the %fsr.
42772         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42773         Likewise.
42775 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42777         [BZ #14117]
42778         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42779         * sysdeps/x86/bits/xtitypes.h: This.
42781         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42782         * sysdeps/x86/bits/wordsize.h: This.
42784         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42785         * sysdeps/x86/bits/huge_vall.h: This.
42787         * sysdeps/i386/bits/select.h: Removed.
42788         * sysdeps/x86_64/bits/select.h: Renamed to ...
42789         * sysdeps/x86/bits/select.h: This.
42791         * sysdeps/i386/bits/setjmp.h: Removed.
42792         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42793         * sysdeps/x86/bits/setjmp.h: This.
42795         * sysdeps/i386/bits/mathdef.h: Removed.
42796         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42797         * sysdeps/x86/bits/mathdef.h: This.
42799 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42801         [BZ #14132]
42802         * include/sys/socket.h (__connect_internal)
42803         (__libc_sa_len_internal): Remove declaration.
42804         (__connect, __libc_sa_len): Declare hidden_proto.
42805         (SA_LEN): Remove use of INTUSE.
42806         * socket/connect.c: Add libc_hidden_def.
42807         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42808         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42809         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42810         alias.
42811         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42812         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42813         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42814         of adding _internal alias.
42816 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42818         [BZ #14117]
42819         * sysdeps/i386/bits/link.h: Removed.
42820         * sysdeps/i386/bits/linkmap.h: Likewise.
42821         * sysdeps/x86_64/bits/link.h: Renamed to ...
42822         * sysdeps/x86/bits/link.h: This.
42823         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42824         * sysdeps/x86/bits/linkmap.h: This.
42826         * sysdeps/i386/bits/endian.h: Removed.
42827         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42828         * sysdeps/x86/bits/endian.h: This.
42830         * sysdeps/i386/bits/byteswap.h: Removed.
42831         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42832         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42833         * sysdeps/x86/bits/byteswap.h: This.
42834         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42835         * sysdeps/x86/bits/byteswap-16.h: This.
42836         * sysdeps/i386/Implies: Add x86.
42837         * sysdeps/x86_64/Implies: Likewise.
42839 2012-05-30  David S. Miller  <davem@davemloft.net>
42841         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42842         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42843         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42844         (FP_TRAPPING_EXCEPTIONS): Define.
42845         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42846         (FP_TRAPPING_EXCEPTIONS): Define.
42847         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42848         subnormals only when inexact has been signalled or underflow
42849         exceptions are enabled.
42850         (_FP_PACK_CANONICAL): Likewise.
42852 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42854         [BZ #14183]
42855         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42856         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42858 2012-05-30  Richard Henderson  <rth@twiddle.net>
42860         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42861         with #ifndef NOT_IN_libc.
42863         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42864         marked to avoid plt entry.
42866 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42868         [BZ #14112]
42869         * Makeconfig (default-abi): New macro.
42870         (abi-includes): Likewise.
42871         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42872         $(abi-$(default-abi)-lib-soname) for soname if defined.
42873         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42874         abi-variants.
42875         * Makefile (installed-stubs): Likewise.
42876         * include/stubs-biarch.h: Removed.
42877         * scripts/lib-names.awk: Only handle one library at a time.
42878         * scripts/soversions.awk: Remove WORDSIZE support.
42879         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42880         entries.
42881         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42882         Removed.
42883         (syscall-list-default-condition): Likewise.
42884         (syscall-list-default-condition): Likewise.
42885         (syscall-list-includes): Likewise.
42886         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42887         syscall-list-* with abi-*.  Handle undefined abi-variants.
42888         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42889         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42890         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42891         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42892         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42893         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42894         Removed.
42895         (syscall-list-32-options): Likewise.
42896         (syscall-list-32-condition): Likewise.
42897         (syscall-list-64-options): Likewise.
42898         (syscall-list-64-condition): Likewise.
42899         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42900         macro.
42901         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42902         Renamed to ...
42903         (abi-*): This.
42904         (abi-64-ld-soname): New macro.
42905         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42906         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42907         Renamed to ...
42908         (abi-*): This.
42909         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42910         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42912 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42914         * sysdeps/unix/sysv/linux/kernel-features.h
42915         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42916         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42917         include <kernel-features.h>.
42918         [!__NR_ftruncate64]: Remove conditional code.
42919         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42920         [__NR_ftruncate64]: Make code unconditional.
42921         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42922         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42923         include <kernel-features.h>.
42924         [!__NR_ftruncate64]: Remove conditional code.
42925         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42926         [__NR_ftruncate64]: Make code unconditional.
42927         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42929         include <kernel-features.h>.
42930         [!__NR_ftruncate64]: Remove conditional code.
42931         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42932         [__NR_ftruncate64]: Make code unconditional.
42933         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42935         include <kernel-features.h>.
42936         [!__NR_ftruncate64]: Remove conditional code.
42937         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42938         [__NR_ftruncate64]: Make code unconditional.
42939         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42941         * configure.in (libc_cv_fpie): Weaken to a compile test using
42942         LIBC_TRY_CC_OPTION.
42943         * configure: Regenerated.
42945 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42950         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42951         Refreshed.
42952         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42954         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42956         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42958         Refreshed.
42960 2012-05-27  David S. Miller  <davem@davemloft.net>
42962         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42963         (___Q_zero): New.
42964         (__Q_simulate_exceptions): Return void.  Change to simulate
42965         exceptions by writing into the %fsr.
42966         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42967         (__Qp_handle_exceptions): Likewise.
42968         (numbers): Delete.
42969         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42970         __Qp_handle_exceptions.
42971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42972         __Qp_handle_exceptions.
42973         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42974         as unused and give dummy FP_RND_NEAREST initializer.
42975         (FP_INHIBIT_RESULTS): Define.
42976         (___Q_simulate_exceptions): Update declaration.
42977         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42978         formatting.
42979         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42980         as unused and give dummy FP_RND_NEAREST initializer.
42981         (__Qp_handle_exceptions): Update declaration.
42982         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42983         formatting.
42985 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42987         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42988         the temporary FPU control word.
42989         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42990         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42991         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42992         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42993         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42994         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42995         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42996         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42997         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42998         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42999         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43001 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43003         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43004         fields.
43006 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43008         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43009         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43010         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43011         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43012         Likewise.
43013         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43014         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43015         Likewise.
43017 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43019         * po/h.po: Update from translation team.
43021 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43023         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43025         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43026         handling of denormals.
43027         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43028         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43029         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43030         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43031         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43032         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43033         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43034         Likewise.
43036 2012-05-26  Marek Polacek  <polacek@redhat.com>
43038         [BZ #14152]
43039         * math/libm-test.inc (fma_test): Don't always expect underflow
43040         exception.
43042 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43044         [BZ #12416]
43045         * elf/tst-execstack.c: Include stackinfo.h.
43046         (do_test): Adjust test case to ensure that pthread_getattr_np
43047         behaviour remains the same after marking stack executable.
43049 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43051         * sysdeps/unix/sysv/linux/kernel-features.h
43052         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43053         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43054         kernel-features.h.
43055         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43056         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43057         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43058         kernel-features.h.
43059         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43060         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43062 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43064         * configure.in: Define the default includes to being none.
43065         * configure: Regenerated.
43067 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43069         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43070         * sysdeps/x86_64/setjmp.S: Likewise.
43071         * sysdeps/i386/bsd-setjmp.S: Likewise.
43072         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43073         * sysdeps/i386/setjmp.S: Likewise.
43074         * sysdeps/i386/__longjmp.S: Likewise.
43075         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43076         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43078         * include/stap-probe.h: New file.
43079         * configure.in: Handle --enable-systemtap.
43080         * configure: Regenerated.
43081         * config.h.in (USE_STAP_PROBE): New #undef.
43082         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43083         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43084         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43086 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43088         [BZ #13717]
43089         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43090         to 2.4.0 where earlier.
43091         * sysdeps/unix/sysv/linux/configure: Regenerated.
43092         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43093         <kernel-features.h>.
43094         [__ASSUME_32BITUIDS]: Make code unconditional.
43095         [!__ASSUME_32BITUIDS]: Remove conditional code.
43096         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43097         <kernel-features.h>.
43098         [__ASSUME_32BITUIDS]: Make code unconditional.
43099         [!__ASSUME_32BITUIDS]: Remove conditional code.
43100         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43101         [__ASSUME_32BITUIDS]: Make code unconditional.
43102         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43103         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43104         <kernel-features.h>.
43105         [__ASSUME_32BITUIDS]: Make code unconditional.
43106         [!__ASSUME_32BITUIDS]: Remove conditional code.
43107         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43108         <kernel-features.h>.
43109         [__ASSUME_32BITUIDS]: Make code unconditional.
43110         [!__ASSUME_32BITUIDS]: Remove conditional code.
43111         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43112         <kernel-features.h>.
43113         [__ASSUME_32BITUIDS]: Make code unconditional.
43114         [!__ASSUME_32BITUIDS]: Remove conditional code.
43115         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43116         <kernel-features.h>.
43117         [__ASSUME_32BITUIDS]: Make code unconditional.
43118         [!__ASSUME_32BITUIDS]: Remove conditional code.
43119         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43120         <kernel-features.h>.
43121         [__ASSUME_32BITUIDS]: Make code unconditional.
43122         [!__ASSUME_32BITUIDS]: Remove conditional code.
43123         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43124         <kernel-features.h>.
43125         [__ASSUME_32BITUIDS]: Make code unconditional.
43126         [!__ASSUME_32BITUIDS]: Remove conditional code.
43127         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43128         <kernel-features.h>.
43129         [__ASSUME_32BITUIDS]: Make code unconditional.
43130         [!__ASSUME_32BITUIDS]: Remove conditional code.
43131         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43132         <kernel-features.h>.
43133         [__ASSUME_32BITUIDS]: Make code unconditional.
43134         [!__ASSUME_32BITUIDS]: Remove conditional code.
43135         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43136         <kernel-features.h>.
43137         [__ASSUME_32BITUIDS]: Make code unconditional.
43138         [!__ASSUME_32BITUIDS]: Remove conditional code.
43139         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43140         <kernel-features.h>.
43141         [__ASSUME_32BITUIDS]: Make code unconditional.
43142         [!__ASSUME_32BITUIDS]: Remove conditional code.
43143         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43144         <kernel-features.h>.
43145         [__NR_setresgid] (__setresgid): Do not declare.
43146         [__ASSUME_32BITUIDS]: Make code unconditional.
43147         [!__ASSUME_32BITUIDS]: Remove conditional code.
43148         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43149         <kernel-features.h>.
43150         [__NR_setresuid] (__setresuid): Do not declare.
43151         [__ASSUME_32BITUIDS]: Make code unconditional.
43152         [!__ASSUME_32BITUIDS]: Remove conditional code.
43153         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43154         <kernel-features.h>.
43155         [__ASSUME_32BITUIDS]: Make code unconditional.
43156         [!__ASSUME_32BITUIDS]: Remove conditional code.
43157         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43158         <kernel-features.h>.
43159         [__ASSUME_32BITUIDS]: Make code unconditional.
43160         [!__ASSUME_32BITUIDS]: Remove conditional code.
43161         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43162         <kernel-features.h>.
43163         [__ASSUME_32BITUIDS]: Make code unconditional.
43164         [!__ASSUME_32BITUIDS]: Remove conditional code.
43165         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43166         <kernel-features.h>.
43167         [__ASSUME_32BITUIDS]: Make code unconditional.
43168         [!__ASSUME_32BITUIDS]: Remove conditional code.
43169         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43170         <kernel-features.h>.
43171         [__ASSUME_32BITUIDS]: Make code unconditional.
43172         [!__ASSUME_32BITUIDS]: Remove conditional code.
43173         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43174         <kernel-features.h>.
43175         [__ASSUME_32BITUIDS]: Make code unconditional.
43176         [!__ASSUME_32BITUIDS]: Remove conditional code.
43177         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43178         <kernel-features.h>.
43179         [__ASSUME_32BITUIDS]: Make code unconditional.
43180         [!__ASSUME_32BITUIDS]: Remove conditional code.
43181         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43182         <kernel-features.h>.
43183         [__ASSUME_32BITUIDS]: Make code unconditional.
43184         [!__ASSUME_32BITUIDS]: Remove conditional code.
43185         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43186         <kernel-features.h>.
43187         [__ASSUME_32BITUIDS]: Make code unconditional.
43188         [!__ASSUME_32BITUIDS]: Remove conditional code.
43189         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43190         <kernel-features.h>.
43191         [__ASSUME_32BITUIDS]: Make code unconditional.
43192         [!__ASSUME_32BITUIDS]: Remove conditional code.
43193         * sysdeps/unix/sysv/linux/kernel-features.h
43194         (__ASSUME_SETRESUID_SYSCALL): Remove.
43195         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43196         (__ASSUME_32BITUIDS): Likewise.
43197         (__ASSUME_LDT_WORKS): Likewise.
43198         (__ASSUME_O_DIRECTORY): Likewise.
43199         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43200         architecture but not kernel version.
43201         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43202         (__ASSUME_MMAP2_SYSCALL): Likewise.
43203         (__ASSUME_STAT64_SYSCALL): Likewise.
43204         (__ASSUME_IPC64): Likewise.
43205         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43206         <kernel-features.h>.
43207         [__ASSUME_32BITUIDS]: Make code unconditional.
43208         [!__ASSUME_32BITUIDS]: Remove conditional code.
43209         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43210         <kernel-features.h>.
43211         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43212         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43213         132096]: Remove conditional code.
43214         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43215         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43216         <kernel-features.h>.
43217         [__ASSUME_32BITUIDS]: Make code unconditional.
43218         [!__ASSUME_32BITUIDS]: Remove conditional code.
43219         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43220         <kernel-features.h>.
43221         [__ASSUME_32BITUIDS]: Make code unconditional.
43222         [!__ASSUME_32BITUIDS]: Remove conditional code.
43223         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43224         <kernel-features.h>.
43225         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43226         unconditional.
43227         (__setresgid): Do not declare.
43228         [__ASSUME_32BITUIDS]: Make code unconditional.
43229         [!__ASSUME_32BITUIDS]: Remove conditional code.
43230         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43231         <kernel-features.h>.
43232         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43233         unconditional.
43234         (__setresuid): Do not declare.
43235         [__ASSUME_32BITUIDS]: Make code unconditional.
43236         [!__ASSUME_32BITUIDS]: Remove conditional code.
43237         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43238         <kernel-features.h>.
43239         [__ASSUME_32BITUIDS]: Make code unconditional.
43240         [!__ASSUME_32BITUIDS]: Remove conditional code.
43241         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43242         <kernel-features.h>.
43243         [__ASSUME_32BITUIDS]: Make code unconditional.
43244         [!__ASSUME_32BITUIDS]: Remove conditional code.
43246 2012-05-25  Richard Henderson  <rth@twiddle.net>
43248         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43249         dl_hwcap to ifunc resolver.
43250         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43251         elf_ifunc_invoke.
43252         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43253         dl_hwcap to ifunc resolver.
43254         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43256 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43258         [BZ #14153]
43259         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43260         for |x| <= 2**-26, not 2**-57.
43261         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43262         exception.
43264 2012-05-24  Jeff Law  <law@redhat.com>
43266         * stdio-common/Makefile (tests): Add bug25.
43267         * stdio-common/bug25.c: New test.
43269 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43271         [BZ #13576]
43272         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43273         multiple of MALLOC_ALIGNMENT in size.
43274         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43276 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43278         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43279         Require >= 256.
43280         (FILENAME_MAX): Use macro-int-constant.
43281         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43282         (_IOFBF): Use macro-int-constant.
43283         (_IOLBF): Likewise.
43284         (_IONBF): Likewise.
43285         (SEEK_CUR): Likewise.
43286         (SEEK_END): Likewise.
43287         (SEEK_SET): Likewise.
43288         (TMP_MAX): Likewise.
43289         (EOF): Use macro-int-constant.  Require < 0.
43290         (NULL): Use macro-constant.  Require == 0.
43291         (stdin): Require type to be FILE *.
43292         (stdout): Likewise.
43293         (stderr): Likewise.
43294         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43295         macro-int-constant.
43296         (EXIT_SUCCESS): Likewise.
43297         (NULL): Use macro-constant.  Require == 0.
43298         (RAND_MAX): Use macro-int-constant.
43299         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43300         [C99-based standards] (strtof): Require function.
43301         [C99-based standards] (strtold): Likewise.
43302         [C99-based standards] (strtoll): Likewise.
43303         [C99-based standards] (strtoull): Likewise.
43304         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43305         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43306         [ISO || ISO99 || ISO11] (math.h): Likewise.
43307         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43308         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43309         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43311 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43313         [BZ #14132]
43314         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43315         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43316         * intl/dgettext.c (DCGETTEXT): Likewise.
43317         * intl/gettext.c (DCGETTEXT): Likewise.
43318         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43319         * posix/regex_internal.h (gettext): Likewise.
43320         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43321         Remove declaration.
43322         * include/argz.h (__argz_count_internal)
43323         (__argz_stringify_internal): Remove declaration.
43324         (__argz_count, __argz_stringify): Declare hidden proto.
43325         * intl/dcgettext.c: Remove use of INTDEF.
43326         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43327         * string/argz-stringify.c: Likewise.
43328         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43329         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43330         Declare hidden proto.
43331         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43332         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43333         Declare hidden proto.
43334         * include/stdio.h (__asprintf_internal): Don't declare.
43335         (__asprintf): Don't define as macro.  Declare hidden proto.
43336         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43337         (__fsetlocking): Declare hidden proto.
43338         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43339         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43340         hidden proto.
43341         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43342         (_IO_setlinebuf): Remove use of INTUSE.
43343         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43344         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43345         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43346         Remove declaration.
43347         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43348         (_IO_do_flush): Remove use of INTUSE.
43349         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43350         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43351         (_IO_adjust_column, _IO_least_wmarker)
43352         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43353         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43354         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43355         (_IO_default_doallocate, _IO_wdefault_doallocate)
43356         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43357         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43358         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43359         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43360         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43361         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43362         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43363         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43364         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43365         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43366         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43367         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43368         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43369         proto.
43370         (_IO_flush_all_internal, _IO_adjust_column_internal)
43371         (_IO_default_uflow_internal, _IO_default_finish_internal)
43372         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43373         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43374         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43375         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43376         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43377         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43378         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43379         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43380         (_IO_file_close_internal, _IO_file_close_it_internal)
43381         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43382         (_IO_file_init_internal, _IO_file_attach_internal)
43383         (_IO_file_fopen_internal, _IO_file_read_internal)
43384         (_IO_file_sync_internal, _IO_file_seek_internal)
43385         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43386         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43387         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43388         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43389         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43390         (_IO_list_all_internal, _IO_link_in_internal)
43391         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43392         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43393         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43394         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43395         (_IO_do_write_internal, _IO_padn_internal)
43396         (_IO_getline_info_internal, _IO_getline_internal)
43397         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43398         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43399         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43400         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43401         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43402         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43403         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43404         with libc_hidden_ver, remove use of INTUSE.
43405         * libio/genops.c: Likewise.
43406         * libio/freopen.c: Likewise.
43407         * libio/freopen64.c: Likewise.
43408         * libio/iofclose.c: Likewise.
43409         * libio/iofdopen.c: Likewise.
43410         * libio/iofflush.c: Likewise.
43411         * libio/iofflush_u.c: Likewise.
43412         * libio/iofgets.c: Likewise.
43413         * libio/iofgets_u.c: Likewise.
43414         * libio/iofopen.c: Likewise.
43415         * libio/iofopncook.c: Likewise.
43416         * libio/iofread.c: Likewise.
43417         * libio/iofread_u.c: Likewise.
43418         * libio/ioftell.c: Likewise.
43419         * libio/iofwrite.c: Likewise.
43420         * libio/iogetline.c: Likewise.
43421         * libio/iogets.c: Likewise.
43422         * libio/iogetwline.c: Likewise.
43423         * libio/iopadn.c: Likewise.
43424         * libio/iopopen.c: Likewise.
43425         * libio/ioseekoff.c: Likewise.
43426         * libio/ioseekpos.c: Likewise.
43427         * libio/iosetbuffer.c: Likewise.
43428         * libio/iosetvbuf.c: Likewise.
43429         * libio/ioungetc.c: Likewise.
43430         * libio/ioungetwc.c: Likewise.
43431         * libio/iovdprintf.c: Likewise.
43432         * libio/iovsprintf.c: Likewise.
43433         * libio/iovsscanf.c: Likewise.
43434         * libio/memstream.c: Likewise.
43435         * libio/obprintf.c: Likewise.
43436         * libio/oldfileops.c: Likewise.
43437         * libio/oldiofclose.c: Likewise.
43438         * libio/oldiofdopen.c: Likewise.
43439         * libio/oldiofopen.c: Likewise.
43440         * libio/oldiopopen.c: Likewise.
43441         * libio/oldstdfiles.c: Likewise.
43442         * libio/putc.c: Likewise.
43443         * libio/setbuf.c: Likewise.
43444         * libio/setlinebuf.c: Likewise.
43445         * libio/stdfiles.c: Likewise.
43446         * libio/strops.c: Likewise.
43447         * libio/vasprintf.c: Likewise.
43448         * libio/vscanf.c: Likewise.
43449         * libio/vsnprintf.c: Likewise.
43450         * libio/vswprintf.c: Likewise.
43451         * libio/wfiledoalloc.c: Likewise.
43452         * libio/wfileops.c: Likewise.
43453         * libio/wgenops.c: Likewise.
43454         * libio/wmemstream.c: Likewise.
43455         * libio/wstrops.c: Likewise.
43456         * libio/__fpurge.c: Likewise.
43457         * libio/__fsetlocking.c: Likewise.
43458         * assert/assert.c: Likewise.
43459         * debug/fgets_chk.c: Likewise.
43460         * debug/fgets_u_chk.c: Likewise.
43461         * debug/fread_chk.c: Likewise.
43462         * debug/fread_u_chk.c: Likewise.
43463         * debug/gets_chk.c: Likewise.
43464         * debug/obprintf_chk.c: Likewise.
43465         * debug/vasprintf_chk.c: Likewise.
43466         * debug/vdprintf_chk.c: Likewise.
43467         * debug/vsnprintf_chk.c: Likewise.
43468         * debug/vsprintf_chk.c: Likewise.
43469         * malloc/mtrace.c: Likewise.
43470         * misc/error.c: Likewise.
43471         * misc/syslog.c: Likewise.
43472         * stdio-common/asprintf.c: Likewise.
43473         * stdio-common/fxprintf.c: Likewise.
43474         * stdio-common/getw.c: Likewise.
43475         * stdio-common/isoc99_fscanf.c: Likewise.
43476         * stdio-common/isoc99_scanf.c: Likewise.
43477         * stdio-common/isoc99_vfscanf.c: Likewise.
43478         * stdio-common/isoc99_vscanf.c: Likewise.
43479         * stdio-common/isoc99_vsscanf.c: Likewise.
43480         * stdio-common/printf-prs.c: Likewise.
43481         * stdio-common/printf_fp.c: Likewise.
43482         * stdio-common/printf_fphex.c: Likewise.
43483         * stdio-common/printf_size.c: Likewise.
43484         * stdio-common/putw.c: Likewise.
43485         * stdio-common/scanf.c: Likewise.
43486         * stdio-common/sprintf.c: Likewise.
43487         * stdio-common/tmpfile.c: Likewise.
43488         * stdio-common/vfprintf.c: Likewise.
43489         * stdio-common/vfscanf.c: Likewise.
43490         * stdlib/strfmon_l.c: Likewise.
43491         * sunrpc/openchild.c: Likewise.
43492         * sunrpc/xdr_stdio.c: Likewise.
43493         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43494         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43496 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43498         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43500         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43501         in the third column, to generate for the shared library an IFUNC
43502         that uses _dl_vdso_vsym.
43503         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43504         * Makeconfig (object-suffixes-noshared): New variable.
43506         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43507         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43508         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43509         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43511         [BZ #14132]
43512         * include/sys/time.h (__gettimeofday): Remove macro.
43513         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43514         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43515         Remove INTDEF.
43516         (__gettimeofday): Add libc_hidden_def.
43517         (gettimeofday): Add libc_hidden_weak.
43518         * sysdeps/mach/gettimeofday.c: Likewise.
43519         * sysdeps/posix/gettimeofday.c: Likewise.
43520         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43521         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43522         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43523         (__gettimeofday_internal): Remove strong_alias.
43524         (__gettimeofday): Add libc_hidden_def.
43525         (gettimeofday): Add libc_hidden_weak.
43526         * sysdeps/unix/syscalls.list (gettimeofday):
43527         Remove __gettimeofday_internal alias.
43529 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43530             H.J. Lu  <hongjiu.lu@intel.com>
43532         [BZ #12495]
43533         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43534         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43535         (largebin_index_32_big): New.
43536         (largebin_index): Use it for 16-byte alignment.
43537         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43538         correction with front_misalign.
43540 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43544         Likewise.
43545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43546         Likewise.
43547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43548         Likewise.
43549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43550         Likewise.
43551         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43552         Likewise.
43553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43554         Likewise.
43555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43556         Likewise.
43557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43558         Likewise.
43559         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43560         Likewise.
43561         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43562         Likewise.
43563         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43564         Likewise.
43565         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43566         Likewise.
43568         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43569         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43571 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43573         [BZ #10846]
43574         [BZ #14036]
43575         * math/libm-test.inc (exp_test): Add test from bug 14036.
43576         (pow_test): Add test from bug 10846.
43578         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43579         and other flags.
43580         (special_function): Do not include flags in test name.
43581         (parse_args): Likewise.
43582         * sysdeps/i386/fpu/libm-test-ulps: Update.
43583         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43584         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43585         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43588         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43589         exceptions.
43590         * math/libm-test.inc ("Philosophy"): Update comment about
43591         exception testing.
43592         (UNDERFLOW_EXCEPTION): New macro.
43593         (UNDERFLOW_EXCEPTION_OK): Likewise.
43594         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43595         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43596         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43597         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43598         (INVALID_EXCEPTION_OK): Update value.
43599         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43600         (OVERFLOW_EXCEPTION_OK): Likewise.
43601         (IGNORE_ZERO_INF_SIGN): Likewise.
43602         (test_exceptions): Handle underflow exceptions.
43603         (acos_test): Update for underflow exception expectations.
43604         (cexp_test): Likewise.
43605         (clog_test): Likewise.
43606         (clog10_test): Likewise.
43607         (csqrt_test): Likewise.
43608         (ctan_test): Likewise.
43609         (ctanh_test): Likewise.
43610         (exp_test): Likewise.
43611         (exp10_test): Likewise.
43612         (exp2_test): Likewise.
43613         (expm1_test): Likewise.
43614         (fma_test): Likewise.
43615         (j0_test): Likewise.
43616         (jn_test): Likewise.
43617         (nexttoward_test): Likewise.
43618         (pow_test): Likewise.
43619         (scalbn_test): Likewise.
43620         (scalbln_test): Likewise.
43621         (tan_test): Likewise.
43622         (y1_test): Likewise.
43623         * sysdeps/i386/fpu/libm-test-ulps: Update.
43624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43626 2012-05-23  David S. Miller  <davem@davemloft.net>
43628         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43629         (__libc_sigaction): Remove unused local variables.
43631 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43633         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43635 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43637         mktime: avoid signed integer overflow
43638         * time/mktime.c (__mktime_internal): Do not mishandle the case
43639         where diff == INT_MIN.
43641         mktime: simplify computation of average
43642         * time/mktime.c (ranged_convert): Use new time_t_avg function
43643         instead of rolling our own (probably-slower) code.
43645         mktime: do not assume signed right shift propagates sign bit
43646         * time/mktime.c (isdst_differ): New static function.
43647         (__mktime_internal): No need to normalize tm_isdst now.
43648         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43649         tm_isdst values.
43651         mktime: merge another wrapv change from gnulib
43652         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43653         from some compilers.
43655         mktime: remove incorrect attempt at unusual arithmetics
43656         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43657         The code didn't really work on such machines anyway.
43658         (TYPE_MINIMUM): Assume two's complement.
43659         (twos_complement_arithmetic): Verify that long_int and time_t
43660         are two's complement (or unsigned, in the latter case).
43662         mktime: check signed shifts on long_int and time_t, too
43663         * time/mktime.c (SHR): Check that shifts work as desired
43664         on the types long_int and time_t too, as SHR is used on
43665         such types.
43667         mktime: do not assume 'long' is wide enough
43668         * time/mktime.c (verify): Move decl up.
43669         (long_int): New type.
43670         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43671         to remove assumption in the code that 'long' is wide enough to
43672         store year values.  This assumption is not true on x32 and on
43673         some non-glibc platforms.
43675         mktime: merge wrapv change from gnulib
43676         * time/mktime.c (WRAPV): New macro.
43677         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43678         (guess_time_tm, __mktime_internal): Do not assume that signed
43679         integer overflow wraps around; modern compilers generate code
43680         where this assumption is no longer valid.
43682 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43684         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43685         Replace "jmp L(pseudo_end)" with "ret".
43686         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43687         Likewise.
43689 2012-05-23  Andreas Jaeger  <aj@suse.de>
43691         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43692         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43694 2012-05-23  Andreas Jaeger  <aj@suse.de>
43695             Maximilian Attems  <max@stro.at>
43697         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43698         New macros.
43700 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43702         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43703         code so that pseudo_end is just ret and the stack pointer is
43704         correct also for static library in error case.
43706 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43708         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43709         move to syscalls.list.
43710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43715         * manual/install.texi (Running make install): Do not mention Linux
43716         kernel version for which pt_chown is not needed.
43717         (Linux): Do not mention problems with nscd with 2.0 kernels.
43718         * INSTALL: Regenerated.
43720 2012-05-23  Andreas Jaeger  <aj@suse.de>
43722         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43723         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43724         macro.
43725         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43726         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43727         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43728         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43729         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43730         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43731         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43732         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43733         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43734         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43735         * sysdeps/unix/sysv/linux/bits/in.h
43736         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43738 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43740         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43741         (PREPARE_VERSION): Just use assert instead, it will be elided
43742         under [NDEBUG] anyway.
43744 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43746         * sysdeps/unix/sysv/linux/Makefile: Include
43747         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43748         (sysdep_routines): Remove sysctl.
43749         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43750         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43751         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43752         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43753         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43755 2012-05-22  Andreas Jaeger  <aj@suse.de>
43757         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43758         that pseudo_end is just ret and the stack pointer is correct also
43759         for static library in error case.
43761 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43763         [BZ #14122]
43764         * nss/nsswitch.c (defconfig_entries): New variable.
43765         (__nss_database_lookup): Don't leak defconfig entries.
43766         (nss_parse_service_list): Don't leak on error paths.
43767         (free_database_entries): New function.
43768         (free_defconfig): New function.
43769         (free_mem): Move common code to free_database_entries.
43771 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43773         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43774         Add arch_prctl.
43775         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43777         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43778         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43779         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43780         New macro.
43781         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43782         (INTERNAL_SYSCALL_TYPES): Likewise.
43783         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43784         (LOAD_REGS_TYPES_[1-6]): Likewise.
43785         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43786         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43788 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43790         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43791         copysignl for GLIBC_2_0.
43792         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43793         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43794         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43795         logbl for GLIBC_2_0.
43796         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43797         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43799 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43801         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43802         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43804         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43805         Use "neg %eax".
43807         * time/mktime.c: Update copyright years.
43809 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43811         mktime: merge comment-quoting-style change from gnulib
43812         * time/mktime.c: Quote 'like this' in comments.
43813         The GNU coding standards suggest that we no longer quote `like this',
43814         as "`" and "'" are typically rendered asymmetrically nowadays.
43815         The typical gnulib style is to quote 'like this' when quoting
43816         code, and "like this" when quoting English.
43818         * time/mktime.c (compile-command): Add "-I.".
43820         mktime: merge mktime-internal.h change from gnulib
43821         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43823         mktime: merge time_r change from gnulib
43824         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43826         mktime: merge DEBUG change from gnulib
43827         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43828         case system <time.h> has a #define.
43830         mktime: merge <sys/types.h> change from gnulib
43831         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43832         since <time.t> is now guaranteed to define time_t.
43834         mktime: merge HAVE_CONFIG_H change from gnulib
43835         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43837 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43839         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43840         Use "neg %eax".
43842         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43843         __rlim_t cast.
43844         (struct rusage): Use anonymous union to pad each field to
43845         __syscall_slong_t.
43847 2012-05-21  David S. Miller  <davem@davemloft.net>
43849         * Makefules (o-iterator): Remove .s cases.
43850         (compile-command.s): Delete.
43851         (COMPILE.s): Delete.
43852         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43854 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43856         * configure.in (libc_cv_predef_stack_protector): Only consider
43857         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43858         * configure: Regenerated.
43860 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43862         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43863         New macro.  Use R*LP on int and pointer.
43864         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43865         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43866         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43867         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43869         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43870         [__WORDSIZE_TIME64_COMPAT32] instead of
43871         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43872         (struct utmp): Likewise.
43873         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43874         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43875         Renamed to ...
43876         (__WORDSIZE_TIME64_COMPAT32): This.
43877         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43878         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43879         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43880         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43881         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43882         (__WORDSIZE_TIME64_COMPAT32): New macro.
43884 2012-05-21  Andreas Jaeger  <aj@suse.de>
43886         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43887         only if [SHARED]. Add prototype for __wcschr_ia32.
43889 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43891         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43892         of %rbp unmolested in the jmp_buf while mangling the low bits.
43893         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43894         unmolested high bits of %rbp while demangling the low bits.
43895         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43897 2012-05-21  Andreas Jaeger  <aj@suse.de>
43899         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43900         * sunrpc/svc_simple.c: Use it for registerrpc.
43901         * sunrpc/xcrypt.c: Use it for passwd2des.
43903         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43905 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43907         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43908         Don't define if [__SYSCALL_WORDSIZE != 32].
43909         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43910         New macro.
43912 2012-05-21  Bruno Haible  <bruno@clisp.org>
43913             Andreas Jaeger  <aj@suse.de>
43915         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43916         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43917         inptr and inend for must_buffer_ch.
43918         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43919         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43920         * stdio-common/Makefile (tests): Remove bug15.
43921         (bug15-ENV): Remove macro.
43922         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43923         anymore.
43925 2012-05-19  Andreas Jaeger  <aj@suse.de>
43926             Roland McGrath  <roland@hack.frob.com>
43928         * manual/contrib.texi: Completely rewritten. It contains now an
43929         alphabetical list of contributors and their contributions.
43931 2012-05-21  Richard Henderson  <rth@twiddle.net>
43933         * misc/getauxval.c (__getauxval): Use unsigned long int.
43934         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43935         (getauxval): Use unsigned long int.
43937 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43939         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43941 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43943         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43944         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43945         __alignof__ (long double).
43947 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43951 2012-05-20  Richard Henderson  <rth@twiddle.net>
43953         * misc/getauxval.c: New file.
43954         * misc/sys/auxv.h: New file.
43955         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43956         (routines): Add getauxval.
43957         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43958         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43959         * elf/dl-sysdep.c (_dl_auxv): Remove.
43960         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43961         * elf/dl-support.c (_dl_auxv): New variable.
43962         (_dl_aux_init): Initialize it.
43963         * manual/startup.texi (Auxiliary Vector): New node.
43964         * sysdeps/generic/bits/hwcap.h: New file.
43965         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43966         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43967         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43968         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43969         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43970         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43972         Update.
43973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43976         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43977         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43982 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43986 2012-05-19  David S. Miller  <davem@davemloft.net>
43988         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43990 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43992         [BZ #14123]
43993         * math/s_ccosh.c: Include <float.h>
43994         (__ccosh): Avoid internal overflow calculating sinh and cosh
43995         values before multiplying by sin and cos values.
43996         * math/s_ccoshf.c: Likewise.
43997         * math/s_ccoshl.c: Likewise.
43998         * math/s_csin.c: Likewise.
43999         * math/s_csinf.c: Likewise.
44000         * math/s_csinl.c: Likewise.
44001         * math/s_csinh.c: Likewise.
44002         * math/s_csinhf.c: Likewise.
44003         * math/s_csinhl.c: Likewise.
44004         * math/libm-test.inc (ccos_test): Add more tests.
44005         (ccosh_test): Likewise.
44006         (csin_test): Likewise.
44007         (csinh_test): Likewise.
44008         * sysdeps/i386/fpu/libm-test-ulps: Update.
44009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44011 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44013         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44014         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44016         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44018 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44020         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44021         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44022         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44023         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44024         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44025         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44026         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44027         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44028         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44029         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44030         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44031         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44032         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44033         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44034         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44035         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44036         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44037         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44038         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44039         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44040         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44041         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44042         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44043         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44044         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44045         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44046         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44047         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44048         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44049         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44050         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44052 2012-05-18  Andreas Jaeger  <aj@suse.de>
44054         * csu/.gitignore: Delete.
44056 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44058         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44059         (timex): Use __syscall_slong_t.
44061 2012-05-18  Andreas Jaeger  <aj@suse.de>
44062             Carlos O'Donell  <carlos_odonell@mentor.com>
44064         * manual/install.texi (Configuring and compiling): Update
44065         description about files modified in the source directory.
44066         * INSTALL: Regenerated.
44068 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44070         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44071         value.  Use "or" to set return value to -1.
44072         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44073         negate return value.
44075 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44077         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44078         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44079         failure if the compiler has Graphite support disabled.
44080         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44081         Likewise.
44082         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44083         (CFLAGS-memmove.c): Likewise.
44084         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44085         Likewise.
44087 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44089         * sysdeps/x86_64/x32/_itoa.h: New file.
44091         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44092         getdents system call only if kernel and user dirents have the
44093         same d_ino and d_off.
44095         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44096         LLONG_MAX != LONG_MAX.
44097         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44098         (_fitoa_word): Likewise.
44100         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44101         years.
44102         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44103         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44104         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44106         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44107         include <bits/wordsize.h>.  Check __x86_64__ instead of
44108         __WORDSIZE.
44109         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44110         if __x86_64__ is defined.  Use anonymous union on fpstate.
44112         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44113         anonymous union.
44115 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44117         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44118         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44119         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44120         Refer to _rtld_local_ro instead of _rtld_global_ro.
44121         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44122         Likewise.
44123         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44124         Likewise.
44125         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44126         Likewise.
44127         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44128         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44129         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44131         * sysdeps/powerpc/powerpc32/dl-machine.c
44132         (__elf_machine_runtime_setup) [PROF]: Don't reference
44133         _dl_prof_resolve.
44135 2012-05-18  Andreas Jaeger  <aj@suse.de>
44137         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44138         function only available for GCCs before 3.4 since GCC 3.4
44139         introduced a builtin.
44140         (lrint): Likewise.
44141         (llrintf): Likewise.
44142         (llrint): Likewise.
44143         (fmaxf): Likewise.
44144         (fmax): Likewise.
44145         (fminf): Likewise.
44146         (fmin): Likewise.
44147         (rint): Likewise.
44148         (rintf): Likewise.
44149         (nearbyint): Likewise.
44150         (nearbyintf): Likewise.
44151         (ceil): Likewise.
44152         (ceilf): Likewise.
44153         (floor): Likewise.
44154         (floorf): Likewise.
44156 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44158         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44159         on both fields and cast pointer to __syscall_ulong_t.
44161         * bits/types.h (__fsword_t): New type.
44162         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44163         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44164         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44165         (__FSWORD_T_TYPE): Likewise.
44166         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44167         (__FSWORD_T_TYPE): Likewise.
44168         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44169         (__FSWORD_T_TYPE): Likewise.
44170         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44171         (__FSWORD_T_TYPE): Likewise.
44172         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44173         __SWORD_TYPE with __fsword_t.
44174         (statfs64): Likewise.
44176 2012-05-17  David S. Miller  <davem@davemloft.net>
44178         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44180 2012-05-17  Andreas Jaeger  <aj@suse.de>
44182         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44183         warning.
44185 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44187         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44189 2012-05-17  Andreas Jaeger  <aj@suse.de>
44191         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44192         when it is used.
44194 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44196         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44198 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44200         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44201         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44203 2012-05-17  Andreas Jaeger  <aj@suse.de>
44204             Carlos O'Donell  <carlos_odonell@mentor.com>
44206         [BZ #14059]
44207         * sysdeps/x86_64/multiarch/init-arch.h
44208         (bit_YMM_Usable): Rename to...
44209         (bit_AVX_Usable): ... this.
44210         (bit_FMA4_Usable): New macro.
44211         (bit_XMM_state): New macro.
44212         (bit_YMM_state): New macro.
44213         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44214         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44215         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44216         (CPUID_OSXSAVE): New macro.
44217         (CPUID_AVX): New macro.
44218         (CPUID_FMA4): New macro.
44219         (index_YMM_Usable): Rename to...
44220         (index_AVX_Usable): ... this.
44221         (HAS_AVX): Use HAS_ARCH_FEATURE.
44222         (HAS_FMA4): Likewise.
44223         (HAS_YMM_USABLE): Remove.
44224         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44225         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44226         are present.
44227         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44228         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44229         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44230         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44231         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44233 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44235         * math/libm-test.c: Support platforms without multiple rounding modes.
44236         * math/bug-nextafter.c: Support platforms without FP exceptions.
44237         * math/bug-nexttoward.c: Likewise.
44238         * math/test-fenv.c: Likewise.
44239         * math/test-misc.c: Likewise.
44240         * stdlib/bug-getcontext.c: Likewise.
44242 2012-05-17  Andreas Jaeger  <aj@suse.de>
44244         * manual/examples/search.c (critter_cmp): Change signature to
44245         avoid warnings.
44246         * manual/string.texi (Collation Functions): Likewise.
44248 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44250         * bits/types.h: Fold copyright years.
44251         * bits/typesizes.h: Likewise.
44252         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44253         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44254         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44255         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44256         * time/time.h: Likewise.
44258 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44260         [BZ #208]
44261         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44262         in instead of returning them.  Return void.
44263         (__libc_mallinfo): Accumulate over all arenas.
44264         (__malloc_stats): Adjust for change in int_mallinfo interface.
44266 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44268         [BZ #10375]
44269         * configure.in (NM): Add AC_CHECK_TOOL for it.
44270         (libc_extra_cflags): New substituted variable.
44271         Check for -fstack-protector being used implicitly.
44272         * configure: Regenerated.
44273         * config.make.in (config-extra-cflags): New variable,
44274         gets @libc_extra_cflags@.
44275         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44277         [BZ #10375]
44278         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44279         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44280         * configure: Regenerated.
44281         * config.make.in (CPPUNDEFS): New substituted variable.
44282         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44283         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44284         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44286 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44288         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44289         (mq_attr): Use __syscall_slong_t.
44291 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44293         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44294         Check __x86_64__ instead of __WORDSIZE.
44295         (_STAT_VER_LINUX): Likewise.
44296         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44297         __syscall_ulong_t and __syscall_slong_t.
44298         (stat64): Likewise.
44300 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44302         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44304 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44306         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44308 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44310         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44311         __syscall_ulong_t.
44313         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44314         include <bits/wordsize.h>.  Check __x86_64__ instead of
44315         __WORDSIZE.
44316         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44317         defined.
44318         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44320         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44321         include <bits/wordsize.h>.  Check __x86_64__ instead of
44322         __WORDSIZE.
44323         (user_regs_struct): Use "__extension__ unsigned long long"
44324         instead of "unsigned long" if __x86_64__ is defined.
44325         (user): Likewise.  Pad after pointer field if __ILP32__ is
44326         defined.
44328 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44330         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44331         versions 5 to 9.
44332         * configure: Regenerated.
44333         * manual/install.texi (texinfo): Increase version requirement to
44334         4.5 or later.
44335         * INSTALL: Regenerated.
44337         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44339 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44341         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44343         * sysdeps/x86_64/x32/ffs.c: New file.
44345         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44346         __syscall_ulong_t.
44347         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44348         defined.  Use __syscall_ulong_t.
44349         (shminfo): Use __syscall_ulong_t.
44350         (shm_info): Likewise.
44352         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44353         __syscall_ulong_t.
44355         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44356         <bits/wordsize.h>.
44357         (msgqnum_t): Use __syscall_ulong_t.
44358         (msglen_t): Likewise.
44359         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44360         __syscall_ulong_t.
44362         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44363         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44365         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44367         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44368         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44370         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44371         __syscall_slong_t.
44373         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44374         include <bits/wordsize.h>.  Check __x86_64__ instead of
44375         __WORDSIZE.
44377         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44378         "unsigned long long int" if __x86_64__ is defined.
44379         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44381         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44382         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44383         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44385         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44386         <stdint.h>.
44387         (GET_PC): Cast to uintptr_t first.
44388         (GET_FRAME): Likewise.
44389         (GET_STACK): Likewise.
44391         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44392         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44393         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44394         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44395         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44396         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44397         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44398         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44399         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44400         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44401         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44402         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44403         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44404         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44405         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44406         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44407         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44408         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44409         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44410         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44411         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44412         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44413         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44414         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44415         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44416         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44417         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44418         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44419         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44421 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44423         * Makerules (+depfiles): Also collect depfiles from .oS in
44424         $(extra-objs).
44425         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44426         .oS, $(libnldbl-routines)).
44428         * Makerules (native-compile-mkdep-flags): Define.
44429         * sunrpc/Makefile (extra-objs): Add $(addprefix
44430         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44431         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44432         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44433         calling $(make-target-directory).
44435 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44437         * bits/types.h (__snseconds_t): Removed.
44438         * time/time.h (struct timespec): Replace __snseconds_t with
44439         __syscall_slong_t.
44440         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44441         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44442         Likewise.
44443         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44444         (__SNSECONDS_T_TYPE): Likewise.
44445         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44446         (__SNSECONDS_T_TYPE): Likewise.
44447         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44448         (__SNSECONDS_T_TYPE): Likewise.
44450 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44452         * sysdeps/mach/hurd/bits/typesizes.h
44453         (__SYSCALL_SLONG_TYPE): New macro.
44454         (__SYSCALL_ULONG_TYPE): Likewise.
44456 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44458         * bits/types.h (__syscall_slong_t): New type.
44459         (__syscall_ulong_t): Likewise.
44461         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44462         (__SYSCALL_ULONG_TYPE): Likewise.
44463         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44464         (__SYSCALL_SLONG_TYPE): Likewise.
44465         (__SYSCALL_ULONG_TYPE): Likewise.
44466         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44467         (__SYSCALL_SLONG_TYPE): Likewise.
44468         (__SYSCALL_ULONG_TYPE): Likewise.
44469         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44470         (__SYSCALL_SLONG_TYPE): Likewise.
44471         (__SYSCALL_ULONG_TYPE): Likewise.
44473 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44475         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44476         Add sigaltstack-offsets.sym.
44477         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44478         <sigaltstack-offsets.h>.
44479         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44480         longjmp_msg pointer.
44481         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44482         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44483         signal stack.
44484         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44486 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44488         * elf/stackguard-macros.h: Remove file.
44489         * sysdeps/generic/stackguard-macros.h: New file.
44490         * sysdeps/i386/stackguard-macros.h: Likewise.
44491         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44492         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44493         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44494         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44495         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44496         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44497         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44498         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44499         <elf/stackguard-macros.h>.
44501         [BZ #14109]
44502         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44503         __aligned__ in attribute.
44504         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44505         (gregset_t): Likewise.
44507 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44509         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44510         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44511         * sysdeps/x86_64/x32/Implies-after: New file.
44513 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44515         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44516         and access return value for _dl_profile_fixup.  Use R10_LP to
44517         load frame size.
44519 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44521         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44523 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44525         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44526         * sysdeps/x86_64/x32/sysdep.h: New file.
44528 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44530         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44531         * sysdeps/x86_64/setjmp.S: Likewise.
44533 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44535         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44536         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44537         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44538         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44539         remove unused global constant.
44541 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44543         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44544         include of <not-cancel.h>.
44546 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44548         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44550 2012-05-15  Jeff Law  <law@redhat.com>
44551             Andreas Jaeger  <aj@suse.de>
44553         [BZ #13594]
44554         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44555         out from...
44556         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44557         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44558         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44559         code changing __hst_map_handle.map.
44561 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44563         * configure.in (sysnames): Look for Implies-before and Implies-after
44564         files.
44565         * configure: Regenerated.
44567 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44569         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44570         8-byte data alignment with LP_SIZE alignment.
44572 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44574         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44575         into R10_LP.
44577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44579         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44581 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44583         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44584         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44585         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44586         Likewise.
44587         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44589 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44591         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44592         (stackinfo_sub_sp): Likewise.
44594 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44596         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44597         RAX_LP.
44599 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44601         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44602         into R*_LP.
44604 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44606         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44607         sizes into R*_LP.
44609 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44611         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44613 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44615         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44616         into R11_LP and load __x86_64_shared_cache_size_half into
44617         R8_LP.
44619 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44621         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44622         R8_LP.
44624 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44626         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44627         logb for POWER7.
44628         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44629         logbf for POWER7.
44630         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44631         logbl for POWER7.
44632         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44633         powerpc32/power7/fpu/s_logb.c via #include.
44634         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44635         powerpc32/power7/fpu/s_logbf.c via #include.
44636         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44637         powerpc32/power7/fpu/s_logbl.c via #include.
44639 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44641         * README.libm: Remove file.
44643 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44645         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44646         count for x32.  Use R*_LP and omit operand-size suffix.
44648 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44650         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44651         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44652         * sysdeps/x86_64/x32/shlib-versions: New file.
44654 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44656         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44657         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44658         Use _dl_fatal_printf instead.
44660 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44662         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44663         set if not set by the user.  Do not allow for being unset.
44664         * sysdeps/unix/sysv/linux/configure: Regenerated.
44666 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44668         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44669         the `q' suffix from lea and replace .quad with ASM_ADDR.
44671 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44673         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44674         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44675         instead of $17.
44676         (PTR_DEMANGLE): Likewise.
44678 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44680         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44681         (LP_OP): Likewise.
44682         (ASM_ADDR): Likewise.
44683         (RAX_LP): Likewise.
44684         (RBP_LP): Likewise.
44685         (RBX_LP): Likewise.
44686         (RCX_LP): Likewise.
44687         (RDI_LP): Likewise.
44688         (RSI_LP): Likewise.
44689         (RSP_LP): Likewise.
44690         (R8_LP): Likewise.
44691         (R9_LP): Likewise.
44692         (R10_LP): Likewise.
44693         (R10_LP): Likewise.
44694         (R11_LP): Likewise.
44695         (R12_LP): Likewise.
44696         (R13_LP): Likewise.
44697         (R14_LP): Likewise.
44698         (R15_LP): Likewise.
44700 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44702         * sysdeps/x86_64/x32/dl-machine.h: New file.
44704 2012-05-14  Andreas Jaeger  <aj@suse.de>
44706         * manual/Makefile (subdir): Remove export of subdir.
44707         (all): Remove target.
44708         (.PHONY): Remove all from list.
44709         (mkinstalldirs): Remove.
44710         (.PHONY): Remove installdirs from list.
44711         ($(inst_infodir)/libc.info): Use make-target-directory.
44712         (installdirs): Remove.
44713         (subdir_%): Remove.
44714         (glibc-targets): Remove.
44715         (lib): Remove.
44716         (stubs): Remove.
44717         ($(objpfx)stubs ../po/manual.pot): Remove.
44718         ($(objpfx)stamp%): Remove.
44719         (make-target-directory): Remove.
44720         (subdir_install): Remove.
44721         (routines): Remove.
44722         (aux): Remove.
44723         (sources): Remove.
44724         (objects): Remove.
44725         (headers): Remove.
44727         [BZ #13750]
44728         * manual/.gitignore: Remove, it's not needed anymore.
44729         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44730         all files in it.
44731         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44732         directory.
44733         (texis): Renamed to $(objpfx)texis.
44734         (texis-path): New, contains path to generated files.
44735         (chapters.%): Use texis-path for complete path, add extra argument
44736         libc-texinfo.sh.
44737         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44738         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44739         (summary,texi, stamp-summary): Use complete path of
44740         files. Generate files in build dir.
44741         (dir-add.texi): Build in build dir.
44742         (libm-err.texi,stamp-libm-err): Likewise.
44743         (version.texi, stamp-version): Likewise.
44744         (.%c.texi): Likewise.
44745         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44746         (mostlyclean): Remove target.
44747         (realclean): Remove target.
44748         (generated): Add new variable with contents from mostlyclean and
44749         realclean, remove entries duplicated in common-mostlyclean, add
44750         stamp-libm-err and stamp-version.
44751         (generated-dirs): Add libc directory.
44752         ($(inst_infodir)/libc.info): Install files from build dir.
44754         * manual/install.texi (Configuring and compiling): Adjust since
44755         the info files are not part of the tar ball anymore.
44757 2012-05-14  Andreas Jaeger  <aj@suse.de>
44759         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44760         variable.
44762 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44764         [BZ #13717]
44765         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44766         to 2.2.0 where earlier.
44767         * sysdeps/unix/sysv/linux/configure: Regenerated.
44768         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44769         Remove conditional code.
44770         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44771         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44772         Remove conditional code.
44773         [!__NR_lchown]: Likewise.
44774         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44775         [__NR_lchown]: Likewise.
44776         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44777         comment referencing __ASSUME_LCHOWN_SYSCALL.
44778         * sysdeps/unix/sysv/linux/i386/sigaction.c
44779         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44780         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44781         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44782         Remove conditional code.
44783         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44784         (__protocol_available): Remove #if 0 code.
44785         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44786         conditional code.
44787         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44788         * sysdeps/unix/sysv/linux/kernel-features.h
44789         (__ASSUME_GETCWD_SYSCALL): Don't define.
44790         (__ASSUME_REALTIME_SIGNALS): Likewise.
44791         (__ASSUME_PREAD_SYSCALL): Likewise.
44792         (__ASSUME_PWRITE_SYSCALL): Likewise.
44793         (__ASSUME_POLL_SYSCALL): Likewise.
44794         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44795         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44796         non-SPARC.
44797         (__ASSUME_SIOCGIFNAME): Don't define.
44798         (__ASSUME_MSG_NOSIGNAL): Likewise.
44799         (__ASSUME_SENDFILE): Define unconditionally.
44800         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44801         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44802         conditional code.
44803         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44804         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44805         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44806         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44807         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44808         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44809         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44811         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44812         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44814         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44815         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44817         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44818         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44820         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44821         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44823         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44824         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44826         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44827         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44829         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44830         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44832         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44833         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44834         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44835         Remove conditional code.
44836         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44837         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44838         Remove conditional code.
44839         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44840         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44841         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44842         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44843         Remove conditional code.
44844         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44845         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44846         Remove conditional code.
44847         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44848         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44849         Remove conditional code.
44850         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44851         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44852         Remove conditional code.
44853         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44854         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44855         Remove conditional code.
44856         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44857         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44858         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44859         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44860         * sysdeps/unix/sysv/linux/sigaction.c
44861         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44862         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44863         * sysdeps/unix/sysv/linux/sigpending.c
44864         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44865         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44866         * sysdeps/unix/sysv/linux/sigprocmask.c
44867         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44868         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44869         * sysdeps/unix/sysv/linux/sigsuspend.c
44870         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44871         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44872         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44873         (__libc_missing_rt_sigs): Remove.
44874         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44875         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44876         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44877         Remove conditional code.
44878         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44879         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44880         return 1.
44881         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44882         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44883         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44884         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44886 2012-05-14  Andreas Jaeger  <aj@suse.de>
44888         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44889         it's not used in glibc.
44890         (__coshm1): Likewise.
44891         (__acosh1p): Likewise.
44892         (__sgn): Likewise.
44894         * manual/string.texi (Copying and Concatenation): Add missing
44895         variable in concat example.
44896         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44898 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44900         [BZ #14103]
44901         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44902         __builtin_clzl with __builtin_clzll.
44904 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44906         [BZ #14104]
44907         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44908         libc_freeres_ptr.
44910 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44912         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44913         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44914         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44915         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44917 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44919         * NEWS: Update ia64 info.
44921 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44923         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44924         used as bcopy.
44926 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44928         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44929         * sysdeps/unix/syscalls.list (dup3): Likewise.
44930         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44931         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44933 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44935         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44936         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44938 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44940         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44941         thread pointer.
44942         (TLS_IE): Use mov/add instead of movq/addq to load thread
44943         pointer.
44944         (TLS_GD_PREFIX): New.
44945         (TLS_GD): Use it.
44947 2012-05-11  David S. Miller  <davem@davemloft.net>
44949         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44950         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44951         (_FPU_SETCW): Likewise.
44953 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44955         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44956         is 32-byte aligned.
44958 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44960         [BZ #11837]
44961         * iconvdata/gb18030.c: Update tables.
44962         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44963         characters specially.
44964         (BODY for TO_LOOP): Add encoding of missing ranges.
44966 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44968         [BZ #13673]
44969         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44970         * sysdeps/mach/hurd/dup3.c: Likewise.
44971         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44972         * sysdeps/powerpc/memmove.c:: Likewise.
44974 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44976         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44977         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44979 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44981         * elf/elf.h (R_X86_64_RELATIVE64): New.
44982         (R_X86_64_NUM): Updated.
44983         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44984         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44985         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44986         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44987         tst-quad1pie tst-quad2pie
44988         (modules-names): Add tst-quadmod1 tst-quadmod2.
44989         ($(objpfx)tst-quad1): New dependency.
44990         ($(objpfx)tst-quad2): Likewise.
44991         ($(objpfx)tst-quad1pie): Likewise.
44992         ($(objpfx)tst-quad2pie): Likewise.
44993         * sysdeps/x86_64/tst-quad1.c: New file.
44994         * sysdeps/x86_64/tst-quad1pie.c: New file.
44995         * sysdeps/x86_64/tst-quad2.c: Likewise.
44996         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44997         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44998         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44999         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45000         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45002 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45004         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45005         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45006         * streams/stropts.h (t_scalar_t): Define type.
45008         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45009         (_PATH_PRESERVE): Set to "/var/lib".
45010         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45012         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45013         instead of int.
45015         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45016         if __dir_mkfile succeeded.
45018         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45019         checking for _hurd_dtablesize.  Unlock it right after having
45020         finished _hurd_dtable allocation.
45022 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45024         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45025         * sysdeps/mach/hurd/configure: Regenerated.
45026         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45027         special-casing to...
45028         * sysdeps/gnu/configure.in: ... this new file.
45029         * sysdeps/unix/sysv/linux/configure: Regenerated.
45030         * sysdeps/gnu/configure: New generated file.
45032         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45033         for Linux: use nsec instead of usec, as well as:
45034         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45035         members of type struct timespec.
45036         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45037         New macros.
45038         (struct stat64): Likewise.
45039         (_STATBUF_ST_NSEC): New macro.
45040         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45042         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45043         __strtoul_internal rather than strtoul.
45045 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45047         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45048         and reject them.
45050 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45052         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45053         which preserves existing values.
45054         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45056 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45058         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45059         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45060         greater than FD_SETSIZE.
45062 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45064         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45065         allocated, call __vm_protect to finish enabling the existing space, and
45066         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45067         allocate the remainder.
45069 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45071         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45072         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45074 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45076         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45077         sysdeps/mach/hurd/readlink.c.
45079         * posix/tst-sysconf.c (posix_options): Only use
45080         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45081         _POSIX_SYNCHRONIZED_IO when they are defined
45082         * sysdeps/mach/hurd/bits/posix_opt.h:
45083         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45084         (_XOPEN_REALTIME): Undefine macro.
45085         (_XOPEN_REALTIME_THREADS): Undefine macro.
45086         (_XOPEN_SHM): Undefine macro.
45087         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45088         macro to -1.
45089         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45090         macro to -1.
45091         (_POSIX_ASYNC_IO): Undefine macro.
45092         (_POSIX_PRIORITIZED_IO): Undefine macro.
45093         (_POSIX_SPIN_LOCKS): Define macro to -1.
45095         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45096         SA_NODEFER, SA_RESETHAND.
45097         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45098         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45099         F_DUPFD_CLOEXEC.
45101 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45103         * elf/Makefile (pldd-modules): Define unconditionally.
45105 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45107         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45109 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45111         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45112         Return ENOENT when name is empty.
45113         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45115 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45117         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45119         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45121 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45123         Fix mlock in all cases except non-readable pages.
45124         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45125         instead of VM_PROT_ALL as parameter to __vm_wire function.
45127         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45128         (__mkdir): When path is `/', just fail with EEXIST.
45129         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45131 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45133         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45134         <sys/uio.h> (for writev).
45135         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45136         and <sys/param.h> (for MIN).
45138 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45140         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45141         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45142         if interrupted.
45144 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45146         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45147         Depend on against $(link-rpcuserlibs).
45149 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45151         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45152         (__libc_stack_end): Do not use attribute_relro.
45153         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45154         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45155         to libthread-provided value.
45156         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45157         attribute_relro.
45159 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45161         [BZ #3748]
45162         * bits/libc-lock.h (__libc_once_get): New macro.
45163         * sysdeps/mach/bits/libc-lock.h: Likewise.
45164         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45165         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45166         instead of using implementation details.
45168         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45169         * libio/freopen.c: Likewise.
45170         * libio/freopen64.c: Likewise.
45171         * misc/syslog.c: Likewise.
45172         * nscd/connections.c: Likewise.
45173         * nscd/netgroupcache.c: Likewise.
45174         * sysdeps/posix/getcwd.c: Likewise.
45176 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45178         * math/w_ilogbf.c: Add #include <limits.h>.
45180 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45182         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45183         path instead of returning without unlocking.
45185         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45186         immediate-write ioctls.
45187         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45189 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45191         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45192         __builtin_frame_address instead of making assumptions about the
45193         location of the return address relative to DATA.  Force early load of
45194         the return address.
45195         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45196         __builtin_frame_address.
45198         dup3 for GNU Hurd.
45199         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45200         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45201         implement dup3 and do some further code clean-ups.
45202         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45203         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45205 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45207         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45209         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45210         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45211         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45212         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45213         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45214         d->port.lock.
45216         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45217         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45218         when handler == SIG_ERR, not when handler != SIG_ERR.
45220 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45222         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45223         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45224         definitions.
45226         accept4 for GNU Hurd.
45227         * include/sys/socket.h (__libc_accept4): New prototype.
45228         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45229         to implement __libc_accept4.
45230         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45231         __libc_accept4.
45232         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45234         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45235         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45236         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45237         signal-defines.sym.
45239 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45241         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45243 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45245         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45246         assertion on O_CLOEXEC flag.
45247         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45248         * hurd/intern-fd.c: Likewise.
45249         * hurd/port2fd.c: Likewise.
45251 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45253         [BZ #3906]
45254         * bits/in.h (IPV6_PKTINFO): Define new macro.
45255         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45257 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45259         [BZ #13954]
45260         [BZ #13955]
45261         [BZ #13956]
45262         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45263         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45264         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45265         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45266         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45267         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45268         * math/libm-test.inc (logb_test) : Additional logb tests.
45270 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45271             Andreas Jaeger  <aj@suse.de>
45273         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45274         * configure: Regenerated.
45275         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45276         * config.make.in (link-obsolete-rpc): New substituted variable.
45277         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45278         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45279         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45280         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45281         so that libc.a contains the symbols.
45282         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45283         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45284         * sunrpc/auth_none.c: Likewise.
45285         * sunrpc/auth_unix.c: Likewise.
45286         * sunrpc/authdes_prot.c: Likewise.
45287         * sunrpc/authuxprot.c: Likewise.
45288         * sunrpc/clnt_gen.c: Likewise.
45289         * sunrpc/clnt_perr.c: Likewise.
45290         * sunrpc/clnt_raw.c: Likewise.
45291         * sunrpc/clnt_simp.c: Likewise.
45292         * sunrpc/clnt_tcp.c: Likewise.
45293         * sunrpc/clnt_udp.c: Likewise.
45294         * sunrpc/clnt_unix.c: Likewise.
45295         * sunrpc/des_crypt.c: Likewise.
45296         * sunrpc/des_soft.c: Likewise.
45297         * sunrpc/get_myaddr.c: Likewise.
45298         * sunrpc/key_call.c: Likewise.
45299         * sunrpc/key_prot.c: Likewise.
45300         * sunrpc/netname.c: Likewise.
45301         * sunrpc/pm_getmaps.c: Likewise.
45302         * sunrpc/pm_getport.c: Likewise.
45303         * sunrpc/pmap_clnt.c: Likewise.
45304         * sunrpc/pmap_prot.c: Likewise.
45305         * sunrpc/pmap_prot2.c: Likewise.
45306         * sunrpc/pmap_rmt.c: Likewise.
45307         * sunrpc/publickey.c: Likewise.
45308         * sunrpc/rpc_cmsg.c: Likewise.
45309         * sunrpc/rpc_common.c: Likewise.
45310         * sunrpc/rpc_dtable.c: Likewise.
45311         * sunrpc/rpc_prot.c: Likewise.
45312         * sunrpc/rpc_thread.c: Likewise.
45313         * sunrpc/rtime.c: Likewise.
45314         * sunrpc/svc.c: Likewise.
45315         * sunrpc/svc_auth.c: Likewise.
45316         * sunrpc/svc_raw.c: Likewise.
45317         * sunrpc/svc_run.c: Likewise.
45318         * sunrpc/svc_tcp.c: Likewise.
45319         * sunrpc/svc_udp.c: Likewise.
45320         * sunrpc/svc_unix.c: Likewise.
45321         * sunrpc/svcauth_des.c: Likewise.
45322         * sunrpc/xcrypt.c: Likewise.
45323         * sunrpc/xdr.c: Likewise.
45324         * sunrpc/xdr_array.c: Likewise.
45325         * sunrpc/xdr_float.c: Likewise.
45326         * sunrpc/xdr_intXX_t.c: Likewise.
45327         * sunrpc/xdr_mem.c: Likewise.
45328         * sunrpc/xdr_rec.c: Likewise.
45329         * sunrpc/xdr_ref.c: Likewise.
45330         * sunrpc/xdr_sizeof.c: Likewise.
45331         * sunrpc/xdr_stdio.c: Likewise.
45333 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45335         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45336         change.  Update copyright years.
45338 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45340         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45342 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45343             Joseph Myers  <joseph@codesourcery.com>
45344             Paul Pluzhnikov  <ppluzhnikov@google.com>
45346         [BZ #14012]
45347         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45348         requiring rpcgen.
45349         [cross-compiling] (extra-libs): Likewise.
45350         [cross-compiling] (extra-libs-others): Likewise.
45351         [cross-compiling] (librpcsvc-routines): Likewise.
45352         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45353         [cross-compiling] (omit-deps): Likewise.
45354         (sunrpc-CPPFLAGS): New variable.
45355         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45356         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45357         (cross-rpcgen-objs): New variable.
45358         (extra-objs): Append $(cross-rpcgen-objs).
45359         ($(cross-rpcgen-objs)): New rule.
45360         ($(objpfx)cross-rpcgen): Likewise.
45361         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45362         comment.
45363         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45364         ($(objpfx)x%.stmp): Likewise.
45365         * sunrpc/proto.h [IS_IN_build] (_): Define.
45366         [IS_IN_build] (_libc_intl_domainname): Likewise.
45368 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45370         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45371         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45372         and R_X86_64_TPOFF64.
45374 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45376         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45377         sysdeps/unix/sysv/syscalls.list.
45378         (stime): Likewise.
45379         (utime): Likewise.
45380         * sysdeps/unix/sysv/syscalls.list: Remove file.
45382 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45384         [BZ #3440]
45385         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45386         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45387         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45388         (__LC_IDENTIFICATION): Make these macros useful in #if
45389         expressions, as required by C99.
45391 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45393         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45394         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45395         after this.
45397 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45399         * stdlib/longlong.h: Updated from GCC.
45401 2012-05-09  Andreas Jaeger  <aj@suse.de>
45403         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45404         default is first entry.
45405         (run_mode): Set type.
45406         (main): Remove informal message about syslog.
45407         (options): Fix typo.
45409         [BZ #14053]
45410         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45411         to asm.
45412         (lrint): Likewise.
45413         (llrintf): Likewise.
45414         (llrint): Likewise.
45415         (rint): Likewise.
45416         (rintf): Likewise.
45417         (nearbyint): Likewise.
45418         (nearbyintf): Likewise.
45420 2012-05-09  Andreas Jaeger  <aj@suse.de>
45421             Pedro Alves  <palves@redhat.com>
45423         * nscd/nscd.c (run_mode): Use enum.
45424         (main): Cleanup coding style issue.
45426 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45427             Andreas Jaeger  <aj@suse.de>
45429         * nscd/nscd.c (go_background): Replaced with...
45430         (run_mode): ... this.
45431         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45432         (options): Add -F --foreground.
45433         (main): Implement it.
45434         (parse_opt): Parse it.
45436 2012-05-09  Andreas Jaeger  <aj@suse.de>
45438         [BZ #14083]
45439         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45440         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45441         -Wconversion warning.
45442         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45443         Likewise.
45445 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45447         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45448         == 0.
45449         (LC_ALL): Use macro-int-constant.
45450         (LC_COLLATE): Likewise.
45451         (LC_CTYPE): Likewise.
45452         (LC_MESSAGES): Likewise.
45453         (LC_MONETARY): Likewise.
45454         (LC_NUMERIC): Likewise.
45455         (LC_TIME): Likewise.
45456         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45457         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45458         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45459         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45460         Specify type.
45461         [C99-based standards] (float_t): Expect type.
45462         [C99-based standards] (double_t): Expect type.
45463         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45464         type.
45465         [C99-based standards] (HUGE_VALL): Likewise.
45466         [C99-based standards] (INFINITY): Likewise.
45467         [C99-based standards] (NAN): Likewise.
45468         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45469         [C99-based standards] (FP_NAN): Likewise.
45470         [C99-based standards] (FP_NORMAL): Likewise.
45471         [C99-based standards] (FP_SUBNORMAL): Likewise.
45472         [C99-based standards] (FP_ZERO): Likewise.
45473         [C99-based standards] (FP_FAST_FMA): Use
45474         optional-macro-int-constant.  Specify type.  Require == 1.
45475         [C99-based standards] (FP_FAST_FMAF): Likewise.
45476         [C99-based standards] (FP_FAST_FMAL): Likewise.
45477         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45478         [C99-based standards] (FP_ILOGBNAN): Likewise.
45479         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45480         Specify type.
45481         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45482         [C99-based standards] (math_errhandling): Specify type.
45483         [ISO99 || ISO11] (signgam): Do not allow.
45484         [non-C99-based standards] (copysignf): Do not allow.
45485         [non-C99-based standards] (exp2f): Likewise.
45486         [non-C99-based standards] (log2f): Likewise.
45487         [non-C99-based standards] (modff): Allow.
45488         [non-C99-based standards] (erff): Do not allow.
45489         [non-C99-based standards] (erfcf): Likewise.
45490         [non-C99-based standards] (gammaf): Likewise.
45491         [non-C99-based standards] (hypotf): Likewise.
45492         [non-C99-based standards] (j0f): Likewise.
45493         [non-C99-based standards] (j1f): Likewise.
45494         [non-C99-based standards] (jnf): Likewise.
45495         [non-C99-based standards] (lgammaf): Likewise.
45496         [non-C99-based standards] (tgammaf): Likewise.
45497         [non-C99-based standards] (y0f): Likewise.
45498         [non-C99-based standards] (y1f): Likewise.
45499         [non-C99-based standards] (ynf): Likewise.
45500         [non-C99-based standards] (isnanf): Likewise.
45501         [non-C99-based standards] (acoshf): Likewise.
45502         [non-C99-based standards] (asinhf): Likewise.
45503         [non-C99-based standards] (atanhf): Likewise.
45504         [non-C99-based standards] (cbrtf): Likewise.
45505         [non-C99-based standards] (expm1f): Likewise.
45506         [non-C99-based standards] (ilogbf): Likewise.
45507         [non-C99-based standards] (log1pf): Likewise.
45508         [non-C99-based standards] (logbf): Likewise.
45509         [non-C99-based standards] (nextafterf): Likewise.
45510         [non-C99-based standards] (remainderf): Likewise.
45511         [non-C99-based standards] (rintf): Likewise.
45512         [non-C99-based standards] (scalbf): Likewise.
45513         [non-C99-based standards] (copysignl): Likewise.
45514         [non-C99-based standards] (exp2l): Likewise.
45515         [non-C99-based standards] (log2l): Likewise.
45516         [non-C99-based standards] (modfl): Allow.
45517         [non-C99-based standards] (erfl): Do not allow.
45518         [non-C99-based standards] (erfcl): Likewise.
45519         [non-C99-based standards] (gammal): Likewise.
45520         [non-C99-based standards] (hypotl): Likewise.
45521         [non-C99-based standards] (j0l): Likewise.
45522         [non-C99-based standards] (j1l): Likewise.
45523         [non-C99-based standards] (jnl): Likewise.
45524         [non-C99-based standards] (lgammal): Likewise.
45525         [non-C99-based standards] (tgammal): Likewise.
45526         [non-C99-based standards] (y0l): Likewise.
45527         [non-C99-based standards] (y1l): Likewise.
45528         [non-C99-based standards] (ynl): Likewise.
45529         [non-C99-based standards] (isnanl): Likewise.
45530         [non-C99-based standards] (acoshl): Likewise.
45531         [non-C99-based standards] (asinhl): Likewise.
45532         [non-C99-based standards] (atanhl): Likewise.
45533         [non-C99-based standards] (cbrtl): Likewise.
45534         [non-C99-based standards] (expm1l): Likewise.
45535         [non-C99-based standards] (ilogbl): Likewise.
45536         [non-C99-based standards] (log1pl): Likewise.
45537         [non-C99-based standards] (logbl): Likewise.
45538         [non-C99-based standards] (nextafterl): Likewise.
45539         [non-C99-based standards] (remainderl): Likewise.
45540         [non-C99-based standards] (rintl): Likewise.
45541         [non-C99-based standards] (scalbl): Likewise.
45542         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45543         [non-C99-based standards] (FP_*): Do not allow.
45544         [C99-based standards] (FP_*): Change to
45545         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45546         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45547         allow.
45548         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45549         (SIG_ERR): Likewise.
45550         [X/Open-based standards] (SIG_HOLD): Likewise.
45551         (SIG_IGN): Likewise.
45552         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45553         positive value.
45554         (SIGFPE): Likewise.
45555         (SIGILL): Likewise.
45556         (SIGINT): Likewise.
45557         (SIGSEGV): Likewise.
45558         (SIGTER): Likewise.
45559         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45560         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45561         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45562         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45563         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45564         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45565         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45566         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45567         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45568         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45569         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45570         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45571         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45572         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45573         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45574         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45575         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45576         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45577         [X/Open-based standards] (SIGTRAP): Likewise.
45578         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45579         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45580         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45581         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45582         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45583         allow.
45585 2012-05-08  Ian Wienand  <ianw@vmware.com>
45587         [BZ #14080]
45588         * time/tzset.c (__tzset_parse_tz): Update default rules for
45589         daylight time changes in the Energy Policy Act of 2005.
45591 2012-05-09  Andreas Jaeger  <aj@suse.de>
45593         [BZ #13983]
45594         * elf/ldconfig.c (parse_conf): Change string to make clear that
45595         ldconfig only issued a warning if ld.so.conf does not exist.
45597 2012-05-08  David S. Miller  <davem@davemloft.net>
45599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45600         movxtod instead of popping the value on the stack.
45602         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45604 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45606         * config.h.in: Add HAVE_ARM_PCS_VFP.
45608 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45610         [BZ #13979]
45611         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45612         checking but the checks are disabled for any reason.
45614 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45616         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45617         and ELF64_R_TYPE with ELFW(R_TYPE).
45619 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45621         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45622         (ulimit): Likewise.
45624         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45625         (settimeofday): Likewise.
45627 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45629         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45630         a struct th_u2 inside the union, and move tu_block/tu_code into
45631         a new th_u3 union of tu_block/tu_code inside of that.  Move
45632         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45633         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45634         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45635         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45636         (th_stuff): Change to th_u1.tu_stuff.
45637         (th_data): Define.
45638         (th_msg): Change to th_u1.th_u2.tu_data.
45640 2012-05-07  David S. Miller  <davem@davemloft.net>
45642         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45644         [BZ #14074]
45645         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45646         (SETUP_PIC_REG): Use it.
45647         (SETUP_PIC_REG_LEAF): Use it.
45649 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45651         [BZ #13885]
45652         [BZ #13923]
45653         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45654         USE_AS_EXPM1L.
45655         (EXPL_FINITE): Likewise.
45656         (FLDLOG): Likewise.
45657         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45658         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45659         e_expl.S.
45660         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45661         USE_AS_EXPM1L.
45662         (EXPL_FINITE): Likewise.
45663         (FLDLOG): Likewise.
45664         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45665         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45666         e_expl.S.
45667         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45668         test of -max_value argument for long double.
45669         * sysdeps/i386/fpu/libm-test-ulps: Update.
45670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45672 2012-05-06  David S. Miller  <davem@davemloft.net>
45674         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45675         quad soft-float symbols whose references which are compiler
45676         generated.
45677         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45679 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45681         [BZ #13884]
45682         [BZ #13914]
45683         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45684         USE_AS_EXP10L.
45685         (EXPL_FINITE): Likewise.
45686         (FLDLOG): Likewise.
45687         (c0): Likewise.
45688         (c1): Likewise.
45689         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45690         Adjust comments for base varying.
45691         (__expl_finite): Change alias to EXPL_FINITE.
45692         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45693         e_expl.S.
45694         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45695         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45696         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45697         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45698         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45699         USE_AS_EXP10L.
45700         (EXPL_FINITE): Likewise.
45701         (FLDLOG): Likewise.
45702         (c0): Likewise.
45703         (c1): Likewise.
45704         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45705         Adjust comments for base varying.
45706         (__expl_finite): Change alias to EXPL_FINITE.
45707         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45708         tests for bugs.
45709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45711         [BZ #14064]
45712         * math/libm-test.inc (check_float_internal): Correct ulp
45713         calculation for subnormal expected results.
45715 2012-05-06  Andreas Jaeger  <aj@suse.de>
45717         * Makeconfig (+math-flags): New, set to -frounding-math.
45718         (+cflags): Add +math-flags so that all of glibc gets compiled with
45719         it.
45721         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45723 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45725         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45726         Disable one test.
45728         [BZ #13787]
45729         [BZ #13922]
45730         [BZ #14036]
45731         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45732         (__ieee754_expl): Allow for and saturate large arguments.
45733         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45734         (u_threshold): Likewise.
45735         (__exp): Call __ieee754_exp before checking for overflow and
45736         underflow.
45737         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45738         (u_threshold): Likewise.
45739         (__expf): Call __ieee754_expf before checking for overflow and
45740         underflow.
45741         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45742         (u_threshold): Likewise.
45743         (__expl): Call __ieee754_expl before checking for overflow and
45744         underflow.
45745         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45746         (__ieee754_expl): Allow for and saturate large arguments.
45747         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45748         missing overflow exception on overflow.
45749         (expm1_test): Do not allow missing overflow exception on overflow.
45751         * sysdeps/i386/fpu/e_expl.c: Move to ...
45752         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45753         rather than using inline asm.
45754         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45755         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45756         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45758         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45759         (nice): Likewise.
45760         (poll): Likewise.
45761         (signal): Likewise.
45762         (time): Likewise.
45763         (times): Likewise.
45765 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45767         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45768         sysdeps/unix/common/syscalls.list.
45769         (fchmod): Likewise.
45770         (fchown): Likewise.
45771         (ftruncate): Likewise.
45772         (getrusage): Likewise.
45773         (gettimeofday): Likewise.
45774         (setpgid): Likewise.
45775         (setregid): Likewise.
45776         (setreuid): Likewise.
45777         (sigaction): Likewise.
45778         (truncate): Likewise.
45779         (vhangup): Likewise.
45780         * sysdeps/unix/common/syscalls.list: Remove file.
45781         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45782         * sysdeps/unix/sysv/linux/Implies: Likewise.
45784 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45786         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45787         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45788         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45789         Moved to ...
45790         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45791         Here.
45792         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45793         to ...
45794         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45795         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45796         to ...
45797         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45798         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45799         to ...
45800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45801         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45802         to ...
45803         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45804         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45805         to ...
45806         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45807         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45808         to ...
45809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45810         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45811         to ...
45812         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45813         Here.
45814         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45815         to ...
45816         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45817         Here.
45818         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45819         to ...
45820         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45821         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45822         Moved to ...
45823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45824         Here.
45825         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45826         to ...
45827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45829 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45831         * sysdeps/unix/common/bits/dirent.h: Remove file.
45832         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45834         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45835         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45836         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45837         * sysdeps/unix/bsd/isatty.c: Likewise.
45838         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45839         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45840         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45842 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45844         [BZ #13563]
45845         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45846         long double comparison inaccuracies.
45847         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45848         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45850 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45852         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45853         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45855 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45857         [BZ #14049]
45858         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45859         nonzero digits before rounding a hex value.
45860         * stdlib/tst-strtod.c (tests): Add another test.
45862 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45864         * sysdeps/s390/fpu/libm-test-ulps: Update.
45866 2012-05-03  Andreas Jaeger  <aj@suse.de>
45868         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45869         does not get optimized out.
45870         (malloc_opt_barrier): New.
45872 2012-05-03  Andreas Jaeger  <aj@suse.de>
45873             Roland McGrath  <roland@hack.frob.com>
45875         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45876         intermediate file deletion.
45877         (generated): Add .symlist files.
45879 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45881         [BZ #13775]
45882         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45883         Redirect under this condition.
45884         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45885         [__USE_GNU] (__dprintf_chk): Not under this condition.
45886         [__USE_GNU] (__vdprintf_chk): Likewise.
45887         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45888         under this condition.
45889         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45890         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45891         [__USE_XOPEN2K8] (vdprintf): Likewise.
45892         [__USE_GNU] (__dprintf_chk): Not under this condition.
45893         [__USE_GNU] (__vdprintf_chk): Likewise.
45894         [__USE_GNU] (dprintf): Likewise.
45895         [__USE_GNU] (vdprintf): Likewise.
45897 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45899         * elf/Makefile (common-generated): Set this instead of generated for
45900         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45901         $(all-built-dso)-derived lists.
45903 2012-05-03  Andreas Jaeger  <aj@suse.de>
45905         * sysdeps/i386/fpu/libm-test-ulps: Update.
45907         * FAQ: Removed.
45908         * FAQ.in: Likewise.
45909         * scripts/gen-FAQ.pl: Likewise.
45910         * manual/install.texi (Installation): Point to online location of
45911         FAQ.
45912         * Makefile (files-for-dist): Remove FAQ.
45913         (FAQ): Remove.
45915 2012-05-02  Allan McRae  <allan@archlinux.org>
45917         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45918         (LDFLAGS-reldepmod5.so): Likewise.
45919         (LDFLAGS-reldep6mod1.so): Likewise.
45920         (LDFLAGS-reldep6mod4.so): Likewise.
45921         (LDFLAGS-reldep8mod3.so): Likewise.
45922         (LDFLAGS-unload4mod1.so): Likewise.
45923         (LDFLAGS-unload4mod2.so): Likewise.
45924         (LDFLAGS-tst-initorder): Likewise.
45925         (LDFLAGS-tst-initordera2.so): Likewise.
45926         (LDFLAGS-tst-initordera3.so): Likewise.
45927         (LDFLAGS-tst-initordera4.so): Likewise.
45928         (LDFLAGS-tst-initorderb2.so): Likewise.
45929         (LDFLAGS-noload): Likewise.
45930         (LDFLAGS-next): Likewise.
45931         (LDFLAGS-order2mod1.so): Likewise.
45932         (LDFLAGS-order2mod2.so): Likewise.
45933         (LDFLAGS-tst-initorder2): Likewise.
45934         (LDFLAGS-tst-initorder2a.so): Likewise.
45935         (LDFLAGS-tst-initorder2b.so): Likewise.
45936         (LDFLAGS-tst-initorder2c.so): Likewise.
45937         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45939 2012-05-02  David S. Miller  <davem@davemloft.net>
45941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45943 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45945         [BZ #14055]
45946         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45948 2012-05-02  Andreas Jaeger  <aj@suse.de>
45950         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45951         since we manipulate rounding mode.
45952         (CPPFLAGS-test-idouble.c): Likewise.
45953         (CPPFLAGS-test-ifloat.c): Likewise.
45954         (CFLAGS-test-ldouble.c): Likewise.
45955         (CFLAGS-test-double.c): Likewise.
45956         (CFLAGS-test-float.c): Likewise.
45957         (CFLAGS-test-misc.c): Likewise.
45958         (CFLAGS-test-test-fenv.c): Likewise.
45960 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45962         [BZ #2550]
45963         [BZ #2570]
45964         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45965         comparisons to determine direction to adjust input.
45967 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45969         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45970         output to the target.
45972         * scripts/localplt.awk: New file.
45973         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45974         (check-localplt-CFLAGS): Variable removed.
45975         ($(all-built-dso:=.jmprel)): New static pattern rule.
45976         (generated): Add those targets.
45977         (localplt-built-dso): New variable.
45978         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45980         * elf/check-localplt.c: File removed.
45982         * scripts/check-execstack.awk: New file.
45983         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45984         (check-execstack-CFLAGS): Variable removed.
45985         ($(objpfx)check-execstack.h): Target removed.
45986         ($(objpfx)execstack-default): New target.
45987         (generated): Add that instead of check-execstack.h.
45988         ($(all-built-dso:=.phdr)): New static pattern rule.
45989         (generated): Add those targets.
45990         * elf/check-execstack.c: File removed.
45992         * scripts/check-textrel.awk: New file.
45993         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45994         (check-textrel-CFLAGS): Variable removed.
45995         (all-built-dso): Use := to define.o
45996         ($(all-built-dso:=.dyn)): New static pattern rule.
45997         (generated): Add those targets.
45998         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45999         * config.make.in (READELF): New substituted variable.
46000         * elf/check-textrel.c: File removed.
46002 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46004         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46005         allow.
46006         * conform/data/ctype.h-data [C99-based standards] (isblank):
46007         Expect function.
46008         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46009         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46010         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46011         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46012         Specify type.  Require positive value.
46013         (EILSEQ): Likewise.
46014         (ERANGE): Likewise.
46015         [ISO || POSIX] (EILSEQ): Do not expect.
46016         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46017         Specify type.  Require positive value.
46018         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46019         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46020         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46021         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46022         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46023         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46024         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46025         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46026         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46027         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46028         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46029         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46030         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46031         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46032         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46033         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46034         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46035         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46036         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46037         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46038         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46039         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46040         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46041         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46042         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46043         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46044         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46045         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46046         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46047         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46048         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46049         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46050         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46051         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46052         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46053         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46054         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46055         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46056         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46057         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46058         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46059         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46060         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46061         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46062         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46063         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46064         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46065         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46066         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46067         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46068         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46069         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46070         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46071         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46072         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46073         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46074         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46075         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46076         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46077         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46078         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46079         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46080         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46081         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46082         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46083         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46084         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46085         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46086         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46087         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46088         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46089         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46090         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46091         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46092         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46093         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46094         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46095         Require >= 2.
46096         (FLT_ROUNDS): Expect as macro, not constant.
46097         (FLT_MANT_DIG): Use macro-int-constant.
46098         (DBL_MANT_DIG): Likewise.
46099         (LDBL_MANT_DIG): Likewise.
46100         (FLT_DIG): Likewise.
46101         (DBL_DIG): Likewise.
46102         (LDBL_DIG): Likewise.
46103         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46104         (DBL_MIN_EXP): Likewise.
46105         (LDBL_MIN_EXP): Likewise.
46106         (FLT_MAX_EXP): Use macro-int-constant.
46107         (DBL_MAX_EXP): Likewise.
46108         (LDBL_MAX_EXP): Likewise.
46109         (FLT_MAX_10_EXP): Likewise.
46110         (DBL_MAX_10_EXP): Likewise.
46111         (LDBL_MAX_10_EXP): Likewise.
46112         (FLT_MAX): Use macro-constant.
46113         (DBL_MAX): Likewise.
46114         (LDBL_MAX): Likewise.
46115         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46116         (DBL_EPSILON): Likewise.
46117         (LDBL_EPSILON): Likewise.
46118         (FLT_MIN): Likewise.
46119         (DBL_MIN): Likewise.
46120         (LDBL_MIN): Likewise.
46121         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46122         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46123         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46124         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46125         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46126         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46127         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46128         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46129         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46130         [ISO11] (FLT_TRUE_MIN): Likewise.
46131         [ISO11] (LDBL_TRUE_MIN): Likewise.
46132         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46133         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46134         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46135         (SCHAR_MAX): Likewise.
46136         (UCHAR_MAX): Likewise.
46137         (CHAR_MIN): Likewise.
46138         (CHAR_MAX): Likewise.
46139         (MB_LEN_MAX): Use macro-int-constant.
46140         (SHRT_MIN): Use macro-int-constant.  Specify type.
46141         (SHRT_MAX): Likewise.
46142         (USHRT_MAX): Likewise.
46143         (INT_MAX): Likewise.
46144         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46145         bound negative.
46146         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46147         bound with "U".
46148         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46149         bound with "L".
46150         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46151         bound negative.  Suffix upper bound with "L".
46152         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46153         bound with "UL".
46154         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46155         Specify type.
46156         [C99-based standards] (LLONG_MAX): Likewise.
46157         [C99-based standards] (ULLONG_MAX): Likewise.
46158         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46159         == 0.
46160         [ISO11] (max_align_t): Require type.
46161         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46163         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46164         from $CFLAGS, without defining away __attribute__ calls.
46165         (checknamespace): Use $CFLAGS_namespace.
46167         * conform/conformtest.pl (@keywords): Only include C99 keywords
46168         for standards based on C99 or C11.
46170         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46171         Disable tests.
46172         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46173         UNIX98]: Likewise.
46175         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46176         usability of symbols in #if.
46178         * conform/conformtest.pl: If macro or constant types start
46179         "promoted:", expect the symbol to be of the following type
46180         promoted by the integer promotions.
46182         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46183         in one place.  Also handle "macro-constant".
46185         * conform/conformtest.pl: Only accept expected macro values with
46186         "==".  Parse all "macro" lines in one place.
46187         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46189         * conform/conformtest.pl: Handle braced types on "constant" lines
46190         instead of handling "typed-constant".
46191         * conform/data/signal.h-data: Use "constant" instead of
46192         "typed-constant".
46194         * conform/conformtest.pl: Handle "optional-" at start of lines in
46195         one place rather than duplicating several cases.  Handle each
46196         format of "macro" line with initial "optional-".
46198         * conform/conformtest.pl: Only accept expected constant or
46199         optional-constant values with "==".  Parse all "constant" lines in
46200         one place.  Parse all "optional-constant" lines in one place.
46201         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46202         * conform/data/fmtmsg.h-data: Likewise.
46203         * conform/data/netinet/in.h-data: Likewise.
46204         * conform/data/tar.h-data: Likewise.
46205         * conform/data/limits.h-data: Use "==" form on "constant" and
46206         "optional-constant" lines.
46208         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46209         Use -std=c99 for XOPEN2K.
46210         (@knownproblems): Remove.
46211         (newtoken): Don't check %isknown.
46213         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46214         Do not expect macro.
46215         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46216         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46217         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46218         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46219         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46220         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46221         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46222         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46223         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46224         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46225         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46226         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46227         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46228         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46229         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46230         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46231         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46232         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46233         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46234         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46235         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46236         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46237         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46238         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46239         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46240         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46241         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46242         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46243         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46244         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46245         [XPG3] (acosh): Likewise.
46246         [XPG3] (asinh): Likewise.
46247         [XPG3] (atanh): Likewise.
46248         [XPG3] (cbrt): Likewise.
46249         [XPG3] (expm1): Likewise.
46250         [XPG3] (ilogb): Likewise.
46251         [XPG3] (log1p): Likewise.
46252         [XPG3] (logb): Likewise.
46253         [XPG3] (nextafter): Likewise.
46254         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46255         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46256         [XPG3] (remainder): Likewise.
46257         [XPG3] (rint): Likewise.
46258         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46259         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46260         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46261         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46262         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46263         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46264         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46265         [UNIX98 || XOPEN2K] (scalb): Expect.
46266         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46267         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46268         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46269         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46270         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46271         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46272         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46273         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46274         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46275         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46276         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46277         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46278         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46279         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46280         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46281         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46282         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46283         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46284         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46285         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46286         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46287         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46288         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46289         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46290         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46291         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46292         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46293         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46294         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46295         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46296         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46297         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46298         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46299         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46300         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46301         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46302         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46303         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46304         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46305         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46306         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46307         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46308         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46309         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46310         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46311         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46312         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46313         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46314         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46315         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46316         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46317         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46318         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46319         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46320         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46321         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46322         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46323         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46324         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46325         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46326         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46327         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46328         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46329         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46330         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46331         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46332         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46333         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46334         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46335         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46336         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46337         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46338         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46339         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46340         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46341         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46342         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46343         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46344         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46345         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46346         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46347         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46348         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46349         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46350         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46351         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46352         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46353         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46354         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46355         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46356         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46357         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46358         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46359         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46360         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46361         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46362         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46363         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46364         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46365         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46366         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46367         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46368         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46369         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46370         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46371         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46372         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46373         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46374         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46375         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46376         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46377         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46378         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46379         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46380         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46381         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46382         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46383         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46384         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46385         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46386         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46387         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46388         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46389         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46390         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46391         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46392         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46393         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46394         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46395         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46396         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46397         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46398         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46399         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46400         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46401         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46402         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46404         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46405         _XOPEN_SOURCE_EXTENDED for XPG4.
46407         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46409         * Makeconfig (localtime): Remove variable.
46410         (inst_localtime-file): Likewise.
46412 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46415         Update.
46416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46417         Update.
46418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46419         Update.
46420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46421         Update.
46422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46423         Update.
46424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46425         Update.
46426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46427         Update.
46428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46429         Update.
46430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46431         Update.
46433 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46435         [BZ #2550]
46436         [BZ #2570]
46437         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46438         comparisons to determine direction to adjust input.
46439         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46440         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46441         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46442         Likewise.
46443         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46444         Likewise.
46445         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46446         Likewise.
46447         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46448         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46449         Likewise.
46450         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46451         Likewise.
46452         * math/libm-test.inc (nexttoward_test): Add more tests.
46454 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46456         [BZ #14040]
46457         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46458         in version GLIBC_2.1, not GLIBC_2.0.
46459         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46460         Likewise.
46462 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46464         [BZ #13942]
46465         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46466         (1 - x) * (1 + x).
46467         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46468         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46469         * math/libm-test.inc (acos_test): Add more tests.
46470         (asin_test): Likewise.
46471         * sysdeps/i386/fpu/libm-test-ulps: Update.
46472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46474         [BZ #14034]
46475         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46476         of square root.
46477         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46478         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46479         * math/libm-test.inc (acos_test_tonearest): New function.
46480         (acos_test_towardzero): Likewise.
46481         (acos_test_downward): Likewise.
46482         (acos_test_upward): Likewise.
46483         (asin_test_tonearest): Likewise.
46484         (asin_test_towardzero): Likewise.
46485         (asin_test_downward): Likewise.
46486         (asin_test_upward): Likewise.
46487         (main): Call the new functions.
46488         * sysdeps/i386/fpu/libm-test-ulps: Update.
46489         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46491         [BZ #13884]
46492         [BZ #13924]
46493         * math/e_exp10.c: Include <float.h>.
46494         (__ieee754_exp10): Handle underflow here rather than multiplying
46495         large negative argument by M_LN10.
46496         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46497         of __ieee754_expf.
46498         * math/e_exp10l.c: Include <float.h>.
46499         (__ieee754_exp10l): Handle underflow here rather than multiplying
46500         large negative argument by M_LN10l.
46501         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46502         spurious overflow exception on underflow.
46504 2012-04-29  Marek Polacek  <polacek@redhat.com>
46506         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46507         (__fortify_function): New macro.
46508         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46509         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46510         __extern_always_inline.
46511         * libio/bits/stdio2.h: Likewise.
46512         * libio/bits/stdio.h: Likewise.
46513         * string/string.h: Likewise.
46514         * string/bits/string3.h: Likewise.
46515         * include/stdio.h: Likewise.
46516         * stdlib/bits/stdlib.h: Likewise.
46517         * stdlib/stdlib.h: Likewise.
46518         * rt/bits/mqueue2.h: Likewise.
46519         * rt/mqueue.h: Likewise.
46520         * posix/bits/unistd.h: Likewise.
46521         * posix/unistd.h: Likewise.
46522         * io/bits/poll2.h: Likewise.
46523         * io/bits/fcntl2.h: Likewise.
46524         * io/fcntl.h: Likewise.
46525         * io/sys/poll.h: Likewise.
46526         * misc/bits/syslog.h: Likewise.
46527         * misc/bits/syslog-ldbl.h: Likewise.
46528         * misc/sys/syslog.h: Likewise.
46529         * socket/bits/socket2.h: Likewise.
46530         * socket/sys/socket.h: Likewise.
46531         * debug/tst-chk1.c: Likewise.
46532         * wcsmbs/bits/wchar2.h: Likewise.
46533         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46534         * wcsmbs/wchar.h: Likewise.
46536 2012-04-29  Andreas Jaeger  <aj@suse.de>
46538         * Makerules (tests): Remove enable-check-abi protection.
46539         (check-abi-warn): Remove.
46540         (check-abi-%): Remove check-abi-warn usage.
46542         * configure.in: Remove check-abi configure option.
46543         * configure: Regenerated.
46544         * config.make.in (enable-check-abi): Remove.
46546 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46548         [BZ #14033]
46549         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46550         double functions to double *_finite functions.
46552         [BZ #13941]
46553         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46554         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46555         LDBL_MIN_EXP.
46556         * stdio-common/Makefile (tests): Add tst-sprintf3.
46557         * stdio-common/tst-sprintf3.c: New file.
46559         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46560         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46562 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46564         * conform/conformtest.pl: Remove duplicate typed-constant
46565         handling.
46567 2012-04-28  David S. Miller  <davem@davemloft.net>
46569         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46570         (check-abi-%): Remove AWK script prerequisite and explicit
46571         abilist directory.
46572         (check-abi): Rewrite to just diff the symlist with the abilist.
46573         (config-tls, config-abi-config): Delete, no longer used.
46574         (update-abi-%): Remove AWK script and explicit abilist directory.
46575         (update-abi): Rewrite to simply compare and conditionally copy the
46576         symlist and the sysdep abilist file.  Remove update-abi-config
46577         checks.
46578         * abilist/ld.abilist: Remove.
46579         * abilist/libBrokenLocale.abilist: Remove.
46580         * abilist/libanl.abilist: Remove.
46581         * abilist/libcrypt.abilist: Remove.
46582         * abilist/libdl.abilist: Remove.
46583         * abilist/librt.abilist: Remove.
46584         * abilist/libthread_db.abilist: Remove.
46585         * abilist/libutil.abilist: Remove.
46586         * scripts/extract-abilist.awk: Remove.
46587         * scripts/merge-abilist.awk: Remove.
46588         * sysdeps/generic/libcidn.abilist: New file.
46589         * sysdeps/generic/libnss_compat.abilist: New file.
46590         * sysdeps/generic/libnss_db.abilist: New file.
46591         * sysdeps/generic/libnss_dns.abilist: New file.
46592         * sysdeps/generic/libnss_files.abilist: New file.
46593         * sysdeps/generic/libnss_hesiod.abilist: New file.
46594         * sysdeps/generic/libnss_nis.abilist: New file.
46595         * sysdeps/generic/libnss_nisplus.abilist: New file.
46596         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46597         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46598         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46599         file.
46600         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46601         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46602         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46603         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46604         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46605         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46606         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46607         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46608         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46609         file.
46610         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46611         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46612         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46613         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46614         file.
46615         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46616         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46617         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46618         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46619         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46620         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46621         file.
46622         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46623         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46624         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46625         file.
46626         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46627         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46628         New file.
46629         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46630         New file.
46631         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46632         New file.
46633         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46634         New file.
46635         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46636         New file.
46637         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46638         New file.
46639         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46640         New file.
46641         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46642         New file.
46643         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46644         New file.
46645         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46646         New file.
46647         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46648         New file.
46649         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46650         New file.
46651         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46652         New file.
46653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46654         file.
46655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46656         New file.
46657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46658         New file.
46659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46660         file.
46661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46662         New file.
46663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46664         New file.
46665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46666         file.
46667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46668         New file.
46669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46670         New file.
46671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46672         New file.
46673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46674         New file.
46675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46676         New file.
46677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46678         New file.
46679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46681         file.
46682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46683         New file.
46684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46685         file.
46686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46687         file.
46688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46689         file.
46690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46691         file.
46692         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46693         file.
46694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46695         New file.
46696         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46697         file.
46698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46699         file.
46700         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46701         New file.
46702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46703         file.
46704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46706         file.
46707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46708         New file.
46709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46710         file.
46711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46712         file.
46713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46714         file.
46715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46716         file.
46717         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46718         file.
46719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46720         New file.
46721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46722         file.
46723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46724         file.
46725         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46726         New file.
46727         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46728         file.
46729         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46730         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46731         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46732         file.
46733         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46734         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46735         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46736         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46737         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46738         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46739         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46740         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46741         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46742         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46743         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46745         file.
46746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46747         New file.
46748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46749         file.
46750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46751         file.
46752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46753         file.
46754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46755         file.
46756         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46757         file.
46758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46759         New file.
46760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46761         New file.
46762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46763         file.
46764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46765         New file.
46766         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46767         file.
46768         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46769         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46770         file.
46771         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46772         New file.
46773         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46774         file.
46775         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46776         file.
46777         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46778         file.
46779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46780         file.
46781         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46782         file.
46783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46784         New file.
46785         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46786         New file.
46787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46788         file.
46789         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46790         New file.
46791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46792         file.
46794 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46796         * conform/conformtest.pl: Fix typo in handling typed-constant from
46797         allow-header.
46799 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46801         * README: Cut down references to pre-2.6 Linux kernels and
46802         Linuxthreads.  Update lists of configurations in libc and ports
46803         and sort alphabetically.  Say "or newer" with Linux kernel version
46804         requirements.
46806         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46808 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46810         [BZ #887]
46811         * math/libm-test.inc (logb_test_downward): New test to expose
46812         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46813         rounding mode.
46815 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46817         [BZ #14027]
46818         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46819         to be done.
46820         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46821         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46823 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46825         * sysdeps/unix/i386/brk.S: Remove file.
46826         * sysdeps/unix/i386/dl-brk.S: Likewise.
46827         * sysdeps/unix/i386/pipe.S: Likewise.
46828         * sysdeps/unix/i386/sigreturn.S: Likewise.
46829         * sysdeps/unix/i386/syscall.S: Likewise.
46830         * sysdeps/unix/i386/vfork.S: Likewise.
46831         * sysdeps/unix/i386/wait.S: Likewise.
46833         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46834         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46836         * configure.in (arm*-none*): Do not allow without
46837         --enable-hacker-mode.
46838         (netbsd*): Remove case setting base_os.
46839         (386bsd*): Likewise.
46840         (freebsd*): Likewise.
46841         (bsdi*): Likewise.
46842         (osf*): Likewise.
46843         (sunos*): Likewise.
46844         (ultrix*): Likewise.
46845         (newsos*): Likewise.
46846         (dynix*): Likewise.
46847         (*bsd*): Likewise.
46848         (sysv*): Likewise.
46849         (isc*): Likewise.
46850         (esix*): Likewise.
46851         (sco*): Likewise.
46852         (minix*): Likewise.
46853         (irix4*): Likewise.
46854         (irix6*): Likewise.
46855         (solaris[2-9]*): Likewise.
46856         (none): Likewise.
46857         * configure: Regenerated.
46859 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46861         [BZ #11521]
46862         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46863         overflow or cancellation in calculating denominator.
46864         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46865         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46866         down expression to avoid unexpected rounding in newer GCCs.
46867         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46869 2012-04-26  David S. Miller  <davem@davemloft.net>
46871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46872         long-double compat symbols.
46873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46881         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46887 2012-04-25  David S. Miller  <davem@davemloft.net>
46889         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46890         HWCAP_* values only after the memory barriers have been defined.
46891         (atomic_full_barrier): Define.
46892         (atomic_read_barrier): Define.
46893         (atomic_write_barrier): Define.
46895 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46897         * shlib-versions: Add libgcc_s version information.
46898         * sysdeps/generic/libgcc_s.h: Remove.
46899         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46900         libgcc_s.h.
46901         * sysdeps/gnu/unwind-resume.c: Likewise.
46902         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46904 2012-04-25  David S. Miller  <davem@davemloft.net>
46906         * sysdeps/unix/sparc/brk.S: Delete.
46907         * sysdeps/unix/sparc/dl-brk.S: Delete.
46908         * sysdeps/unix/sparc/pipe.S: Delete.
46909         * sysdeps/unix/sparc/sysdep.S: Delete.
46910         * sysdeps/unix/sparc/sysdep.h: Delete.
46911         * sysdeps/unix/sparc/vfork.S: Delete.
46912         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46913         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46914         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46915         (ret_ERRVAL, r0, r1, MOVE): Define.
46916         (JUMPTARGET): Remove.
46917         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46918         sysdeps/unix/sparc/sysdep.h
46919         (ENTRY, END): Remove.
46920         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46922 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46924         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46925         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46926         -DIS_IN_build.
46928         * timezone/README: Update upstream location and email address for
46929         tzcode and tzdata.
46930         * timezone/zdump.c: Update from tzcode 2012b.
46931         * timezone/zic.c: Likewise.
46933         * configure.in (libc_cv_as_needed): Remove test.
46934         * configure: Regenerated.
46935         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46936         conditional definition.
46937         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46938         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46939         * config.make.in (have-as-needed): Remove variable.
46941 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46942             Paul Pluzhnikov  <ppluzhnikov@google.com>
46944         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46945         strings correctly.
46947 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46949         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46950         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46951         * sysdeps/sh/strlen.S: Likewise.
46953 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46955         * sysdeps/unix/fork.S: Remove file.
46956         * sysdeps/unix/i386/fork.S: Likewise.
46957         * sysdeps/unix/sparc/fork.S: Likewise.
46959         * sysdeps/unix/system.c: Remove file.
46960         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46962         * sysdeps/unix/getegid.S: Remove file.
46963         * sysdeps/unix/geteuid.S: Likewise.
46965 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46967         * scripts/check-localplt.awk: New file.
46968         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46969         of diff.
46970         * scripts/data/localplt-generic.data: Add a comment.
46972         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46973         NODE when __dir_mkfile failed.
46974         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46975         Reported by Ludovic Courtès <ludo@gnu.org>.
46977 2012-04-24  Andreas Jaeger  <aj@suse.de>
46979         * Makerules (common-clean): Also remove gen-as-const-headers
46980         files.
46982 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46984         * Makerules (native-compile): Do not change working directory for
46985         build.  Use $(OUTPUT_OPTION) in command.
46986         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46988 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46990         [BZ #13886]
46991         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46992         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46993         * math/libm-test.inc (floor_test): Add more tests.
46994         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46996 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46998         * sysdeps/unix/getdents.c: Remove file.
46999         * sysdeps/unix/sysv/getdents.c: Likewise.
47000         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47002         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47003         sysdeps/unix/mman/syscalls.list.
47004         (mmap): Likewise.
47005         (mprotect): Likewise.
47006         (msync): Likewise.
47007         (munmap): Likewise.
47008         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47009         * sysdeps/unix/mman/syscalls.list: Remove.
47010         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47012         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47013         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47014         * configure: Regenerated.
47015         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47016         $(libgcc_s_suffix).
47017         * config.make.in (libgcc_s_suffix): Remove variable.
47019 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47021         * sysdeps/unix/sysv/gethostname.c: Move to ...
47022         * sysdeps/posix/gethostname.c: ... here.
47024         * sysdeps/unix/execve.S: Remove file.
47026         * sysdeps/unix/_exit.S: Remove file.
47028 2012-04-23  Andreas Jaeger  <aj@suse.de>
47030         [BZ #13739]
47031         * manual/Makefile: Remove make dist support, there's no
47032         need for a stand-alone documentation tar ball.
47033         (TEXI2DVI): Define always, it's not in Makeconfig.
47034         (dist): Removed.
47035         (tar-it): Removed.
47036         (edition): Removed.
47037         (glibc-doc-$(edition).tar): Removed
47038         (%.Z): Removed.
47039         (%.gz): Removed.
47040         (%.uu): Removed.
47041         (ETAGS): Remove, it's in Makeconfig.
47042         (move-if-change): Remove, it's in Makeconfig.
47044 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47046         [BZ #13970]
47047         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47048         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47049         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47050         (strtod_l, strtof_l, strtold_l): Remove __wur.
47051         It is not necessarily an error to ignore strtol's return value.
47052         One can reliably look at the stored endptr to decide whether
47053         the number had valid syntax.
47055 2012-04-21  Andreas Jaeger  <aj@suse.de>
47057         [BZ #13739]
47058         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47060 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47062         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47063         * sysdeps/unix/sysv/Versions: Remove file.
47065 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47067         [BZ #13927]
47068         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47070 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47072         [BZ #7064]
47073         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47074         version from __vm86.
47076 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47078         * sysdeps/unix/common/lxstat.c: Remove file.
47079         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47081         * sysdeps/unix/sysv/Makefile: Remove file.
47083         * sysdeps/unix/sysv/direct.h: Remove file.
47085         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47086         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47087         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47088         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47089         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47090         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47091         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47093         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47095         * sysdeps/unix/xmknod.c: Remove file.
47096         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47098         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47100         * sysdeps/unix/sysv/i386/time.S: Remove file.
47102         * sysdeps/unix/fxstat.c: Remove file.
47103         * sysdeps/unix/xstat.c: Likewise.
47104         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47106         * sysdeps/unix/sysv/sigaction.c: Remove file.
47108         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47109         (sysdep_headers): Remove variable.
47110         [termio.h not in sysdep_headers] (generated): Likewise.
47111         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47112         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47113         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47114         * sysdeps/unix/sysv/tcflow.c: Likewise.
47115         * sysdeps/unix/sysv/tcflush.c: Likewise.
47116         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47117         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47118         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47119         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47120         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47122         * sysdeps/unix/siglist.c: Remove file.
47124         * sysdeps/unix/getppid.S: Remove file.
47126         * sysdeps/unix/mkdir.c: Remove file.
47127         * sysdeps/unix/rmdir.c: Likewise.
47129 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47131         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47132         ERR_MAX value.
47133         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47134         errlist-compat value.
47136 2012-04-18  David S. Miller  <davem@davemloft.net>
47138         * sysdeps/generic/memcopy.h (reg_char): Delete.
47139         * debug/strcat_chk.c: Use char, not reg_char.
47140         * debug/strcpy_chk.c: Likewise.
47141         * debug/strncat_chk.c: Likewise.
47142         * debug/strncpy_chk.c: Likewise.
47143         * string/memchr.c: Likewise.
47144         * string/memrchr.c: Likewise.
47145         * string/rawmemchr.c: Likewise.
47146         * string/strcat.c: Likewise.
47147         * string/strchr.c: Likewise.
47148         * string/strchrnul.c: Likewise.
47149         * string/strcmp.c: Likewise.
47150         * string/strcpy.c: Likewise.
47151         * string/strncat.c: Likewise.
47152         * string/strncmp.c: Likewise.
47153         * string/strncpy.c: Likewise.
47155 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47157         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47158         __builtin_memcopy is called when src and dest ranges are known to not
47159         overlap.
47161 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47163         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47164         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47165         fwd_align_merge macro call.
47166         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47167         bwd_align_merge macro call.
47168         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47170 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47172         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47173         bwd_align_merge macros.
47174         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47175         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47176         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47178 2012-04-18  David S. Miller  <davem@davemloft.net>
47180         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47182 2012-04-18  Andreas Jaeger  <aj@suse.de>
47184         [BZ# 6794]
47185         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47186         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47187         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47189         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47190         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47191         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47193         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47194         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47195         Adjust for changed ldbl-128 files.
47197         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47198         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47199         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47201 2012-04-17  David S. Miller  <davem@davemloft.net>
47203         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47205 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47207         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47208         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47209         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47210         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47211         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47212         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47214 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47216         [BZ #6794]
47217         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47218         * math/libm-test.inc: Add ilogb errno and exception tests.
47219         * math/w_ilogb.c: New file: ilogb wrapper.
47220         * math/w_ilogbf.c: New file: ilogbf wrapper.
47221         * math/w_ilogbl.c: New file: ilogbl wrapper.
47222         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47223         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47224         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47225         exception being thrown with 0.0 as argument.
47226         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47227         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47228         exception being thrown with 0.0 as argument.
47229         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47230         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47231         exception being thrown with 0.0 as argument.
47232         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47233         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47234         exception being thrown with 0.0 as argument.
47235         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47236         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47237         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47238         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47239         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47240         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47241         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47242         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47243         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47245 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47247         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47248         with altivec.
47250 2012-04-16  Marek Polacek  <polacek@redhat.com>
47252         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47254 2012-04-16  Marek Polacek  <polacek@redhat.com>
47256         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47257         operands of fdivp instruction.
47259 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47261         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47262         * elf/tst-auditmod3b.c: Likewise.
47263         * elf/tst-auditmod4b.c: Likewise.
47264         * elf/tst-auditmod5b.c: Likewise.
47265         * elf/tst-auditmod6b.c: Likewise.
47266         * elf/tst-auditmod6c.c: Likewise.
47267         * elf/tst-auditmod7b.c: Likewise.
47268         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47269         * sysdeps/x86_64/preconfigure.in: Likewise.
47270         * sysdeps/x86_64/preconfigure: Regenerated.
47272 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47274         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47275         __ILP32__.
47277 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47279         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47280         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47282 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47284         [BZ #13973]
47285         * locale/iso-639.def: Fix gl language name. Spotted by
47286         Yaron Shahrabani.
47288 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47290         [BZ #2074]
47291         * libio/libio.h (__io_write_fn): Update comment.
47293 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47295         [BZ #2074]
47296         * stdio.texi (Hook Functions): The user provided writer function
47297         is not allowed to return -1.
47299 2012-04-11  David S. Miller  <davem@davemloft.net>
47301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47303 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47305         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47306         Add a leading slash to rtkaio.
47308 2012-04-11  Jim Meyering  <meyering@redhat.com>
47310         [BZ #11959]
47311         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47312         It is not necessarily an error to ignore fwrite's return
47313         value.  One can reliably use ferror to test for errors after
47314         the fact.
47316 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47318         * bits/types.h (__snseconds_t): New type.
47319         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47321         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47322         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47323         (__SNSECONDS_T_TYPE): Likewise.
47324         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47325         (__SNSECONDS_T_TYPE): Likewise.
47326         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47327         (__SNSECONDS_T_TYPE): Likewise.
47329 2012-04-10  Andreas Jaeger  <aj@suse.de>
47331         [BZ #2636]
47332         * manual/time.texi (Processor Time): Return type of times is
47333         elapsed real time since an arbitrary point in the past.
47334         (CPU Time): Move CLK_TCK from here...
47335         (Processor Time): ...to here.  Correct description.
47336         * manual/conf.texi (Constants for Sysconf): Correct description of
47337         _SC_CLK_TCK.
47339 2012-04-10  David S. Miller  <davem@davemloft.net>
47341         [BZ #13967]
47342         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47343         where the is a gap between DT_REL(A) and DT_JMPREL.
47345 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47347         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47348         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47349         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47351 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47353         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47354         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47355         (dl_main): Handle --inhibit-cache.
47356         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47357         _dl_inhibit_cache.
47358         * elf/dl-load.c (_dl_map_object): Use it.
47359         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47361 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47363         [BZ #13872]
47364         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47365         (__ieee754_powl): Saturate large exponents rather than testing for
47366         overflow of y*log2(x).
47367         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47368         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47369         exceptions.
47371         [BZ #11521]
47372         * math/s_ctan.c: Include <float.h>.
47373         (__ctan): Avoid internal overflow or cancellation in calculating
47374         denominator.
47375         * math/s_ctanf.c: Likewise.
47376         * math/s_ctanl.c: Likewise.
47377         * math/s_ctanh.c: Likewise.
47378         * math/s_ctanhf.c: Likewise.
47379         * math/s_ctanhl.c: Likewise.
47380         * math/libm-test.inc (ctan_test): Add more tests.
47381         (ctanh_test): Likewise.
47382         * sysdeps/i386/fpu/libm-test-ulps: Update.
47383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47385 2012-04-09  Andreas Jaeger  <aj@suse.de>
47387         [BZ #6894]
47388         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47389         is an optional BSD extension.
47391         [BZ #10254]
47392         * manual/stdio.texi (Opening Streams): Document additional fopen
47393         parameters.
47395 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47397         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47398         %eax without telling the compiler.
47400 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47402         [BZ # 13963]
47403         * manual/install.texi: Use sourceware.org.
47405 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47407         [BZ #13873]
47408         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47409         (__ieee754_pow): Generate overflow and underflow using huge*huge
47410         and tiny*tiny rather than just returning constant infinity or zero
47411         for large exponents.
47412         * math/libm-test.inc (pow_test): Require overflow exceptions for
47413         applicable cases of large exponents.
47415         [BZ #706]
47416         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47417         (__ieee754_pow): Use iterative multiplication algorithm only for
47418         integer exponents with absolute value below 1024.  Check for odd
47419         integer exponents when using algorithm for real exponents.
47420         * math/libm-test.inc (pow_test): Add more tests.
47421         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47423 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47425         [BZ #13705]
47426         * math/libm-test.inc (exp_test): Do not allow overflow exception
47427         on underflow test.
47429 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47431         [BZ #13705]
47432         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47433         instead of __kernel_standard_f.
47435 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47437         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47438         * sysdeps/x86_64/memset_chk.S: Likewise.
47440 2012-04-08  Andreas Jaeger  <aj@suse.de>
47442         [BZ #10153]
47443         * manual/startup.texi (Environment Access): Describe return value
47444         for putenv and setenv.
47446         [BZ #6895]
47447         * manual/filesys.texi (Directory Entries): Add description for
47448         DT_LNK.
47450         [BZ #6890]
47451         * manual/filesys.texi (Directory Entries): Clarify that it's file
47452         system not operating system in the description of DT_UNKNOWN.
47454         [BZ #6578]
47455         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47457 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47459         [BZ #6649]
47460         * manual/llio.texi (Opening and Closing Files): Add cross
47461         reference to explain mode argument.
47463 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47465         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47466         * sysdeps/x86_64/memset_chk.S: Likewise.
47468 2012-04-07  David S. Miller  <davem@davemloft.net>
47470         * elf/elf.h (R_SPARC_WDISP10): Define.
47471         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47472         R_SPARC_SIZE32.
47473         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47474         R_SPARC_SIZE64 and R_SPARC_H34.
47476 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47478         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47479         conditions and remove no longer applicable assertion.
47481 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47483         * bits/byteswap.h: Include <features.h>.
47484         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47485         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47487 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47489         * bits/byteswap.h (__bswap_16): Removed.
47490         Include <bits/byteswap-16.h> to get __bswap_16.
47491         * sysdeps/i386/bits/byteswap.h: Likewise.
47492         * sysdeps/s390/bits/byteswap.h: Likewise.
47493         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47494         * bits/byteswap-16.h: New file.
47495         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47496         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47497         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47498         * string/Makefile (headers): Add bits/byteswap-16.h.
47500 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47502         [BZ #13895]
47503         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47504         extra indirection.
47505         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47506         * nss/tst-nss-static.c: New.
47508 2012-04-06  Robert Millan  <rmh@gnu.org>
47510         [BZ #6486]
47511         * manual/llio.texi (File Position Primitive): lseek
47512         refers to WHENCE when it really means OFFSET.
47514 2012-04-06  Andreas Jaeger  <aj@suse.de>
47516         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47517         strncmp declarations.
47519         * abilist/libc.abilist: Add __poll and __ppoll.
47521 2012-04-05  David S. Miller  <davem@davemloft.net>
47523         * scripts/check-local-headers.sh: Accept a host triplet in the
47524         path matched by the exclude regexp.
47526         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47527         definition.
47528         * sysdeps/powerpc/powerpc32/dl-machine.h
47529         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47530         * sysdeps/s390/s390-32/dl-machine.h
47531         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47532         * sysdeps/sparc/sparc32/dl-machine.h
47533         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47534         * sysdeps/sparc/sparc64/dl-machine.h
47535         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47537         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47538         lazy binding.
47539         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47540         undefined symbol errors.
47542         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47543         DT_NEEDED entries.
47545 2012-04-05  Michael Matz  <matz@suse.de>
47547         [BZ #13592]
47548         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47550 2012-04-05  Andreas Jaeger  <aj@suse.de>
47552         [BZ #13908]
47553         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47554         comment.
47556 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47558         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47559         which ROUND is no valid rounding mode.
47561 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47563         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47564         read again.
47565         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47567 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47569         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47570         an exception using FPU order intentionally.
47572 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47574         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47575         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47576         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47577         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47579 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47581         [BZ #12340]
47582         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47583         EINVAL when BUFLEN is too smal.
47585 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47587         [BZ #13553]
47588         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47589         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47591 2012-04-03  Andreas Jaeger  <aj@suse.de>
47593         [BZ #13938]
47594         * manual/setjmp.texi (System V contexts): Fix sentence.
47596         [BZ #13926]
47597         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47598         New macro for this case.
47599         [!__GNUC__] (__bswap_64): New inline function for this case.
47600         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47601         * bits/byteswap.h: Likewise.
47602         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47603         ull, guard with __GLIBC_HAVE_LONG_LONG.
47605         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47606         __GLIBC_HAVE_LONG_LONG.
47608         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47609         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47611 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47613         [BZ #13691]
47614         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47615         inptr and inend, rather than using last_ch.
47617 2012-04-02  David S. Miller  <davem@davemloft.net>
47619         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47620         * stdio-common/printf-parse.h (read_int): Change return type to
47621         'int', return -1 on INT_MAX overflow.
47622         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47623         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47624         overflows INT_MAX.  Check for overflow of in-format-string precision
47625         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47626         SIZE_MAX not INT_MAX for integer overflow test.
47627         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47628         skip the construct in the format string but do not record anything.
47629         * stdio-common/bug22.c: Adjust to test both width/prevision
47630         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47631         explicitly for proper errno values.
47633 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47635         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47636         CHAR_MAX.
47637         * string/test-strcmp.c [! WIDE]: Likewise.
47638         * time/tst-mktime2.c: Likewise for INT_MAX.
47639         * string/test-string.h: #include <sys/param.h> for MIN.
47641         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47642         * sysdeps/i386/init-first.c (init): Likewise.
47643         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47644         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47645         * sysdeps/sh/init-first.c (init): Likewise.
47647 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47649         * po/ru.po: Update from translation team.
47650         * po/vi.po: Likewise.
47652 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47654         * resolv/nss_dns/dns-host.c: Merge copyright years.
47656 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47658         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47659         Optimize memcpy with prefetch if
47660         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47661         src, dst pointers have unequal 16 byte alignments.
47663 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47665         [BZ #13928]
47666         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47667         from a CNAME entry and return the minimum ttl for the query.
47668         (gaih_getanswer_slice): Likewise.
47670 2012-03-30  Jeff Law  <law@redhat.com>
47672         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47673         due to long keys.
47674         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47675         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47677         * resolv/nss_dns/dns-host.c: Update copyright year.
47679 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47681         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47682         requests to save a system call.  Fix check that all bytes are sent.
47684         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47685         comments for sendmmsg.
47687 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47689         [BZ #13691]
47690         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47691         with only 1 character between 0x0041 and 0x01b0.
47692         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47693         * wcsmbs/tst-mbsnrtowcs.c: New file.
47695 2012-03-29  David S. Miller  <davem@davemloft.net>
47697         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47698         small copies by hand.
47700 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47702         [BZ #13761]
47703         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47704         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47705         group memberships.
47707 2012-03-28  David S. Miller  <davem@davemloft.net>
47709         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47710         that branches into memcpy.
47711         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47712         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47713         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47714         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47715         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47716         bits.
47717         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47718         implementation too.
47719         * sysdeps/sparc/mempcpy.S: New file.
47721         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47722         the IFUNC routine in the libc case.
47723         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47725         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47726         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47727         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47728         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47729         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47730         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47731         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47732         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47734         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47735         loop to 256 bytes instead of 64 bytes and fix test signedness.
47737         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47738         * sysdeps/sparc/sparc32/Makefile: rather than here...
47739         * sysdeps/sparc/sparc64/Makefile: and here.
47741 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47743         * malloc/mallocbug.c: Avoid warnings about unused variables.
47745 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47747         [BZ #13760]
47748         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47749         in the right place. Discard and retry query if response is
47750         larger than input buffer size.
47752 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47754         [BZ #369]
47755         [BZ #2678]
47756         [BZ #3866]
47757         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47758         x for large integer exponent.
47759         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47760         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47761         sign of result as needed afterwards.
47762         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47763         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47764         result for underflowing pow the same as for overflow.
47765         (__kernel_standard_l): Handle powl overflow and underflow here
47766         rather than calling __kernel_standard.
47767         * math/libm-test.inc (pow_test): Add more tests.
47769         [BZ #3868]
47770         [BZ #13879]
47771         [BZ #13910]
47772         [BZ #13911]
47773         [BZ #13912]
47774         [BZ #13913]
47775         [BZ #13915]
47776         [BZ #13916]
47777         [BZ #13917]
47778         [BZ #13918]
47779         [BZ #13919]
47780         [BZ #13920]
47781         [BZ #13921]
47782         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47783         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47784         (__kernel_standard_l): New function.
47785         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47786         __kernel_standard.
47787         * math/w_acosl.c (__acosl): Likewise.
47788         * math/w_asinl.c (__asinl): Likewise.
47789         * math/w_atan2l.c (__atan2l): Likewise.
47790         * math/w_atanhl.c (__atanhl): Likewise.
47791         * math/w_coshl.c (__coshl): Likewise.
47792         * math/w_exp10l.c (__exp10l): Likewise.
47793         * math/w_exp2l.c (__exp2l): Likewise.
47794         * math/w_fmodl.c (__fmodl): Likewise.
47795         * math/w_hypotl.c (__hypotl): Likewise.
47796         * math/w_j0l.c (__j0l, __y0l): Likewise.
47797         * math/w_j1l.c (__j1l, __y1l): Likewise.
47798         * math/w_jnl.c (__jnl, __ynl): Likewise.
47799         * math/w_lgammal.c (__lgammal): Likewise.
47800         * math/w_log10l.c (__log10l): Likewise.
47801         * math/w_log2l.c (__log2l): Likewise.
47802         * math/w_logl.c (__logl): Likewise.
47803         * math/w_powl.c (__powl): Likewise.
47804         * math/w_remainderl.c (__remainderl): Likewise.
47805         * math/w_scalbl.c (sysv_scalbl): Likewise.
47806         * math/w_sinhl.c (__sinhl): Likewise.
47807         * math/w_sqrtl.c (__sqrtl): Likewise.
47808         * math/w_tgammal.c (__tgammal): Likewise.
47809         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47810         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47811         * math/libm-test.inc (acos_test): Add more tests.
47812         (acosh_test): Likewise.
47813         (asin_test): Likewise.
47814         (atanh_test): Likewise.
47815         (exp_test): Likewise.
47816         (exp10_test): Likewise.
47817         (exp2_test): Likewise.
47818         (expm1_test): Likewise.
47819         (lgamma_test): Likewise.
47820         (log_test): Likewise.
47821         (log10_test): Likewise.
47822         (log1p_test): Likewise.
47823         (log2_test): Likewise.
47824         (pow_test): Do not allow some spurious overflow exceptions.
47825         (sqrt_test): Add more tests.
47826         (tgamma_test): Likewise.
47827         (y0_test): Likewise.
47828         (y1_test): Likewise.
47829         (yn_test): Likewise.
47831 2012-03-27  Anton Blanchard  <anton@samba.org>
47833         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47834         MAP_HUGETLB.
47835         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47836         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47837         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47839 2012-03-27  David S. Miller  <davem@davemloft.net>
47841         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47843         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47844         have-as-vis3 check.
47846 2012-03-27  Andreas Jaeger  <aj@suse.de>
47848         * sysdeps/x86_64/elf/configure.in: Moved to ...
47849         * sysdeps/x86_64/configure.in: ... here.
47850         * sysdeps/x86_64/elf/start.S: Moved to ...
47851         * sysdeps/x86_64/start.S: ... here.
47852         * sysdeps/x86_64/elf/configure: Delete.
47854         * sysdeps/x86_64/configure.in: Merge contents from
47855         sysdeps/i386/configure.in (without i686 check).
47857         * sysdeps/i386/elf/Versions: Merge into ...
47858         * sysdeps/i386/Versions: ... this.
47859         * sysdeps/i386/elf/Versions: Delete file.
47860         * sysdeps/i386/elf/start.S: Moved to ...
47861         * sysdeps/i386/start.S: ...here.
47862         * sysdeps/i386/elf/configure.in: Merge into...
47863         * sysdeps/i386/configure.in: ...here.
47864         * sysdeps/i386/elf/configure.in: Delete file.
47865         * sysdeps/i386/elf/configure: Delete file.
47867         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47868         * debug/backtracesyms.c: ... here.
47869         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47870         * debug/backtracesymsfd.c: ... here.
47871         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47872         * sysdeps/generic/ifunc-sel.h: ... here.
47874         * sysdeps/unix/i386/start.c: Delete file.
47875         * sysdeps/unix/sparc/start.c: Delete file.
47876         * sysdeps/unix/start.c: Delete file.
47878         * sysdeps/sh/elf/configure.in: Moved to ...
47879         * sysdeps/sh/configure.in: ... here.
47880         * sysdeps/sh/elf/start.S: Moved to ...
47881         * sysdeps/sh/start.S: ... here.
47882         * sysdeps/sh/elf/configure: Delete file.
47884         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47885         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47886         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47887         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47888         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47889         * sysdeps/powerpc/powerpc64/start.S: here.
47890         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47891         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47892         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47893         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47894         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47896         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47897         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47898         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47899         * sysdeps/powerpc/powerpc32/start.S: ... here.
47900         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47901         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47902         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47904         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47905         * sysdeps/powerpc/ifunc-sel.h: ... here.
47906         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47907         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47909         * sysdeps/sparc/elf/configure.in: Moved to ...
47910         * sysdeps/sparc/configure.in: ... here.
47911         * sysdeps/sparc/elf/configure: Delete file.
47912         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47913         * sysdeps/sparc/sparc32/start.S: ... here.
47914         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47915         * sysdeps/sparc/sparc64/start.S: ... here.
47916         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47917         * sysdeps/sparc/sparc32/Makefile: ... this.
47918         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47919         * sysdeps/sparc/sparc64/Makefile: ... this.
47921         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47922         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47923         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47924         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47925         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47926         * sysdeps/s390/s390-32/setjmp.S: ... here.
47927         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47928         * sysdeps/s390/s390-32/configure.in: ... here.
47929         * sysdeps/s390/s390-32/elf/configure: Delete file.
47930         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47931         * sysdeps/s390/s390-32/start.S: ... here.
47933         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47934         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47935         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47936         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47937         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47938         * sysdeps/s390/s390-64/setjmp.S: ... here.
47939         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47940         * sysdeps/s390/s390-64/configure.in: ... here
47941         * sysdeps/s390/s390-64/elf/configure: Delete file.
47942         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47943         * sysdeps/s390/s390-64/start.S: ... here.
47944         * sysdeps/s390/s390-64/elf/configure: Delete.
47946         * configure.in: Remove support for elf directories in sysdeps.
47948         * configure: Regenerated.
47949         * sysdeps/i386/configure: Regenerated.
47950         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47951         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47952         * sysdeps/s390/s390-32/configure: Regenerated.
47953         * sysdeps/s390/s390-64/configure: Regenerated.
47954         * sysdeps/sh/configure: Regenerated.
47955         * sysdeps/sparc/configure: Regenerated.
47956         * sysdeps/x86_64/configure: Regenerated.
47958 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47962         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47963         denormal result into account.
47965 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47967         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47968         Reported by Allan McRae <allan@archlinux.org>.
47970 2012-03-23  Jeff Law  <law@redhat.com>
47972         * nss/getnssent.c (__nss_getent): Fix typo.
47974 2012-03-23  David S. Miller  <davem@davemloft.net>
47976         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47978 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47980         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47981         to pad to uint64_t for each field.
47982         (dl_tls_index): Replace unsigned long with uint64_t.
47984 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47985         Paul Pluzhnikov  <ppluzhnikov@google.com>
47987         [BZ #6528]
47988         * grp/Makefile (otherlibs): Don't set it.
47989         * inet/Makefile (otherlibs): Likewise.
47990         * login/Makefile (otherlibs): Likewise.
47991         * nscd/Makefile (otherlibs): Likewise.
47992         * posix/Makefile (otherlibs): Likewise.
47993         * pwd/Makefile (otherlibs): Likewise.
47994         * rt/Makefile (otherlibs): Likewise.
47995         * sunrpc/Makefile (otherlibs): Likewise.
47996         * nss/Makefile (otherlibs): Likewise.
47997         Add libnss_files to routines and static-only-routines.
47998         ($(objpfx)getent): Remove rule.
47999         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48000         static-only-routines.
48002 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48004         [BZ #13892]
48005         * math/s_cexp.c: Include <float.h>.
48006         (__cexp): Handle exp result overflowing not necessarily
48007         overflowing both real and imaginary parts of result.
48008         * math/s_cexpf.c: Likewise.
48009         * math/s_cexpl.c: Likewise.
48010         * math/libm-test.inc (cexp_test): Add more tests.
48011         * sysdeps/i386/fpu/libm-test-ulps: Update.
48012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48014 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48016         * include/link.h (ELFW): New macro.
48017         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48018         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48020 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48022         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48023         with uint64_t.
48025 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48027         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48028         declaration.
48029         (struct La_x32_retval): Likewise.
48031 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48033         * sysdeps/x86_64/preconfigure.in: New file.
48034         * sysdeps/x86_64/preconfigure: New generated file.
48036 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48038         [BZ #13824]
48039         * math/e_exp2l.c: Include <float.h>.
48040         (__ieee754_exp2l): Handle overflow and underflow cases
48041         separately.  Only pass fractional part of argument to
48042         __ieee754_expl.
48043         * math/libm-test.inc (exp2_test): Add more tests.
48045         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48046         negating x to take absolute value.
48047         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48048         Likewise.
48049         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48050         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48051         Likewise.
48052         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48053         computing low part if x was negated.
48054         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48056 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48058         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48059         la_x32_gnu_pltexit.
48060         (pltexit): Cast int_retval to ptrdiff_t.
48061         * elf/tst-auditmod3b.c: Likewise.
48062         * elf/tst-auditmod4b.c: Likewise.
48063         * elf/tst-auditmod5b.c: Likewise.
48064         * elf/tst-auditmod6b.c: Likewise.
48065         * elf/tst-auditmod6c.c: Likewise.
48066         * elf/tst-auditmod7b.c: Likewise.
48068         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48069         and x32_gnu_pltexit.
48071         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48072         __ELF_NATIVE_CLASS.
48073         (La_x32_regs): New macro.
48074         (La_x32_retval): Likewise.
48075         (la_x32_gnu_pltenter): New function prototype.
48076         (la_x32_gnu_pltexit): Likewise.
48078 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48080         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48081         exponent.
48083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48085         * configure.in (libc_cv_cc_nofma): Check for option to disable
48086         generation of FMA instructions.
48087         * configure: Regenerate.
48088         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48089         * sysdeps/ieee754/dbl-64/Makefile: New file.
48090         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48091         Remove brandred-fma4.
48092         (CFLAGS-brandred-fma4.c): Remove.
48093         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48094         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48095         define.
48096         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48097         define.
48099 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48101         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48102         LLONG_MAX != LONG_MAX.
48103         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48104         (_fitoa_word): Likewise.
48105         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48106         LLONG_MAX != LONG_MAX.
48107         * stdio-common/_itowa.h: Include <_itoa.h>.
48108         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48109         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48110         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48111         only if not defined.
48112         (_ITOA_WORD_TYPE): Likewise.
48113         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48114         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48116 2012-03-21  David S. Miller  <davem@davemloft.net>
48118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48120 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48122         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48123         of x86_64 when setting libc_cv_slibdir, libdir and
48124         libc_cv_localedir.
48125         * sysdeps/unix/sysv/linux/configure: Regenerated.
48127 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48129         * manual/lang.texi (Old Varargs): Remove section.
48130         (How Variadic): Update menu.
48131         (va_start): Do not mention varargs.h.
48133 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48134             Joseph Myers  <joseph@codesourcery.com>
48136         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48137         link test.
48138         * configure: Regenerated.
48140 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48142         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48143         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48144         conformtest.pl
48146 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48148         * NOTES: Remove.
48149         * Makefile (files-for-dist): Remove NOTES.
48150         (NOTES): Remove rule.
48151         * README: Don't refer to NOTES.
48152         * manual/creature.texi: Don't include macros.texi.
48153         * manual/intro.texi (creature.texi): Remove comment referring to
48154         NOTES.
48156         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48157         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48158         * configure: Regenerated.
48159         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48160         LIBC_TRY_CC_OPTION.
48161         (libc_cv_as_i686): Likewise.
48162         (libc_cv_cc_avx): Likewise.
48163         (libc_cv_cc_sse2avx): Likewise.
48164         (libc_cv_cc_fma4): Likewise.
48165         (libc_cv_cc_novzeroupper): Likewise.
48166         * sysdeps/i386/configure: Regenerated.
48168         [BZ #13883]
48169         * sysdeps/i386/fpu/s_cexp.S: Remove.
48170         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48171         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48172         * math/libm-test.inc (cexp_test): Add more tests.
48173         * sysdeps/i386/fpu/libm-test-ulps: Update.
48174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48176 2012-03-21  Allan McRae  <allan@archlinux.org>
48178         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48180 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48182         [BZ #13871]
48183         * math/w_exp2.c: Do not include <float.h>.
48184         (o_threshold, u_threshold): Remove.
48185         (__exp2): Calculate result before checking finiteness and calling
48186         __kernel_standard.
48187         * math/w_exp2f.c: Likewise.
48188         * math/w_exp2l.c: Likewise.
48189         * math/libm-test.inc (exp2_test): Require overflow exception for
48190         1e6 input.
48192         [BZ #3866]
48193         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48194         range of signed 64-bit integers before using fistpll.  Remove
48195         checks for whether integers fit in mantissa bits.
48196         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48197         the range of signed 32-bit integers before using fistpl.  Remove
48198         checks for whether integers fit in mantissa bits.
48199         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48200         (__ieee754_powl): Test for y outside the range of signed 64-bit
48201         integers before using fistpll.  Reduce 64-bit values to 63-bit
48202         ones as needed.
48203         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48204         divide-by-zero is raised for zero to large negative powers.
48205         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48206         (__ieee754_powl): Test for y outside the range of signed 64-bit
48207         integers before using fistpll.  Reduce 64-bit values to 63-bit
48208         ones as needed.
48209         * math/libm-test.inc (pow_test): Add more tests.
48211 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48213         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48214         <stdio-common/_itoa.h>.
48215         * debug/segfault.c: Likewise.
48216         * elf/dl-cache.c: Likewise.
48217         * elf/dl-minimal.c: Likewise.
48218         * elf/dl-misc.c: Likewise.
48219         * elf/dl-sysdep.c: Likewise.
48220         * elf/dl-version.c: Likewise.
48221         * elf/rtld.c: Likewise.
48222         * hurd/hurdsock.c: Likewise.
48223         * hurd/lookup-retry.c: Likewise.
48224         * malloc/malloc.c: Likewise.
48225         * malloc/mtrace.c: Likewise.
48226         * nscd/nscd_getgr_r.c: Likewise.
48227         * nscd/nscd_getpw_r.c: Likewise.
48228         * nscd/nscd_getserv_r.c: Likewise.
48229         * posix/getopt_init.c: Likewise.
48230         * posix/wordexp.c: Likewise.
48231         * stdio-common/_itoa.c: Likewise.
48232         * stdio-common/printf_fphex.c: Likewise.
48233         * stdio-common/vfprintf.c: Likewise.
48234         * string/_strerror.c: Likewise.
48235         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48236         * sysdeps/i386/i686/hp-timing.h: Likewise.
48237         * sysdeps/mach/_strerror.c: Likewise.
48238         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48239         * sysdeps/mach/hurd/sethostid.c: Likewise.
48240         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48241         * sysdeps/mach/xpg-strerror.c: Likewise.
48242         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48243         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48244         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48245         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48246         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48247         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48248         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48249         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48250         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48251         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48252         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48253         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48254         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48255         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48256         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48257         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48258         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48259         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48260         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48261         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48262         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48264         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48266         * stdio-common/_itoa.h: Moved to ...
48267         * sysdeps/generic/_itoa.h: Here.
48269         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48271         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48272         instead of "_itoa.h" and "_itowa.h".
48273         * stdio-common/vfprintf.: Likewise.
48275 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48277         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48278         <bits/wordsize.h>.
48279         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48280         (__signbit): Likwise.
48281         (llrintf): Likwise.
48282         (llrint): Likwise.
48284 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48286         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48287         __WORDSIZE != 64.
48289 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48291         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48292         OVERFLOW_EXCEPTION_OK.
48293         * math/libm-test.inc ("Philosophy"): Update comment about
48294         exception testing.
48295         (OVERFLOW_EXCEPTION): Define.
48296         (OVERFLOW_EXCEPTION_OK): Likewise.
48297         (INVALID_EXCEPTION_OK): Renumber.
48298         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48299         (IGNORE_ZERO_INF_SIGN): Likewise.
48300         (test_exceptions): Handle FE_OVERFLOW.
48301         (exp10_test): Expect overflow exceptions.
48302         (exp2_test): Likewise.
48303         (expm1_test): Likewise.
48304         (nextafter_test): Likewise.
48305         (pow_test): Likewise.
48306         (scalbn_test): Likewise.
48307         (scalbln_test): Likewise.
48309 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48311         * sysdeps/x86_64/bits/atomic.h
48312         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48313         64bit integer.
48314         (atomic_exchange_acq): Likewise.
48315         (__arch_exchange_and_add_body): Likewise.
48316         (__arch_add_body): Likewise.
48317         (atomic_add_negative): Likewise.
48318         (atomic_add_zero): Likewise.
48320 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48322         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48323         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48325 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48327         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48328         Check __x86_64__ instead of __WORDSIZE.
48330 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48332         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48334 2012-03-19  David S. Miller  <davem@davemloft.net>
48336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48338         * sysdeps/sparc/fpu/fenv_private.h: New file.
48339         * sysdeps/sparc/fpu/math_private.h: Use it.
48340         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48341         Remove.
48342         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48343         (libc_feholdexcept_setroundl): Remove.
48344         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48345         Remove.
48346         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48347         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48349 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48351         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48352         int64_t instead of long int.
48353         (INSERT_WORDS64): Likwise.
48355 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48357         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48358         _Unwind_GetCFA return to _Unwind_Ptr first.
48360 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48362         [BZ #13629]
48363         * math/s_clog.c: Include <float.h>.
48364         (__clog): Scale large or subnormal inputs.
48365         * math/s_clogf.c: Likewise.
48366         * math/s_clogl.c: Likewise.
48367         * math/s_clog10.c: Include <float.h>.
48368         (M_LOG10_2): Define.
48369         (__clog10): Scale large or subnormal inputs.
48370         * math/s_clog10f.c: Likewise.
48371         * math/s_clog10l.c: Likewise.
48372         * math/libm-test.inc (clog_test): Add more tests.
48373         (clog10_test): Likewise.
48374         * sysdeps/i386/fpu/libm-test-ulps: Update.
48375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48377         [BZ #11451]
48378         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48379         x and y.
48380         * math/libm-test.inc (atan2_test): Add another test.
48382         * Makerules (common-objdir-compile): Remove.
48383         * sysdeps/unix/Makefile (config-generated): Do not add
48384         $(unix-generated) to variable.
48385         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48386         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48387         Remove rule.
48388         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48389         Likewise.
48390         [generic bits/local_lim.h] (before-compile): Do not append to
48391         variable.
48392         [generic bits/local_lim.h] (common-generated): Likewise.
48393         [generic sys/param.h] (before-compile): Do not append to variable.
48394         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48395         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48396         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48397         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48398         include.
48399         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48400         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48401         [generic sys/param.h] ($(addprefix
48402         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48403         [generic sys/param.h] (common-generated): Do not append to
48404         variable.
48405         [generic sys/param.h] (sysdep_headers): Likewise.
48406         [generic bits/errno.h] (before-compile): Do not append to
48407         variable.
48408         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48409         rule.
48410         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48411         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48412         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48413         [generic bits/errno.h] (common-generated): Do not append to
48414         variable.
48415         [generic bits/ioctls.h] (before-compile): Do not append to
48416         variable.
48417         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48418         rule.
48419         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48420         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48421         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48422         rule.
48423         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48424         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48425         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48426         [generic bits/ioctls.h] (common-generated): Do not append to
48427         variable.
48428         [generic sys/syscall.h] (syscall.h): Remove variable.
48429         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48430         rule.
48431         [generic sys/syscall.h] (before-compile): Do not append to
48432         variable.
48433         [generic sys/syscall.h] (common-generated): Likewise.
48434         * sysdeps/unix/errnos-tmpl.c: Remove file.
48435         * sysdeps/unix/errnos.awk: Likewise.
48436         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48437         * sysdeps/unix/ioctls.awk: Likewise.
48438         * sysdeps/unix/mk-local_lim.c: Likewise.
48439         * sysdeps/unix/snarf-ioctls: Likewise.
48441 2012-03-19  Richard Henderson  <rth@twiddle.net>
48443         * sysdeps/i386/fpu/fenv_private.h: New file.
48444         * sysdeps/i386/fpu/math_private.h: Use it.
48445         (math_opt_barrier, math_force_eval): Remove.
48446         (libc_feholdexcept_setround_53bit): Remove.
48447         (libc_feupdateenv_53bit): Remove.
48448         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48449         (math_opt_barrier, math_force_eval): Remove.
48450         (libc_feholdexcept): Remove.
48451         (libc_feholdexcept_setround): Remove.
48452         (libc_fetestexcept, libc_fesetenv): Remove.
48453         (libc_feupdateenv_test): Remove.
48454         (libc_feupdateenv, libc_feholdsetround): Remove.
48455         (libc_feresetround): Remove.
48457         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48458         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48460         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48461         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48462         (libc_feupdateenv_testl): New.
48463         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48464         (libc_feupdateenv_testf): New.
48465         (libc_feupdateenv): Use libc_feupdateenv_test.
48466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48467         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48469         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48470         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48471         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48472         (libc_feresetround_noex): New.
48473         (libc_feresetround_noexf): New.
48474         (libc_feresetround_noexl): New.
48475         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48476         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48477         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48478         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48479         SET_RESTORE_ROUND.
48480         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48481         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48482         (__cos): Likewise.
48483         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48484         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48485         SET_RESTORE_ROUND_NOEX.
48486         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48487         SET_RESTORE_ROUND_NOEXF.
48488         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48489         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48490         (libc_feholdsetroundf): New.
48491         (libc_feresetround, libc_feresetroundf): New.
48493         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48494         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48495         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48497         * sysdeps/generic/math_private.h: Include <fenv.h>.
48498         (default_libc_feholdexcept): New.
48499         (default_libc_feholdexcept_setround): New.
48500         (default_libc_fesetenv, default_libc_feupdateenv): New.
48501         (libc_feholdexcept): Only define if undefined.
48502         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48503         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48504         (libc_feholdexcept_setroundl): Likewise.
48505         (libc_feholdexcept_setround_53bit): Likewise.
48506         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48507         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48508         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48509         (libc_feupdateenv_53bit): Likewise.
48510         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48511         (libc_feholdexcept): Convert from macro to inline function.
48512         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48513         (libc_fesetenv, libc_feupdateenv): Likewise.
48515         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48516         not previously defined.
48517         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48518         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48519         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48520         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48521         * sysdeps/ieee754/flt-32/math_private.h: New file.
48522         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48523         math_private.h below SET_FLOAT_WORD.
48524         (__isnan, __isinf_ns, __finite): Remove.
48525         (__isnanf, __isinf_nsf, __finitef): Remove.
48527 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48531 2012-03-17  David S. Miller  <davem@davemloft.net>
48533         [BZ #6471]
48534         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48535         for 2.16.
48537 2012-03-16  David S. Miller  <davem@davemloft.net>
48539         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48540         warnings.
48542         [BZ #6471]
48543         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48544         properly.
48545         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48546         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48547         sysdep_routines when subdir is sysvipc.
48548         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48549         __getshmlba helper.
48551         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48553 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48555         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48556         [__LP64__].
48558 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48560         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48561         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48562         (__lround): Renamed to ...
48563         (__llround): This.  Replace long int with long long int.
48564         Define lround functions as aliases of llround functions.
48565         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48567 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48569         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48570         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48571         adresses to uintptr_t.  Replace "long int" and "unsigned long
48572         int" with "greg_t" on va_arg.
48574 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48576         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48577         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48579         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48580         Move e_machine check before EI_CLASS check.  Handle x32
48581         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48582         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48583         SKIP_EM_IA_64 and include
48584         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48586         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48587         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48588         (add_system_dir): New macro.
48590         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48591         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48593 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48595         [BZ #2551]
48596         [BZ #2552]
48597         [BZ #2553]
48598         [BZ #2554]
48599         [BZ #2562]
48600         [BZ #2563]
48601         [BZ #2565]
48602         [BZ #2566]
48603         [BZ #2576]
48604         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48605         (y0): Likewise.
48606         * math/w_j0f.c (j0f): Likewise.
48607         (y0f): Likewise.
48608         * math/w_j0l.c (__j0l): Likewise.
48609         (__y0l): Likewise.
48610         * math/w_j1.c (j1): Likewise.
48611         (y1): Likewise.
48612         * math/w_j1f.c (j1f): Likewise.
48613         (y1f): Likewise.
48614         * math/w_j1l.c (__j1l): Likewise.
48615         (__y1l): Likewise.
48616         * math/w_jn.c (jn): Likewise.
48617         (yn): Likewise.
48618         * math/w_jnf.c (jnf): Likewise.
48619         (ynf): Likewise.
48620         * math/w_jnl.c (__jnl): Likewise.
48621         (__ynl): Likewise.
48622         * math/libm-test.inc (j0_test): Add more tests.
48623         (j1_test): Likewise.
48624         (jn_test): Likewise.  Add trailing semicolon to existing test.
48625         (y0_test): Likewise.
48626         (y1_test): Likewise.
48627         * sysdeps/i386/fpu/libm-test-ulps: Update.
48628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48630         [BZ #13851]
48631         [BZ #13854]
48632         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48633         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48634         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48635         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48636         (__tanl): Set errno for infinite argument.
48637         * sysdeps/i386/fpu/mptan.c: Remove.
48638         * sysdeps/i386/fpu/s_tan.S: Likewise.
48639         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48640         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48641         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48642         * math/libm-test.inc (tan_test): Add more tests and enable more
48643         tests for double and long double.
48644         * sysdeps/i386/fpu/libm-test-ulps: Update.
48645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48647 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48649         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48650         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48652 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48654         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48655         * configure.in: Use it for both main tree and add-ons.
48656         * configure: Regenerated.
48658 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48660         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48662 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48664         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48665         in comment.
48667         [BZ #13851]
48668         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48669         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48673         infinite argument.
48674         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48675         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48676         != 0 for prec == 2.
48677         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48678         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48679         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48680         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48681         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48682         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48683         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48684         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48685         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48686         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48687         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48688         * math/libm-test.inc (cos_test): Add more tests and enable more
48689         tests for long double.
48690         (sin_test): Likewise.
48691         (sincos_test): Likewise.
48692         * sysdeps/i386/fpu/libm-test-ulps: Update.
48693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48695 2012-03-16  David S. Miller  <davem@davemloft.net>
48697         * sysdeps/sparc/fpu/math_private.h: New file.
48699 2012-03-15  David S. Miller  <davem@davemloft.net>
48701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48702         file.
48703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48705         file.
48706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48707         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48708         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48709         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48710         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48711         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48712         sysdep routines.
48713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48715         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48716         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48718         * sysdeps/sparc/sparc-ifunc.h: New file.
48719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48720         sparc-ifunc.h
48721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48723         Likewise.
48724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48725         Likewise.
48726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48730         Likewise.
48731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48736         Likewise.
48737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48738         Likewise.
48739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48743         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48744         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48745         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48746         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48747         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48748         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48749         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48750         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48751         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48752         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48753         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48754         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48755         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48756         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48757         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48758         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48759         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48760         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48761         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48762         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48764 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48766         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48767         scaling.
48768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48770 2012-03-15  Andreas Jaeger  <aj@suse.de>
48772         [BZ #13852]
48773         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48774         ieee754/flt-32 implementation for sin, cos and sincos.
48775         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48776         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48777         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48778         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48779         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48780         ieee754/flt-32 implementation for tan.
48782         * math/libm-test.inc (cos_test): Enable some large input tests for
48783         float as well
48784         (sin_test): Likewise.
48785         (sincos_test): Likewise.
48786         (tan_test): Add tests for large input.
48788         * sysdeps/i386/fpu/libm-test-ulps: Update.
48790 2012-03-15  Andreas Jaeger  <aj@suse.de>
48792         [BZ #13658]
48793         * math/libm-test.inc (cos_test): Add more test cases.
48794         (sin_test): Likewise.
48795         (sincos_test): Likewise.
48797 2012-03-15  Andreas Jaeger  <aj@suse.de>
48799         [BZ #13837]
48800         * math/libm-test.inc (cos_test): Add a test case for large input
48801         value.
48802         (sin_test): Likewise.
48803         (sincos_test): Likewise.
48805 2012-03-15  Andreas Jaeger  <aj@suse.de>
48806             Joseph Myers  <joseph@codesourcery.com>
48808         [BZ #13658]
48809         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48810         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48811         * sysdeps/i386/fpu/branred.c: Likewise.
48812         * sysdeps/i386/fpu/dosincos.c: Likewise.
48813         * sysdeps/i386/fpu/mpa.c: Likewise.
48814         * sysdeps/i386/fpu/s_cos.S: Likewise.
48815         * sysdeps/i386/fpu/s_sin.S: Likewise.
48816         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48817         * sysdeps/i386/fpu/sincos32.c: Likewise.
48819         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48820         Define.
48821         (libc_feupdateenv_53bit): Define.
48822         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48823         Define.
48824         (libc_feupdateenv_53bit): Define.
48826         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48827         53 bit (without extend i386 double precision).
48829         * math/libm-test.inc (sincos_test): Add tests for large input.
48830         (sin): Likewise.
48831         (cos): Likewise.
48833         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48835 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48839 2012-03-15  David S. Miller  <davem@davemloft.net>
48841         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48842         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48843         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48844         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48846         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48849         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48850         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48851         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48852         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48853         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48854         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48855         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48857         file.
48858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48860         file.
48861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48863         file.
48864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48866         file.
48867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48868         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48869         fmin/fmax sysdep routines.
48870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48872 2012-03-14  David S. Miller  <davem@davemloft.net>
48874         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48875         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48876         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48877         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48878         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48879         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48880         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48881         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48882         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48883         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48884         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48885         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48886         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48887         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48888         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48889         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48890         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48891         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48892         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48893         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48894         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48895         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48896         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48897         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48898         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48899         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48900         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48901         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48902         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48903         routines.
48904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48905         file.
48906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48908         file.
48909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48911         file.
48912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48914         file.
48915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48917         file.
48918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48920         file.
48921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48922         file.
48923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48924         file.
48925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48926         file.
48927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48928         New file.
48929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48930         file.
48931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48932         file.
48933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48935         file.
48936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48938         file.
48939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48941         file.
48942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48944         VIS3 routines.
48946         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48947         New file.
48949         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48951         * sysdeps/sparc/configure.in: New file.
48952         * sysdeps/sparc/configure: Generate.
48953         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48954         * configure: Regenerate.
48955         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48956         * config.make.in (have-as-vis3): New.
48957         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48958         available use -Av9d instead of -Av9a.
48959         * sysdeps/sparc/sparc64/Makefile: Likewise.
48960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48962         New file.
48963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48964         file.
48965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48966         New file.
48967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48968         file.
48969         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48970         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48971         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48972         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48973         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48975         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48976         fzeros/fnegs to load 0x80000000 into a float register instead of
48977         using the stack.
48978         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48980 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48982         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48983         bits/syscall.h.
48984         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48985         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48986         ($(inst_includedir)/bits/syscall.h): Remove rule.
48987         ($(objpfx)bits/syscall.d): Include instead of
48988         $(objpfx)syscall-list.d.
48989         (generated): Change syscall-list.h and syscall-list.d to
48990         bits/syscall.h and bits/syscall.d.
48992 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48994         [BZ #13846]
48995         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48997 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48999         [BZ #13841]
49000         * math/s_csqrt.c: Include <float.h>.
49001         (__csqrt): Scale large or subnormal inputs.
49002         * math/s_csqrtf.c: Likewise.
49003         * math/s_csqrtl.c: Likewise.
49004         * math/libm-test.inc (csqrt_test): Add more tests.
49005         * sysdeps/i386/fpu/libm-test-ulps: Update.
49006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49008         [BZ #13840]
49009         * math/libm-test.inc (hypot_test): Add more tests.
49011 2012-03-13  David S. Miller  <davem@davemloft.net>
49013         [BZ #13840]
49014         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49015         double-precision for the calculation instead of scaling.
49017 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49019         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49020         manipulate bits before adding and subtracting TWO52[sx].
49021         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49022         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49023         Likewise.
49024         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49026 2012-03-13  David S. Miller  <davem@davemloft.net>
49028         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49029         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49030         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49031         rtld-global-offsets.h
49032         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49034         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49035         large parameters.
49037         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49039         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49040         'err' in the ifdef scope in which it is actually used.
49042         * nss/nss_db/db-init.c: Include string.h
49044 2012-03-12  David S. Miller  <davem@davemloft.net>
49046         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49047         masking out of the most significant byte of random value used.
49048         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49049         Fix coding style in previous change.
49051         * sysdeps/unix/sysv/linux/kernel-features.h
49052         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49053         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49054         expression.
49055         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49056         later.
49058 2012-03-11  David S. Miller  <davem@davemloft.net>
49060         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49061         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49062         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49063         for 'resultvar' otherwise things get truncated on 64-bit.
49065         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49066         Fix masking out of the most significant byte of random value used.
49068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49070 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49074 2012-03-09  David S. Miller  <davem@davemloft.net>
49076         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49077         variables with appropriate CPP guards.
49078         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49079         from the frame pointer, not the stack pointer.  Correct layout
49080         comments.  Fix test on resulting framesize and the management of
49081         the outregs buffer for pltexit.  Preserve floating point return
49082         values across _dl_call_pltexit call.
49083         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49084         framesize and the management of the outregs buffer for pltexit.
49085         Preserve floating point return values across _dl_call_pltexit
49086         call.
49087         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49088         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49089         (la_sparc64_gnu_pltexit): New functions.
49090         (print_exit): Fix format string for return register value.
49092 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49094         * sunrpc/Makefile (others): Add rpcgen.
49095         ($(objpfx)rpcgen): Remove special build rule and dependency on
49096         libc.
49097         * sunrpc/rpcgen.c: New file.
49099 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49101         [BZ #13673]
49102         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49103         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49104         * sysdeps/i386/crti.S: Likewise.
49105         * sysdeps/i386/crtn.S: Likewise.
49106         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49107         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49108         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49109         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49110         * sysdeps/sh/crti.S: Likewise.
49111         * sysdeps/sh/crtn.S: Likewise.
49112         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49114         [BZ #13673]
49115         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49116         with URL.
49117         * locale/programs/locfile-kw.gperf: Likewise.
49118         * locale/programs/charmap-kw.h: Regenerated.
49119         * locale/programs/locfile-kw.h: Likewise.
49121         [BZ #13673]
49122         * intl/plural.y: Replace FSF snail mail address with URL.
49123         * intl/plural.c: Regenerated.
49125 2012-03-09  Richard Henderson  <rth@twiddle.net>
49127         * include/math_private.h: Remove file.
49128         * math/math_private.h: Move file ...
49129         * sysdeps/generic/math_private.h: ... here.
49131         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49132         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49133         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49135         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49136         and <math_private.h>.
49137         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49138         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49139         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49140         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49141         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49142         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49143         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49144         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49145         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49146         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49147         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49148         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49149         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49150         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49151         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49152         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49153         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49154         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49170         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49172         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49173         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49174         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49175         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49176         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49177         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49178         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49179         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49180         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49181         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49182         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49183         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49184         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49185         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49186         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49187         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49188         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49189         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49190         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49191         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49192         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49193         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49194         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49195         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49196         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49197         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49198         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49199         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49200         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49201         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49202         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49203         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49204         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49205         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49206         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49207         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49208         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49209         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49210         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49211         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49212         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49213         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49214         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49215         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49216         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49217         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49218         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49219         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49221         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49222         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49223         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49224         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49225         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49226         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49227         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49228         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49229         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49230         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49231         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49232         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49233         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49234         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49235         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49236         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49237         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49238         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49239         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49240         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49241         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49242         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49243         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49245         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49246         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49247         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49248         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49249         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49250         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49251         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49252         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49253         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49254         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49255         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49256         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49257         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49258         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49259         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49260         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49261         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49262         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49263         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49264         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49265         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49266         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49267         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49268         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49269         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49270         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49271         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49272         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49273         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49274         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49275         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49276         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49277         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49278         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49279         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49280         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49281         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49282         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49283         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49284         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49285         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49286         * sysdeps/ieee754/k_standard.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49291         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49292         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49294         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49295         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49296         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49297         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49298         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49299         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49300         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49301         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49304         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49306         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49308         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49310         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49311         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49312         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49313         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49314         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49315         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49316         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49318         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49319         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49320         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49321         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49322         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49323         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49324         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49325         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49326         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49327         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49328         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49329         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49330         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49331         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49332         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49333         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49334         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49335         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49336         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49337         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49338         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49339         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49340         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49341         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49342         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49343         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49344         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49345         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49346         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49347         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49348         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49349         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49350         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49351         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49352         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49353         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49354         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49356         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49357         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49358         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49359         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49360         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49361         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49362         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49363         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49364         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49365         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49366         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49367         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49368         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49369         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49370         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49371         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49372         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49373         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49374         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49375         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49376         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49377         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49378         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49379         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49380         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49381         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49383         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49384         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49386         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49388         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49389         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49390         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49391         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49392         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49393         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49394         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49395         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49396         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49397         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49398         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49399         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49400         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49401         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49402         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49404         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49405         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49406         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49407         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49408         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49409         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49412         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49414         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49417         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49418         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49419         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49420         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49421         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49422         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49423         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49424         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49425         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49426         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49427         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49428         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49429         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49430         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49431         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49432         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49433         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49434         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49435         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49436         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49437         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49438         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49439         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49440         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49441         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49442         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49443         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49444         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49445         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49446         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49447         * sysdeps/ieee754/s_lib_version.c: Likewise.
49448         * sysdeps/ieee754/s_matherr.c: Likewise.
49449         * sysdeps/ieee754/s_signgam.c: Likewise.
49450         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49451         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49452         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49453         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49454         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49455         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49456         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49457         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49458         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49459         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49460         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49461         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49462         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49463         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49464         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49465         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49466         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49467         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49468         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49469         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49470         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49472 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49474         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49475         * sunrpc/rpc_main.c: Likewise.
49476         * sunrpc/rpc_svcout.c: Likewise.
49478 2012-03-09  David S. Miller  <davem@davemloft.net>
49480         * include/math_private.h: New file.
49482 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49484         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49485         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49486         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49487         from <bits/socket_type.h>.
49488         (enum __socket_type): Don't define here.
49489         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49490         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49491         bits/socket_type.h.
49493         [BZ #13566]
49494         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49495         checking __USE_GNU.
49497         * Makerules ($(inst_includedir)/%.h): New rule.
49498         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49499         (install-others): Remove variable setting.
49500         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49502 2012-03-08  Richard Henderson  <rth@twiddle.net>
49504         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49505         from macro to inline function; merge with the
49506         !__LIBC_INTERNAL_MATH_INLINES version.
49507         (__ieee754_sqrtf): Likewise.
49509         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49510         to inline function.
49511         (__rintf, __floor, __floorf): Likewise.
49513         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49514         macro to inline function.
49515         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49517         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49518         not <math/math_private.h>.
49520 2012-03-08  David S. Miller  <davem@davemloft.net>
49522         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49523         copyright year.
49524         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49526 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49528         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49529         normalization.
49530         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49531         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49533 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49535         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49536         be defined individually, they must be defined as a block.  Define
49537         S for printing a string instead of hidint the different by using a
49538         macro for adding the 'l'.
49539         * stdio-common/tst-fphex-wide.c: Adjust.
49541 2012-03-07  Marek Polacek  <polacek@redhat.com>
49543         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49545 2012-03-08  Marek Polacek  <polacek@redhat.com>
49547         [BZ #13806]
49548         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49549         * stdio-common/tst-fphex.c: Define a few macros to make the
49550         test reusable.  Use them.
49551         * stdio-common/tst-fphex-wide.c: New file.
49553 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49555         [BZ #6911]
49556         * manual/macros.texi (gnusystems): New macro.
49557         (nongnusystems): Likewise.
49558         (gnulinuxhurdsystems): Likewise.
49559         (gnuhurdsystems): Likewise..
49560         (gnulinuxsystems): Likewise.
49561         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49562         variants of the GNU system, not "GNU system".
49563         * manual/conf.texi: Likewise.
49564         * manual/errno.texi: Likewise.  Update example of errno macro
49565         expansion.
49566         * manual/filesys.texi: Likewise.
49567         (getumask): Document as specific to GNU/Hurd.
49568         * manual/install.texi: Likewise.  Reword some references to
49569         GNU/Linux.
49570         * manual/intro.texi: Likewise.
49571         * manual/io.texi: Likewise.
49572         (File Name Portability): Detail which constraints are inapplicable
49573         to all GNU systems and which are only inapplicable to GNU/Hurd.
49574         * manual/job.texi: Likewise.
49575         * manual/llio.texi: Likewise.
49576         (O_NOCTTY): Document as present on GNU/Linux.
49577         * manual/maint.texi: Likewise.
49578         * manual/memory.texi: Likewise.
49579         * manual/pattern.texi: Likewise.
49580         * manual/pipe.texi: Likewise.
49581         * manual/process.texi: Likewise.
49582         * manual/resource.texi: Likewise.
49583         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49584         child on GNU/Hurd.
49585         * manual/setjmp.texi: Likewise.
49586         * manual/signal.texi: Likewise.
49587         * manual/startup.texi: Likewise.
49588         * manual/stdio.texi: Likewise.
49589         * manual/terminal.texi: Likewise.
49590         (ONLCR): Document as POSIX.
49591         (OXTABS): Document availability on GNU/Linux as XTABS.
49592         (ONOEOT): Document availability separately from other bits.
49593         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49594         * manual/time.texi: Likewise.
49595         * manual/users.texi: Likewise.
49596         * INSTALL: Regenerated.
49597         * sysdeps/gnu/errlist.c: Regenerated.
49599         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49600         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49601         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49602         puts.
49603         * configure: Regenerated.
49605 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49607         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49608         default includes instead of AC_HEADER_CHECK.
49609         * sysdeps/i386/configure: Regenerated.
49611         [BZ #10716]
49612         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49613         * math/s_cacoshf.c (__cacoshf): Likewise.
49614         * math/s_cacoshl.c (__cacoshl): Likewise.
49615         * math/s_casinh.c (__casinh): Set signs of result from argument.
49616         * math/s_casinhf.c (__casinhf): Likewise.
49617         * math/s_casinhl.c (__casinhl): Likewise.
49618         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49619         (casinh_test): Add more tests.
49620         * sysdeps/i386/fpu/libm-test-ulps: Update.
49621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49623 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49625         * po/zh_TW.po: Update from translation team.
49627         * login/Makefile (distribute): Remove variable.
49628         * catgets/Makefile: Likewise.
49629         * mach/Makefile: Likewise.
49630         * malloc/Makefile: Likewise.
49631         * misc/Makefile: Likewise.
49632         * iconv/Makefile: Likewise.
49633         * nscd/Makefile: Likewise.
49634         * hurd/Makefile: Likewise.
49635         * manual/Makefile: Likewise.
49636         * locale/Makefile: Likewise.
49637         * intl/Makefile: Likewise.
49638         * conform/Makefile: Likewise.
49639         * nss/Makefile: Likewise.
49640         * time/Makefile: Likewise.
49641         * soft-fp/Makefile: Likewise.
49642         * dirent/Makefile: Likewise.
49643         * gmon/Makefile: Likewise.
49644         * po/Makefile: Likewise.
49645         * rt/Makefile: Likewise.
49646         * socket/Makefile: Likewise.
49647         * math/Makefile: Likewise.
49648         * signal/Makefile: Likewise.
49649         * debug/Makefile: Likewise.
49650         * elf/Makefile: Likewise.
49651         * timezone/Makefile: Likewise.
49652         * stdlib/Makefile: Likewise.
49653         * iconvdata/Makefile: Likewise.
49654         * sunrpc/Makefile: Likewise.
49655         * io/Makefile: Likewise.
49656         * argp/Makefile: Likewise.
49657         * inet/Makefile: Likewise.
49658         * hesiod/Makefile: Likewise.
49659         * grp/Makefile: Likewise.
49660         * csu/Makefile: Likewise.
49661         * wctype/Makefile: Likewise.
49662         * crypt/Makefile: Likewise.
49663         * libio/Makefile: Likewise.
49664         * string/Makefile: Likewise.
49665         * nis/Makefile: Likewise.
49666         * resolv/Makefile: Likewise.
49667         * stdio-common/Makefile: Likewise.
49668         * wcsmbs/Makefile: Likewise.
49669         * dlfcn/Makefile: Likewise.
49670         * posix/Makefile: Likewise.
49672         [BZ #6959]
49673         * timezone/Makefile: Don't install timezone files, just the programs
49674         and scripts.
49676 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49678         * nss/databases.def: Add missing gshadow entry.
49680         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49682 2012-03-06  Marek Polacek  <polacek@redhat.com>
49684         [BZ #13726]
49685         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49686         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49687         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49688         * stdio-common/tst-long-dbl-fphex.c: New file.
49690 2012-03-06  David S. Miller  <davem@davemloft.net>
49692         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49693         (set_obp_int): New function.
49694         (get_obp_int): New function.
49695         (__get_clockfreq_via_dev_openprom): Likewise.
49696         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49697         Avoid unused variable warnings on 'val' and use builtin_expect.
49698         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49699         __builtin_expect.
49700         (INLINE_CLONE_SYSCALL): Likewise.
49702 2012-03-05  David S. Miller  <davem@davemloft.net>
49704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49706 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49710         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49711         only for |x| >= 40.
49712         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49714 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49716         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49717         Replace gettimeofday with __vdso_gettimeofday.
49719         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49720         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49721         __vdso_clock_gettime and __vdso_getcpu.
49723         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49724         time with __vdso_time.
49726 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49728         * manual/lang.texi (size_t): Note types to which size_t may be
49729         equivalent with the GNU C Library, but do not describe when
49730         differences between them are significant.
49732 2012-03-05  Andreas Jaeger  <aj@suse.de>
49734         * sysdeps/i386/fpu/libm-test-ulps: Update.
49736 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49738         [BZ #3976]
49739         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49740         (__ieee754_pow): Save and restore rounding mode and use
49741         round-to-nearest for main computations.
49742         * math/libm-test.inc (pow_test_tonearest): New function.
49743         (pow_test_towardzero): Likewise.
49744         (pow_test_downward): Likewise.
49745         (pow_test_upward): Likewise.
49746         (main): Call the new functions.
49747         * sysdeps/i386/fpu/libm-test-ulps: Update.
49748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49750         [BZ #3976]
49751         * math/libm-test.inc (cosh_test_tonearest): New function.
49752         (cosh_test_towardzero): Likewise.
49753         (cosh_test_downward): Likewise.
49754         (cosh_test_upward): Likewise.
49755         (sinh_test_tonearest): Likewise.
49756         (sinh_test_towardzero): Likewise.
49757         (sinh_test_downward): Likewise.
49758         (sinh_test_upward): Likewise.
49759         (main): Call the new functions.
49760         * sysdeps/i386/fpu/libm-test-ulps: Update.
49761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49763 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49765         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49766         default stack guard is set in last bytes.
49767         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49769 2012-03-05  Kees Cook  <keescook@chromium.org>
49771         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49773         [BZ #13656]
49774         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49775         possibly allocate from heap instead of stack.
49776         * stdio-common/bug-vfprintf-nargs.c: New file.
49777         * stdio-common/Makefile (tests): Add nargs overflow test.
49779 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49783 2012-03-03  Marek Polacek  <polacek@redhat.com>
49785         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49786         * math/math_private.h: Likewise.
49787         * stdlib/tst-strtod.c: Likewise.
49788         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49789         * sysdeps/x86_64/bits/atomic.h: Likewise.
49791 2012-03-02  David S. Miller  <davem@davemloft.net>
49793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49794         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49795         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49797         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49798         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49799         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49800         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49802 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49804         [BZ #13792]
49805         * manual/examples/README: New file, says the example source files
49806         can be used under GPL>=2.
49807         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49808         line containing just "*/".
49809         * manual/examples/add.c: Add copyright header (GPL>=2).
49810         * manual/examples/argp-ex1.c: Likewise.
49811         * manual/examples/argp-ex2.c: Likewise.
49812         * manual/examples/argp-ex3.c: Likewise.
49813         * manual/examples/argp-ex4.c: Likewise.
49814         * manual/examples/atexit.c: Likewise.
49815         * manual/examples/db.c: Likewise.
49816         * manual/examples/dir.c: Likewise.
49817         * manual/examples/dir2.c: Likewise.
49818         * manual/examples/execinfo.c: Likewise.
49819         * manual/examples/filecli.c: Likewise.
49820         * manual/examples/filesrv.c: Likewise.
49821         * manual/examples/fmtmsgexpl.c: Likewise.
49822         * manual/examples/genpass.c: Likewise.
49823         * manual/examples/inetcli.c: Likewise.
49824         * manual/examples/inetsrv.c: Likewise.
49825         * manual/examples/isockad.c: Likewise.
49826         * manual/examples/longopt.c: Likewise.
49827         * manual/examples/memopen.c: Likewise.
49828         * manual/examples/memstrm.c: Likewise.
49829         * manual/examples/mkfsock.c: Likewise.
49830         * manual/examples/mkisock.c: Likewise.
49831         * manual/examples/mygetpass.c: Likewise.
49832         * manual/examples/pipe.c: Likewise.
49833         * manual/examples/popen.c: Likewise.
49834         * manual/examples/rprintf.c: Likewise.
49835         * manual/examples/search.c: Likewise.
49836         * manual/examples/select.c: Likewise.
49837         * manual/examples/setjmp.c: Likewise.
49838         * manual/examples/sigh1.c: Likewise.
49839         * manual/examples/sigusr.c: Likewise.
49840         * manual/examples/stpcpy.c: Likewise.
49841         * manual/examples/strdupa.c: Likewise.
49842         * manual/examples/strftim.c: Likewise.
49843         * manual/examples/strncat.c: Likewise.
49844         * manual/examples/subopt.c: Likewise.
49845         * manual/examples/swapcontext.c: Likewise.
49846         * manual/examples/termios.c: Likewise.
49847         * manual/examples/testopt.c: Likewise.
49848         * manual/examples/testpass.c: Likewise.
49849         * manual/examples/timeval_subtract.c: Likewise.
49851         [BZ #13792]
49852         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49853         function to ...
49854         * manual/timeval_subtract.c.texi: ... here, new file.
49856 2012-03-02  David S. Miller  <davem@davemloft.net>
49858         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49860 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49862         [BZ #3976]
49863         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49864         (__sin): Save and restore rounding mode and use round-to-nearest
49865         for all computations.
49866         (__cos): Save and restore rounding mode and use round-to-nearest
49867         for all computations.
49868         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49869         <fenv.h>.
49870         (tan): Save and restore rounding mode and use round-to-nearest for
49871         all computations.
49872         * math/libm-test.inc (cos_test_tonearest): New function.
49873         (cos_test_towardzero): Likewise.
49874         (cos_test_downward): Likewise.
49875         (cos_test_upward): Likewise.
49876         (sin_test_tonearest): Likewise.
49877         (sin_test_towardzero): Likewise.
49878         (sin_test_downward): Likewise.
49879         (sin_test_upward): Likewise.
49880         (tan_test_tonearest): Likewise.
49881         (tan_test_towardzero): Likewise.
49882         (tan_test_downward): Likewise.
49883         (tan_test_upward): Likewise.
49884         (main): Call the new functions.
49885         * sysdeps/i386/fpu/libm-test-ulps: Update.
49886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49888         [BZ #10135]
49889         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49890         small n, then large n, before computing and testing k+n.
49891         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49892         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49893         Likewise.
49894         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49895         Likewise.
49896         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49897         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49898         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49899         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49900         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49901         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49902         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49903         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49904         * math/libm-test.inc (scalbn_test): Add more tests.
49905         (scalbln_test): Likewise.
49907         * manual/filesys.texi (mode_t): Describe constraints on size and
49908         signedness, not exact equivalence to a particular type.
49909         (ino_t): Likewise.
49910         (ino64_t): Likewise.
49911         (dev_t): Likewise.
49912         (nlink_t): Likewise.
49913         (blkcnt_t): Likewise.
49914         (blkcnt64_t): Likewise.
49915         * manual/llio.texi (off_t): Likewise.
49917         [BZ #3976]
49918         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49919         (__ieee754_exp): Save and restore rounding mode and use
49920         round-to-nearest for all computations.
49921         * math/libm-test.inc (exp_test_tonearest): New function.
49922         (exp_test_towardzero): Likewise.
49923         (exp_test_downward): Likewise.
49924         (exp_test_upward): Likewise.
49925         (main): Call the new functions.
49926         * sysdeps/i386/fpu/libm-test-ulps: Update.
49927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49929 2012-03-01  Chris Demetriou  <cgd@google.com>
49931         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49932         have predictable order.
49934 2012-03-01  David S. Miller  <davem@davemloft.net>
49936         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49938         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49939         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49940         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49941         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49943         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49944         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49945         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49947         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49948         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49949         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49950         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49951         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49955         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49956         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49957         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49959         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49960         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49961         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49962         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49963         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49964         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49965         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49966         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49967         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49968         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49969         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49970         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49971         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49972         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49973         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49974         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49975         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49976         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49977         * sysdeps/sparc/elf/configure: Regenerated.
49979 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49981         * configure.in (AS, LD): Require binutils 2.20 or later.
49982         * configure: Regenerated.
49983         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49984         as required minimum version.
49985         * INSTALL: Regenerated.
49987         [BZ #2541]
49988         [BZ #4108]
49989         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49990         before squaring exponent.
49991         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49992         bottom long double and 27 bits of top long double before squaring
49993         exponent.
49994         * math/libm-test.inc (erfc_test): Add more tests.
49995         * sysdeps/i386/fpu/libm-test-ulps: Update.
49996         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49999 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50001         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50002         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50003         containing bit-fields.
50004         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50005         * soft-fp/single.h (_FP_UNION_S): Likewise.
50006         * soft-fp/double.h (_FP_UNION_D): Likewise.
50008 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50010         [BZ #13786]
50011         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50012         not include ../strcmp.S.
50013         [USE_AS_STRNCASECMP_L]: Likewise.
50014         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50015         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50016         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50017         (__strncasecmp_l_ia32): Define as alias to
50018         __strncasecmp_l_nonascii.
50020         [BZ #5794]
50021         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50022         * sysdeps/i386/fpu/libm-test-ulps: Update.
50023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50025         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50028 2012-02-29  Jeff Law  <law@redhat.com>
50030         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50031         out of bounds read.
50033 2012-02-29  Marek Polacek  <polacek@redhat.com>
50035         [BZ #13706]
50036         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50037         * elf/Makefile: Add rules to run tst-unused-dep.out.
50039 2012-02-28  David S. Miller  <davem@davemloft.net>
50041         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50042         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50043         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50044         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50045         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50046         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50048 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50050         * math/libm-test.inc (llround_test): Move one test from
50051         lround_test.  Use TEST_f_L in moved test.
50052         (lround_test): Move misplaced test to llround_test.  Add testcase
50053         from bug 2561.
50055 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50057         * sysdeps/x86_64/fpu/e_expf.S: New file.
50058         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50060 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50062         [BZ #13637]
50063         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50064         of remain_len that may cause incomplete multi-byte character and
50065         false match.
50066         * posix/bug-regex33.c: New file.
50067         * posix/Makefile (tests): Add bug-regex33.
50069 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50071         * manual/macros.texi: New file.
50072         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50073         * manual/libc.texinfo: Include macros.texi.
50074         * manual/creatute.texi: Likewise.
50075         * manual/install.texi: Likewise.
50076         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50077         @glibcadj{} in references to the GNU C Library.
50078         * manual/charset.texi: Likewise.
50079         * manual/conf.texi: Likewise.
50080         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50081         when not using those macros.
50082         * manual/creature.texi: Likewise.
50083         * manual/crypt.texi: Likewise.
50084         * manual/errno.texi: Likewise.
50085         * manual/filesys.texi: Likewise.
50086         * manual/header.texi: Likewise.
50087         * manual/install.texi: Likewise.
50088         * manual/intro.texi: Likewise.
50089         * manual/io.texi: Likewise.
50090         * manual/job.texi: Likewise.
50091         * manual/lang.texi: Likewise.
50092         * manual/libc.texiinfo: Likewise.
50093         * manual/llio.texi: Likewise.
50094         * manual/locale.texi: Likewise.
50095         * manual/maint.texi: Likewise.
50096         * manual/math.texi: Likewise.
50097         * manual/memory.texi: Likewise.
50098         * manual/message.texi: Likewise.
50099         * manual/nss.texi: Likewise.
50100         * manual/pattern.texi: Likewise.
50101         * manual/process.texi: Likewise.
50102         * manual/resource.texi: Likewise.
50103         * manual/search.texi: Likewise.
50104         * manual/setjmp.texi: Likewise.
50105         * manual/signal.texi: Likewise.
50106         * manual/socket.texi: Likewise.
50107         * manual/startup.texi: Likewise.
50108         * manual/stdio.texi: Likewise.
50109         * manual/string.texi: Likewise.
50110         * manual/sysinfo.texi: Likewise.
50111         * manual/syslog.texi: Likewise.
50112         * manual/terminal.texi: Likewise.
50113         * manual/time.texi: Likewise.
50114         * manual/users.texi: Likewise.
50115         * INSTALL: Regenerated.
50116         * NOTES: Regenerated.
50117         * sysdeps/gnu/errlist.c: Regenerated.
50119 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50121         * include/dirent.h: Include <dirstream.h> before
50122         <dirent/dirent.h>.
50124 2012-02-28  David S. Miller  <davem@davemloft.net>
50126         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50127         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50128         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50129         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50131 2012-02-27  David S. Miller  <davem@davemloft.net>
50133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50135         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50136         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50139         frame pointer instead of stack pointer relative arg slot.
50140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50141         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50142         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50144 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50146         [BZ #3992]
50147         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50149 2012-02-27  David S. Miller  <davem@davemloft.net>
50151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50155         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50156         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50157         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50158         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50160 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50162         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50163         later.  Allow versions 5-9.
50164         * configure: Regenerated.
50165         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50166         required minimum version and 4.6 as recommended version.  Do not
50167         mention bugs in GCC 2.7 and 2.8.
50168         * INSTALL: Regenerated.
50170 2012-02-27  David S. Miller  <davem@davemloft.net>
50172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50176         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50177         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50178         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50179         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50181         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50182         manipulate bits before adding and subtracting TWO112[sx].
50183         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50185 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50187         [BZ #13775]
50188         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50189         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50190         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50191         being in POSIX, because they are in 1003.1-2008.
50193         * rt/tst-aio.c: Include <fcntl.h>.
50194         * rt/tst-aio7.c: Likewise.
50195         * rt/tst-aio64.c: Likewise.
50197         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50199 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50201         * manual/install.texi (--with-headers): Describe headers as
50202         interface headers, not private headers.
50203         (Specific advice for GNU/Linux systems): Describe use of headers
50204         from "make headers_install", not private headers from older
50205         kernels.
50206         * INSTALL: Regenerated.
50207         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50208         Change to 2.6.19.
50209         * sysdeps/unix/sysv/linux/configure: Regenerated.
50211         * manual/llio.texi (fclean): Remove documentation.
50213         * manual/Makefile (libc-texi-generated): New variable.  Include
50214         version.texi.
50215         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50216         $(libc-texi-generated), not duplicated list of files.
50217         (version.texi, stamp-version): New rules.
50218         (realclean): Remove $(libc-texi-generated), not individual files
50219         from that list.  Do not remove dir-add.texinfo.
50220         * manual/libc.texinfo: Comment out uses of edition numbers and
50221         references to printed manual.  Remove last-updated dates.
50222         (EDITION): Comment out.
50223         (ISBN): Likewise.
50224         (VERSION, UPDATED): Remove.
50225         (version.texi): Include.
50227 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50229         * sysdeps/posix/spawni.c: Include <signal.h>.
50230         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50231         * sysdeps/pthread/aio_fsync.c: Likewise.
50233 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50235         * conform/Makefile (tests): Run only when not cross-compiling and
50236         when fast-check is not defined.
50238         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50239         * conform/data/limits.h-data: Fixes for POSIX2008.
50240         * conform/run-conformtest.sh: Run all tests.
50241         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50242         headers.
50243         * include/bits/dlfcn.h: Likewise.
50244         * include/langinfo.h: Likewise.
50245         * include/monetary.h: Likewise.
50246         * include/sys/poll.h: Likewise.
50248         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50249         for __USE_GNU.
50250         * posix/spawn.h: Define __need_sigset_t.
50251         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50252         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50253         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50254         to get sigevent_t only.
50255         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50256         only for __USE_GNU.
50257         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50258         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50259         process_vm_writev only for __USE_GNU.
50260         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50262         * conform/Makefile: For now ignore errors from run-conformtest.
50263         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50264         POSIX to avoid namespace pollution.  Don't prepend headers.
50265         * conform/data/aio.h-data: Fixes for POSIX testing.
50266         * conform/data/fcntl.h-data: Likewise.
50267         * conform/data/glob.h-data: Likewise.
50268         * conform/data/grp.h-data: Likewise.
50269         * conform/data/pthread.h-data: Likewise.
50270         * conform/data/pwd.h-data: Likewise.
50271         * conform/data/signal.h-data: Likewise.
50272         * conform/data/spawn.h-data: Likewise.
50273         * conform/data/stdio.h-data: Likewise.
50274         * conform/data/stdlib.h-data: Likewise.
50275         * conform/data/stropts.h-data: Likewise.
50276         * conform/data/sys/mman.h-data: Likewise.
50277         * conform/data/sys/stat.h-data: Likewise.
50278         * conform/data/sys/types.h-data: Likewise.
50279         * conform/data/sys/wait.h-data: Likewise.
50280         * conform/data/time.h-data: Likewise.
50281         * conform/data/unistd.h-data: Likewise.
50282         * conform/data/utime.h-data: Likewise.
50284         * io/sys/stat.h: fchmod was always in POSIX.
50285         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50286         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50287         * rt/aio.h: Define __need_timespec before including <time.h>.
50288         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50289         struct.  Add forward declaration of pthread_attr_t and use it in
50290         sigevent.
50291         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50292         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50293         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50294         always remove CLK_TCK definition.
50296 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50298         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50300 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50302         * conform/run-conformtest.sh: New file.
50303         * conform/Makefile: Run run-conformtest for tests.
50304         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50305         support.
50307         * conform/data/uchar.h-data: New file.
50308         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50309         * conform/data/arpa/inet.h-data: Likewise.
50310         * conform/data/assert.h-data: Likewise.
50311         * conform/data/complex.h-data: Likewise.
50312         * conform/data/cpio.h-data: Likewise.
50313         * conform/data/ctype.h-data: Likewise.
50314         * conform/data/dirent.h-data: Likewise.
50315         * conform/data/dlfcn.h-data: Likewise.
50316         * conform/data/errno.h-data: Likewise.
50317         * conform/data/fcntl.h-data: Likewise.
50318         * conform/data/float.h-data: Likewise.
50319         * conform/data/fmtmsg.h-data: Likewise.
50320         * conform/data/fnmatch.h-data: Likewise.
50321         * conform/data/ftw.h-data: Likewise.
50322         * conform/data/glob.h-data: Likewise.
50323         * conform/data/grp.h-data: Likewise.
50324         * conform/data/iconv.h-data: Likewise.
50325         * conform/data/inttypes.h-data: Likewise.
50326         * conform/data/langinfo.h-data: Likewise.
50327         * conform/data/libgen.h-data: Likewise.
50328         * conform/data/limits.h-data: Likewise.
50329         * conform/data/locale.h-data: Likewise.
50330         * conform/data/math.h-data: Likewise.
50331         * conform/data/monetary.h-data: Likewise.
50332         * conform/data/mqueue.h-data: Likewise.
50333         * conform/data/ndbm.h-data: Likewise.
50334         * conform/data/net/if.h-data: Likewise.
50335         * conform/data/netdb.h-data: Likewise.
50336         * conform/data/netinet/in.h-data: Likewise.
50337         * conform/data/nl_types.h-data: Likewise.
50338         * conform/data/poll.h-data: Likewise.
50339         * conform/data/pthread.h-data: Likewise.
50340         * conform/data/pwd.h-data: Likewise.
50341         * conform/data/regex.h-data: Likewise.
50342         * conform/data/sched.h-data: Likewise.
50343         * conform/data/search.h-data: Likewise.
50344         * conform/data/semaphore.h-data: Likewise.
50345         * conform/data/setjmp.h-data: Likewise.
50346         * conform/data/signal.h-data: Likewise.
50347         * conform/data/spawn.h-data: Likewise.
50348         * conform/data/stdarg.h-data: Likewise.
50349         * conform/data/stdio.h-data: Likewise.
50350         * conform/data/stdlib.h-data: Likewise.
50351         * conform/data/string.h-data: Likewise.
50352         * conform/data/strings.h-data: Likewise.
50353         * conform/data/stropts.h-data: Likewise.
50354         * conform/data/sys/ipc.h-data: Likewise.
50355         * conform/data/sys/mman.h-data: Likewise.
50356         * conform/data/sys/msg.h-data: Likewise.
50357         * conform/data/sys/resource.h-data: Likewise.
50358         * conform/data/sys/select.h-data: Likewise.
50359         * conform/data/sys/sem.h-data: Likewise.
50360         * conform/data/sys/shm.h-data: Likewise.
50361         * conform/data/sys/socket.h-data: Likewise.
50362         * conform/data/sys/stat.h-data: Likewise.
50363         * conform/data/sys/statvfs.h-data: Likewise.
50364         * conform/data/sys/time.h-data: Likewise.
50365         * conform/data/sys/timeb.h-data: Likewise.
50366         * conform/data/sys/times.h-data: Likewise.
50367         * conform/data/sys/types.h-data: Likewise.
50368         * conform/data/sys/uio.h-data: Likewise.
50369         * conform/data/sys/un.h-data: Likewise.
50370         * conform/data/sys/utsname.h-data: Likewise.
50371         * conform/data/sys/wait.h-data: Likewise.
50372         * conform/data/syslog.h-data: Likewise.
50373         * conform/data/tar.h-data: Likewise.
50374         * conform/data/termios.h-data: Likewise.
50375         * conform/data/utime.h-data: Likewise.
50376         * conform/data/utmpx.h-data: Likewise.
50377         * conform/data/varargs.h-data: Likewise.
50378         * conform/data/wchar.h-data: Likewise.
50379         * conform/data/wctype.h-data: Likewise.
50380         * conform/data/wordexp.h-data: Likewise.
50382         * include/stropts.h: New file.
50383         * include/uchar.h: New file.
50384         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50385         * include/assert.h: Likewise.
50386         * include/ctype.h: Likewise.
50387         * include/dirent.h: Likewise.
50388         * include/dlfcn.h: Likewise.
50389         * include/fcntl.h: Likewise.
50390         * include/fnmatch.h: Likewise.
50391         * include/glob.h: Likewise.
50392         * include/grp.h: Likewise.
50393         * include/libio.h: Likewise.
50394         * include/locale.h: Likewise.
50395         * include/math.h: Likewise.
50396         * include/net/if.h: Likewise.
50397         * include/netdb.h: Likewise.
50398         * include/netinet/in.h: Likewise.
50399         * include/pthread.h: Likewise.
50400         * include/pwd.h: Likewise.
50401         * include/regex.h: Likewise.
50402         * include/sched.h: Likewise.
50403         * include/search.h: Likewise.
50404         * include/setjmp.h: Likewise.
50405         * include/signal.h: Likewise.
50406         * include/stdio.h: Likewise.
50407         * include/stdlib.h: Likewise.
50408         * include/string.h: Likewise.
50409         * include/sys/cdefs.h: Likewise.
50410         * include/sys/mman.h: Likewise.
50411         * include/sys/msg.h: Likewise.
50412         * include/sys/resource.h: Likewise.
50413         * include/sys/select.h: Likewise.
50414         * include/sys/socket.h: Likewise.
50415         * include/sys/stat.h: Likewise.
50416         * include/sys/statvfs.h: Likewise.
50417         * include/sys/time.h: Likewise.
50418         * include/sys/times.h: Likewise.
50419         * include/sys/uio.h: Likewise.
50420         * include/sys/utsname.h: Likewise.
50421         * include/sys/wait.h: Likewise.
50422         * include/termios.h: Likewise.
50423         * include/time.h: Likewise.
50424         * include/ulimit.h: Likewise.
50425         * include/unistd.h: Likewise.
50426         * include/utime.h: Likewise.
50427         * include/wchar.h: Likewise.
50428         * include/wctype.h: Likewise.
50429         * include/wordexp.h: Likewise.
50431         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50433         * time/time.h: TIME_UTC must be a macro.
50434         Make timespec_get available for ISO C11 only as well.
50436 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50438         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50439         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50441 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50443         * configure.in: Use -o not -a in test for unsupported multi-arch.
50445 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50447         * manual/texinfo.tex: Update to version 2012-01-19.16.
50449 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50451         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50453 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50455         [BZ #13738]
50456         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50457         * manual/fdl-1.3.texi: New file.
50458         * manual/fdl-1.1.texi: File removed.
50460         [BZ #13738]
50461         * manual/libc.texinfo (FDL_VERSION): New @set.
50462         Use it for mention of FDL in cover text.
50463         (Documentation License): Use it in @include file name.
50465 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50466             Roland McGrath  <roland@hack.frob.com>
50468         [BZ #5461]
50469         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50470         (not LONG_LONG_MAX and LONG_LONG_MIN.
50471         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50472         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50473         name.
50474         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50476 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50478         [BZ #2547]
50479         [BZ #11365]
50480         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50481         manipulate bits before adding and subtracting TWO23[sx].
50482         * math/libm-test.inc (nearbyint_test): Add more tests.
50484 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50486         [BZ #2548]
50487         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50488         bits before adding and subtracting TWO23[sx].
50489         * math/libm-test.inc (rint_test): Add more tests.
50490         (rint_test_tonearest): Likewise.
50491         (rint_test_towardzero): Likewise.
50492         (rint_test_downward): Likewise.
50493         (rint_test_upward: Likewise.
50495 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50497         [BZ #10110]
50498         * include/stdc-predef.h: New file.  Extracted from features.h.
50499         * include/features.h: Include stdc-predef.h.
50500         * Makefile (headers): Add stdc-predef.h.
50501         * CONFORMANCE (Compiler limitations): Update.
50503 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50505         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50507 2012-02-21  David S. Miller  <davem@davemloft.net>
50509         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50510         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50512 2012-02-20  David S. Miller  <davem@davemloft.net>
50514         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50515         using a normal save/restore sequence, rather than allocating a
50516         dummy stack frame just to store a frame pointer and restore.
50517         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50519 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50521         * manual/install.texi: Fix stray word in line-wrapped comment.
50523 2012-02-20  David S. Miller  <davem@davemloft.net>
50525         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50526         both binutils and gcc support GOTDATA.
50528         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50529         "rd %pc" in the PIC register setup sequences.
50531         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50532         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50533         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50534         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50535         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50536         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50537         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50538         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50540         (SYSCALL_ERROR_HANDLER): Likewise.
50541         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50542         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50543         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50544         (SYSCALL_ERROR_HANDLER): Likewise.
50546         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50547         (HAVE_GCC_GOTDATA): New.
50548         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50549         relocation support in both binutils and gcc.
50550         * sysdeps/sparc/elf/configure: Regenerate.
50552         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50553         * sysdeps/sparc/sparc32/elf/configure: Delete.
50554         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50555         * sysdeps/sparc/sparc64/elf/configure: Delete.
50556         * sysdeps/sparc/elf/configure.in: New file.
50557         * sysdeps/sparc/elf/configure: Generate.
50559         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50560         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50561         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50562         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50563         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50565 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50567         * manual/install.texi: Do not mention specific glibc version
50568         numbers.
50569         * manual/libc.texinfo (VERSION, UPDATED): Update.
50570         (@copying): Use @copyright{} and range of years.
50572 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50574         [BZ #13695]
50575         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50576         [crti.S not in sysdirs] (generated): Do not append.
50577         [crti.S not in sysdirs] (omit-deps): Likewise.
50578         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50579         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50580         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50581         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50582         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50583         Likewise.
50584         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50585         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50586         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50587         * csu/defs.awk: Remove file.
50588         * sysdeps/generic/initfini.c: Likewise.
50589         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50590         variable.
50591         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50592         Likewise.
50594 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50596         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50597         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50598         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50599         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50600         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50601         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50602         <bits/epoll.h>.
50603         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50604         (__EPOLL_PACKED): Define to empty if not defined by
50605         <bits/epoll.h>.
50606         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50607         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50608         bits/epoll.h.
50610 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50612         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50613         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50614         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50615         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50616         <bits/timerfd.h>.
50617         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50618         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50619         bits/timerfd.h.
50621 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50623         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50624         in C locale.
50625         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50626         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50627         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50630 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50632         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50633         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50635 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50637         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50638         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50639         defined.
50640         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50641         Likewise.
50642         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50643         entry for 2.16.
50645 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50647         * math/w_acos.c: Use non-signaling floating-point comparisons.
50648         * math/w_acosf.c: Likewise.
50649         * math/w_acosh.c: Likewise.
50650         * math/w_acoshf.c: Likewise.
50651         * math/w_acoshl.c: Likewise.
50652         * math/w_acosl.c: Likewise.
50653         * math/w_asin.c: Likewise.
50654         * math/w_asinf.c: Likewise.
50655         * math/w_asinl.c: Likewise.
50656         * math/w_atanh.c: Likewise.
50657         * math/w_atanhf.c: Likewise.
50658         * math/w_atanhl.c: Likewise.
50659         * math/w_exp2.c: Likewise.
50660         * math/w_exp2f.c: Likewise.
50661         * math/w_exp2l.c: Likewise.
50662         * math/w_j0.c: Likewise.
50663         * math/w_j0f.c: Likewise.
50664         * math/w_j0l.c: Likewise.
50665         * math/w_j1.c: Likewise.
50666         * math/w_j1f.c: Likewise.
50667         * math/w_j1l.c: Likewise.
50668         * math/w_jn.c: Likewise.
50669         * math/w_jnf.c: Likewise.
50670         * math/w_log.c: Likewise.
50671         * math/w_log10.c: Likewise.
50672         * math/w_log10f.c: Likewise.
50673         * math/w_log10l.c: Likewise.
50674         * math/w_log2.c: Likewise.
50675         * math/w_log2f.c: Likewise.
50676         * math/w_log2l.c: Likewise.
50677         * math/w_logf.c: Likewise.
50678         * math/w_logl.c: Likewise.
50679         * math/w_sqrt.c: Likewise.
50680         * math/w_sqrtf.c: Likewise.
50681         * math/w_sqrtl.c: Likewise.
50682         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50683         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50684         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50685         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50686         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50688 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50690         [BZ #9739]
50691         * manual/string.texi (strnlen): Use correct parameter name in
50692         equivalent expression.
50694 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50696         [BZ #11174]
50697         * manual/users.texi (seteuid): Consistently use neweuid for
50698         argument name.
50700 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50702         [BZ #13704]
50703         * manual/nss.texi (Services in the NSS configuration): Correct
50704         list of services in example configuration file.
50706 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50708         [BZ #11322]
50709         * manual/arith.texi: Remove statements about negative zero
50710         behaving identically to zero.
50712 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50714         [BZ #5993]
50715         * manual/install.texi: Do not document upgrading from libc5.
50717 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50719         [BZ #4596]
50720         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50722 2012-02-18  David S. Miller  <davem@davemloft.net>
50724         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50725         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50726         %o7 across the call.
50727         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50728         instead.
50729         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50730         SETUP_PIC_REG_LEAF.
50731         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50732         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50733         * sysdeps/sparc/crtn.S: Likewise.
50735 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50737         * aout/Makefile: Remove.
50739 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50741         [BZ #13058]
50742         * manual/examples/argp-ex1.c (main): Format definition in GNU
50743         style.
50744         * manual/examples/argp-ex2.c (main): Likewise.
50745         * manual/examples/argp-ex3.c (main): Likewise.
50746         * manual/examples/argp-ex4.c (main): Likewise.
50747         * manual/examples/longopt.c (main): Use new-style prototype
50748         definition.
50749         * manual/examples/strncat.c (main): Specify return type and use
50750         (void) for arguments.
50751         * manual/examples/subopt.c (main): Use char **argv argument.
50753 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50755         [BZ #5077]
50756         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50757         rounding modes.
50759 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50761         [BZ #6907]
50762         * manual/string.texi (strchr): Change when strchrnul is
50763         recommended.
50765 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50767         [BZ #174]
50768         * manual/locale.texi (setlocale): Document LOCPATH.
50770 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50772         [BZ #10210]
50773         * manual/process.texi (execle): Move @dots{} before last argument.
50775 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50777         [BZ #12047]
50778         * manual/charset.texi (Generic Charset Conversion): Fix typo
50779         (LC_TYPE -> LC_CTYPE).
50781 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50783         [BZ #5805]
50784         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50785         (scalbnf): Likewise.
50786         (scalbnl): Likewise.
50787         (scalbln): Likewise.
50788         (scalblnf): Likewise.
50789         (scalblnl): Likewise.
50790         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50791         (vwarnx): Likewise.
50792         (verr): Likewise.
50793         (verrx): Likewise.
50794         * manual/filesys.texi (telldir): Use braces around return type.
50795         * manual/llio.texi (mmap): Add space after comma.
50796         (mmap64): Likewise.
50797         * manual/math.texi (jn): Use @var{} on parameter names.
50798         (jnf): Likewise.
50799         (jnl): Likewise.
50800         (yn): Likewise.
50801         (ynf): Likewise.
50802         (ynl): Likewise.
50803         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50804         line.
50805         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50806         "...".
50807         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50808         (sched_get_priority_max): Likewise.
50809         * manual/signal.texi (sigvec): Add space after comma.
50810         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50811         names.
50812         (if_indextoname): Likewise.
50813         (if_freenameindex): Likewise.
50814         (sendto): Use ',' instead of '.' in prototype.
50815         * manual/startup.texi (syscall): Use @dots{} instead of literal
50816         "...".
50817         * manual/stdio.texi (__fpending): Separate initial words of
50818         paragraph from @deftypefun line.
50819         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50820         "...".
50821         (vsyslog): Use @var{} on parameter names.
50822         * manual/terminal.texi (stty): Use @var{} on parameter names.
50823         * manual/users.texi (getutmp): Use @var{} on parameter names.
50824         (getutmpx): Likewise.
50826 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50828         [BZ #6884]
50829         * manual/stdio.texi (fopen): Fix typos in description of
50830         ",ccs=STRING".
50832 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50834         [BZ #4026]
50835         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50836         get clock_id definition.
50838 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50840         [BZ #4822]
50841         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50842         (madvise): Cast every argument to void on its own.
50844 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50846         [BZ #9902]
50847         * manual/startup.texi (Exit Status): Fix typo.
50849 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50851         [BZ #10140]
50852         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50853         * manual/examples/argp-ex2.c: Likewise.
50854         * manual/examples/argp-ex3.c: Likewise.
50856 2012-02-16  Richard Henderson  <rth@redhat.com>
50858         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50859         * sysdeps/s390/s390-32/initfini.c: Remove.
50860         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50861         * sysdeps/s390/s390-64/initfini.c: Remove.
50863 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50865         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50866         compiler output for sysdeps/generic/initfini.c.
50867         * sysdeps/sh/elf/initfini.c: Remove file.
50869 2012-02-16  David S. Miller  <davem@davemloft.net>
50871         [BZ #11494]
50872         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50874         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50875         * sysdeps/sparc/crti.S: New file.
50876         * sysdeps/sparc/crtn.S: New file.
50877         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50878         * sysdeps/sparc/sparc64/Makefile: Likewise.
50880 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50882         [BZ #3335]
50883         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50885 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50887         [BZ #4822]
50888         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50890         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50891         (write, read, close): Likewise.
50892         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50894 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50896         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50897         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50898         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50899         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50900         <bits/signalfd.h>.
50901         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50902         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50903         bits/signalfd.h.
50905 2012-02-14  Marek Polacek  <polacek@redhat.com>
50907         * sysdeps/x86_64/crti.S: New file.
50908         * sysdeps/x86_64/crtn.S: New file.
50909         * sysdeps/x86_64/elf/initfini.c: Remove file.
50911 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50913         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50914         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50915         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50916         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50917         <bits/inotify.h>.
50918         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50919         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50920         bits/inotify.h.
50922 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50924         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50925         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50926         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50927         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50928         <bits/eventfd.h>.
50929         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50930         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50931         bits/eventfd.h.
50933 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50935         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50936         __feraiseexcept instead of feraiseexcept.
50938         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50939         nanosleep invocations.
50940         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50941         strings, and add error checking for a nanosleep invocations.
50943 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50945         Replace FSF snail mail address with URLs, as per GNU coding standards.
50946         Most of the snail mail addresses were wrong anyway, and omitting
50947         them makes the source code easier to maintain.  Almost all of the
50948         changes are to license notices and to locale LC_IDENTIFICATION
50949         addresses, except for this one:
50950         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50951         not its snail mail address.
50953 2012-02-09  Richard Henderson  <rth@twiddle.net>
50955         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50956         of kernel-features.h.
50958         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50960 2012-02-08  Marek Polacek  <polacek@redhat.com>
50962         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50963         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50964         * sysdeps/gnu/_G_config.h: Likewise.
50965         * sysdeps/generic/_G_config.h: Likewise.
50967 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50969         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50970         tests.
50971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50973         * sysdeps/powerpc/powerpc32/crti.S: New file.
50974         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50975         * sysdeps/powerpc/powerpc64/crti.S: New file.
50976         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50978         * Makeconfig (have-initfini): Don't set.
50979         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50980         * configure.in (nopic_initfini): Don't substitute.
50981         * config.h.in (HAVE_INITFINI): Don't #undef.
50982         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50983         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50985 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50987         Support crti.S and crtn.S provided directly by architectures.
50988         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50989         [crti.S in sysdirs] (omit-deps): Likewise.
50990         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50991         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50992         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50993         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50994         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50995         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50996         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50997         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50998         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50999         compiler output for sysdeps/generic/initfini.c.
51000         * sysdeps/i386/elf/Makefile: Remove file.
51001         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51003 2012-02-07  Marek Polacek  <polacek@redhat.com>
51005         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51006         * sysdeps/gnu/_G_config.h: Likewise.
51007         * sysdeps/mach/hurd/_G_config.h: Likewise.
51009 2012-02-07  Marek Polacek  <polacek@redhat.com>
51011         * math/Makefile (tests): Add tst-CMPLX2.
51012         * math/tst-CMPLX2.c: New file.
51014 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51016         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51018         * math/libm-test.inc (jn_test): Add missing L suffix.
51020 2012-02-06  Marek Polacek  <polacek@redhat.com>
51022         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51023         * sysdeps/i386/fpu/e_powf.S: Likewise.
51024         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51025         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51026         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51027         * sysdeps/i386/fpu/e_pow.S: Likewise.
51028         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51029         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51030         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51031         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51032         * sysdeps/i386/fpu/e_log2.S: Likewise.
51033         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51034         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51035         * sysdeps/i386/fpu/e_powl.S: Likewise.
51036         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51037         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51038         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51039         * sysdeps/i386/fpu/e_logl.S: Likewise.
51040         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51041         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51042         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51043         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51044         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51045         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51046         * sysdeps/i386/fpu/e_log.S: Likewise.
51047         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51048         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51049         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51050         * sysdeps/i386/fpu/e_logf.S: Likewise.
51051         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51052         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51053         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51054         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51055         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51056         * sysdeps/i386/fpu/e_log10.S: Likewise.
51057         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51058         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51059         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51060         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51061         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51062         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51063         * sysdeps/i386/asm-syntax.h: Likewise.
51064         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51065         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51066         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51067         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51068         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51069         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51070         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51071         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51072         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51073         * sysdeps/powerpc/sysdep.h: Likewise.
51074         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51075         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51077 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51079         [BZ #411]
51080         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51082 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51084         * sysdeps/i386/sysdep.h: Include <features.h>.
51085         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51086         version.
51088 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51090         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51091         Define.
51092         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51093         LOAD_PIC_REG_STR.
51095 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51097         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51098         (SETUP_PIC_REG): Use GET_PC_THUNK.
51099         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51100         macro.
51102 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51104         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51105         for non-PIC compilation.
51106         (SETUP_PIC_REG): Add .p2align directive.
51107         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51108         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51109         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51110         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51111         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51112         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51113         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51114         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51115         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51116         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51117         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51118         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51119         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51120         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51121         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51122         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51123         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51124         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51125         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51126         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51127         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51128         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51129         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51130         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51131         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51132         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51133         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51134         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51135         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51136         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51137         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51138         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51139         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51140         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51141         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51142         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51143         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51144         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51145         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51146         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51147         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51149 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51151         * math/tst-CMPLX.c: Include <stdio.h>.
51153 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51155         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51156         float.
51157         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51158         * sysdeps/sparc/bits/mathdef.h: Likewise.
51160 2012-01-31  Marek Polacek  <polacek@redhat.com>
51162         * libio/libio.h: Don't define _PARAMS.
51163         * locale/programs/config.h: Don't define PARAMS.
51164         * stdlib/strtol_l.c: Likewise.
51165         (__strtol_l): Remove PARAMS from the prototype.
51167 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51169         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51170         names.  Just use the correct names.  Remove unnecessary wrapper
51171         functions.
51172         * malloc/arena.c: Likewise.
51173         * malloc/hooks.c: Likewise.
51175         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51176         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51177         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51179 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51181         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51182         into tail calls.
51183         (update_get_addr): New function.
51184         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51185         GET_ADDR_MODULE parameter.
51187 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51189         * crypt/cert.c: Remove __STDC__ conditionals.
51190         * crypt/crypt-entry.c: Likewise.
51191         * crypt/crypt_util.c: Likewise.
51192         * libio/filedoalloc.c: Likewise.
51193         * libio/fileops.c: Likewise.
51194         * libio/genops.c: Likewise.
51195         * libio/iofclose.c: Likewise.
51196         * libio/iofdopen.c: Likewise.
51197         * libio/iofopen.c: Likewise.
51198         * libio/iofopen64.c: Likewise.
51199         * libio/iogetdelim.c: Likewise.
51200         * libio/iopopen.c: Likewise.
51201         * libio/obprintf.c: Likewise.
51202         * libio/oldfileops.c: Likewise.
51203         * libio/oldiofclose.c: Likewise.
51204         * libio/oldiofdopen.c: Likewise.
51205         * libio/oldiofopen.c: Likewise.
51206         * libio/oldiopopen.c: Likewise.
51207         * libio/wfiledoalloc.c: Likewise.
51208         * libio/wgenops.c: Likewise.
51209         * locale/programs/xmalloc.c: Likewise.
51210         * misc/syslog.c: Likewise.
51211         * stdio-common/xbug.c: Likewise.
51212         * string/memchr.c: Likewise.
51213         * string/memcmp.c: Likewise.
51214         * string/memrchr.c: Likewise.
51215         * string/rawmemchr.c: Likewise.
51216         * sysdeps/posix/getcwd.c: Likewise.
51217         * time/strftime_l.c: Likewise.
51219 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51221         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51222         * config.make.in (config-cflags-sse2avx): Define.
51223         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51224         Fix typo.
51226 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51228         * scripts/config.guess: Update from upstream config git repository.
51229         * scripts/config.sub: Likewise.
51231 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51233         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51234         (EM_NUM): Update.
51235         (R_TILEPRO_*, R_TILEGX_*): New macros.
51237         * scripts/firstversions.awk: Fix bug in version range handling.
51239         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51241         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51243         * include/sys/epoll.h: New file.
51244         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51245         libc_hidden_def.
51247 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51249         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51250         Avoid unnecessary __WORDSIZE == 64 test.
51251         (fmaxf): Use VEX format if possible.
51252         (fmax): Likewise.
51253         (fminf): Likewise.
51254         (fmin): Likewise.
51256         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51257         * math/math_private.h: Remove libc_fegetround* and
51258         libc_fesetround*.
51259         * sysdeps/i386/configure.in: Check for -msse2avx.
51260         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51261         also if SSE2AVX is defined.
51262         Remove libc_fegetround* and libc_fesetround*.
51263         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51264         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51265         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51266         of HAS_YMM_USABLE.
51267         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51268         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51269         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51270         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51271         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51273         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51275 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51277         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51278         size is not set.
51279         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51281 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51283         [BZ #13618]
51284         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51285         relocation.
51286         * Makeconfig (libm): Define.
51287         * elf/Makefile: Add rules to build and run tst-relsort1.
51288         * elf/tst-relsort1.c: New file.
51289         * elf/tst-relsort1mod1.c: New file.
51290         * elf/tst-relsort1mod2.c: New file.
51292 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51294         * math/s_ldexp.c: Remove __STDC__ conditionals.
51295         * math/s_ldexpf.c: Likewise.
51296         * math/s_ldexpl.c: Likewise.
51297         * math/s_nextafter.c: Likewise.
51298         * math/s_nexttowardf.c: Likewise.
51299         * math/s_significand.c: Likewise.
51300         * math/s_significandf.c: Likewise.
51301         * math/s_significandl.c: Likewise.
51302         * math/w_jnl.c: Likewise.
51303         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51304         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51305         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51306         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51307         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51308         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51309         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51310         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51311         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51312         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51313         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51314         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51315         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51316         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51317         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51318         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51319         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51320         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51321         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51322         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51323         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51324         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51325         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51326         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51327         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51328         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51329         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51330         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51331         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51332         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51333         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51334         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51335         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51336         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51337         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51338         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51339         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51340         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51341         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51342         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51343         * sysdeps/ieee754/k_standard.c: Likewise.
51344         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51345         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51346         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51347         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51348         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51349         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51350         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51351         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51352         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51353         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51354         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51355         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51356         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51357         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51358         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51359         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51360         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51361         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51362         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51363         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51364         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51365         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51366         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51367         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51368         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51369         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51370         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51371         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51372         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51373         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51374         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51375         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51376         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51377         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51378         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51379         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51380         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51381         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51382         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51383         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51384         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51385         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51386         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51387         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51388         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51389         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51390         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51391         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51392         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51393         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51394         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51395         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51396         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51397         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51398         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51399         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51400         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51401         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51402         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51403         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51404         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51405         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51406         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51407         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51408         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51409         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51410         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51412         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51413         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51414         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51415         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51416         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51417         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51418         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51419         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51420         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51421         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51422         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51423         * sysdeps/ieee754/s_matherr.c: Likewise.
51424         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51425         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51426         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51427         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51429 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51431         * crypt/md5.h: Remove __STDC__ conditionals.
51432         * libio/libioP.h: Likewise.
51433         * locale/programs/config.h: Likewise.
51434         * sysdeps/generic/sysdep.h: Likewise.
51435         * sysdeps/i386/asm-syntax.h: Likewise.
51436         * sysdeps/s390/asm-syntax.h: Likewise.
51437         * sysdeps/unix/sysdep.h: Likewise.
51438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51441 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51443         * libio/libio.h: Remove __STDC__ conditionals.
51444         * malloc/obstack.h: Likewise.
51445         * math/complex.h: Likewise.
51446         * math/math.h: Likewise.
51447         * sysdeps/generic/_G_config.h: Likewise.
51448         * sysdeps/gnu/_G_config.h: Likewise.
51449         * sysdeps/mach/hurd/_G_config.h: Likewise.
51450         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51451         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51452         * sysdeps/sparc/bits/mathdef.h: Likewise.
51454 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51456         [BZ #13583]
51457         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51458         Clean up HAS_* macros.
51459         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51460         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51461         possible.
51462         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51463         HAS_AVX.
51464         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51465         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51466         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51467         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51468         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51470 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51472         * elf/tst-unique3.cc (gets): Remove declaration.
51473         * elf/tst-unique3lib.cc (gets): Likewise.
51474         * elf/tst-unique3lib2.cc (gets): Likewise.
51475         * elf/tst-unique4.cc (gets): Likewise.
51477 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51479         * include/stdio.h: Add C++ protection.  Add gets declarations and
51480         definitions.
51481         * debug/tst-chk1.c: Don't declare gets here.
51482         * stdio-common/tst-gets.c: Likewise.
51484 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51486         * posix/glob: Remove directory.
51488 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51490         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51492 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51494         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51495         of the non-standard EPFNOSUPPORT.
51497 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51499         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51500         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51501         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51503 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51505         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51507 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51509         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51510         transient errors.
51511         * nscd/grpcache.c (cache_addgr): Likewise.
51512         * nscd/hstcache.c (cache_addhst): Likewise.
51513         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51514         * nscd/pwdcache.c (cache_addpw): Likewise.
51515         * nscd/servicescache.c (cache_addserv): Likewise.
51517 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51519         * malloc/malloc.c: Various cleanups.
51520         * malloc/hooks.c: Likewise.
51522         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51523         * stdlib/bug-fmtmsg1.c: New file.
51525         * stdlib/fmtmsg.c (init): Add missing unlock.
51526         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51528 2012-01-12  Marek Polacek  <polacek@redhat.com>
51530         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51531         and _GNU_SOURCE.
51533 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51535         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51536         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51537         macro to ensure uniqueness of label name.
51538         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51539         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51541 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51543         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51545         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51546         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51547         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51548         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51550 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51552         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51554         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51555         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51556         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51558         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51560         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51561         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51562         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51563         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51565         * math/bits/math-finite.h: Add ldexp support.
51567 2012-01-10  Marek Polacek  <polacek@redhat.com>
51569         * locale/programs/localedef.h (show_archive_content): Add noreturn
51570         attribute.
51572 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51574         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51576 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51578         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51580         * io/Makefile (headers): Add bits/poll2.h.
51582 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51585         typo #include statement.
51587 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51589         * include/sys/cdefs.h: Define __attribute_alloc_size.
51590         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51591         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51592         * elf/pldd.c: Likewise.
51593         * iconv/iconv_charmap.c: Likewise.
51594         * iconv/iconvconfig.c: Likewise.
51595         * iconv/strtab.c: Likewise.
51596         * locale/programs/locale.c: Likewise.
51597         * locale/programs/localedef.h: Likewise.
51598         * locale/programs/simple-hash.c: Likewise.
51599         * nscd/nscd.h: Likewise.
51600         * nss/makedb.c: Likewise.
51601         * sysdeps/generic/ldconfig.h: Likewise.
51602         * locale/programs/localedef.c: Remove xmalloc prototype.
51603         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51605 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51607         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51608         appropriate.
51610 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51612         * math/Makefile (tests): Add tst-CMPLX.
51613         * math/tst-CMPLX.c: New file.
51615         * math/complex.h (CMPLXL): Fix typo.
51617         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51618         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51619         GLIBC_2.16.
51620         * debug/tst-chk1.c: Add poll and ppoll tests.
51621         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51622         * include/sys/poll.h: Add hidden proto for ppoll.
51623         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51624         * sysdeps/mach/hurd/ppoll.c: Likewise.
51625         * io/ppoll.c: Likewise.
51626         * debug/poll_chk.c: New file.
51627         * debug/ppoll_chk.c: New file.
51628         * include/bits/poll2.h: New file.
51629         * io/bits/poll2.h: New file.
51631         [BZ #1350]
51632         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51634         * configure.in: static is always set to yes.  Remove.
51635         * config.make.in: Don't set build-static.
51636         * Makeconfig: Remove use of build-static.
51637         * dlfcn/Makefile: Likewise.
51638         * elf/Makefile: Likewise.
51639         * math/Makefile: Likewise.
51640         * misc/Makefile: Likewise.
51641         * nptl/Makefile: Likewise.
51642         * sysdeps/mach/hurd/Makefile: Likewise.
51644         * configure.in: PWD_P is not used anymore.
51645         * config.make.in: Remove PWD_P entry.
51647         * configure.in: Remove last remnants of RANLIB.
51648         No need to check for signed size_t anymore.
51649         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51650         and IA-64.
51651         Remove __builtin_expect test because we require at least gcc 3.4.
51652         * aclocal.m4: Likewise.
51654         * wcsmbs/mbrtoc16.c: Implement using towc function.
51655         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51656         * wcsmbs/wcsmbsload.c: Likewise.
51657         * iconv/gconv_simple.c: Likewise.
51658         * iconv/gconv_int.h: Likewise.
51659         * iconv/gconv_builtin.h: Likewise.
51660         * iconv/iconv_prog.c: Remove CHAR16 handling.
51662         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51664         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51666         * configure.in: Remove --with-elf and --enable-bounded options.
51667         Dont set base_machine for ia64.  More non-ELF conditions removed.
51668         Remove testing and setting of leading underscore information.
51669         * config.make.in (build-bounded): Set to no.
51670         * config.h.in: Remove NO_UNDERSCORES entry.
51671         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51672         them.
51673         * csu/start.c: Remove !NO_UNDERSCORE code.
51674         * locale/localeinfo.h: Likewise.
51675         * sysdeps/generic/machine-gmon.h: Likewise.
51676         * sysdeps/generic/sysdep.h: Likewise.
51677         * sysdeps/i386/sysdep.h: Likewise.
51678         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51679         * sysdeps/mach/sysdep.h: Likewise.
51680         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51681         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51682         * sysdeps/sh/sysdep.h: Likewise.
51683         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51684         * sysdeps/unix/i386/sysdep.S: Likewise.
51685         * sysdeps/unix/sparc/start.c: Likewise.
51686         * sysdeps/unix/sparc/sysdep.S: Likewise.
51687         * sysdeps/unix/sparc/sysdep.h: Likewise.
51688         * sysdeps/unix/start.c: Likewise.
51689         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51690         * sysdeps/x86_64/sysdep.h: Likewise.
51692 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51694         [BZ #13553]
51695         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51696         for non-gcc.
51697         * argp/argp-fmtstream.h: Use const instead __const.
51698         * argp/argp.h: Likewise.
51699         * assert/assert.h: Likewise.
51700         * bits/fenv.h: Likewise.
51701         * bits/sched.h: Likewise.
51702         * bits/sigset.h: Likewise.
51703         * bits/sigthread.h: Likewise.
51704         * catgets/nl_types.h: Likewise.
51705         * conform/data/pthread.h-data: Likewise.
51706         * crypt/crypt-private.h: Likewise.
51707         * crypt/crypt.h: Likewise.
51708         * crypt/crypt_util.c: Likewise.
51709         * ctype/ctype.h: Likewise.
51710         * debug/execinfo.h: Likewise.
51711         * debug/mbsnrtowcs_chk.c: Likewise.
51712         * debug/mbsrtowcs_chk.c: Likewise.
51713         * debug/wcsnrtombs_chk.c: Likewise.
51714         * debug/wcsrtombs_chk.c: Likewise.
51715         * debug/wcstombs_chk.c: Likewise.
51716         * dirent/dirent.h: Likewise.
51717         * dlfcn/dlfcn.h: Likewise.
51718         * elf/neededtest4.c: Likewise.
51719         * grp/grp.h: Likewise.
51720         * gshadow/gshadow.h: Likewise.
51721         * iconv/gconv.h: Likewise.
51722         * iconv/gconv_int.h: Likewise.
51723         * iconv/gconv_simple.c: Likewise.
51724         * iconv/iconv.h: Likewise.
51725         * iconv/loop.c: Likewise.
51726         * iconv/skeleton.c: Likewise.
51727         * include/aio.h: Likewise.
51728         * include/aliases.h: Likewise.
51729         * include/argz.h: Likewise.
51730         * include/arpa/inet.h: Likewise.
51731         * include/assert.h: Likewise.
51732         * include/dirent.h: Likewise.
51733         * include/dlfcn.h: Likewise.
51734         * include/execinfo.h: Likewise.
51735         * include/fcntl.h: Likewise.
51736         * include/fenv.h: Likewise.
51737         * include/glob.h: Likewise.
51738         * include/grp.h: Likewise.
51739         * include/libintl.h: Likewise.
51740         * include/mntent.h: Likewise.
51741         * include/netdb.h: Likewise.
51742         * include/pwd.h: Likewise.
51743         * include/rpc/netdb.h: Likewise.
51744         * include/sched.h: Likewise.
51745         * include/search.h: Likewise.
51746         * include/shadow.h: Likewise.
51747         * include/signal.h: Likewise.
51748         * include/stdio.h: Likewise.
51749         * include/stdlib.h: Likewise.
51750         * include/string.h: Likewise.
51751         * include/sys/socket.h: Likewise.
51752         * include/sys/stat.h: Likewise.
51753         * include/sys/statfs.h: Likewise.
51754         * include/sys/statvfs.h: Likewise.
51755         * include/sys/syslog.h: Likewise.
51756         * include/sys/time.h: Likewise.
51757         * include/sys/uio.h: Likewise.
51758         * include/time.h: Likewise.
51759         * include/unistd.h: Likewise.
51760         * include/utmp.h: Likewise.
51761         * include/wchar.h: Likewise.
51762         * include/wctype.h: Likewise.
51763         * inet/aliases.h: Likewise.
51764         * inet/arpa/inet.h: Likewise.
51765         * inet/netinet/ether.h: Likewise.
51766         * inet/netinet/in.h: Likewise.
51767         * intl/libintl.h: Likewise.
51768         * io/bits/fcntl2.h: Likewise.
51769         * io/fcntl.h: Likewise.
51770         * io/ftw.h: Likewise.
51771         * io/sys/poll.h: Likewise.
51772         * io/sys/stat.h: Likewise.
51773         * io/sys/statfs.h: Likewise.
51774         * io/sys/statvfs.h: Likewise.
51775         * io/utime.h: Likewise.
51776         * libio/bits/stdio.h: Likewise.
51777         * libio/bits/stdio2.h: Likewise.
51778         * libio/libio.h: Likewise.
51779         * libio/libioP.h: Likewise.
51780         * libio/stdio.h: Likewise.
51781         * locale/lc-ctype.c: Likewise.
51782         * locale/locale.h: Likewise.
51783         * login/utmp.h: Likewise.
51784         * malloc/arena.c: Likewise.
51785         * malloc/malloc.c: Likewise.
51786         * malloc/malloc.h: Likewise.
51787         * malloc/mcheck.c: Likewise.
51788         * malloc/mtrace.c: Likewise.
51789         * math/bits/mathcalls.h: Likewise.
51790         * math/fenv.h: Likewise.
51791         * math/math_private.h: Likewise.
51792         * misc/bits/error.h: Likewise.
51793         * misc/bits/syslog.h: Likewise.
51794         * misc/err.h: Likewise.
51795         * misc/error.h: Likewise.
51796         * misc/fstab.h: Likewise.
51797         * misc/mntent.h: Likewise.
51798         * misc/regexp.h: Likewise.
51799         * misc/search.h: Likewise.
51800         * misc/sgtty.h: Likewise.
51801         * misc/sys/mman.h: Likewise.
51802         * misc/sys/syslog.h: Likewise.
51803         * misc/sys/uio.h: Likewise.
51804         * misc/sys/xattr.h: Likewise.
51805         * misc/ttyent.h: Likewise.
51806         * nis/rpcsvc/ypclnt.h: Likewise.
51807         * nss/nss.h: Likewise.
51808         * posix/bits/unistd.h: Likewise.
51809         * posix/fnmatch.h: Likewise.
51810         * posix/glob.h: Likewise.
51811         * posix/sched.h: Likewise.
51812         * posix/spawn.h: Likewise.
51813         * posix/sys/wait.h: Likewise.
51814         * posix/unistd.h: Likewise.
51815         * posix/wordexp.h: Likewise.
51816         * pwd/pwd.h: Likewise.
51817         * resolv/netdb.h: Likewise.
51818         * resource/sys/resource.h: Likewise.
51819         * rt/aio.h: Likewise.
51820         * rt/bits/mqueue2.h: Likewise.
51821         * rt/mqueue.h: Likewise.
51822         * shadow/shadow.h: Likewise.
51823         * signal/signal.h: Likewise.
51824         * socket/send.c: Likewise.
51825         * socket/sendto.c: Likewise.
51826         * socket/sys/socket.h: Likewise.
51827         * stdio-common/printf.h: Likewise.
51828         * stdlib/bits/stdlib.h: Likewise.
51829         * stdlib/fmtmsg.h: Likewise.
51830         * stdlib/monetary.h: Likewise.
51831         * stdlib/stdlib.h: Likewise.
51832         * stdlib/ucontext.h: Likewise.
51833         * streams/stropts.h: Likewise.
51834         * string/argz.h: Likewise.
51835         * string/bits/string2.h: Likewise.
51836         * string/string.h: Likewise.
51837         * string/strings.h: Likewise.
51838         * sunrpc/rpc/auth.h: Likewise.
51839         * sunrpc/rpc/auth_des.h: Likewise.
51840         * sunrpc/rpc/clnt.h: Likewise.
51841         * sunrpc/rpc/netdb.h: Likewise.
51842         * sunrpc/rpc/pmap_clnt.h: Likewise.
51843         * sunrpc/rpc/xdr.h: Likewise.
51844         * sysdeps/generic/inttypes.h: Likewise.
51845         * sysdeps/generic/net/if.h: Likewise.
51846         * sysdeps/generic/sys/swap.h: Likewise.
51847         * sysdeps/gnu/net/if.h: Likewise.
51848         * sysdeps/gnu/utmpx.h: Likewise.
51849         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51850         * sysdeps/i386/i486/bits/string.h: Likewise.
51851         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51852         * sysdeps/s390/bits/string.h: Likewise.
51853         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51854         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51855         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51856         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51857         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51858         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51859         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51860         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51861         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51862         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51863         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51864         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51865         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51866         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51867         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51868         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51869         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51870         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51871         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51872         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51873         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51874         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51875         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51876         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51877         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51878         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51879         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51880         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51881         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51882         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51883         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51884         * sysvipc/sys/ipc.h: Likewise.
51885         * sysvipc/sys/msg.h: Likewise.
51886         * sysvipc/sys/sem.h: Likewise.
51887         * sysvipc/sys/shm.h: Likewise.
51888         * termios/termios.h: Likewise.
51889         * time/sys/time.h: Likewise.
51890         * time/time.h: Likewise.
51891         * wcsmbs/bits/wchar2.h: Likewise.
51892         * wcsmbs/uchar.h: Likewise.
51893         * wcsmbs/wchar.h: Likewise.
51894         * wctype/wctype.h: Likewise.
51896         [BZ #13551]
51897         * Makeconfig: Remove all but ELF support including AIX support.
51898         * Makerules: Likewise.
51899         * config.h.in: Likewise.
51900         * config.make.in: Likewise.
51901         * configure: Likewise.
51902         * configure.in: Likewise.
51903         * csu/Makefile: Likewise.
51904         * csu/version.c: Likewise.
51905         * debug/Makefile: Likewise.
51906         * dlfcn/Makefile: Likewise.
51907         * elf/Makefile: Likewise.
51908         * extra-lib.mk: Likewise.
51909         * iconv/Makefile: Likewise.
51910         * include/libc-symbols.h: Likewise.
51911         * include/shlib-compat.h: Likewise.
51912         * resolv/Makefile: Likewise.
51913         * resolv/res_libc.c: Likewise.
51914         * rt/Makefile: Likewise.
51915         * sysdeps/i386/asm-syntax.h: Likewise.
51916         * sysdeps/i386/sysdep.h: Likewise.
51917         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51918         * sysdeps/mach/sysdep.h: Likewise.
51919         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51920         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51921         * sysdeps/s390/asm-syntax.h: Likewise.
51922         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51923         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51924         * sysdeps/sh/sysdep.h: Likewise.
51925         * sysdeps/unix/sparc/sysdep.h: Likewise.
51926         * sysdeps/wordsize-32/divdi3.c: Likewise.
51927         * sysdeps/x86_64/sysdep.h: Likewise.
51929         * argp/Versions: Remove _argp_unlock_xxx.
51931         [BZ #13559]
51932         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51933         * abilist/libBrokenLocale.abilist: Likewise.
51934         * abilist/libanl.abilist: Likewise.
51935         * abilist/libc.abilist: Likewise.
51936         * abilist/libcrypt.abilist: Likewise.
51937         * abilist/libdl.abilist: Likewise.
51938         * abilist/libm.abilist: Likewise.
51939         * abilist/libnsl.abilist: Likewise.
51940         * abilist/libpthread.abilist: Likewise.
51941         * abilist/libresolv.abilist: Likewise.
51942         * abilist/librt.abilist: Likewise.
51943         * abilist/libthread_db.abilist: Likewise.
51944         * abilist/libutil.abilist: Likewise.
51945         * abilist/libnss_db.abilist: New file.
51947         * scripts/abilist.awk: Add support for indirect functions.
51949         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51951         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51953         * shlib-versions: Remove entries for ports architectures.
51955         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51956         files in ports.
51957         * elf/stackguard-macros.h: Remove support for IA-64.
51958         * elf/tst-auditmod1.c: Likewise.
51959         * sysdeps/generic/ldsodefs.h: Likewise.
51961         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51962         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51963         configure files.
51965         [BZ #13552]
51966         * configure.in: Remove --enable-omitfp support.
51967         * FAQ.in: Adjust.
51968         * config.make.in: Likewise.
51969         * Makeconfig: Likewise.
51970         * manual/install.texi: Likewise.
51972         In case anyone cares, the IA-64 architecture could move to ports.
51973         * sysdeps/ia64/*: Removed.
51974         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51975         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51977         [BZ #13555]
51978         * configure.in: Remove entries for unsupported architectures.
51980         [BZ #13533]
51981         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51982         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51983         routines.
51984         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51985         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51986         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51987         fall back to using wcrtomb.
51988         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51989         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51990         renaming.
51991         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51992         * wcsmbs/tst-c16c32-1.c: New file.
51994         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51995         local variable.
51997         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51999         * elf/tst-unique3.cc: Add explicit declaration of gets.
52000         * elf/tst-unique3lib.cc: Likewise.
52001         * elf/tst-unique3lib2.cc: Likewise.
52002         * elf/tst-unique4.cc: Likewise.
52004         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52006 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52008         [BZ #13566]
52009         * assert/assert.h (static_assert): Don't define for C++.
52010         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52011         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52013 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52015         * iconv/loop.c (single loop): Fix assertion in storing of
52016         remaining bytes.
52018         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52020 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52022         * posix/getconf.c: Update copyright year.
52023         * nss/getent.c: Likewise.
52024         * nss/makedb.c: Likewise.
52025         * iconv/iconvconfig.c: Likewise.
52026         * iconv/iconv_prog.c: Likewise.
52027         * elf/ldconfig.c: Likewise.
52028         * elf/pldd.c: Likewise.
52029         * elf/sotruss.ksh: Likewise.
52030         * catgets/gencat.c: Likewise.
52031         * csu/version.c: Likewise.
52032         * elf/ldd.bash.in: Likewise.
52033         * elf/sprof.c (print_version): Likewise.
52034         * locale/programs/locale.c: Likewise.
52035         * locale/programs/localedef.c: Likewise.
52036         * login/programs/pt_chown.c: Likewise.
52037         * nscd/nscd.c (print_version): Likewise.
52038         * debug/xtrace.sh: Likewise.
52039         * malloc/memusage.sh: Likewise.
52040         * malloc/mtrace.pl: Likewise.
52041         * debug/catchsegv.sh: Likewise.
52043 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52045         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52046         pure attribute.
52048 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52050         [BZ #13533]
52051         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52052         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52053         transformations.
52054         * iconv/gconv_int.h: Likewise.
52055         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52056         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52057         from libc for GLIBC_2.16.
52058         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52059         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52060         * wcsmbs/uchar.h: Really define mbstate_t.
52061         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52062         * wcsmbs/c16rtomb.c: New file.
52063         * wcsmbs/mbrtoc16.c: New file.
52064         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52065         for C/POSIX locale.
52066         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52067         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52069         * wcsmbs/wchar.h: Add missing __restrict.
52071 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52073         [BZ #13532]
52074         * time/Makefile (routines): Add timespec_get.
52075         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52076         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52077         timespec for ISO C11.
52078         * time/timespec_get.c: New file.
52079         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52080         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52082         [BZ #13531]
52083         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52084         * stdlib/stdlib.h: Declare aligned_alloc.
52085         * Versions.def: Add GLIBC_2.16 for libc.
52086         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52088         [BZ 13527]
52089         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52090         ISO C11.
52092         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52093         code.
52095         [BZ #13528]
52096         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52098         [BZ #13529]
52099         * assert/assert.h (static_assert): Define.
52101         * version.h: Update for 2.16 development version.
52103         [BZ #13526]
52104         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52105         _ISOC11_SOURCE.
52107         * version.h (RELEASE): Bump for 2.15 release.
52108         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52110         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52111         Patch by Marek Polacek <mpolacek@redhat.com>.
52113         * bits/byteswap.h: Protect long long constants with __extension__.
52114         * sysdeps/i386/bits/byteswap.h: Likewise.
52115         * sysdeps/ia64/bits/byteswap.h: Likewise.
52116         * sysdeps/s390/bits/byteswap.h: Likewise.
52117         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52119 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52121         [BZ #13540]
52122         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52123         destination buffer.
52124         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52126 2011-12-23  Marek Polacek  <polacek@redhat.com>
52128         * elf/dl-addr.c (determine_info): Add inline keyword.
52129         * elf/tst-auditmod4b.c (check_avx): Likewise.
52130         * elf/tst-auditmod6b.c (check_avx): Likewise.
52131         * elf/tst-auditmod6c.c (check_avx): Likewise.
52132         * elf/tst-auditmod7b.c (check_avx): Likewise.
52134 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52136         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52137         !__SSE_MATH__.
52139 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52141         [BZ #13540]
52142         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52143         processing for last bytes.
52145 2011-08-06  Bruno Haible  <bruno@clisp.org>
52147         [BZ #13061]
52148         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52149         U+0385, not to U+1FEE.
52151         [BZ #13062]
52152         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52153         entry for U+00A5 U+0301.
52155 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52157         [BZ #13166]
52158         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52159         buffer for the output is too small.
52161         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52162         optimization.
52164         [BZ #13185]
52165         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52166         SSE flags if possible.
52168 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52170         [BZ #13540]
52171         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52172         processing for last bytes.
52174 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52176         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52177         (syscall-list-default-options, syscall-list-default-condition)
52178         (syscall-list-includes): Define.
52179         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52180         list of ABIs and options and #if conditions for each ABI.  Do not
52181         handle common syscalls between ABIs specially.
52182         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52183         Remove.
52184         (syscall-list-variants, syscall-list-32bit-options)
52185         (syscall-list-32bit-condition, syscall-list-64bit-options)
52186         (syscall-list-64bit-condition): Define.
52187         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52188         (syscall-list-variants, syscall-list-32bit-options)
52189         (syscall-list-32bit-condition, syscall-list-64bit-options)
52190         (syscall-list-64bit-condition): Define.
52191         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52192         Remove.
52193         (syscall-list-variants, syscall-list-32bit-options)
52194         (syscall-list-32bit-condition, syscall-list-64bit-options)
52195         (syscall-list-64bit-condition): Define.
52196         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52197         Remove.
52198         (syscall-list-variants, syscall-list-32bit-options)
52199         (syscall-list-32bit-condition, syscall-list-64bit-options)
52200         (syscall-list-64bit-condition): Define.
52202 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52204         * locale/iso-639.def: Add brx entry.
52206         [BZ #13328]
52207         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52208         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52210         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52211         __feraiseexcept_renamed.
52213 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52215         [BZ #13538]
52216         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52217         EPOLLET with unsigned values.
52218         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52219         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52221         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52222         to large cancellation.
52223         * math/s_cacoshf.c: Likewise.
52224         * math/s_cacoshl.c: Likewise.
52226 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52228         [BZ #13305]
52229         [BZ #12786]
52230         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52231         * math/s_cacoshf.c: Likewise.
52232         * math/s_cacoshl.c: Likewise.
52234 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52236         [BZ #13439]
52237         * iconv/gconv.h: Define __GCONV_SWAP.
52238         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52239         * iconvdata/utf-16.c: Likewise.
52240         * iconvdata/utf-32.c: Likewise.
52242 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52244         [BZ #13524]
52245         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52246         numerator after shifting it by one limb.
52248 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52250         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52251         under [__USE_EXTERN_INLINES].
52253 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52255         [BZ #13446]
52256         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52258 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52260         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52261         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52262         optimized code.
52263         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52264         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52265         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52266         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52267         for strncasecmp/strncasecmp_l compilation.
52268         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52269         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52271 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52273         [BZ #13484]
52274         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52275         of __asm__.
52277 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52279         [BZ #13506]
52280         * time/tzfile.c (__tzfile_read): Check values from file header.
52282 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52284         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52285         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52286         * powerpc/powerpc32/dl-start.S: Likewise.
52287         * powerpc/powerpc32/elf/start.S: Likewise.
52288         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52289         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52290         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52291         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52292         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52293         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52294         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52295         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52296         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52297         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52298         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52299         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52300         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52301         * powerpc/powerpc32/memset.S: Likewise.
52302         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52303         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52304         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52305         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52306         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52307         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52308         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52309         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52310         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52311         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52312         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52313         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52314         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52316 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52318         * math/libm-test.inc: Added more nearbyint tests.
52319         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52320         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52321         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52322         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52324 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52326         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52327         FD_CLOEXEC.
52329 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52331         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52332         Add wcscpy-ssse3 wcscpy-c.
52333         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52334         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52335         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52336         * sysdeps/x86_64/wcschr.S: New file.
52337         * sysdeps/x86_64/wcsrchr.S: New file.
52338         * string/test-strcmp.c: Remove checking of wcscmp function for
52339         wrong alignments.
52340         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52341         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52342         wcsrchr-sse2 wcsrchr-c.
52343         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52344         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52345         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52346         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52347         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52348         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52349         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52350         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52351         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52352         * wcsmbc/wcschr.c (WCSCHR): New macro.
52354 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52356         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52357         * wcsmbs/test-wcsrchr.c: New file.
52358         * string/test-strrchr.c: Add wcsrchr support.
52359         (WIDE): New macro.
52360         * wcsmbs/test-wcscpy.c: New file.
52361         * string/test-strcpy.c: Add wcscpy support.
52362         (WIDE): New macro.
52364 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52366         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52367         the inner loop.
52369 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52371         [BZ #13472]
52372         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52374 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52376         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52377         Minor optimizations.
52379         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52380         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52381         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52383 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52385         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52386         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52387         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52388         for gcc to avoid warnings.
52389         * inet/Makefile (tests): Add tst-checks.
52390         * inet/tst-checks.c: New file.
52392         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52393         warning.
52395         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52396         __wmemcmp_sse2.
52398         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52399         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52401         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52403 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52405         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52406         problem.
52408         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52410 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52412         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52413         conditional on GCC version.
52414         (__arch_compare_and_exchange_val_8_acq)
52415         (__arch_compare_and_exchange_val_16_acq)
52416         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52417         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52418         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52420 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52422         * sysdeps/sh/backtrace.c: New file.
52424 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52426         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52427         parenthesis.
52429 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52431         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52432         falling back to utime.
52434 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52436         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52437         expectations for float.
52439 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52441         * locale/weight.h (findidx): Add parameter len.
52442         * locale/weightwc.h (findidx): Likewise.
52443         * posix/fnmatch_loop.c (FCT): Adjust caller.
52444         * posix/regcomp.c (build_equiv_class): Likewise.
52445         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52446         * posix/regexec.c (check_node_accept_bytes): Likewise.
52447         * string/strcoll_l.c (STRCOLL): Likewise.
52448         * string/strxfrm_l.c (STRXFRM): Likewise.
52450 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52452         * Makefile.in: Remove CVSOPT handling.
52453         * configure.in: Remove use of AC_REVISION.
52454         * iconvdata/Makefile (distribute): No need to filter out CVS.
52455         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52456         handling.
52458 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52460         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52461         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52462         [USE_AS_STRNCASECMP_L]: Likewise.
52463         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52464         NO_TLS_DIRECT_SEG_REFS.
52465         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52466         Fix argument offsets for non-PIC.
52467         [USE_AS_STRNCASECMP_L]: Likewise.
52468         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52469         NO_TLS_DIRECT_SEG_REFS.
52471 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52473         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52474         O_CLOEXEC.
52475         * locale/loadlocale.c (_nl_load_locale): Likewise.
52477 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52479         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52480         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52481         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52482         (SYSCALL_GETTIME): Set errno on error.
52484         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52485         count references to noai6ai_cached.
52487 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52489         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52491         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52492         FD_CLOEXEC for /proc/self/maps.
52494         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52495         FD_CLOEXEC for /proc/meminfo.
52497         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52498         gai.conf.
52500         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52501         FD_CLOEXEC for given file.
52503         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52505         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52506         FD_CLOEXEC for /etc/hosts.
52507         (_gethtent): Likewise.
52509         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52511         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52512         cancellation and set FD_CLOEXEC for /etc/netgroup.
52514         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52515         reading /etc/publickey.
52517         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52518         allow cancellation when reading /etc/group.
52520         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52521         cancellation.
52522         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52524         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52525         when using data file.
52527         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52529         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52530         (write_nis_obj): Use "c" and "e" in fopen.
52532         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52534         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52536         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52538         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52540         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52541         locale.alias.
52543         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52545         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52547         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52549         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52550         file parsing and set FD_CLOEXEC.
52552 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52554         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52556 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52558         * malloc/arena.c (arena_get2): Don't call reused_arena when
52559         _int_new_arena failed.
52561 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52563         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52564         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52565         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52566         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52567         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52568         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52569         to compile strcasecmp and strncasecmp.
52570         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52571         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52573         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52575 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52577         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52578         locale-defines.sym to gen-as-const-headers.
52579         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52580         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52581         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52582         to compile strcasecmp and strncasecmp.
52583         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52584         strcasecmp_l and strncasecmp_l.
52585         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52586         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52587         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52588         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52589         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52590         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52591         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52592         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52593         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52594         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52595         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52597 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52599         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52600         result of SYSDEP_GETTIME_CPU to retval.
52601         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52602         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52604         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52605         variable.
52607         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52608         mantissa words.
52609         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52611         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52612         from unused variable.
52614         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52615         DWARF definitions.
52616         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52617         for assembling.
52619         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52620         over namespaces.
52622         * sunrpc/rpc_prot.c (rejected): Fix case value.
52624         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52625         unsigned long long int to avoid warnings in shift.
52627         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52628         of use of trans.
52629         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52630         variable tmp.
52632         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52633         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52634         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52636         * nis/nis_table.c (nis_list): Use variable of correct type for
52637         result of __follow_path call.
52639 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52641         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52642         of math functions ceil, trunc, floor, round, and sqrt, when
52643         avaliable on the platform.
52644         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52645         name clash.
52646         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52647         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52648         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52650 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52652         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52653         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52655 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52657         * include/unistd.h: Fix __readlink return type.
52658         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52660 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52662         * stdlib/ucontext.h: Undo last change for makecontext.
52664 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52666         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52668         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52669         * setjmp/setjmp.h: Mark functions as non-leaf.
52670         * setjmp/bits/setjmp2.h: Likewise.
52671         * stdlib/ucontext.h: Likewise.
52673 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52675         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52676         (reused_arena): Don't check arena limit.
52677         (arena_get2): Atomically check arena limit.
52679 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52681         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52682         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52684         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52685         instructions.
52687 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52689         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52690         handler when locking.
52692         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52693         Fix size of allocated buffer.
52695 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52697         [BZ #10103]
52698         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52699         declarations for long double functions.
52700         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52702         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52704 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52706         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52707         installed.
52709         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52710         is disabled.
52712 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52714         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52716 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52718         * include/alloca.h (stackinfo_alloca_round): Define.
52719         (extend_alloca): Use it.
52720         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52721         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52722         here.
52724         * scripts/check-local-headers.sh: Ignore libaudit.h.
52726         * nscd/Makefile (extra-objs): Make recursively expanded.
52728 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52730         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52731         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52733         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52734         * posix/tst-rfc3484-2.c: Likewise.
52735         * posix/tst-rfc3484-3.c: Likewise.
52737         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52738         process_vm_writev.
52739         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52740         process_vm_writev.
52741         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52742         process_vm_writev from libc using GLIBC_2.15 version.
52744         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52746 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52748         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52749         stack usage.
52751 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52753         [BZ #13367]
52754         * nss/getent.c (initgroups_keys): Show error message in case no group
52755         names are given.
52757         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52758         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52759         __bump_nl_timestamp.
52760         * nscd/connections (nscd_init): When host database is served open
52761         netlink socket and request notification about configuration changes.
52762         (main_loop_poll): Track netlink file descriptor and bump timestamp
52763         in case data becomes available.
52764         (main_loop_epoll): Likewise.
52765         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52766         (database_pers_head): Add extra_data fileds.
52767         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52768         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52769         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52770         Adjust caller.
52771         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52772         in6ai data, call __free_in6ai.
52773         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52774         Add -DHAVE_NETLINK.
52775         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52776         interface information.  Reuse previous data if netlink timestamp
52777         is not changed.
52778         (__bump_nl_timestamp): New function.
52779         (__free_in6ai): New function.
52781 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52783         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52784         close_not_cancel_no_status here.
52785         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52787 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52789         [BZ #13276]
52790         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52791         return value.
52793         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52794         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52795         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52797 2011-07-03  Andreas Jaeger  <aj@suse.de>
52799         [BZ #10709]
52800         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52801         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52802         * math/libm-test.inc (sin_test): Add test case.
52804 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52806         [BZ #13337]
52807         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52808         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52810         * elf/chroot_canon.c (chroot_canon): Cleanups.
52812         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52814         [BZ #13335]
52815         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52816         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52818         * string/test-strchr.c: Make usable for strchrnul testing.
52819         * string/test-strchrnul.c: New file.
52820         * string/Makefile (strop-tests): Add strchrnul.
52822         * po/it.po: Update from translation team.
52823         * po/es.po: Likewise.
52825 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52827         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52828         the three constants needed as parameters.  Drop the others.
52829         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52830         __m128i_strloadu_tolower.
52831         Create and initialize variable zero and use it in all the places
52832         where _mm_setzero_si128 was used.
52834         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52835         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52836         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52837         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52838         anymore.
52839         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52840         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52841         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52842         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52843         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52844         __mpranred, __mptan.
52845         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52846         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52847         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52848         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52849         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52850         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52851         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52852         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52853         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52855 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52857         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52858         redefine if SHARED.
52859         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52861         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52862         wide char related routines to wcsmbs subdir.
52864 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52866         [BZ #13344]
52867         * misc/sys/cdefs.h (__THROWNL): Define.
52868         * posix/unistd.h: Use __THREADNL instead of __THREAD
52869         for memory synchronization functions.
52871 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52873         [BZ #13349]
52874         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52875         doesn't exist.
52876         * manual/stdio.texi (Obstack Streams): Node removed.
52878 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52880         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52881         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52882         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52884         * math/math_private.h (math_force_eval): Allow non-addressable
52885         arguments.
52886         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52888 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52890         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52891         file is not needed.
52893         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52894         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52895         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52896         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52897         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52898         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52899         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52900         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52901         Add AVX variants.
52902         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52903         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52904         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52905         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52906         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52907         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52908         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52909         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52910         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52911         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52912         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52913         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52914         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52915         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52916         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52917         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52918         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52919         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52920         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52922         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52923         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52925         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52926         place.  Use VEX encoding when compiling for AVX.
52928 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52930         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52931         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52933         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52935 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52937         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52938         useless if() expression.
52939         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52940         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52941         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52942         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52943         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52944         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52945         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52946         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52947         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52948         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52949         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52950         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52951         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52952         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52953         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52954         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52955         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52956         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52957         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52959         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52961 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52963         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52964         condition.
52965         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52967 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52969         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52970         .text section.  Avoid duplicate constants.
52971         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52972         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52973         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52974         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52975         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52976         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52977         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52979         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52980         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52981         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52982         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52983         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52984         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52985         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52986         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52987         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52988         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52989         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52990         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52991         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52993         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52994         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52995         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52996         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52997         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52998         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52999         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53000         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53001         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53002         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53003         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53004         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53005         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53006         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53007         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53008         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53009         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53010         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53011         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53012         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53013         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53014         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53015         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53017 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53019         * sysdeps/x86_64/dla.h: Move to ...
53020         * sysdeps/x86_64/fpu/dla.h: ...here.
53021         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53022         situations.  Use __builtin_fma only for gcc 4.6 and up.
53024         * config.make.in: Add have-mfma4 entry.
53025         * configure.in: Substitute libc_cv_cc_fma4.
53026         * math/Makefile (dbl-only-routines): Add sincostab.
53027         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53028         Use __sincostab not sincos.
53029         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53030         name is a macro.
53031         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53032         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53033         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53034         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53035         using __copysign.
53036         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53037         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53038         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53039         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53040         and __inv.
53041         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53042         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53043         __copysign.
53044         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53045         define aliases when function name is a macro.
53046         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53047         sysdeps/ieee754/dbl-64/sincos.tbl.
53048         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53049         fma4-enabled routines.
53050         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53051         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53052         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53053         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53054         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53055         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53056         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53057         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53058         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53059         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53060         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53061         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53062         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53063         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53064         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53065         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53066         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53067         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53068         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53069         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53070         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53071         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53072         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53073         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53074         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53075         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53076         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53077         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53078         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53079         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53081         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53082         rename.
53083         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53084         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53085         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53086         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53087         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53088         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53089         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53090         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53092 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53094         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53096 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53098         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53100         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53101         prediction.
53102         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53104         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53105         Remove unused variable magic_bits.
53106         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53108         * string/strnlen.c: Define and use STRNLEN macro.
53109         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53110         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53111         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53112         * wcsmbs/wcslen.c: Define and use WCSLEN.
53113         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53114         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53115         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53116         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53117         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53118         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53119         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53121 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53123         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53124         strnlen-sse2-no-bsf.
53125         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53126         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53127         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53128         Add strnlen support.
53129         (USE_AS_STRNLEN): New macro.
53130         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53131         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53132         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53133         * sysdeps/x86_64/wcslen.S: New file.
53135 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53137         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53138         XMM-moves are used for copying on small sizes.
53140 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53142         * wcsmbs/Makefile (strop-tests): Add wcschr.
53143         * wcsmbs/test-wcschr.c: New file.
53144         * string/test-strchr.c: Update.
53145         Add wcschr support.
53146         (WIDE): New macro.
53148 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53150         * wcsmbs/Makefile (strop-tests): Add wcslen.
53151         * wcsmbs/test-wcslen.c: New file.
53152         * string/test-strlen.c: Update.
53153         Add wcslen support.
53154         (WIDE): New macro.
53156 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53158         * po/it.po: Update from translation team.
53160 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53162         * sysdeps/x86_64/wcscmp.S: Update.
53163         Fix wrong comparison semantics.
53164         wcscmp shall use signed comparison not unsigned.
53165         Don't use substraction to avoid overflow bug.
53166         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53167         * wcsmbc/wcscmp.c: Likewise.
53168         * string/test-strcmp.c: Likewise.
53169         Add new tests to check cases with negative values.
53171 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53173         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53174         * sysdeps/x86_64/dla.h: ...here.  New file.
53175         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53176         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53177         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53178         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53179         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53180         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53181         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53182         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53183         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53185 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53187         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53188         __ynl_finite aliases.
53190 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53192         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53194         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53195         define DLA_FMA.
53196         [DLA_FMA] (EMULV): Use DLA_FMA.
53197         [DLA_FMA] (MUL12): Use EMULV.
53198         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53199         that are not needed.
53200         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53201         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53202         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53203         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53204         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53205         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53206         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53208 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53210         * math/s_nan.c: Undef __nan.
53211         * math/s_nanf.c: Undef __nanf.
53212         * math/s_nanl.c: Undef __nanl.
53213         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53214         "math_private.h".
53216 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53218         * math/s_catan.c: Add branch predictions.
53219         * math/s_catanf.c: Likewise.
53220         * math/s_catanh.c: Likewise.
53221         * math/s_catanhf.c: Likewise.
53222         * math/s_catanhl.c: Likewise.
53223         * math/s_catanl.c: Likewise.
53224         * math/s_cexp.c: Likewise.
53225         * math/s_cexpf.c: Likewise.
53226         * math/s_cexpl.c: Likewise.
53227         * math/s_clog.c: Likewise.
53228         * math/s_clog10.c: Likewise.
53229         * math/s_clog10f.c: Likewise.
53230         * math/s_clog10l.c: Likewise.
53231         * math/s_clogf.c: Likewise.
53232         * math/s_clogl.c: Likewise.
53233         * math/s_csqrt.c: Likewise.
53234         * math/s_csqrtf.c: Likewise.
53235         * math/s_csqrtl.c: Likewise.
53236         * math/s_ctanf.c: Likewise.
53237         * math/s_ctanh.c: Likewise.
53238         * math/s_ctanhf.c: Likewise.
53239         * math/s_ctanhl.c: Likewise.
53240         * math/s_ctanl.c: Likewise.
53242         * math/math_private.h: Define __nan, __nanf, __nanl.
53243         * math/s_cacosh.c: Include <math_private.h>.
53244         * math/s_cacoshl.c: Likewise.
53245         * math/s_casinh.c: Likewise.
53246         * math/s_casinhf.c: Likewise.
53247         * math/s_casinhl.c: Likewise.
53248         * math/s_ccos.c: Rely entire on ccosh.
53249         * math/s_ccosf.c: Rely entire on ccoshf.
53250         * math/s_ccosl.c: Rely entirely on ccoshl.
53251         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53252         Remove tests for FE_INVALID.
53253         * math/s_ccoshf.c: Likewise.
53254         * math/s_ccoshl.c: Likewise.
53255         * math/s_csin.c: Likewise.
53256         * math/s_csinf.c: Likewise.
53257         * math/s_csinh.c Likewise.
53258         * math/s_csinhf.c: Likewise.
53259         * math/s_csinhl.c: Likewise.
53260         * math/s_csinl.c: Likewise.
53261         * math/s_ctan.c: Likewise.
53262         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53263         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53264         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53266 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53268         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53269         compilation problems.
53271         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53272         __builtin_expect.
53274 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53276         * sysdeps/i386/configure.in: Test for -mfma4 option.
53277         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53278         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53279         COMMON_CPUID_INDEX_80000001.
53280         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53281         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53282         use it if FMA3 is not supported.
53283         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53285         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53286         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53288 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53290         [BZ #12892]
53291         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53292         it would create a cycle with a link time dependency.
53294 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53296         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53297         instruction.
53298         * string/Makefile (strop-tests): Add rawmemchr.
53299         * string/test-rawmemchr.c: New file.
53301         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53302         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53303         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53304         when compiling str{,n}casecmp and when AVX is available.  Hook up
53305         new optimized code in initializers.
53307 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53309         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53310         __feraiseexcept instead of feraiseexcept.
53312 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53314         * math/math_private.h: Define defaults for libc_fetestexcept and
53315         libc_feupdateenv.
53316         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53317         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53318         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53319         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53320         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53321         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53322         libc_fetestexcept and libc_feupdateenv.
53324         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53325         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53326         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53327         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53328         libc_feholdexcept_setround.
53330         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53331         Add s_nearbyint-c and s_nearbyintf-c.
53332         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53333         nearbyintf inlines.
53334         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53335         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53336         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53337         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53339         * math/math_private.h: Define defaults for libc_fegetround,
53340         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53341         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53342         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53343         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53344         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53345         standard functions.
53346         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53347         Remove comments and hacks for old compiler versions.
53348         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53349         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53350         libc_feholdexceptl.
53352 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53354         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53355         (__feraiseexcept_renamed): Add __NTH.
53356         (feraiseexcept): Add __NTH.  Rename local variables to fix
53357         namespace violations.
53359 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53361         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53363         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53365         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53366         recently added interfaces.
53367         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53369         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53370         about macro parameter expansion.
53372         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53373         __NO_MATH_INLINES is defined.  Cleanups.
53375         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53376         and __floorf is target has SSE4.1.
53377         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53378         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53379         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53380         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53382         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53383         name.
53384         (floorf): Likewise.
53386         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53388 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53390         * misc/sys/cdefs.h: Fix last change.
53392         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53393         database lookup.
53395 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53397         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53399         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53400         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53401         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53402         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53403         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53404         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53405         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53406         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53407         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53408         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53409         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53410         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53411         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53412         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53413         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53414         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53415         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53416         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53417         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53418         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53419         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53420         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53422         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53423         ceil, ceilf, floor, floorf.
53425         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53426         Perform IRELATIVE relocations last.
53428         * elf/do-rel.h: Add another parameter nrelative, replacing the
53429         local variable with the same name.  Change name of the function
53430         to end in Rel or Rela (uppercase).
53431         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53432         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53433         elf_dynamic_do_##reloc function.
53435 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53437         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53438         is sufficient, at least on modern CPUs.
53440         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53442         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53443         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53445         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53446         __expl_finite.
53447         * math/bits/math-finite.h: Add entries for exp.
53448         * math/e_expl.c: Add __*_finite alias.
53449         * sysdeps/i386/fpu/e_exp.S: Likewise.
53450         * sysdeps/i386/fpu/e_expf.S: Likewise.
53451         * sysdeps/i386/fpu/e_expl.c: Likewise.
53452         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53453         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53454         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53455         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53456         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53457         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53458         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53460         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53461         is sufficient, at least on modern CPUs.
53463         * ctype/ctype-info.c (__ctype_init): Define.
53464         * include/ctype.h (__ctype_init): Declare.
53465         (__ctype_b_loc): The variable is always initialized.
53466         (__ctype_toupper_loc): Likewise.
53467         (__ctype_tolower_loc): Likewise.
53468         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53469         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53471 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53473         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53475         * configure.in: Also look in $cxxmachine/include for C++ system
53476         headers.
53478 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53480         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53481         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53482         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53483         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53484         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53485         (USE_AS_WMEMCMP): New macro.
53486         Fixing indents.
53487         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53488         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53489         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53490         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53491         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53492         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53493         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53494         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53495         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53496         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53497         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53498         (USE_AS_WMEMCMP): New macro.
53499         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53500         * sysdeps/string/test-memcmp.c: Update.
53501         Fix simple_wmemcmp.
53502         Add new tests.
53503         * wcsmbs/wmemcmp.c: Update.
53504         (WMEMCMP): New macro.
53505         Fix overflow bug.
53507 2011-10-12  Andreas Jaeger  <aj@suse.de>
53509         [BZ #13268]
53510         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53512 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53514         * libio/iofwide.c (do_length): Avoid warning.
53516         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53518 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53520         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53522         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53523         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53524         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53525         * sysdeps/i386/i686/fpu/e_log.S: New file.
53526         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53527         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53529         * ctype/ctype.h: Add support for inlined isXXX functions when
53530         compiling C++ code.
53532 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53534         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53536         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53538 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53540         [BZ #13291]
53541         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53543 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53545         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53546         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53547         feraiseexcept.
53549         * sysdeps/x86_64/memrchr.S: Check for zero size.
53551         * string/stratcliff.c: Add memrchr tests.
53553 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53555         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53556         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53557         rawmemchr-sse2 rawmemchr-sse2-bsf.
53558         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53559         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53560         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53561         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53562         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53563         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53564         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53565         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53566         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53567         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53568         * string/memrchr.c (MEMRCHR): New macro.
53570 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53572         Add integration with gcc's -ffinite-math-only and optimize wrapper
53573         functions in libm.
53574         * Versions.def: Define GLIBC_2.15 version for libm.
53575         * math/Makefile (headers): Add bits/math-finite.h.
53576         * math/bits/math-finite.h: New file.
53577         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53578         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53579         * math/e_acoshl.c: Add __*_finite alias.
53580         * math/e_acosl.c: Likewise.
53581         * math/e_asinl.c: Likewise.
53582         * math/e_atan2l.c: Likewise.
53583         * math/e_atanhl.c: Likewise.
53584         * math/e_coshl.c: Likewise.
53585         * math/e_exp10.c: Likewise.
53586         * math/e_exp10f.c: Likewise.
53587         * math/e_exp10l.c: Likewise.
53588         * math/e_exp2l.c: Likewise.
53589         * math/e_fmodl.c: Likewise.
53590         * math/e_gammal_r.c: Likewise.
53591         * math/e_hypotl.c: Likewise.
53592         * math/e_j0l.c: Likewise.
53593         * math/e_j1l.c: Likewise.
53594         * math/e_jnl.c: Likewise.
53595         * math/e_lgammal_r.c: Likewise.
53596         * math/e_log10l.c: Likewise.
53597         * math/e_log2l.c: Likewise.
53598         * math/e_logl.c: Likewise.
53599         * math/e_powl.c: Likewise.
53600         * math/e_sinhl.c: Likewise.
53601         * math/e_sqrtl.c: Likewise.
53602         * math/e_scalb.c: Completely rewritten and optimized.
53603         * math/e_scalbf.c: Likewise.
53604         * math/e_scalbl.c: Likewise.
53605         * math/w_acos.c: Likewise.
53606         * math/w_acosf.c: Likewise.
53607         * math/w_acosl.c: Likewise.
53608         * math/w_acosh.c: Likewise.
53609         * math/w_acoshf.c: Likewise.
53610         * math/w_acoshl.c: Likewise.
53611         * math/w_asin.c: Likewise.
53612         * math/w_asinf.c: Likewise.
53613         * math/w_asinl.c: Likewise.
53614         * math/w_atan2.c: Likewise.
53615         * math/w_atan2f.c: Likewise.
53616         * math/w_atan2l.c: Likewise.
53617         * math/w_atanh.c: Likewise.
53618         * math/w_atanhf.c: Likewise.
53619         * math/w_atanhl.c: Likewise.
53620         * math/w_exp10.c: Likewise.
53621         * math/w_exp10f.c: Likewise.
53622         * math/w_exp10l.c: Likewise.
53623         * math/w_fmod.c: Likewise.
53624         * math/w_fmodf.c: Likewise.
53625         * math/w_fmodl.c: Likewise.
53626         * math/w_j0.c: Likewise.
53627         * math/w_j0f.c: Likewise.
53628         * math/w_j0l.c: Likewise.
53629         * math/w_j1.c: Likewise.
53630         * math/w_j1f.c: Likewise.
53631         * math/w_j1l.c: Likewise.
53632         * math/w_jn.c: Likewise.
53633         * math/w_jnf.c: Likewise.
53634         * math/w_log.c: Likewise.
53635         * math/w_logf.c: Likewise.
53636         * math/w_logl.c: Likewise.
53637         * math/w_log10.c: Likewise.
53638         * math/w_log10f.c: Likewise.
53639         * math/w_log10l.c: Likewise.
53640         * math/w_log2.c: Likewise.
53641         * math/w_log2f.c: Likewise.
53642         * math/w_log2l.c: Likewise.
53643         * math/w_pow.c: Likewise.
53644         * math/w_powf.c: Likewise.
53645         * math/w_powl.c: Likewise.
53646         * math/w_remainder.c: Likewise.
53647         * math/w_remainderf.c: Likewise.
53648         * math/w_remainderl.c: Likewise.
53649         * math/w_scalb.c: Likewise.
53650         * math/w_scalbf.c: Likewise.
53651         * math/w_scalbl.c: Likewise.
53652         * math/w_sqrt.c: Likewise.
53653         * math/w_sqrtf.c: Likewise.
53654         * math/w_sqrtl.c: Likewise.
53655         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53656         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53657         used.
53658         * math/math_private.h: Declare __kernel_standard_f.
53659         * math/w_cosh.c: Remove cruft and optimize a bit.
53660         * math/w_coshf.c: Likewise.
53661         * math/w_coshl.c: Likewise.
53662         * math/w_exp2.c: Likewise.
53663         * math/w_exp2f.c: Likewise.
53664         * math/w_exp2l.c: Likewise.
53665         * math/w_hypot.c: Likewise.
53666         * math/w_hypotf.c: Likewise.
53667         * math/w_hypotl.c: Likewise.
53668         * math/w_lgamma.c: Likewise.
53669         * math/w_lgamma_r.c: Likewise.
53670         * math/w_lgammaf.c: Likewise.
53671         * math/w_lgammaf_r.c: Likewise.
53672         * math/w_lgammal.c: Likewise.
53673         * math/w_lgammal_r.c: Likewise.
53674         * math/w_sinh.c: Likewise.
53675         * math/w_sinhf.c: Likewise.
53676         * math/w_sinhl.c: Likewise.
53677         * math/w_tgamma.c: Likewise.
53678         * math/w_tgammaf.c: Likewise.
53679         * math/w_tgammal.c: Likewise.
53680         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53681         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53682         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53683         Minor optimizations.  Pretty printing.  Remove cruft.
53684         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53685         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53686         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53687         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53688         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53689         * sysdeps/i386/fpu/e_asin.S: Likewise.
53690         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53691         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53692         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53693         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53694         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53695         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53696         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53697         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53698         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53699         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53700         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53701         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53702         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53703         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53704         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53705         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53706         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53707         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53708         * sysdeps/i386/fpu/e_log.S: Likewise.
53709         * sysdeps/i386/fpu/e_log10.S: Likewise.
53710         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53711         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53712         * sysdeps/i386/fpu/e_log2.S: Likewise.
53713         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53714         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53715         * sysdeps/i386/fpu/e_logf.S: Likewise.
53716         * sysdeps/i386/fpu/e_logl.S: Likewise.
53717         * sysdeps/i386/fpu/e_pow.S: Likewise.
53718         * sysdeps/i386/fpu/e_powf.S: Likewise.
53719         * sysdeps/i386/fpu/e_powl.S: Likewise.
53720         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53721         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53722         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53723         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53724         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53725         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53726         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53727         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53728         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53729         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53730         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53731         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53732         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53733         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53734         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53735         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53736         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53737         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53738         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53739         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53740         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53741         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53742         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53743         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53744         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53745         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53746         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53747         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53748         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53749         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53750         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53751         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53752         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53753         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53754         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53755         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53756         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53757         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53758         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53759         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53760         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53761         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53762         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53763         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53764         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53765         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53766         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53767         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53768         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53769         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53770         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53771         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53772         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53773         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53774         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53775         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53776         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53777         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53778         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53779         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53780         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53781         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53782         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53783         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53784         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53785         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53786         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53787         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53788         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53789         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53790         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53791         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53792         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53793         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53794         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53795         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53796         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53797         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53798         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53799         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53800         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53801         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53802         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53803         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53804         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53805         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53806         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53807         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53808         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53809         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53810         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53811         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53812         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53813         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53814         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53815         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53816         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53817         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53818         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53819         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53820         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53821         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53822         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53823         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53824         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53825         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53826         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53827         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53828         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53829         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53830         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53831         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53832         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53833         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53834         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53835         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53836         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53837         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53838         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53839         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53840         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53841         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53842         (__isnanf): Likewise.
53843         (__isinf_ns): Likewise.
53844         (__isinf_nsf): Likewise.
53845         (__finite): Likewise.
53846         (__finitef): Likewise.
53847         (__ieee754_sqrt): Define as macro.
53848         (__ieee754_sqrtf): Define as macro.
53849         (__ieee754_sqrtl): Define as macro.
53850         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53851         inlined copy.
53852         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53853         __FINITE_MATH_ONLY__ consistent.
53854         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53856 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53858         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53859         of rawmemchr.
53861         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53863 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53865         * po/ja.po: Update from translation team.
53867 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53869         * locale/programs/locarchive.c (prepare_address_space): New function.
53870         (create_archive, enlarge_archive, open_archive): Use it.
53872         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53873         inside [SHARED], where it is used.
53875         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53877         * nss/getent.c (netgroup_keys): Remove unused variable.
53878         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53880 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53882         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53883         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53884         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53885         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53886         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53887         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53888         * math/Makefile (libm-calls): Add s_isinf_ns.
53889         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53890         * math/multc3.c: Likewise.
53891         * math/s_casin.c: Likewise.
53892         * math/s_casinf.c: Likewise.
53893         * math/s_casinl.c: Likewise.
53894         * math/s_ccos.c: Likewise.
53895         * math/s_ccosf.c: Likewise.
53896         * math/s_ccosl.c: Likewise.
53897         * math/s_ctan.c: Likewise.
53898         * math/s_ctanf.c: Likewise.
53899         * math/s_ctanh.c: Likewise.
53900         * math/s_ctanhf.c: Likewise.
53901         * math/s_ctanhl.c: Likewise.
53902         * math/s_ctanl.c: Likewise.
53903         * math/w_fmod.c: Likewise.
53904         * math/w_fmodf.c: Likewise.
53905         * math/w_fmodl.c: Likewise.
53906         * math/w_remainder.c: Likewise.
53907         * math/w_remainderf.c: Likewise.
53908         * math/w_remainderl.c: Likewise.
53909         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53910         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53911         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53912         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53913         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53914         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53915         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53916         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53918         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53919         of the number.
53920         * stdio-common/printf_fphex.c: Likewise.
53921         * stdio-common/printf_size.c: Likewise.
53923         * math/e_exp10.c: Include math_private.h using <...> not "...".
53924         * math/e_exp10f.c: Likewise.
53925         * math/e_exp10l.c: Likewise.
53926         * math/e_exp2l.c: Likewise.
53927         * math/e_j0l.c: Likewise.
53928         * math/e_j1l.c: Likewise.
53929         * math/e_jnl.c: Likewise.
53930         * math/e_lgammal_r.c: Likewise.
53931         * math/e_rem_pio2l.c: Likewise.
53932         * math/e_scalb.c: Likewise.
53933         * math/e_scalbf.c: Likewise.
53934         * math/e_scalbl.c: Likewise.
53935         * math/k_cosl.c: Likewise.
53936         * math/k_sinl.c: Likewise.
53937         * math/k_tanl.c: Likewise.
53938         * math/s_cacoshf.c: Likewise.
53939         * math/s_catan.c: Likewise.
53940         * math/s_catanf.c: Likewise.
53941         * math/s_catanh.c: Likewise.
53942         * math/s_catanhf.c: Likewise.
53943         * math/s_catanhl.c: Likewise.
53944         * math/s_catanl.c: Likewise.
53945         * math/s_ccosh.c: Likewise.
53946         * math/s_ccoshf.c: Likewise.
53947         * math/s_ccoshl.c: Likewise.
53948         * math/s_cexp.c: Likewise.
53949         * math/s_cexpf.c: Likewise.
53950         * math/s_cexpl.c: Likewise.
53951         * math/s_clog.c: Likewise.
53952         * math/s_clog10.c: Likewise.
53953         * math/s_clog10f.c: Likewise.
53954         * math/s_clog10l.c: Likewise.
53955         * math/s_clogf.c: Likewise.
53956         * math/s_clogl.c: Likewise.
53957         * math/s_csin.c: Likewise.
53958         * math/s_csinf.c: Likewise.
53959         * math/s_csinh.c: Likewise.
53960         * math/s_csinhf.c: Likewise.
53961         * math/s_csinhl.c: Likewise.
53962         * math/s_csinl.c: Likewise.
53963         * math/s_csqrt.c: Likewise.
53964         * math/s_csqrtf.c: Likewise.
53965         * math/s_csqrtl.c: Likewise.
53966         * math/s_ctan.c: Likewise.
53967         * math/s_ctanf.c: Likewise.
53968         * math/s_ctanh.c: Likewise.
53969         * math/s_ctanhf.c: Likewise.
53970         * math/s_ctanhl.c: Likewise.
53971         * math/s_ctanl.c: Likewise.
53972         * math/s_ldexp.c: Likewise.
53973         * math/s_ldexpf.c: Likewise.
53974         * math/s_ldexpl.c: Likewise.
53975         * math/s_significand.c: Likewise.
53976         * math/s_significandf.c: Likewise.
53977         * math/s_significandl.c: Likewise.
53978         * math/w_acos.c: Likewise.
53979         * math/w_acosf.c: Likewise.
53980         * math/w_acosh.c: Likewise.
53981         * math/w_acoshf.c: Likewise.
53982         * math/w_acoshl.c: Likewise.
53983         * math/w_acosl.c: Likewise.
53984         * math/w_asin.c: Likewise.
53985         * math/w_asinf.c: Likewise.
53986         * math/w_asinl.c: Likewise.
53987         * math/w_atan2.c: Likewise.
53988         * math/w_atan2f.c: Likewise.
53989         * math/w_atan2l.c: Likewise.
53990         * math/w_atanh.c: Likewise.
53991         * math/w_atanhf.c: Likewise.
53992         * math/w_atanhl.c: Likewise.
53993         * math/w_cosh.c: Likewise.
53994         * math/w_coshf.c: Likewise.
53995         * math/w_coshl.c: Likewise.
53996         * math/w_dremf.c: Likewise.
53997         * math/w_exp10.c: Likewise.
53998         * math/w_exp10f.c: Likewise.
53999         * math/w_exp10l.c: Likewise.
54000         * math/w_exp2.c: Likewise.
54001         * math/w_exp2f.c: Likewise.
54002         * math/w_fmod.c: Likewise.
54003         * math/w_fmodf.c: Likewise.
54004         * math/w_fmodl.c: Likewise.
54005         * math/w_hypot.c: Likewise.
54006         * math/w_hypotf.c: Likewise.
54007         * math/w_hypotl.c: Likewise.
54008         * math/w_j0.c: Likewise.
54009         * math/w_j0f.c: Likewise.
54010         * math/w_j0l.c: Likewise.
54011         * math/w_j1.c: Likewise.
54012         * math/w_j1f.c: Likewise.
54013         * math/w_j1l.c: Likewise.
54014         * math/w_jn.c: Likewise.
54015         * math/w_jnf.c: Likewise.
54016         * math/w_jnl.c: Likewise.
54017         * math/w_lgamma.c: Likewise.
54018         * math/w_lgamma_r.c: Likewise.
54019         * math/w_lgammaf.c: Likewise.
54020         * math/w_lgammaf_r.c: Likewise.
54021         * math/w_lgammal.c: Likewise.
54022         * math/w_lgammal_r.c: Likewise.
54023         * math/w_log.c: Likewise.
54024         * math/w_log10.c: Likewise.
54025         * math/w_log10f.c: Likewise.
54026         * math/w_log10l.c: Likewise.
54027         * math/w_log2.c: Likewise.
54028         * math/w_log2f.c: Likewise.
54029         * math/w_log2l.c: Likewise.
54030         * math/w_logf.c: Likewise.
54031         * math/w_logl.c: Likewise.
54032         * math/w_pow.c: Likewise.
54033         * math/w_powf.c: Likewise.
54034         * math/w_powl.c: Likewise.
54035         * math/w_remainder.c: Likewise.
54036         * math/w_remainderf.c: Likewise.
54037         * math/w_remainderl.c: Likewise.
54038         * math/w_scalb.c: Likewise.
54039         * math/w_scalbf.c: Likewise.
54040         * math/w_scalbl.c: Likewise.
54041         * math/w_sinh.c: Likewise.
54042         * math/w_sinhf.c: Likewise.
54043         * math/w_sinhl.c: Likewise.
54044         * math/w_sqrt.c: Likewise.
54045         * math/w_sqrtf.c: Likewise.
54046         * math/w_sqrtl.c: Likewise.
54047         * math/w_tgamma.c: Likewise.
54048         * math/w_tgammaf.c: Likewise.
54049         * math/w_tgammal.c: Likewise.
54051         * po/ja.po: Update from translation team.
54053 2011-09-29  Andreas Jaeger  <aj@suse.de>
54055         [BZ #13179]
54056         * sunrpc/netname.c (netname2host): Fix logic.
54058         [BZ #6779]
54059         [BZ #6783]
54060         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54061         correctly.
54062         * math/w_remainder.c (__remainder): Likewise.
54063         * math/w_remainderf.c (__remainderf): Likewise.
54064         * math/libm-test.inc (remainder_test): Add test cases.
54066 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54068         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54069         sdiv_qrnnd.
54071 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54073         * string/test-memcmp.c: Avoid unncessary #defines.
54074         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54076 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54078         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54079         Use new sse2 version for core i3 - i7 as it's faster
54080         than sse42 version.
54081         (bit_Prefer_PMINUB_for_stringop): New.
54082         * sysdeps/x86_64/rawmemchr.S: Update.
54083         Replace with faster SSE2 version.
54084         * sysdeps/x86_64/memrchr.S: New file.
54085         * sysdeps/x86_64/memchr.S: Update.
54086         Replace with faster SSE2 version.
54088 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54090         * elf/dl-load.c (lose): Add cast to avoid warning.
54092 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54094         * po/ca.po: Update from translation team.
54096         * inet/getnetgrent_r.c: Hook up nscd.
54097         * nscd/Makefile (routines): Add nscd_netgroup.
54098         (nscd-modules): Add netgroupcache.
54099         (CFLAGS-netgroupcache.c): Define.
54100         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54101         (cache_search): Add const to second parameter.
54102         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54103         INNETGR.
54104         (dbs): Add netgrdb entry.
54105         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54106         (verify_persistent_db): Handle netgrdb.
54107         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54108         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54109         GETFDNETGR.
54110         (netgroup_response_header): Define.
54111         (innetgroup_response_header): Define.
54112         (datahead): Add netgroup_response_header and innetgroup_response_header
54113         elements.
54114         * nscd/nscd.conf: Add entries for netgroup cache.
54115         * nscd/nscd.h (dbtype): Add netgrdb.
54116         (_PATH_NSCD_NETGROUP_DB): Define.
54117         (netgroup_iov_disabled): Declare.
54118         (xmalloc, xcalloc, xrealloc): Move declarations here.
54119         (cache_search): Adjust prototype.
54120         Add netgroup-related prototypes.
54121         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54122         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54123         (__nscd_innetgr): Declare.
54124         * nscd/selinux.c (perms): Use access_vector_t as element type and
54125         add netgroup-related initializers.
54126         * nscd/netgroupcache.c: New file.
54127         * nscd/nscd_netgroup.c: New file.
54128         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54129         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54130         For four parameters use innetgr.
54131         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54132         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54133         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54134         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54136         * nscd/connections.c (register_traced_file): Don't register file
54137         for disabled databases.
54139 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54141         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54143         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54144         from tree and freeing node.
54146 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54148         * nss/nsswitch.c (__nss_database_lookup): Handle
54149         nss_parse_service_list out of memory case.
54151 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54153         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54154         out of memory case.
54156 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54158         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54159         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54160         pass it down.
54161         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54162         elf_machine_rela, elf_machine_lazy_rel.
54163         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54164         (ELF_DYNAMIC_DO_REL): Likewise.
54165         (ELF_DYNAMIC_DO_RELA): Likewise.
54166         (ELF_DYNAMIC_RELOCATE): Likewise.
54167         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54168         to ELF_DYNAMIC_DO_REL.
54169         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54170         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54171         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54172         elf_machine_rela.
54173         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54174         skip_ifunc, don't call ifunc function if non-zero.
54175         (elf_machine_rela): Likewise.
54176         (elf_machine_lazy_rel): Likewise.
54177         (elf_machine_lazy_rela): Likewise.
54178         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54179         (elf_machine_lazy_rel): Likewise.
54180         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54181         Likewise.
54182         (elf_machine_lazy_rel): Likewise.
54183         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54184         Likewise.
54185         (elf_machine_lazy_rel): Likewise.
54186         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54187         (elf_machine_lazy_rel): Likewise.
54188         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54189         (elf_machine_lazy_rel): Likewise.
54190         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54191         (elf_machine_lazy_rel): Likewise.
54192         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54193         (elf_machine_lazy_rel): Likewise.
54194         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54195         (elf_machine_lazy_rel): Likewise.
54196         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54197         (elf_machine_lazy_rel): Likewise.
54199 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54201         * nss/nss_files/files-init.c (_nss_files_init): Use static
54202         initialization for all the *_traced_file variables.
54204 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54206         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54208 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54210         [BZ #13226]
54211         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54213 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54215         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54216         Reread the line before reparsing it.
54218 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54220         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54222 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54223             Maxim Kuvyrkov  <maxim@codesourcery.com>
54224             Joseph Myers  <joseph@codesourcery.com>
54226         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54227         if needed for __stack_chk_guard.
54229 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54231         * sysdeps/posix/spawni.c (script_execute): Always define it.
54232         It will be optimized away if unused.
54233         (maybe_script_execute): New function.
54234         (__spawni): Call it.
54236         * Makerules: Don't include tls.make.
54237         (config-tls): Always set to thread.
54238         * tls.make.c: File removed.
54240 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54242         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54243         * config.make.in (CPPFLAGS-config): New substituted variable.
54245 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54247         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54249         [BZ #13192]
54250         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54251         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54253 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54255         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54256         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54257         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54258         (CALL_FAIL): Likewise.
54259         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54260         (CALL_FAIL): Macro removed.
54261         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54263 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54265         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54266         for __FINITE_MATH_ONLY__ == 1.
54268 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54270         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54271         __ieee754_sqrt instead of sqrt.
54272         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54273         __ieee754_sqrtf instead of sqrtf.
54274         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54275         __floorf instead of floorf.
54276         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54277         __floorf, __truncf instead of floorf, truncf.
54279 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54281         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54283         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54284         __extern_always_inline.
54285         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54286         32-bit.
54288 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54290         * elf/rtld.c (dl_main): Also relocate in dependency order when
54291         doing symbol dependency testing.
54293 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54295         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54296         Always define `refsym'.
54298 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54300         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54301         (__FD_ELT): Renamed from __FDELT.
54302         * misc/bits/select2.h (__FD_ELT): Likewise.
54303         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54304         __FD_MASK instead of __FDELT, __FDMASK.
54305         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54306         Likewise.
54307         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54308         Likewise.
54310         * elf/Makefile (gen-ldd): Fix pattern.
54312         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54313         (init_tls): Likewise.
54315 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54317         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54319 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54321         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54322         `struct cmsghdr *' instead of `void *'.
54323         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54324         Likewise.
54326 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54328         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54329         if non-absolute.
54330         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54331         ldd_rewrite_script.
54333 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54335         * configure.in: Remove --with-tls option.
54336         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54337         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54338         out in case it is missing.
54339         * sysdeps/ia64/elf/configure.in: Likewise.
54340         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54341         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54342         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54343         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54344         * sysdeps/sh/elf/configure.in: Likewise.
54345         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54346         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54347         * sysdeps/x86_64/elf/configure.in: Likewise.
54348         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54349         * sysdeps/mach/hurd/tls.h: Likewise.
54351         [BZ #13067]
54352         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54354         [BZ #13090]
54355         * configure.in: Fix use of AC_INIT.
54357         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54359 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54361         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54362         __set_errno.
54363         * malloc/hooks.c: Likewise.
54365         [BZ #11929]
54366         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54367         variables statically.
54368         (narenas): Initialize.
54369         (list_lock): Initialize.
54370         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54371         initializtion of main_arena and list_lock.  Small cleanups.
54372         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54373         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54374         Add initializers to main_arena and mp_.
54375         (malloc_state): Remove pagesize member.  Change all users to use
54376         GLRO(dl_pagesize).
54378         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54379         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54380         is always initialized.
54382         * malloc/malloc.c: Removed unused configurations and dead code.
54383         * malloc/arena.c: Likewise.
54384         * malloc/hooks.c: Likewise.
54385         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54387         * include/tls.h: Removed.  USE___THREAD must always be defined.
54388         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54389         * elf/dl-libc.c: Likewise.
54390         * elf/dl-tsd.c: Likewise.
54391         * include/errno.h: Likewise.
54392         * include/netdb.h: Likewise.
54393         * include/resolv.h: Likewise.
54394         * inet/herrno-loc.c: Likewise.
54395         * inet/herrno.c: Likewise.
54396         * malloc/arena.c: Likewise.
54397         * malloc/hooks.c: Likewise.
54398         * malloc/malloc.c: Likewise.
54399         * resolv/res-state.c: Likewise.
54400         * resolv/res_libc.c: Likewise.
54401         * sysdeps/i386/dl-machine.h: Likewise.
54402         * sysdeps/ia64/dl-machine.h: Likewise.
54403         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54404         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54405         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54406         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54407         * sysdeps/sh/dl-machine.h: Likewise.
54408         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54409         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54410         * sysdeps/unix/i386/sysdep.S: Likewise.
54411         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54412         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54413         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54414         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54415         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54416         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54417         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54418         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54419         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54420         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54421         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54422         * sysdeps/x86_64/dl-machine.h: Likewise.
54423         * tls.make.c: Likewise.
54425         * configure.in: Remove --with-__thread option.  Make tests for
54426         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54427         tls_model attribute fail if no support is available.  Remove
54428         USE_IN_LIBIO.
54429         * Makeconfig: Adjust for dropped configure option.  All features are
54430         now mandatory.
54431         * Makerules: Likewise.
54432         * Versions.def: Likewise.
54433         * argp/argp-fmtstream.c: Likewise.
54434         * argp/argp-fmtstream.h: Likewise.
54435         * argp/argp-help.c: Likewise.
54436         * assert/assert.c: Likewise.
54437         * config.h.in: Likewise.
54438         * config.make.in: Likewise.
54439         * configure: Likewise.
54440         * configure.in: Likewise.
54441         * csu/Versions: Likewise.
54442         * csu/init.c: Likewise.
54443         * elf/tst-audit2.c: Likewise.
54444         * elf/tst-tls10.c: Likewise.
54445         * elf/tst-tls10.h: Likewise.
54446         * elf/tst-tls11.c: Likewise.
54447         * elf/tst-tls12.c: Likewise.
54448         * elf/tst-tls14.c: Likewise.
54449         * elf/tst-tlsmod11.c: Likewise.
54450         * elf/tst-tlsmod12.c: Likewise.
54451         * elf/tst-tlsmod13.c: Likewise.
54452         * elf/tst-tlsmod13a.c: Likewise.
54453         * elf/tst-tlsmod14a.c: Likewise.
54454         * elf/tst-tlsmod15b.c: Likewise.
54455         * elf/tst-tlsmod16a.c: Likewise.
54456         * elf/tst-tlsmod16b.c: Likewise.
54457         * elf/tst-tlsmod7.c: Likewise.
54458         * elf/tst-tlsmod8.c: Likewise.
54459         * elf/tst-tlsmod9.c: Likewise.
54460         * gmon/gmon.c: Likewise.
54461         * grp/fgetgrent_r.c: Likewise.
54462         * grp/putgrent.c: Likewise.
54463         * hurd/fopenport.c: Likewise.
54464         * include/libc-symbols.h: Likewise.
54465         * include/tls.h: Likewise.
54466         * intl/gettextP.h: Likewise.
54467         * intl/loadinfo.h: Likewise.
54468         * locale/global-locale.c: Likewise.
54469         * locale/localeinfo.h: Likewise.
54470         * mach/devstream.c: Likewise.
54471         * malloc/arena.c: Likewise.
54472         * malloc/set-freeres.c: Likewise.
54473         * misc/err.c: Likewise.
54474         * misc/getttyent.c: Likewise.
54475         * misc/mntent_r.c: Likewise.
54476         * posix/getopt.c: Likewise.
54477         * posix/wordexp.c: Likewise.
54478         * pwd/fgetpwent_r.c: Likewise.
54479         * resolv/Versions: Likewise.
54480         * resolv/res_hconf.c: Likewise.
54481         * shadow/fgetspent_r.c: Likewise.
54482         * shadow/putspent.c: Likewise.
54483         * stdio-common/printf_fphex.c: Likewise.
54484         * stdio-common/tmpfile.c: Likewise.
54485         * stdlib/abort.c: Likewise.
54486         * stdlib/fmtmsg.c: Likewise.
54487         * sunrpc/auth_unix.c: Likewise.
54488         * sunrpc/clnt_perr.c: Likewise.
54489         * sunrpc/clnt_tcp.c: Likewise.
54490         * sunrpc/clnt_udp.c: Likewise.
54491         * sunrpc/clnt_unix.c: Likewise.
54492         * sunrpc/openchild.c: Likewise.
54493         * sunrpc/svc_simple.c: Likewise.
54494         * sunrpc/svc_tcp.c: Likewise.
54495         * sunrpc/svc_udp.c: Likewise.
54496         * sunrpc/svc_unix.c: Likewise.
54497         * sunrpc/xdr.c: Likewise.
54498         * sunrpc/xdr_array.c: Likewise.
54499         * sunrpc/xdr_rec.c: Likewise.
54500         * sunrpc/xdr_ref.c: Likewise.
54501         * sunrpc/xdr_stdio.c: Likewise.
54503 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54505         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54507 2011-07-03  Andreas Jaeger  <aj@suse.de>
54509         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54510         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54511         regenerate with gen-libm-tests.pl.
54513 2010-05-12  Petr Baudis  <pasky@suse.cz>
54515         [BZ #11589]
54516         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54517         around j0() zero points by switching to j1().
54518         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54519         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54520         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54521         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54523 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54525         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54526         instead of 0.
54527         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54528         instead of 0.
54529         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54530         Patch in part by Pavel Roskin <proski@gnu.org>.
54532         [BZ #13138]
54533         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54534         realloc.
54535         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54536         Free memory block if necessary.
54538         [BZ #12847]
54539         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54540         be NULL.  Don't lock in this case.
54542 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54544         * elf/elf.h (ELFOSABI_GNU): New macro.
54545         (ELFOSABI_LINUX): Define to that.
54547 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54549         * string/strncat.c (strncat): Undef the symbol in case it has been
54550         defined in bits/string.h.
54552 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54554         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54556         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54557         link map.
54559 2011-08-17  Andreas Jaeger  <aj@suse.de>
54561         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54563 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54564             Ian Lance Taylor  <iant@google.com>
54566         * math/libm-test.inc (lround_test): New testcase.
54567         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54569 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54571         * Makefile: Remove support for automatic cvs check-ins.
54572         * Makerules: Likewise.
54573         * config.make.in: Likewise.
54574         * configure.in: Likewise.
54575         * intl/Makefile: Likewise.
54576         * locale/Makefile: Likewise.
54577         * po/Makefile: Likewise.
54578         * posix/Makefile: Likewise.
54579         * sysdeps/gnu/Makefile: Likewise.
54580         * sysdeps/mach/hurd/Makefile: Likewise.
54581         * sysdeps/sparc/sparc32/Makefile: Likewise.
54583         [BZ #13118]
54584         * posix/Makefile (bug-regex32-ENV): Define.
54585         Patch by John Stanley <jpsinthemix@verizon.net>.
54587         * misc/Makefile (headers): Add bits/select2.h.
54588         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54589         * misc/bits/select2.h: New file.
54590         * include/bits/select2.h: New file.
54591         * debug/Makefile (routines): Add fdelt_chk.
54592         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54593         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54594         FD_ISSET.
54595         * debug/fdelt_chk.c: New file.
54597         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54598         * wcsmbs/test-wmemcmp.c: Likewise.
54599         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54600         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54602 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54604         * string/Makefile (strop-tests): Add memcmp.
54605         * string/test-wmemcmp.c: New file.
54606         * string/test-memcmp.c: Add wmemcmp support.
54608 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54610         [BZ #13153]
54611         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54612         2011-07-19 change.
54614         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54615         garbage value in a __mach_port_mod_refs call in the cases of the
54616         task-self and thread-self ports.
54618 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54620         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54622 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54624         * elf/dl-load.c (lose): Check for non-null L.
54626 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54628         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54630         * elf/dl-libc.c (dlerror_run): Pass back error code from
54631         dl_catch_error.
54633         [BZ #13123]
54634         * elf/dl-load.c (lose): Free l_origin if it is valid.
54636         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54637         names.
54638         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54639         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54640         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54641         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54642         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54643         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54645 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54647         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54648         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54649         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54650         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54651         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54652         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54653         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54654         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54655         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54656         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54658 2011-08-15  Alan Modra  <amodra@gmail.com>
54660         [BZ #13092]
54661         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54662         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54663         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54664         ppc_mcount to static-only-routines.
54665         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54666         __mcount_internal.
54667         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54668         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54670 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54672         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54673         for finite and infinity parameters.
54675 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54677         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54678         and add nop instructions for throughput optimization.
54679         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54681 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54683         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54684         aligned copy for power7 with vector-scalar instructions.
54685         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54687 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54689         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54690         AVX check.
54692 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54694         [BZ #13144]
54695         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54696         last change.
54698 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54700         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54701         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54702         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54703         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54704         clock_gettime.
54706 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54708         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54709         Forgot to demangle the pointer.
54711         * sysdeps/i386/sysdep.h: Define atom_text_section.
54712         * sysdeps/x86_64/sysdep.h: Likewise.
54713         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54714         section with atom_text_section.
54715         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54716         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54717         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54718         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54719         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54721         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54722         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54723         already be defined.  Change to take two parameters and don't assign
54724         result to variable.  Adjust all users.
54725         Define INTERNAL_GETTIME if not already defined.
54726         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54727         call.
54728         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54729         HAVE_CLOCK_GETTIME_VSYSCALL.
54730         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54732         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54733         gettimeofday vsyscall, just use time.
54735 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54737         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54738         <errno.h>.
54740 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54742         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54743         syscall on x86-64.
54744         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54745         syscall.
54746         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54747         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54748         syscall if possible.
54750 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54752         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54753         e_ident.  Don't pass to find_mapsXX.
54754         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54756 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54758         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54759         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54760         * sysdeps/x86_64/multiarch/strchr.S: Update.
54761         Check bit_slow_BSF bit.
54762         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54763         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54764         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54766 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54768         [BZ #13134]
54769         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54770         before glibc 2.15.
54771         (tryshell): Define.
54772         (__spawni): Change last parameter to be flag.  Test
54773         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54774         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54775         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54776         * posix/spawni.c: Likewise.
54777         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54778         * posix/spawnp.c: Likewise.  Change normal version to use
54779         SPAWN_XFLAGS_USE_PATH.
54780         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54781         SPAWN_XFLAGS_TRY_SHELL.
54783         [BZ #13150]
54784         * posix/glob.h: Remove gcc 1.x support.
54786         [BZ #13068]
54787         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54789 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54791         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54792         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54793         strrchr-sse2-bsf
54794         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54795         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54796         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54797         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54798         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54799         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54801 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54803         * sysdeps/x86_64/wcscmp.S: New file.
54805         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54806         wcscmp-c wcscmp-sse2
54807         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54808         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54809         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54810         * wcsmbs/wcscmp.c: Allow renaming.
54812 2011-09-05  David S. Miller  <davem@davemloft.net>
54814         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54815         stack slot, rather than the struct return pointer slot.
54816         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54817         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54819         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54821 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54823         * po/ja.po: Update from translation team.
54825         [BZ #13144]
54826         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54827         kernel in 64-bit binaries.
54829 2011-09-01  David S. Miller  <davem@davemloft.net>
54831         * elf/elf.h (HWCAP_SPARC_*): Move to..
54832         * sysdeps/sparc/sysdep.h: this new file and add new values.
54833         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54834         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54835         _DL_HWCAP_COUNT to 24.
54836         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54837         entries.
54838         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54839         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54840         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54841         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54842         instead of magic constants.
54843         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54845 2011-08-31  David S. Miller  <davem@davemloft.net>
54847         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54848         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54849         Reimplement to do errno handling inline.
54850         (SYSCALL_ERROR_HANDLER): New macro.
54851         (__SYSCALL_STRING): Do not do errno handling in asm.
54852         (__CLONE_SYSCALL_STRING): Delete.
54853         (__INTERNAL_SYSCALL_STRING): Delete.
54854         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54855         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54856         (PSEUDO): Reimplement to do errno handling inline.
54857         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54858         (SYSCALL_ERROR_HANDLER): New macro.
54859         (__SYSCALL_STRING): Do not do errno handling in asm.
54860         (__CLONE_SYSCALL_STRING): Delete.
54861         (__INTERNAL_SYSCALL_STRING): Delete.
54862         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54863         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54864         i386.
54865         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54866         (inline_syscall*): Add 'err' argument.
54867         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54868         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54869         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54870         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54872         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54873         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54875 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54877         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54879 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54881         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54882         directive.
54884 2011-08-24  David S. Miller  <davem@davemloft.net>
54886         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54888 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54890         * elf/Makefile: Add rules to build and run unload8 test.
54891         * elf/unload8.c: New file.
54892         * elf/unload8mod1.c: New file.
54893         * elf/unload8mod1x.c: New file.
54894         * elf/unload8mod2.c: New file.
54895         * elf/unload8mod3.c: New file.
54897         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54898         it wasn't used.
54900 2011-08-23  David S. Miller  <davem@davemloft.net>
54902         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54903         subtract stack bias.
54904         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54905         %sp not %fp in calculations.
54906         (_JMPBUF_UNWINDS_ADJ): Likewise.
54908         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54909         (aio_suspend): Call it to force an exception region around the
54910         AIO_MISC_WAIT() invocation.
54912 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54914         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54915         backslash.
54917 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54919         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54920         protection macro.
54921         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54922         and <dl-machine.h>.
54923         (Elf64_FuncDesc): Remove.
54925 2011-08-22  David S. Miller  <davem@davemloft.net>
54927         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54928         sigaltstack check, add missing cfi directives.
54929         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54930         missing cfi directives, and sigaltstack handling.
54932 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54934         [BZ #11724]
54935         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54936         object is seen twice.
54937         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54939         * elf/Makefile (distribute): Add tst-initorder2.c.
54940         (tests): Add tst-initorder2.
54941         (modules-names): Add tst-initorder2a tst-initorder2b
54942         tst-initorder2c tst-initorder2d.  Add rules to build them.
54943         ($(objpfx)tst-initorder2.out): New rule.
54944         * elf/tst-initorder2.c: New file.
54945         * elf/tst-initorder2.exp: New file.
54947 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54949         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54951         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54952         dependencies back to end of function.
54954         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54955         $(elfobjdir)/ld.so.
54957 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54959         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54960         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54961         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54962         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54963         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54964         of __vdso_gettimeofday.
54965         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54966         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54967         attribute_hidden.
54968         (_libc_vdso_platform_setup): Remove initialization of
54969         __vdso_gettimeofday and __vdso_time.
54971 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54973         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54974         and fgetc_unlocked.
54975         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54976         getc_unlocked.
54978         * elf/dl-open.c (add_to_global): Report additions to the global scope
54979         for LD_DEBUG=scopes.
54980         (dl_open_worker): Also print scope of newly loaded dependencies.
54981         (_dl_show_scope): Indicate if there is no scope.
54983         [BZ #13114]
54984         * stdio-common/Makefile (tests): Add bug24.
54985         * stdio-common/bug24.c: New file.
54987 2011-08-19  Andreas Jaeger  <aj@suse.de>
54989         [BZ #13114]
54990         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54991         non-existant file when using close-on-exec mode.
54993 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54995         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54996         the very first instruction.
54998         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54999         the CFI state in the end.
55000         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55001         inclusion of dl-trampoline.h.
55002         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55004 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55006         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55007         expectations for long double.
55009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55010         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55012 2011-08-14  David S. Miller  <davem@davemloft.net>
55014         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55015         artificual limit depends upon the system page size.
55017 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55019         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55020         * resolv/Makefile: Define CFLAGS-libresolv.
55022 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55024         * nss/makedb.c (compute_tables): Make variables used in nested
55025         function static.
55027 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55029         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55030         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55031         if buffer was too small.
55033         * elf/pldd.c (main): Attach to all threads in the process.
55034         Rewrite /proc handling to use *at functions.
55036 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55038         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55039         specifies first scope to show.
55040         (dl_open_worker): Update callers.  Move printing scope of new
55041         object to before the relocation.
55042         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55043         * sysdeps/generic/ldsodefs.h: Update declaration.
55045         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55046         string for the scope number.
55048 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55050         * nscd/servicescache.c (cache_addserv): Make sure written is always
55051         initialized.
55053 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55055         * sysdeps/i386/i486/bits/atomic.h
55056         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55057         statement expression, so as to suppress "set but not used" warning.
55058         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55060         * string/strncat.c (STRNCAT): Use prototype definition.
55062         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55063         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55064         -Iprograms here.
55065         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55066         (localedef-modules): Add localedef.
55067         (locale-modules): Add locale.
55069         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55070         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55071         to avoid a warning.
55073 2011-08-14  David S. Miller  <davem@davemloft.net>
55075         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55076         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55078 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55080         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55081         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55082         * elf/rtld.c (dl_main): Set l_name of vDSO.
55083         Call _dl_show_scope when DL_DEBUG_SCOPES.
55084         (process_dl_debug): Recognize scopes flag and also set it for all.
55085         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55086         Declare _dl_show_scope.
55088         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55089         (do_dlopen): Pass caller_dlopen to dl_open.
55090         (__libc_dlopen_mode): Initialize caller_dlopen.
55092         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55093         of libc.  Make tolower call locale-independent.  Optimize a bit by
55094         using isdigit instead of isalnum.
55095         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55097 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55099         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55100         was a dependency or dynamically loaded.
55102 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55104         * intl/l10nflist.c: Allow architecture-specific pop function.
55105         * sysdeps/x86_64/l10nflist.c: New file.
55107         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55108         classification.
55110 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55112         * include/dirent.h: Add libc_hidden_proto for scandirat and
55113         scandirat64.  Don't declare __scandirat64.
55114         * dirent/scandirat.c: Add libc_hidden_def.
55115         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55116         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55118 2011-08-10  David S. Miller  <davem@davemloft.net>
55120         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55121         enum.
55122         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55123         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55124         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55126 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55128         * Versions.def [libc]: Add GLIBC_2.15.
55129         * dirent/Makefile (routines): Add scandirat and scandirat64.
55130         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55131         GLIBC_2.15.
55132         * dirent/dirent.h: Declare scandirat and scandirat64.
55133         * dirent/scandirat.c: New file.
55134         * dirent/scandirat64.c: New file.
55135         * sysdeps/wordsize-64/scandirat.c: New file.
55136         * sysdeps/wordsize-64/scandirat64.c: New file.
55137         * dirent/opendir.c: Define opendirat.
55138         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55139         using scandirat.
55140         * dirent/scandir64.c: Adjust for scandir.c change.
55141         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55142         __scandirat64, and __scandir_cancel_handler.
55143         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55144         additional parameter and use openat instead of open (outside of ld.so).
55145         Add new __opendir as wrapper around __opendirat.
55146         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55147         here without requiring old scandirat implementation.
55149 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55151         * dirent/scandir.c (cancel_handler): Renamed to
55152         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55153         defined.  Adjust users.
55154         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55155         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55157 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55159         * string/test-string.h (IMPL): Use __STRING to expand name and then
55160         stringify it.
55162         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55163         of cleanups.
55165 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55167         * string/Makefile: Update.
55168         (strop-tests): Append strncat.
55169         * string/test-wcscmp.c: New file.
55170         New comprehensive test for wcscmp.
55171         * string/test-strcmp.c: Update.
55172         (WIDE): New define.
55174 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55176         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55177         line.
55179 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55181         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55182         encoding to ACE if AI_IDN.
55184 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55186         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55187         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55189 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55191         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55192         Fix overflow bug in strncat.
55193         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55195         * string/test-strncat.c: Update.
55196         Add new tests for checking overflow bugs.
55198 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55200         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55201         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55202         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55203         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55204         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55205         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55206         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55207         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55208         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55210         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55211         (USE_AS_STRCAT): Define.
55212         Add strcat and strncat support.
55213         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55215 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55217         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55218         __n bigger than INT_MAX+1.
55219         (__strncmp_g): Likewise.
55221 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55223         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55224         * libio/stido.h: Likewise.
55226         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55227         (AF_NFC): Define.
55228         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55229         (AF_NFC): Define.
55231         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55232         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55233         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55234         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55235         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55237         [BZ #13021]
55238         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55239         installed.
55241         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55242         typo.
55243         (_dl_x86_64_save_sse): Likewise.
55245 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55247         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55248         OSXSAVE.
55249         (_dl_x86_64_save_sse): Likewise.
55251         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55253         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55255 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55257         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55258         change.
55259         (_dl_x86_64_save_sse): Use correct AVX check.
55261 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55263         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55264         bug in strncpy/strncat.
55265         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55267 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55269         * string/tester.c (test_strcat): Add tests for different alignments
55270         of source and destination.
55271         (test_strncat): Likewise.
55273 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55275         [BZ #12852]
55276         * posix/glob.c (glob): Check passed in values before using them in
55277         expressions to avoid some overflows.
55278         (glob_in_dir): Likewise.
55280         [BZ #13007]
55281         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55282         check for AVX enablement so that we don't crash with old kernels and
55283         new hardware.
55284         * elf/tst-audit4.c: Add same checks here.
55285         * elf/tst-audit6.c: Likewise.
55287         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55289 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55291         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55293 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55295         * po/cs.po: Update from translation team.
55296         * po/bg.po: Likewise.
55298 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55300         * misc/sys/cdefs.h: Add support for const attribute.
55301         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55302         to gnu_dev_{major,minor,makedev} functions.
55304 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55306         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55308 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55310         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55311         strlen results.
55313 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55315         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55316         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55317         register in order to avoid conflicts with the soft frame pointer
55318         being held in r11 when necessary.
55319         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55320         (INTERNAL_VSYSCALL_NCS): Likewise.
55322 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55324         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55325         * elf/dl-fini.c (_dl_fini): Adjust caller.
55326         * elf/dl-close.c (_dl_close_worker): Likewise.
55327         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55329 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55331         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55332         "aux_cache->nlibs < 0".
55334         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55335         in the reload-count case.
55337 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55339         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55340         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55341         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55342         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55343         * sysdeps/x86_64/multiarch/strcat.S: New file.
55344         * sysdeps/x86_64/multiarch/strncat.S: New file.
55345         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55346         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55347         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55348         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55349         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55350         (USE_AS_STRCAT): Define.
55351         Add strcat and strncat support.
55352         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55353         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55354         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55355         * string/strncat.c: Update.
55356         (USE_AS_STRNCAT): Define.
55357         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55358         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55359         and i7.
55360         * sysdeps/x86_64/multiarch/init-arch.h
55361         (bit_Prefer_PMINUB_for_stringop): New.
55362         (index_Prefer_PMINUB_for_stringop): Likewise.
55363         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55364         bit_Prefer_PMINUB_for_stringop.
55366 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55368         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55369         buffer64.
55370         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55371         of casting of buffer.
55372         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55373         buffer32 and buffer64.
55374         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55375         writes instead of casting of buffer.
55376         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55377         buffer32.
55378         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55379         casting of buffer.
55381 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55383         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55385 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55387         * nscd/nscd.c (termination_handler): Don't do anything for a database
55388         if it has not yet been initialized.
55390 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55392         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55394 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55396         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55398 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55400         * po/nl.po: Update from translation team.
55401         * po/sv.po: Likewise.
55403 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55405         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55406         now disallowed by GCC.
55408         * configure.in (use-default-link): Default to yes if a test -shared
55409         link meets our qualifications.
55410         * configure: Regenerated.
55412         * config.make.in (output-format): New variable.
55413         * configure.in: Check for ld --print-output-format support.
55414         * configure: Regenerated.
55415         * Makerules ($(common-objpfx)format.lds)
55416         [$(output-format) != unknown]: Just use $(output-format),
55417         instead of the linker-script munging.
55419 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55421         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55422         of $(common-objpfx)shlib.lds.
55423         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55425         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55426         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55428         * configure.in (-z relro check): Adjust test code to add a large
55429         writable data section after it.
55430         * configure: Regenerated.
55432 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55434         * configure.in (-z relro check): Fix test code to make the variable
55435         truly const.
55436         * configure: Regenerated.
55438 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55440         * nscd/nscd.h (struct traced_file): Define.
55441         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55442         elements.  Add traced_files.
55443         (inotify_fd): Declare.
55444         (register_traced_file): Declare.
55445         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55446         (inotify_fd): Export.
55447         (resolv_conf_descr): Remove.
55448         (nscd_init): Move inotify descriptor creation to main.
55449         Don't register files for notification here.
55450         (register_traced_file): New function.
55451         (invalidate_cache): Don't use reset_res to determine whether to call
55452         res_init, go through the list of registered files.
55453         (main_loop_poll): The inotify descriptors are now stored in the
55454         structures for the traced files.
55455         (main_loop_epoll): Likewise
55456         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55457         to __nss_disable_nscd.
55458         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55459         for a database anymore.  Check the records for all the registered
55460         files instead.
55461         * nss/Makefile (libnss_files-routines): Add files-init.
55462         (libnss_db-routines): Add db-init.
55463         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55464         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55465         * nss/nss_db/db-init.c: New file.
55466         * nss/nss_files/files-init.c: New file.
55467         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55468         __nss_lookup_function.
55469         (__nss_lookup_function): Call nss_load_library.
55470         (nss_load_all_libraries): New function.
55471         (__nss_disable_nscd): Take parameter with callback function for files
55472         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55473         used for the cached services.
55474         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55475         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55476         options for features to all the files in nscd.
55478         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55480 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55482         * csu/elf-init.c (__libc_csu_init): Comment typo.
55484 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55486         * po/pl.po: Update from translation team.
55487         * po/ja.po: Likewise.
55488         * po/ru.po: Likewise.
55489         * po/ko.po: Likewise.
55490         * po/fr.po: Likewise.
55492 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55494         * configure.in (.ctors/.dtors header and trailer check):
55495         Use an empirical test on a built program.
55496         * configure: Regenerated.
55498         * configure.in (-z relro check): Use an empirical test on a built DSO.
55499         Detect, but do not require, on ia64.
55500         * configure: Regenerated.
55502         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55503         Update tests that use readelf to use $READELF instead.
55504         * configure: Regenerated.
55506 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55508         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55509         if the result is not used.
55511 2011-07-05  Andreas Jaeger  <aj@suse.de>
55513         [BZ#9696]
55514         * stdlib/tst-strtod.c: Add testcase.
55516 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55518         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55519         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55520         The latter has a higher limit.  Take additional parameter to pass to
55521         the new function.
55522         (__pathconf): Pass file to __statfs_link_max.
55523         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55524         __statfs_link_max.
55525         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55526         __statfs_link_max.
55528         [BZ #12868]
55529         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55530         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55531         Handle Lustre.
55532         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55533         (__statfs_filesize_max): Likewise.
55534         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55536 2011-07-05  Andreas Jaeger  <aj@suse.de>
55538         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55540 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55542         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55543         `status' variable.
55544         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55545         Likewise.
55547 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55549         * Makefile (strop-tests): Add strncat.
55550         * string/test-strncat.c: New file.
55552 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55554         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55556 2011-06-21  Andreas Jaeger  <aj@suse.de>
55558         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55559         Copy rule from iconvdata/Makefile.
55561 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55563         [BZ #12922]
55564         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55565         but no long options are defined, just return 'W'.
55567 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55569         [BZ #9696]
55570         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55572 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55574         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55575         netgroups to read.
55576         (innetgr): Likewise.
55578 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55580         * config.make.in (install_root): Default to $(DESTDIR).
55582 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55584         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55586 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55588         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55590         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55591         containing directory rather than embedding absolute directory names.
55593         * scripts/check-local-headers.sh: Rewritten using awk.
55594         Match by word, not by line.  Print error messages for matches.
55595         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55597         * Makerules [shlib-lds-flags empty]:
55598         ($(common-objpfx)libc_pic.opts): New target.
55599         ($(common-objpfx)libc_pic.os.clean): New target.
55600         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55602         * config.make.in (OBJCOPY): New variable.
55603         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55604         * configure: Regenerated.
55606         * config.make.in (use-default-link): New variable.
55607         * configure.in (use_default_link): Grok --with-default-link to set it.
55608         * configure: Regenerated.
55609         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55610         (shlib-lds, shlib-lds-flags): Define to empty.
55612         * Makerules (shlib-lds): New variable.
55613         (shlib-lds-flags): New variable.
55614         (build-shlib, build-moduile, build-module-asneeded): Use it.
55615         ($(common-objpfx)libc.so): Use $(shlib-lds).
55616         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55617         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55619         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55620         DT_FLAGS/DT_FLAGS_1 with zero flags.
55622         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55623         linker script munging.
55625 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55627         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55628         as 128-bit value.
55629         * crypt/sha512.c (sha512_process_block): Perform total addition using
55630         128-bit if possible.
55631         (__sha512_finish_ctx): Likewise.
55632         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55633         as 64-bit value.
55634         * crypt/sha256.c (SWAP64): Define.
55635         (sha256_process_block): Perform total addition using 64-bit if
55636         possible.
55637         (__sha256_finish_ctx): Likewise.
55639 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55641         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55642         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55643         * nscd/hstcache.c (cache_addhst): Likewise.
55644         * nscd/grpcache.c (cache_addgr): Likewise.
55645         * nscd/aicache.c (addhstaiX): Likewise
55646         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55648 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55650         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55651         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55652         * nscd/hstcache.c (cache_addhst): Likewise.
55653         * nscd/grpcache.c (cache_addgr): Likewise.
55654         * nscd/aicache.c (addhstaiX): Likewise
55656 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55658         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55659         domain only when needed.
55661 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55663         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55664         is always restored.
55666 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55668         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55669         are re-adding the entry.
55670         * nscd/servicescache.c (cache_addserv): Likewise.
55672 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55674         * sysdeps/generic/dl-irel.h: fix protection against multiple
55675         inclusions.
55676         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55678 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55680         [BZ #12935]
55681         * malloc/memusage.sh: Fix quoting in message.
55682         * debug/xtrace.sh: Likewise.
55684         * configure.in: Remove support for --experimental-malloc option, make
55685         it the default.
55686         * config.make.in: Likewise.
55687         * malloc/Makefile: Likewise.
55689 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55691         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55692         two-byte characters.
55694 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55696         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55697         AC_CACHE_CHECK invocation.
55698         * configure: Regenerated.
55700         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55702 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55704         [BZ #12350]
55705         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55706         bit from old_res_options.
55708         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55710         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55711         value type for setfct.
55713 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55715         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55716         __gettimeofday instead of gettimeofday.
55718 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55720         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55722 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55724         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55726         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55727         info.
55729 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55731         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55732         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55733         strcpy-sse2-unaligned strncpy-sse2-unaligned
55734         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55735         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55736         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55737         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55738         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55739         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55740         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55741         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55742         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55743         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55744         (STRCPY): Support SSE2 and SSSE3 versions.
55746 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55748         [BZ #12874]
55749         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55750         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55751         kernels which artificially limit size of requests.
55753 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55755         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55756         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55757         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55758         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55759         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55760         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55761         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55762         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55763         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55764         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55765         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55766         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55767         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55768         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55769         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55771         Enable unaligned load optimization for Intel Core i3, i5 and i7
55772         processors.
55773         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55774         Define.
55775         (index_Fast_Unaligned_Load): Define.
55776         (HAS_FAST_UNALIGNED_LOAD): Define.
55778 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55780         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55782 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55784         [BZ #12907]
55785         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55786         until it is clear that the information is realy needed.
55787         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55789 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55793 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55795         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55796         /sys/devices/system/cpu/online if it is usable.
55798         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55799         reading the information from the /proc filesystem to once a second.
55801 2011-06-21  Andreas Jaeger  <aj@suse.de>
55803         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55804         NULL after inclusion of kernel headers.
55806 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55808         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55809         calls to internal_setent.
55811         [BZ #12885]
55812         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55813         addresses using gethostbyname4_r ignore IPv4 addresses.
55815         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55816         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55818         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55820 2011-06-20  David S. Miller  <davem@davemloft.net>
55822         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55823         inclusions.
55824         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55826         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55827         (elf_irel): Use it.
55828         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55829         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55830         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55831         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55832         * sysdeps/x86_64/dl-irel.h: Likewise.
55834         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55835         * elf/dl-sym.c: Likewise.
55837 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55839         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55840         need to dereference resplen2.
55842 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55844         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55846 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55848         * Makeconfig: Define vardbdir and inst_vardbdir.
55849         * nss/Makefile: Add rules to install db-Makefile.
55851         * nss/nss_db/db-XXX.c: Cleanup.
55853         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55854         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55855         GLIBC_PRIVATE.
55856         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55857         * nss/makedb.c: Implement -g option to specify that value strings
55858         are generated and should not be added to table iterated over for
55859         get*ent calls.
55860         * nss/nss_db/db-initgroups.c: New file.
55862         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55863         interface.
55865         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55866         (internal_getgrouplist): Adjust to name change.
55867         Update use_initgroups_entry if this is not the first call.
55868         * nss/databases.def: Add initgroups entry.
55870         * nss/makedb.c (compute_tables): Check result of multiple hash table
55871         sizes to minimize maximum chain length.
55873 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55875         * Versions.def: Add entry for libnss_db.
55876         * shlib-versions: Likewise.
55877         * nss/Makefile: Add rules to build libnss_db.
55878         * nss/Versions: Add libnss_db information.  Organize libnss_files
55879         entries better.
55880         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55881         makedb progra.  Some minor improvements to generate smaller files.
55882         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55883         here from...
55884         * nss/makedb.c: ...here.
55885         Improve database format to be smaller and require less memory at
55886         runtime.
55887         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55888         db anymore.
55889         * nss/nss_db/db-netgrp.c: Likewise.
55890         * nss/nss_db/db-open.c: Likewise.
55891         * nss/nss_files/flies-XXX.x: Adjust comments.
55892         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55893         * nss/nss_files/files-grp.c: Likewise.
55894         * nss/nss_files/files-hosts.c: Likewise.
55895         * nss/nss_files/files-network.c: Likewise.
55896         * nss/nss_files/files-proto.c: Likewise.
55897         * nss/nss_files/files-pwd.c: Likewise.
55898         * nss/nss_files/files-rpc.c: Likewise.
55899         * nss/nss_files/files-service.c: Likewise.
55900         * nss/nss_files/files-sgrp.c: Likewise.
55901         * nss/nss_files/files-spwd.c: Likewise.
55902         * nss/nss_db/db-alias.c: Removed.
55903         * nss/nss_db/dummy-db.h: Removed.
55905 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55907         * nss/makedb.c: Rewritten to not use database library.
55908         * nss/Makefile: Update to build new makedb program.
55910 2011-06-14  Andreas Jaeger  <aj@suse.de>
55912         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55913         memset declaration.
55915 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55917         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55918         tmpbuf.
55920 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55922         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55923         * elf/Makefile ($(objpfx)ld.so): Likewise.
55925         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55926         Don't list ld.so twice in dependencies.
55928         * posix/bug-regex31.c: Include <stdlib.h>.
55930         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55932         * nis/nss_compat/compat-spwd.c
55933         (getspent_next_nss_netgr): Remove unused variable.
55934         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55936         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55937         nonmembers" output to use the right array.
55939         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55941         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55943         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55944         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55945         * catgets/gencat.c (read_input_file): Likewise.
55946         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55948         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55949         variable definition inside #if's controlling its use.
55951         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55953         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55955         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55957         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55958         unreachable code.
55960         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55962         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55963         * configure: Regenerated.
55965         * Makerules: Revert last change.
55966         * elf/Makefile: Likewise.
55968 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55970         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55971         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55972         (reloc-link): Likewise.
55974 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55976         * elf/Makefile: Add rules to build pldd.
55977         * elf/pldd.c: New file.
55978         * elf/pldd-xx.c: New file.
55980 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55982         * version.h: Update for 2.15 development version.
55984 2011-06-07  David S. Miller  <davem@davemloft.net>
55986         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55987         ifuncs.
55988         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55989         elf_machine_lazy_rel): Likewise.
55990         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55991         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55992         elf_machine_lazy_rel): Likewise.
55993         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55994         dl_hwcap via passed in argument.
55995         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55996         Likewise.
55998 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56000         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56002 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56004         [BZ #12849]
56005         * manual/fdl-1.1.texi: New file, verbatim from:
56006         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56007         * manual/lgpl-2.1.texi: New file, verbatim from:
56008         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56009         * manual/Makefile (licenses): New variable, list those new file names.
56010         (texis): Use it.
56011         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56013         * manual/fdl.texi: File removed.
56014         * manual/lesser.texi: File removed.
56015         * manual/libc.texinfo (Copying, Documentation License):
56016         Use new @include file names, put @appendix directive before @include.
56018 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56020         [BZ #12841]
56021         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56022         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56023         (mq_open): Add __NTH.
56025 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56027         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56028         Assume Intel Core i3/i5/i7 processor if AVX is available.
56030 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56032         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56033         typo.
56035 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56037         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56038         memory.  Use alloca_account.  Fix memory leak when retrying.
56040 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56042         * version.h (RELEASE): Bump for 2.14 release.
56043         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56045         * config.make.in (RANLIB): Remove entry.
56047 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56049         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56050         (libc.pot): Work around missing support for .ksh extension in xgettext.
56052         [BZ #12684]
56053         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56054         if both request failed.
56055         (send_dg): In case of server errors clear resplen or *resplen2.
56057         [BZ #12454]
56058         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56059         when there are multiple maps.
56060         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56061         (_dl_fini): Remove test here.
56063         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56065 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56067         [BZ #12350]
56068         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56069         bit from old_res_options.
56070         (gaih_inet): Likewise.
56072         [BZ #11099]
56073         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56074         as signed.
56076         * resolv/res_init.c (res_setoptions): Make the code more compact.
56078         [BZ #11558]
56079         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56080         set RES_USEVC.
56082         [BZ #11634]
56083         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56085         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56087         [BZ #11781]
56088         * malloc/malloc.h: Declare malloc hook variables as volatile.
56090         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56091         in last patch.
56093         [BZ #11799]
56094         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56095         raise in the comment.
56096         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56097         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56098         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56100 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56102         [BZ #12811]
56103         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56104         grow the buffers more if it already has to be sufficient.
56105         (build_wcs_upper_buffer): Likewise.
56106         * posix/regexec.c (check_matching): Likewise.
56107         (clean_state_log_if_needed): Likewise.
56108         (extend_buffers): Don't enlarge buffers beyond size of the input
56109         buffer.
56110         Patches mostly by Emil Wojak <emil@wojak.eu>.
56111         * posix/bug-regex32.c: New file.
56112         * posix/Makefile (tests): Add bug-regex32.
56114         * locale/findlocale.c (_nl_find_locale): Return right away if
56115         _nl_explode_name failed.
56116         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56118         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56120         * debug/xtrace.sh: Unify messages.
56121         * malloc/memusage.sh: Likewise.
56123         [BZ #12813]
56124         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56125         time symbol from vDSO.  Substitute with vsyscall if not available.
56126         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56127         __vdso_time.
56129         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56130         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56131         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56132         Add sendmmsg and internal_sendmmsg.
56133         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56134         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56135         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56137         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56138         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56139         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56141 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56143         [BZ #12813]
56144         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56145         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56146         available.
56147         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56148         __vdso_getcpu.
56150         [BZ #12814]
56151         * iconvdata/Makefile (tests): Add bug-iconv9.
56152         * iconvdata/bug-iconv9.c: New file.
56154 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56156         [BZ #12814]
56157         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56159 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56161         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56162         (struct user_regs_struct): Change intcs field back to cs.
56164 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56166         * po/ja.po: Update from translation team.
56168 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56170         [BZ #12795]
56171         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56172         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56174 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56176         * stdlib/longlong.h: Update from GCC.
56178 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56180         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56181         parameter name.
56182         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56183         Add parameter name.
56184         (__sysconf): Pass it down.
56186 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56188         [BZ #12671]
56189         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56190         some situations.
56191         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56192         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56193         add in in __libc_use_alloca calls.  Adjust callers.
56194         (glob): Use malloc in some situations.
56196         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56197         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56198         pltexit.
56200 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56202         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56203         and CLOCK_BOOTTIME_ALARM.
56205         [BZ #12782]
56206         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56207         is returned.
56209         * string/_strerror.c (__strerror_r): Print negative errors as signed
56210         numbers.
56212         [BZ #12777]
56213         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56214         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56215         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56217         * configure.in: Fix typo in redirection and correct removal of test
56218         files in two cases.
56220         [BZ #12788]
56221         * locale/setlocale.c (new_composite_name): Fix test to check for
56222         identical name of all categories.
56224         [BZ #12792]
56225         * libio/filedoalloc.c (local_isatty): New function.
56226         (_IO_file_doallocate): Use local_isatty.
56227         * stdio-common/perror.c (perror): In case a new stream is used
56228         forward the stream error.
56229         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56230         error flag.
56232 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56234         [BZ #11869]
56235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56236         alloca.
56237         * include/alloca.h (extend_alloca_account): Define.
56239         [BZ #11857]
56240         * posix/regex.h: Fix comments with documentation of user-accessible
56241         fields after compilation and describe correct free'ing of pattern
56242         after re_compile_pattern.
56243         Patch by Reuben Thomas <rrt@sc3d.org>.
56245 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56247         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56248         and -mno-altivec to prevent the compiler from using Altivec and/or
56249         VSX instructions when the corresponding registers are not available.
56251 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56253         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56255 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56257         * libio/freopen.c (freopen): Use __dup2, not dup2.
56258         * libio/freopen64.c (freopen64): Likewise.
56260 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56262         [BZ #12775]
56263         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56264         * math/Makefile (tests): Add test-powl.
56265         (CFLAGS-test-powl.c): Define.
56266         * math/test-powl.c: New file.
56268 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56270         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56272 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56274         [BZ #11837]
56275         * iconvdata/gb18030.c: Update to GB18020-2005.
56277 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56279         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56280         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56281         Patch by Aharon Robbins <arnold@skeeve.com>.
56283         [BZ #11892]
56284         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56285         on the stack.
56287         [BZ #11895]
56288         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56289         through underflows.
56291         [BZ #12766]
56292         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56293         point to strings before performing equality test for error_one_per_line
56294         mode.
56296         [BZ #11697]
56297         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56299         [BZ #11820]
56300         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56301         (struct user_fpregs_struct): Avoid __uint*_t types.
56303         [BZ #6420]
56304         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56305         symbol info.  Use it instead of calling _dl_addr locally.
56306         (lock_and_info): New function.
56307         (tr_freehook): Call lock_and_info and pass symbol info as additional
56308         parameter to tr_where.
56309         (tr_mallochook): Likewise.
56310         (tr_reallochook): Likewise.
56311         (tr_memalignhook): Likewise.
56313         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56314         used and couldn't be at all thread-safe.
56316 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56318         * libio/freopen.c (freopen): Don't close old file descriptor
56319         before the new one is opened.  Instead dup the new file descriptor
56320         to the old one after the new stream is created.
56321         * libio/freopen64.c (freopen64): Likewise.
56322         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56323         * libio/fileops.c (_IO_new_file_close_it): Handle new
56324         _IO_FLAGS2_NOCLOSE flag.
56325         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56326         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56327         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56328         _IO_FLAGS2_NOCLOSE flag.
56329         * include/unistd.h: Add hidden_proto for dup3.
56330         Define __have_dup3.
56331         * io/dup3.c: Define hidden symbol.
56332         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56334         [BZ #7101]
56335         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56336         when an incomplete long option is used.
56337         * posix/tst-getopt_long1.c: New file.
56338         * posix/Makefile (tests): Add tst-getopt_long1.
56340         [BZ #10138]
56341         * scripts/config.guess: Update from autoconf-2.68.
56342         * scripts/config.sub: Likewise.
56344         [BZ #10157]
56345         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56346         tests into ...
56347         (has_cpuclock): ...this.  New function.
56348         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56349         macro here based on has_cpuclock code.
56351         [BZ #10149]
56352         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56353         First byte (not low byte) is now always NUL.
56354         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56356         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56357         Use non-cancelable interfaces.
56359         [BZ #9809]
56360         * locale/iso-639.def: Add entry for Sorani.
56362         [BZ #11901]
56363         * include/stdlib.h: Move include protection to the right place.
56364         Define abort_msg_s.  Declare __abort_msg with it.
56365         * stdlib/abort.c (__abort_msg): Adjust type.
56366         * assert/assert.c (__assert_fail_base): New function.  Majority
56367         of code from __assert_fail.  Allocate memory for __abort_msg with
56368         mmap.
56369         (__assert_fail): Now call __assert_fail_base.
56370         * assert/assert-perr.c: Remove bulk of implementation.  Use
56371         __assert_fail_base.
56372         * include/assert.hL Declare __assert_fail_base.
56373         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56374         mmap.
56375         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56377 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56379         [BZ #11952]
56380         [BZ #12453]
56381         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56382         until all modules are registered in the DTV.
56383         * elf/Makefile: Add rules to build and run tst-tls19.
56384         * elf/tst-tls19.c: New file.
56385         * elf/tst-tls19mod1.c: New file.
56386         * elf/tst-tls19mod2.c: New file.
56387         * elf/tst-tls19mod3.c: New file.
56388         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56390         [BZ #12083]
56391         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56392         correctly.
56394         [BZ #12601]
56395         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56396         two-byte sequence errors.
56397         * iconvdata/Makefile (tests): Add bug-iconv8.
56398         * iconvdata/bug-iconv8.c: New file.
56400         [BZ #12626]
56401         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56402         buf2 definition.
56404         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56406         [BZ #12432]
56407         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56408         (dummy_getcfa): New function.
56409         (init): Get _Unwind_GetCFA address, use dummy if not found.
56410         (backtrace_helper): In recursion check, also check whether CFA changes.
56411         (__backtrace): Completely initialize arg.
56413         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56414         storing incomplete byte sequence in state object.  Avoid testing for
56415         guaranteed too small input if we know there is enough data available.
56417 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56419         * Makeconfig (+link-pie): Indent.
56420         * Rules (binaries-pie): Define if $(have-fpie) and
56421         $(build-shared).
56422         (binaries-shared): Also filter out $(binaries-pie).
56423         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56424         * nscd/Makefile (others-pie): Add nscd.
56425         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56426         ($(objpfx)nscd): Remove command override.
56427         * login/Makefile (others-pie): Add pt_chown.
56428         ($(objpfx)pt_chown): Remove command override.
56429         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56430         remove command overrides.
56432 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56434         * libio/tst_putwc.c: Fix error messages.
56436         [BZ #12724]
56437         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56438         currently writing and seek to current position when not.
56439         * libio/Makefile (tests): Add bug-fclose1.
56440         * libio/bug-fclose1.c: New file.
56442 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56444         [BZ #12511]
56445         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56446         don't set DF_1_NODELETE here.
56447         (do_lookup_x): When entering new entry test for copy relocation
56448         and if necessary set DF_1_NODELETE flag.
56449         * elf/tst-unique4.cc: New file.
56450         * elf/tst-unique4.h: New file.
56451         * elf/tst-unique4lib.cc: New file.
56452         * elf/Makefile: Add rules to build and run tst-unique4.
56453         Patch by Piotr Bury <pbury@goahead.com>.
56455 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56457         [BZ #12052]
56458         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56460         [BZ #12625]
56461         * misc/mntent_r.c (addmntent): Flush the stream after the output
56463         [BZ #12393]
56464         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56465         (is_trusted_path_normalize): Skip initial colon.  Append slash
56466         to empty buffer.  Duplicate is_trusted_path code but allow
56467         constructed patch to be prefix.
56468         (is_dst): Allow $ORIGIN followed by /.
56469         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56470         Correct testing of result of is_trusted_path_normalize
56471         (decompose_rpath): Fix warning.
56473 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56475         [BZ #11257]
56476         * grp/initgroups.c (internal_getgrouplist): When we found the service
56477         list through the initgroups entry in nsswitch.conf do not always
56478         continue on a successful lookup.  Don't always use the
56479         __nss_group_database value if it is set.
56480         * nss/nsswitch.conf (initgroups): Change action for successful db
56481         lookup to continue for compatibility.
56483 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56485         [BZ #11532]
56486         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56487         and CP774 modules.
56488         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56489         and CP774 modules.
56490         * iconvdata/tst-tables.sh: Likewise.
56491         * iconvdata/cp770.c: New file.
56492         * iconvdata/cp771.c: New file.
56493         * iconvdata/cp772.c: New file.
56494         * iconvdata/cp773.c: New file.
56495         * iconvdata/cp774.c: New file.
56496         * iconvdata/testdata/CP770: New file.
56497         * iconvdata/testdata/CP770..UTF8: New file.
56498         * iconvdata/testdata/CP771: New file.
56499         * iconvdata/testdata/CP771..UTF8: New file.
56500         * iconvdata/testdata/CP772: New file.
56501         * iconvdata/testdata/CP772..UTF8: New file.
56502         * iconvdata/testdata/CP773: New file.
56503         * iconvdata/testdata/CP773..UTF8: New file.
56504         * iconvdata/testdata/CP774: New file.
56505         * iconvdata/testdata/CP774..UTF8: New file.
56507         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56508         END CHARMAP line.
56509         * iconvdata/gen-8bit-gap.sh: Likewise.
56510         * iconvdata/gen-8bit.sh: Likewise.
56512         * locale/iso-639.def: Add ary entry.
56514         [BZ #11258]
56515         * locale/C-translit.h.in: Add U20A1 transliteration.
56517         [BZ #12178]
56518         * locale/iso-639.def: Add wae entry.
56519         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56521         [BZ #12545]
56522         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56523         for n.
56525         [BZ #12711]
56526         * locale/C-translit.h.in: Add entry for U20B9.
56527         Patch by pravin.d.s@gmail.com.
56529 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56531         [BZ #12713]
56532         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56533         ENAMETOOLONG use generic getcwd.
56534         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56535         in rtld.  Use *stat64.
56536         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56537         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56538         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56539         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56540         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56541         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56542         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56543         __fstatat64 macros.
56544         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56545         * dirent/rewinddir.c: Add libc_hidden_def.
56546         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56547         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56549         * include/dirent.h (__alloc_dir): Add flags parameter.
56550         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56551         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56552         __alloc_dir.
56553         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56554         from fdopendir if O_CLOEXEC is already set.
56556 2011-03-15  Alan Modra  <amodra@gmail.com>
56558         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56559         l_tls_firstbyte_offset non-zero.  Save padding offset in
56560         l_tls_firstbyte_offset for later use.
56561         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56562         freeing static tls block.
56564 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56566         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56567         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56568         being defined by the kernel headers.
56570 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56572         [BZ #12734]
56573         * resolv/resolv.h: Define RES_NOTLDQUERY.
56574         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56575         no-tld-query and set RES_NOTLDQUERY.
56576         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56577         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56578         modern BIND to search name as TLD unless forbidden.
56580 2011-05-07  Petr Baudis  <pasky@suse.cz>
56581             Ulrich Drepper  <drepper@gmail.com>
56583         [BZ #12393]
56584         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56585         (is_trusted_path): ...to here.
56586         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56587         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56588         using is_trusted_path_normalize() in setuid scripts.
56590 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56592         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56593         __BEGIN/__END_DECLS.
56595 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56597         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56598         NSS_STATUS_NOTFOUND if no record was found.
56600 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56602         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56603         (headers-not-in-tirpc): Remove rpc/netdb.h
56604         * resolv/netdb.h: Revert last change.
56606 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56608         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56609         circular dependency between libgcc.a and libc.a.
56611 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56613         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56614         * nis/Makefile: Don't install rpcsvc/*.
56615         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56616         instead of <rpc/types.h>.
56617         (MAXHOSTNAMELEN): Define.
56619 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56621         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56623 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56625         [BZ #12714]
56626         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56627         gethostbyname4_r when IPv6 results are possible.
56629 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56631         [BZ #12723]
56632         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56633         _PC_PIPE_BUF handling.
56635 2011-04-30  Bruno Haible  <bruno@clisp.org>
56637         [BZ #12717]
56638         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56639         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56640         to 'int'.
56641         * inet/getnameinfo.c (getnameinfo): Likewise.
56643 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56645         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56646         to groups setting in database lookup.
56647         * nss/nsswitch.conf: Add initgroups entry.
56649 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56651         [BZ #12685]
56652         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56653         mode string.
56654         Patch by Eric Blake <eblake@redhat.com>.
56656 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56658         * sunrpc/Makefile (need-export-routines): Add svc_run.
56659         (routines): Remove svc_run.
56660         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56661         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56662         * sunrpc/svc_run.c (svc_run): Likewise.
56663         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56665 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56667         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56668         problem in reallocation in last patch.
56670 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56672         * sunrpc/Makefile: Move inclusion of Rules.
56674 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56676         * nss/nss_files/files-initgroups.c: New file.
56677         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56678         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56679         _nss_files_initgroups_dyn.
56681 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56683         * elf/elf.h (R_ARM_IRELATIVE): Define.
56685 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56687         * po/ru.po: Update from translation team.
56689 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56691         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56692         dependencies.
56694 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56696         [BZ #12653]
56697         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56698         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56699         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56700         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56701         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56703 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56705         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56706         differing bytes.
56707         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56708         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56709         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56711 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56713         [BZ #12420]
56714         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56715         storing it.
56716         * stdlib/bug-getcontext.c: New file.
56717         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56719 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56721         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56722         instructions into .machine "z9-109".
56723         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56724         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56726 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56728         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56729         between environment variables and auxiliary vector.
56731 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56733         * Makefile: Add rules to build linkobj/libc.so.
56734         * include/libc-symbols.h: Define libc_hidden_nolink.
56735         * include/rpc/auth.h: Mark functions which are to be hidden.
56736         * include/rpc/auth_des.h: Likewise.
56737         * include/rpc/auth_unix.h: Likewise.
56738         * include/rpc/clnt.h: Likewise.
56739         * include/rpc/des_crypt.h: Likewise.
56740         * include/rpc/key_prot.h: Likewise.
56741         * include/rpc/pmap_clnt.h: Likewise.
56742         * include/rpc/pmap_prot.h: Likewise.
56743         * include/rpc/pmap_rmt.h: Likewise.
56744         * include/rpc/rpc_msg.h: Likewise.
56745         * include/rpc/svc.h: Likewise.
56746         * include/rpc/svc_auth.h: Likewise.
56747         * include/rpc/xdr.h: Likewise.
56748         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56749         * nss/Makefile: Likewise.
56750         * sunrpc/Makefile: Don't install headers.  Build library with normal
56751         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56752         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56753         for the compat linking library.  Remove use of INTDEF/INTUSE.
56754         * sunrpc/auth_none.c: Likewise.
56755         * sunrpc/auth_unix.c: Likewise.
56756         * sunrpc/authdes_prot.c: Likewise.
56757         * sunrpc/authuxprot.c: Likewise.
56758         * sunrpc/clnt_gen.c: Likewise.
56759         * sunrpc/clnt_perr.c: Likewise.
56760         * sunrpc/clnt_raw.c: Likewise.
56761         * sunrpc/clnt_simp.c: Likewise.
56762         * sunrpc/clnt_tcp.c: Likewise.
56763         * sunrpc/clnt_udp.c: Likewise.
56764         * sunrpc/clnt_unix.c: Likewise.
56765         * sunrpc/des_crypt.c: Likewise.
56766         * sunrpc/des_soft.c: Likewise.
56767         * sunrpc/get_myaddr.c: Likewise.
56768         * sunrpc/key_call.c: Likewise.
56769         * sunrpc/key_prot.c: Likewise.
56770         * sunrpc/netname.c: Likewise.
56771         * sunrpc/pm_getmaps.c: Likewise.
56772         * sunrpc/pm_getport.c: Likewise.
56773         * sunrpc/pmap_clnt.c: Likewise.
56774         * sunrpc/pmap_prot.c: Likewise.
56775         * sunrpc/pmap_prot2.c: Likewise.
56776         * sunrpc/pmap_rmt.c: Likewise.
56777         * sunrpc/publickey.c: Likewise.
56778         * sunrpc/rpc_cmsg.c: Likewise.
56779         * sunrpc/rpc_common.c: Likewise.
56780         * sunrpc/rpc_dtable.c: Likewise.
56781         * sunrpc/rpc_prot.c: Likewise.
56782         * sunrpc/rpc_thread.c: Likewise.
56783         * sunrpc/rtime.c: Likewise.
56784         * sunrpc/svc.c: Likewise.
56785         * sunrpc/svc_auth.c: Likewise.
56786         * sunrpc/svc_authux.c: Likewise.
56787         * sunrpc/svc_raw.c: Likewise.
56788         * sunrpc/svc_run.c: Likewise.
56789         * sunrpc/svc_simple.c: Likewise.
56790         * sunrpc/svc_tcp.c: Likewise.
56791         * sunrpc/svc_udp.c: Likewise.
56792         * sunrpc/svc_unix.c: Likewise.
56793         * sunrpc/svcauth_des.c: Likewise.
56794         * sunrpc/xcrypt.c: Likewise.
56795         * sunrpc/xdr.c: Likewise.
56796         * sunrpc/xdr_array.c: Likewise.
56797         * sunrpc/xdr_float.c: Likewise.
56798         * sunrpc/xdr_intXX_t.c: Likewise.
56799         * sunrpc/xdr_mem.c: Likewise.
56800         * sunrpc/xdr_rec.c: Likewise.
56801         * sunrpc/xdr_ref.c: Likewise.
56802         * sunrpc/xdr_sizeof.c: Likewise.
56803         * sunrpc/xdr_stdio.c: Likewise.
56805 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56807         [BZ #12650]
56808         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56809         * sysdeps/ia64/dl-tls.h: Likewise.
56810         * sysdeps/powerpc/dl-tls.h: Likewise.
56811         * sysdeps/s390/dl-tls.h: Likewise.
56812         * sysdeps/sh/dl-tls.h: Likewise.
56813         * sysdeps/sparc/dl-tls.h: Likewise.
56814         * sysdeps/x86_64/dl-tls.h: Likewise.
56815         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56817 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56819         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56820         rpath element also skip the following colon.
56821         (expand_dynamic_string_token): Add is_path parameter and pass
56822         down to DL_DST_REQUIRED and _dl_dst_substitute.
56823         (decompose_rpath): Call expand_dynamic_string_token with
56824         non-zero is_path.  Ignore empty rpaths.
56825         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56826         with zero is_path.
56828 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56831         Make cancelable.
56833 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56835         [BZ #12655]
56836         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56837         Patch by Filipe David Manana <fdmanana@apache.org>.
56839 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56841         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56842         Maintain aligned stack.
56843         (CHECK_RSP): Remove unused macro.
56845 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56847         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56848         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56850 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56852         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56854         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56856 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56858         [BZ #12518]
56859         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56860         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56861         * sysdeps/x86_64/memmove.c: New file.
56862         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56863         (memcpy): Renamed to ...
56864         (__new_memcpy): This.
56865         (memcpy): Provide GLIBC_2_14 memcpy.
56866         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56867         (memcpy): Provide GLIBC_2_2_5 memcpy.
56869 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56871         [BZ #12631]
56872         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56874 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56876         * misc/syncfs.c: New file.
56877         * misc/Makefile (routines): Add syncfs.
56878         * posix/unistd.h: Declare syncfs.
56879         * sysdeps/unix/syscalls.list: Add syncfs.
56881 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56883         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56884         open_by_handle_at.
56885         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56886         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56887         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56888         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56889         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56890         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56891         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56893 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56895         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56896         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56897         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56898         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56899         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56900         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56901         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56903         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56904         sync_file_range.c with -fexceptions.
56905         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56906         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56907         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56908         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56909         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56910         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56911         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56912         sync_file_range as cancellation point
56913         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56914         now a wrapper around __call_sync_file_range with cancellation handling.
56915         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56916         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56917         function name to __call_sync_file_range.
56918         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56919         Add call_sync_file_range.
56921 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56923         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56924         bits/timex.h.
56926 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56928         * iconv/iconv.h: Fix typo in comment.
56929         * io/fcntl.h: Likewise.
56930         * libio/stdio.h: Likewise.
56931         * posix/spawn.h: Likewise.
56932         * posix/unistd.h: Likewise.
56933         * stdlib/stdlib.h: Likewise.
56934         * time/time.h: Likewise.
56935         * wcsmbs/wchar.h: Likewise.
56937         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56938         open_by_handle): Add.
56939         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56940         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56941         Augment a few comments.
56942         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56943         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56944         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56945         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56946         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56947         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56948         open_by_handle.
56950         * io/fcntl.h (AT_EMPTY_PATH): Define.
56952 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56954         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56955         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56956         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56957         to...
56958         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56959         * Versions.def: Add GLIBC_2.14.
56960         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56961         Export.
56963 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56965         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56966         round counter.
56967         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56969 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56971         [BZ #12597]
56972         * string/test-strncmp.c (do_page_test): New function.
56973         (check2): Likewise.
56974         (test_main): Call check2.
56975         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56977 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56979         [BZ #12587]
56980         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56981         Handle cache information in CPU leaf 4.
56982         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56984 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56986         [BZ #12583]
56987         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56988         character representation.
56989         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56991 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56993         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56994         END(__isnan) to END(__isnanf) to match function entry point/label
56995         EALIGN(__isnanf,...).
56997 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56999         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57001 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57003         [BZ #12510]
57004         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57005         copy from the symbol referenced in the relocation to initialize the
57006         used variable.
57007         Patch by Piotr Bury <pbury@goahead.com>.
57008         * elf/Makefile: Add rules to build and tst-unique3.
57009         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57010         * elf/tst-unique3.cc: New file.
57011         * elf/tst-unique3.h: New file.
57012         * elf/tst-unique3lib.cc: New file.
57013         * elf/tst-unique3lib2.cc: New file.
57015         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57017 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57019         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57020         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57021         to _start.
57023 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57025         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57026         to-be-loaded object along a path to loader is ld.so.
57028 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57029             Ulrich Drepper  <drepper@gmail.com>
57031         * sysdeps/x86_64/memset.S: After aligning destination, code
57032         branches to different locations depending on the value of
57033         misalignment, when multiarch is enabled. Fix this.
57035 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57037         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57038         Set _x86_64_preferred_memory_instruction for AMD processsors.
57039         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57040         Set bit_Prefer_SSE_for_memop for AMD processors.
57042 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57044         * libio/fmemopen.c (fmemopen): Optimize a bit.
57046 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57048         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57050 2011-03-03  Roland McGrath  <roland@redhat.com>
57052         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57054 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57056         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57057         __bzero_ultra1 instead of __memset_ultra1.
57059 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57060             Ulrich Drepper  <drepper@gmail.com>
57062         [BZ #12509]
57063         * include/link.h (struct link_map): Add l_orig_initfini.
57064         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57065         returning unsuccessfully.
57066         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57067         close of a file loaded at startup, restore the original l_initfini
57068         list.
57069         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57070         list, store the pointer.
57071         * elf/Makefile ($(objpfx)noload-mem): New rule.
57072         (noload-ENV): Define.
57073         (tests): Add $(objpfx)noload-mem.
57074         * elf/noload.c: Include <memcheck.h>.
57075         (main): Call mtrace.  Close all opened handles.
57077 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57079         [BZ #12454]
57080         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57081         dependencies are missing.
57083 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57085         Fix __if_freereq crash: Unlike the generic version which uses free,
57086         Hurd needs munmap.
57087         * sysdeps/mach/hurd/ifreq.h: New file.
57089 2011-01-27  Petr Baudis  <pasky@suse.cz>
57090             Ulrich Drepper  <drepper@gmail.com>
57092         [BZ 12445]#
57093         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57094         to extend_alloca().
57095         * stdio-common/bug23.c: New file.
57096         * stdio-common/Makefile (tests): Add bug23.
57098 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57099             Ulrich Drepper  <drepper@gmail.com>
57101         [BZ #12489]
57102         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57103         before performing relro protection.  At old place add assertion
57104         to make sure nothing changed.
57106 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57107             Glauber de Oliveira Costa  <glommer@gmail.com>
57109         * elf/elf.h: Add new ARM TLS relocs.
57111 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57114         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57115         cast from r3.
57116         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57117         'tests' variable.
57118         * sysdeps/wordsize-64/tst-writev.c: New file.
57120 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57122         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57123         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57124         insns in _dl_start to prevent a TOC reference before relocs are
57125         resolved.
57127 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57129         [BZ #12469]
57130         * Makeconfig: Remove RANLIB definition.
57131         * Makerules: Don't use RANLIB.
57132         * aclocal.m4: Remove ranlib test.
57133         * configure.in: No need to check for ranlib.
57134         * elf/rtld-Rules: Don't use RANLIB.
57136 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57138         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57139         protection macro.
57140         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57141         inclusion protection macro.
57143         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57144         SIGRTMIN and SIGRTMAX and print information in that case only when
57145         SIGRTMIN is defined.
57147 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57149         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57150         arginfo fn returning -1.
57152         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57153         and thousands string is zero terminated.
57155 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57157         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57158         sysdeps/unix/sysv/linux/bits/socket.h.
57160 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57162         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57163         (__CPU_COUNT): Remove old macros.
57164         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57165         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57166         (__CPU_ALLOC, __CPU_FREE): Add macros.
57167         (__sched_cpualloc, __sched_cpufree): Add declarations.
57169 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57171         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57172         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57173         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57174         (readdhstai): Return value of addhstaiX call.
57175         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57176         (addgrbyX): Return value returned by cache_addgr.
57177         (readdgrbyname): Return value returned by addgrbyX.
57178         (readdgrbygid): Likewise.
57179         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57180         (addpwbyX): Return value returned by cache_addpw.
57181         (readdpwbyname): Return value returned by addhstbyX.
57182         (readdpwbyuid): Likewise.
57183         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57184         (addservbyX): Return value returned by cache_addserv.
57185         (readdservbyname): Return value returned by addservbyX:
57186         (readdservbyport): Likewise.
57187         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57188         (addhstbyX): Return value returned by cache_addhst.
57189         (readdhstbyname): Return value returned by addhstbyX.
57190         (readdhstbyaddr): Likewise.
57191         (readdhstbynamev6): Likewise.
57192         (readdhstbyaddrv6): Likewise.
57193         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57194         (readdinitgroups): Return value returned by addinitgroupsX.
57195         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57196         (prune_cache): Keep track of timeout value of re-added entries.
57197         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57198         * nscd/nscd.h: Adjust prototypes of readd* functions.
57200 2011-02-04  Roland McGrath  <roland@redhat.com>
57202         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57203         (nis_stats): Likewise.
57204         * nis/nis_modify.c (nis_modify): Likewise.
57205         * nis/nis_remove.c (nis_remove): Likewise.
57206         * nis/nis_add.c (nis_add): Likewise.
57208         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57210         * posix/fnmatch_loop.c: Add some consts.
57212         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57214 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57216         [BZ #12460]
57217         * config.make.in (config-cflags-novzeroupper): Define.
57218         * configure.in: Substitute libc_cv_cc_novzeroupper.
57219         * elf/Makefile (AVX-CFLAGS): Define.
57220         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57221         (CFLAGS-tst-auditmod4a.c): Likewise.
57222         (CFLAGS-tst-auditmod4b.c): Likewise.
57223         (CFLAGS-tst-auditmod6b.c): Likewise.
57224         (CFLAGS-tst-auditmod6c.c): Likewise.
57225         (CFLAGS-tst-auditmod7b.c): Likewise.
57226         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57228 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57230         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57231         function to the callback.
57232         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57234 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57236         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57237         of errno.
57239 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57241         [BZ #11724]
57242         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57243         of constructors.
57244         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57245         of destructors.
57246         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57248         [BZ #11724]
57249         * elf/Makefile: Add rules to build and run new test.
57250         * elf/tst-initorder.c: New file.
57251         * elf/tst-initorder.exp: New file.
57252         * elf/tst-initordera1.c: New file.
57253         * elf/tst-initordera2.c: New file.
57254         * elf/tst-initordera3.c: New file.
57255         * elf/tst-initordera4.c: New file.
57256         * elf/tst-initorderb1.c: New file.
57257         * elf/tst-initorderb2.c: New file.
57258         * elf/tst-order-a1.c: New file.
57259         * elf/tst-order-a2.c: New file.
57260         * elf/tst-order-a3.c: New file.
57261         * elf/tst-order-a4.c: New file.
57262         * elf/tst-order-b1.c: New file.
57263         * elf/tst-order-b2.c: New file.
57264         * elf/tst-order-main.c: New file.
57265         New test case by George Gensure <werkt0@gmail.com>.
57267 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57269         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57270         decoding ACE if AI_CANONIDN.
57272 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57274         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57276 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57278         * version.h (RELEASE): Bump for 2.13 release.
57279         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57281         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57283         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57284         MADV_NOHUGEPAGE.
57285         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57286         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57287         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57288         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57289         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57290         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57292         * posix/getconf.c: Update copyright year.
57293         * catgets/gencat.c: Likewise.
57294         * csu/version.c: Likewise.
57295         * debug/catchsegv.sh: Likewise.
57296         * debug/xtrace.sh: Likewise.
57297         * elf/ldconfig.c: Likewise.
57298         * elf/ldd.bash.in: Likewise.
57299         * elf/sprof.c (print_version): Likewise.
57300         * iconv/iconv_prog.c: Likewise.
57301         * iconv/iconvconfig.c: Likewise.
57302         * locale/programs/locale.c: Likewise.
57303         * locale/programs/localedef.c: Likewise.
57304         * malloc/memusage.sh: Likewise.
57305         * malloc/mtrace.pl: Likewise.
57306         * nscd/nscd.c (print_version): Likewise.
57307         * nss/getent.c: Likewise.
57309         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57310         PF_CAIF, and PF_ALG.
57311         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57313 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57315         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57316         (modules-names): Use them.
57317         (ifunc-test-modules, ifunc-pie-tests): Define.
57318         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57319         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57320         (test-extras): Likewise.
57321         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57322         $(compile-command.c).
57323         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57324         (all-built-dso): Define.
57325         (check-textrel.out, check-execstack.out): Depend on it.
57327         * configure.in: Don't override --enable-multi-arch.
57329 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57331         [BZ #6812]
57332         * nscd/hstcache.c (tryagain): Define.
57333         (cache_addhst): Return tryagain not notfound for temporary errors.
57334         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57335         failed.
57337 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57339         [BZ #10563]
57340         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57341         to make the syscall.
57342         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57344         [BZ #12378]
57345         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57346         and fall back to matching as normal character if the string ends before
57347         the matching ']' is found.  This is what POSIX requires.
57348         * posix/testfnm.c: Adjust test result.
57349         * posix/globtest.sh: Adjust test result.  Add new test.
57350         * posix/tst-fnmatch.input: Likewise.
57351         * posix/tst-fnmatch2.c: Add new test.
57353 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57355         * elf/Makefile (check-execstack): Revert last change.  Depend on
57356         check-execstack.h.
57357         (check-execstack.h): New target.
57358         (generated): Add check-execstack.h.
57359         * elf/check-execstack.c: Include "check-execstack.h".
57360         (main): Revert last change.
57361         (handle_file): Return zero if GNU_STACK is absent and
57362         DEFAULT_STACK_PERMS doesn't include PF_X.
57364 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57366         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57367         in child fails because the descriptor is already closed.
57368         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57369         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57370         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57372         [BZ #12397]
57373         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57374         syscall.
57376         [BZ #10484]
57377         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57378         temporary buffer used to handle multi lookups locally.
57379         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57381 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57383         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57384         loader is ld.so.
57386 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57388         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57389         alignment for SSE2.
57391 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57393         [BZ #12394]
57394         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57395         characters.  When rounding increased number of integer digits recompute
57396         number of groups.
57397         * stdio-common/tst-grouping.c: New file.
57398         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57400 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57402         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57403         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57405         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57406         void.
57407         * bits/select.h: Likewise.
57409 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57411         * po/ja.po: Update from translation team.
57413 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57415         [BZ #11155]
57416         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57417         implementation just like for lxstat, fxstatat, et al.
57419 2010-12-27  Jim Meyering  <meyering@redhat.com>
57421         [BZ #12348]
57422         * posix/regexec.c (build_trtable): Return failure indication upon
57423         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57425 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57427         [BZ #12201]
57428         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57429         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57430         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57431         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57433         [BZ #12207]
57434         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57436         [BZ #12204]
57437         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57438         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57440 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57442         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57443         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57444         script has SORT_BY_INIT_PRIORITY.
57445         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57446         NO_CTORS_DTORS_SECTIONS is defined.
57447         * elf/soinit.c: Likewise.
57448         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57449         NO_CTORS_DTORS_SECTIONS is defined.
57450         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57451         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57452         * sysdeps/sh/init-first.c: Likewise.
57453         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57455 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57457         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57458         always use the slow path.
57460 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57462         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57463         similar rule which adds the sysdep directories to the header search in
57464         order to pick up the correct platform stackinfo.h.
57465         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57466         perform test if it is, otherwise return successfully without testing.
57467         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57468         DEFAULT_STACK_PERMS define in stackinfo.h.
57469         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57470         defined in stackinfo.h.
57471         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57472         DEFAULT_STACK_PERMS defined in stackinfo.h.
57473         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57474         * sysdeps/ia64/stackinfo.h: Likewise.
57475         * sysdeps/s390/stackinfo.h: Likewise.
57476         * sysdeps/sh/stackinfo.h: Likewise.
57477         * sysdeps/sparc/stackinfo.h: Likewise.
57478         * sysdeps/x86_64/stackinfo.h: Likewise.
57479         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57480         PF_X for powerpc64.  Retain PF_X for powerpc32.
57482 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57484         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57485         accurately.
57486         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57487         GETDENTS_64BIT_ALIGNED.
57489 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57491         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57493 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57495         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57496         _GNU_SOURCE.
57498         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57499         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57500         Remove __restrict.
57501         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57502         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57504 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57506         [BZ #11655]
57507         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57508         are initialized.
57510 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57512         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57514 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57516         * po/it.po: Update from translation team.
57518 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57520         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57521         unused codes.
57523 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57525         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57527 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57529         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57530         specially.
57531         (gaih_getanswer_slice): Likewise.
57533 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57535         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57537 2010-05-31  Petr Baudis  <pasky@suse.cz>
57539         [BZ #11149]
57540         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57541         silently even in the chroot mode.
57543 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57545         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57546         last patch a bit.  Pretty printing
57548 2010-05-31  Petr Baudis <pasky@suse.cz>
57550         [BZ #10085]
57551         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57552         initialization of skip_initgroups_dyn.
57554 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57556         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57557         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57559 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57561         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57563 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57565         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57566         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57567         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57568         ($(objpfx)tst-fnmatch-mem): New rule.
57569         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57570         * posix/tst-fnmatch.c (main): Call mtrace.
57572 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57574         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57575         Support Intel processor model 6 and model 0x2c.
57577 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57579         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57580           signed comparison.
57582 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57584         [BZ #12205]
57585         * string/test-strncasecmp.c (check_result): New function.
57586         (do_one_test): Use it.
57587         (check1): New function.
57588         (test_main): Use it.
57589         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57590         Support strcasecmp and strncasecmp.
57592 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57594         [BZ #12194]
57595         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57596         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57598 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57600         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57601         IFUNC support.
57602         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57603         memset-x86-64.
57604         * sysdeps/x86_64/multiarch/bzero.S: New file.
57605         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57606         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57607         * sysdeps/x86_64/multiarch/memset.S: New file.
57608         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57609         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57610         Set bit_Prefer_SSE_for_memop for Intel processors.
57611         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57612         Define.
57613         (index_Prefer_SSE_for_memop): Define.
57614         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57616 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57618         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57619         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57621 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57623         [BZ #12191]
57624         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57625         (__x86_64_raw_data_cache_size_half): Likewise.
57626         (__x86_64_raw_shared_cache_size): Likewise.
57627         (__x86_64_raw_shared_cache_size_half): Likewise.
57629         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57630         (__x86_64_raw_data_cache_size_half): Likewise.
57631         (__x86_64_raw_shared_cache_size): Likewise.
57632         (__x86_64_raw_shared_cache_size_half): Likewise.
57633         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57634         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57635         and __x86_64_raw_shared_cache_size_half.  Round
57636         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57637         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57638         to multiple of 256 bytes.
57640 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57642         [BZ #12167]
57643         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57644         of inacessible symlinks.  Verify result of symlink before returning it.
57645         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57646         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57648 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57650         * math/math.h (isinf): Fix typo in comment.
57652 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57654         * po/da.po: Update from translation team.
57656 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57658         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57659         is added to the list.
57661 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57662             Ulrich Drepper  <drepper@gmail.com>
57664         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57665         the global list here.  Move code to...
57666         (_dl_add_to_namespace_list): ...here.  New function.
57667         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57668         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57669         * elf/dl-load.c (lose): Don't remove the element from the list.
57670         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57671         (_dl_map_object): Likewise.
57673 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57675         [BZ #12159]
57676         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57677         into all bytes of SSE register.
57678         Patch by Richard Li <richardpku@gmail.com>.
57680 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57682         [BZ #12140]
57683         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57684         perturbing.
57686 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57688         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57689         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57690         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57691         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57693         submachine.
57694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57696 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57698         * include/dlfcn.h (__RTLD_SECURE): Define.
57699         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57700         mode & __RTLD_SECURE instead.
57701         (open_path): Rename preloaded parameter to secure.
57702         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57703         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57704         * elf/dl-deps.c (openaux): Likewise.
57705         * elf/rtld.c (struct map_args): Remove is_preloaded.
57706         (map_doit): Don't use it.
57707         (dl_main): Likewise.
57708         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57709         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57711 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57713         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57714         (sysd-rules-targets): Remove duplicates.
57715         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57716         rtld-%.$o dependency.
57718 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57720         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57721         _dl_map_object do it.
57723 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57725         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57726         fast fma builtins, define the macros in the C99 standard.
57727         (FP_FAST_FMAF): Likewise.
57728         (FP_FAST_FMAL): Likewise.
57729         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57731         * bits/mathdef.h: Update copyright year.
57732         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57734 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57736         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57737         builtins, define the macros in the C99 standard.
57738         (FP_FAST_FMAF): Likewise.
57739         (FP_FAST_FMAL): Likewise.
57740         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57741         multiply/add.
57742         (FP_FAST_FMAF): Likewise.
57744 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57746         [BZ #3268]
57747         * math/libm-test.inc (fma_test): Some new testcases.
57748         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57749         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57750         y and infinite z.  Do multiplication by C already in long double.
57751         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57752         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57753         y and infinite z.  Do bitwise or of inexact bit into u.d.
57754         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57755         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57756         * sysdeps/i386/fpu/s_fma.S: Removed.
57757         * sysdeps/i386/fpu/s_fmal.S: Removed.
57759 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57761         [BZ #3268]
57762         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57763         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57764         computation is not scheduled after fetestexcept.  Fix value
57765         of minimum denormal long double.
57767 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57769         [BZ #3268]
57770         * math/libm-test.inc (fma_test): Add some more tests.
57771         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57772         correctly.
57774 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57776         * scripts/data/localplt-s390-linux-gnu.data: New file.
57777         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57779 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57781         [BZ #3268]
57782         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57783         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57784         instead of dbl-64.
57785         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57786         inlines.
57787         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57788         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57789         if one of x and y is very large and the other is subnormal.
57790         * sysdeps/s390/fpu/s_fmaf.c: New file.
57791         * sysdeps/s390/fpu/s_fma.c: New file.
57792         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57793         * sysdeps/powerpc/fpu/s_fma.S: New file.
57794         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57795         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57796         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57798 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57800         [BZ #3268]
57801         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57802         fma tests.
57803         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57804         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57805         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57806         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57807         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57808         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57809         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57811 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57813         [BZ #12078]
57814         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57815         * posix/bug-regex31.input: Add test case.
57817 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57819         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57820         * posix/bug-regex31.input: New file.
57822         [BZ #12078]
57823         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57824         (parse_sub_exp): Fix last change, use postorder.
57826         * posix/bug-regex31.c: New file.
57827         * posix/Makefile: Add rules to build and run bug-regex31.
57829         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57831         [BZ #12078]
57832         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57834         [BZ #12108]
57835         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57836         to have entries in sys_siglist.
57838         [BZ #12093]
57839         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57840         be NULL.
57842 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57844         [BZ #3268]
57845         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57846         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57847         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57848         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57849         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57850         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57851         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57852         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57853         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57854         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57855         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57856         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57857         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57858         * math/ftestexcept.c (fetestexcept): Likewise.
57859         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57860         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57861         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57862         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57863         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57864         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57865         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57867 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57869         [BZ #12107]
57870         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57871         newline.
57873 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57875         * string/bug-strstr1.c: New file.
57876         * string/Makefile: Add rules to build and run bug-strstr1.
57878 2010-10-05  Eric Blake  <eblake@redhat.com>
57880         [BZ #12092]
57881         * string/str-two-way.h (two_way_long_needle): Always clear memory
57882         when skipping input due to the shift table.
57884 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57886         [BZ #12005]
57887         * malloc/mcheck.c: Handle large requests.
57889         [BZ #12077]
57890         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57891         for strncmp and strncasecmp.
57892         * string/stratcliff.c: Add tests for strcmp and strncmp.
57893         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57895 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57897         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57898         __set_fpscr.
57900 2010-09-30  Andreas Jaeger  <aj@suse.de>
57902         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57903         (CGROUP_SUPER_MAGIC): Define.
57904         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57905         Handle btrfs and cgroup file systems.
57906         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57907         Likewise.
57909 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57911         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57912         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57914 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57916         [BZ #12067]
57917         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57918         trying to locate the ELF header.
57920 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57922         [BZ #11611]
57923         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57924         Mask out sign-bit copies when constructing f_fsid.
57926 2010-09-24  Petr Baudis <pasky@suse.cz>
57928         * debug/stack_chk_fail_local.c: Add missing licence exception.
57929         * debug/warning-nop.c: Likewise.
57931 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57933         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57934         implementing getdents64 using getdents syscall, set d_type if
57935         __ASSUME_GETDENTS32_D_TYPE.
57937 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57939         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57940         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57942 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57944         [BZ #12037]
57945         * posix/unistd.h: Undo change of feature selection for ftruncate from
57946         2010-01-11.
57948 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57950         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57951         detection.
57953 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57955         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57956         fanotify_mark.
57957         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57959 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57961         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57962         variables after CHECK_SP call.
57963         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57965 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57966             Ulrich Drepper  <drepper@redhat.com>
57968         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57969         re-relocationg ld.so.
57970         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57971         _dl_init_paths call.
57972         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57973         here anymore.
57975 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57977         * resolv/res_init.c (__res_vinit): Count the default server we added.
57979 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57980             Ulrich Drepper  <drepper@redhat.com>
57982         [BZ #11968]
57983         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57984         (____longjmp_chk): Use %ebx for saving value across system call.
57985         Add unwind info.
57987 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57989         * manual/Makefile: Don't mix pattern rules with normal rules.
57991 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57993         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57994         operation.
57995         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57996         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57997         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57998         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57999         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58000         Likewise.
58002 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58004         [BZ #11979]
58005         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58006         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58008 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58010         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58011         * sysdeps/x86_64/addmul_1.S: Likewise.
58012         * sysdeps/x86_64/lshift.S: Likewise.
58013         * sysdeps/x86_64/mul_1.S: Likewise.
58014         * sysdeps/x86_64/rshift.S: Likewise.
58015         * sysdeps/x86_64/sub_n.S: Likewise.
58016         * sysdeps/x86_64/submul_1.S: Likewise.
58018 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58020         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58021         Define __sched_param instead of SCHED_* and sched_param when
58022         <bits/sched.h> is included with __need_schedparam defined.
58023         * bits/sched.h [__need_schedparam]
58024         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58025         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58026         (__defined_schedparam): Define to 1.
58027         (__sched_param): New structure, identical to sched_param.
58028         (__need_schedparam): Undefine.
58030 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58032         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58033         (epoll_create1): Declare.
58035         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58037 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58039         [BZ #7066]
58040         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58041         shifting retval into place.
58043 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58045         * nis/rpcsvc/nis.h: Update copyright notice.
58046         * nis/rpcsvc/nis.x: Likewise.
58047         * nis/rpcsvc/nis_callback.h: Likewise.
58048         * nis/rpcsvc/nis_callback.x: Likewise.
58049         * nis/rpcsvc/nis_object.x: Likewise.
58050         * nis/rpcsvc/nis_tags.h: Likewise.
58051         * nis/rpcsvc/yp.h: Likewise.
58052         * nis/rpcsvc/yp.x: Likewise.
58053         * nis/rpcsvc/ypupd.h: Likewise.
58054         * nis/yp_xdr.c: Likewise.
58055         * nis/ypupdate_xdr.c: Likewise.
58057         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58058         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58059         (pmap_getport): Use __libc_rpc_getport.
58060         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58061         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58062         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58064 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58067         fanotify_mark.
58069 2010-08-27  Roland McGrath  <roland@redhat.com>
58071         * sysdeps/i386/i686/multiarch/Makefile
58072         (CFLAGS-varshift.c): New variable.
58074 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58076         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58077         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58079         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58081         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58083 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58085         * sysdeps/x86_64/strlen.S: Unroll the loop.
58086         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58087         strlen-sse2 strlen-sse2-bsf.
58088         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58089         __strlen_no_bsf if bit_Slow_BSF is set.
58090         (__strlen_sse42): Removed.
58091         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58092         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58094 2010-08-25  Roland McGrath  <roland@redhat.com>
58096         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58097         * sysdeps/x86_64/multiarch/varshift.c: New file.
58098         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58099         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58100         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58101         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58103 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58105         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58106         strlen-sse2 strlen-sse2-bsf.
58107         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58108         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58109         (__strlen_sse2): Removed.
58110         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58111         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58112         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58113         bit_Slow_BSF for Atom.
58114         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58115         (index_Slow_BSF): Define.
58116         (HAS_SLOW_BSF): Define.
58118 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58120         [BZ #10851]
58121         * resolv/res_init.c (__res_vinit): When no server address at all
58122         is given default to loopback.
58124 2010-08-24  Roland McGrath  <roland@redhat.com>
58126         * configure.in: Remove config-name.h generation.
58127         * configure: Regenerated.
58128         * config-name.in: File removed.
58129         * scripts/config-uname.sh: New file.
58130         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58131         ($(objdir)config-name.h): New target.
58133         * sunrpc/rpc_parse.h: Avoid nested comment.
58135 2010-08-24  Richard Henderson  <rth@redhat.com>
58136             Ulrich Drepper  <drepper@redhat.com>
58137             H.J. Lu  <hongjiu.lu@intel.com>
58139         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58140         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58141         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58142         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58143         _mm_alignr_epi8 with _mm_loadu_si128.
58144         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58145         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58146         (__m128i_shift_right): Removed.
58147         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58148         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58149         * sysdeps/x86_64/multiarch/varshift.h: New file.
58150         * sysdeps/x86_64/multiarch/varshift.S: New file.
58152 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58154         * configure.in: Move assembler checks to before sysdep dir checking.
58156 2010-08-20  Petr Baudis  <pasky@suse.cz>
58158         * LICENSES: Sync the sunrpc license.
58160 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58162         * sunrpc/auth_des.c: Update copyright notice once again.
58163         * sunrpc/auth_none.c: Likewise.
58164         * sunrpc/auth_unix.c: Likewise.
58165         * sunrpc/authdes_prot.c: Likewise.
58166         * sunrpc/authuxprot.c: Likewise.
58167         * sunrpc/bindrsvprt.c: Likewise.
58168         * sunrpc/clnt_gen.c: Likewise.
58169         * sunrpc/clnt_perr.c: Likewise.
58170         * sunrpc/clnt_raw.c: Likewise.
58171         * sunrpc/clnt_simp.c: Likewise.
58172         * sunrpc/clnt_tcp.c: Likewise.
58173         * sunrpc/clnt_udp.c: Likewise.
58174         * sunrpc/clnt_unix.c: Likewise.
58175         * sunrpc/des_crypt.c: Likewise.
58176         * sunrpc/des_soft.c: Likewise.
58177         * sunrpc/get_myaddr.c: Likewise.
58178         * sunrpc/getrpcport.c: Likewise.
58179         * sunrpc/key_call.c: Likewise.
58180         * sunrpc/key_prot.c: Likewise.
58181         * sunrpc/openchild.c: Likewise.
58182         * sunrpc/pm_getmaps.c: Likewise.
58183         * sunrpc/pm_getport.c: Likewise.
58184         * sunrpc/pmap_clnt.c: Likewise.
58185         * sunrpc/pmap_prot.c: Likewise.
58186         * sunrpc/pmap_prot2.c: Likewise.
58187         * sunrpc/pmap_rmt.c: Likewise.
58188         * sunrpc/rpc/auth.h: Likewise.
58189         * sunrpc/rpc/auth_unix.h: Likewise.
58190         * sunrpc/rpc/clnt.h: Likewise.
58191         * sunrpc/rpc/des_crypt.h: Likewise.
58192         * sunrpc/rpc/key_prot.h: Likewise.
58193         * sunrpc/rpc/netdb.h: Likewise.
58194         * sunrpc/rpc/pmap_clnt.h: Likewise.
58195         * sunrpc/rpc/pmap_prot.h: Likewise.
58196         * sunrpc/rpc/pmap_rmt.h: Likewise.
58197         * sunrpc/rpc/rpc.h: Likewise.
58198         * sunrpc/rpc/rpc_des.h: Likewise.
58199         * sunrpc/rpc/rpc_msg.h: Likewise.
58200         * sunrpc/rpc/svc.h: Likewise.
58201         * sunrpc/rpc/svc_auth.h: Likewise.
58202         * sunrpc/rpc/types.h: Likewise.
58203         * sunrpc/rpc/xdr.h: Likewise.
58204         * sunrpc/rpc_clntout.c: Likewise.
58205         * sunrpc/rpc_cmsg.c: Likewise.
58206         * sunrpc/rpc_common.c: Likewise.
58207         * sunrpc/rpc_cout.c: Likewise.
58208         * sunrpc/rpc_dtable.c: Likewise.
58209         * sunrpc/rpc_hout.c: Likewise.
58210         * sunrpc/rpc_main.c: Likewise.
58211         * sunrpc/rpc_parse.c: Likewise.
58212         * sunrpc/rpc_parse.h: Likewise.
58213         * sunrpc/rpc_prot.c: Likewise.
58214         * sunrpc/rpc_sample.c: Likewise.
58215         * sunrpc/rpc_scan.c: Likewise.
58216         * sunrpc/rpc_scan.h: Likewise.
58217         * sunrpc/rpc_svcout.c: Likewise.
58218         * sunrpc/rpc_tblout.c: Likewise.
58219         * sunrpc/rpc_util.c: Likewise.
58220         * sunrpc/rpc_util.h: Likewise.
58221         * sunrpc/rpcinfo.c: Likewise.
58222         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58223         * sunrpc/rpcsvc/key_prot.x: Likewise.
58224         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58225         * sunrpc/rpcsvc/mount.x: Likewise.
58226         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58227         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58228         * sunrpc/rpcsvc/rex.x: Likewise.
58229         * sunrpc/rpcsvc/rstat.x: Likewise.
58230         * sunrpc/rpcsvc/rusers.x: Likewise.
58231         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58232         * sunrpc/rpcsvc/spray.x: Likewise.
58233         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58234         * sunrpc/rtime.c: Likewise.
58235         * sunrpc/svc.c: Likewise.
58236         * sunrpc/svc_auth.c: Likewise.
58237         * sunrpc/svc_authux.c: Likewise.
58238         * sunrpc/svc_raw.c: Likewise.
58239         * sunrpc/svc_run.c: Likewise.
58240         * sunrpc/svc_simple.c: Likewise.
58241         * sunrpc/svc_tcp.c: Likewise.
58242         * sunrpc/svc_udp.c: Likewise.
58243         * sunrpc/svc_unix.c: Likewise.
58244         * sunrpc/svcauth_des.c: Likewise.
58245         * sunrpc/xcrypt.c: Likewise.
58246         * sunrpc/xdr.c: Likewise.
58247         * sunrpc/xdr_array.c: Likewise.
58248         * sunrpc/xdr_float.c: Likewise.
58249         * sunrpc/xdr_mem.c: Likewise.
58250         * sunrpc/xdr_rec.c: Likewise.
58251         * sunrpc/xdr_ref.c: Likewise.
58252         * sunrpc/xdr_sizeof.c: Likewise.
58253         * sunrpc/xdr_stdio.c: Likewise.
58255         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58256         handling.
58258 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58260         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58262 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58264         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58265         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58266         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58267         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58268         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58269         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58270         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58271         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58272         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58273         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58274         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58275         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58276         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58277         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58279 2010-07-26  Anton Blanchard  <anton@samba.org>
58281         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58282         * malloc/arena.c (heap_trim): Likewise.
58284 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58286         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58287         here.  Not...
58288         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58289         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58291 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58293         * sysdeps/i386/elf/Makefile: New file.
58295 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58297         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58298         from fanotify_init.
58299         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58300         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58302 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58304         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58305         of strncasecmp_l.
58306         * sysdeps/multiarch/strcmp.S: Likewise.
58308 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58310         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58311         strncase_l-nonascii.
58312         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58313         Add strncase_l-ssse3.
58314         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58315         * sysdeps/x86_64/strcmp.S: Likewise.
58316         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58317         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58318         * sysdeps/x86_64/strncase.S: New file.
58319         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58320         * sysdeps/x86_64/strncase_l.S: New file.
58321         * string/Makefile (strop-tests): Add strncasecmp.
58322         * string/test-strncasecmp.c: New file.
58324         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58325         warning.
58327         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58328         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58330 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58332         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58334 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58336         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58337         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58338         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58340 2010-05-01  Alan Modra  <amodra@gmail.com>
58342         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58343         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58344         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58345         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58346         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58347         tidying.  Don't tail-call __sigjmp_save for static lib.
58348         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58349         save location.
58350         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58351         (CALL_MCOUNT): Add eh info, and nop after bl.
58352         (TAIL_CALL_SYSCALL_ERROR): New macro.
58353         (PSEUDO_RET): Use it.
58354         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58355         Correct save location of integer regs and cr.
58356         (_dl_profile_resolve): Correct cr save location.  Delete nops
58357         after bl when SHARED.  Reduce cfi size a little by better
58358         placement of cfi directives.
58359         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58360         make a stack frame.  Instead use parm save area as a temp.
58361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58362         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58364         Don't make a stack frame for parent, use parm save area.
58365         Increase child stack frame to 112 bytes.  Don't save unused reg,
58366         and adjust reg usage.  Set up cfi on error recovery and
58367         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58369         (__makecontext): Add dummy nop after jump to exit.
58370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58371         Use correct parm save area and cr save, reduce stack frame.
58372         Correct cfi for possible PSEUDO_RET frame setup.
58373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58374         Branch to local label emitted by PSEUDO_RET rather than
58375         __syscall_error.
58377 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58379         [BZ #11904]
58380         * locale/programs/locale.c (print_assignment): New function.
58381         (show_locale_vars): Use it.
58383 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58385         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58386         field.
58387         (struct statfs64): Likewise.
58388         (_STATFS_F_FLAGS): Define.
58389         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58390         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58391         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58392         (ST_VALID): Define locally.
58393         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58394         __statvfs_getflags, use the provided value.
58395         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58396         __ASSUME_STATFS_F_FLAGS.
58398         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58400         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58401         Add sys/fanotify.h.
58402         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58403         fanotify_mask for GLIBC_2.13.
58404         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58405         fanotify_init and fanotify_mark.
58406         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58407         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58409         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58410         Add prlimit.
58411         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58412         prlimit64 for GLIBC_2.13.
58413         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58414         prlimit64.
58415         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58416         syscall.
58417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58418         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58419         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58420         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58421         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58422         add prlimit alias.
58423         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58425         [BZ #11903]
58426         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58427         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58429         * nss/Makefile: Add rules to build and run tst-nss-test1.
58430         * shlib-versions: Add entry for libnss_test1.
58431         * nss/nss_test1.c: New file.
58432         * nss/tst-nss-test1.c: New file.
58434         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58435         (__nss_configure_lookup): Set appropriate entry in
58436         __nss_configure_lookup to true.
58437         * nss/nsswitch.h: Define enum with indeces of databases in
58438         databases and __nss_database_custom arrays.  Declare
58439         __nss_database_custom.
58440         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58441         to avoid using nscd when custom rules are installed.
58442         * nss/getXXbyYY_r.c: Likewise.
58443         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58445         * nss/nss_files/files-parse.c: Whitespace fixes.
58447 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58449         [BZ #11883]
58450         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58451         * posix/fnmatch_loop.c: Likewise.
58453 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58455         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58456         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58457         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58458         * Versions.def [GLIBC_2.13]: Add.
58460 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58462         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58463         Also fail if tpwd after pwuid call is NULL.
58465 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58467         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58468         when converting to ms.
58470 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58472         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58473         EOPNOTSUPP errors with ENOTTY.
58474         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58475         EOPNOTSUPP errors with ENOTTY.
58477 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58479         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58480         Add strcasecmp_l-ssse3.
58481         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58482         strcasecmp.
58483         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58484         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58485         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58487 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58489         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58491         * string/Makefile (strop-tests): Add strcasecmp.
58492         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58493         strcasecmp_l-nonascii.
58494         (gen-as-const-headers): Add locale-defines.sym.
58495         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58496         * sysdeps/x86_64/strcasecmp.S: New file.
58497         * sysdeps/x86_64/strcasecmp_l.S: New file.
58498         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58499         * sysdeps/x86_64/locale-defines.sym: New file.
58500         * string/test-strcasecmp.c: New file.
58502         * string/test-strcasestr.c: Test both ends of the range of characters.
58503         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58505 2010-07-29  Roland McGrath  <roland@redhat.com>
58507         [BZ #11856]
58508         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58510 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58512         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58513         for ld.so.
58515 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58517         * manual/memory.texi (Malloc Tunable Parameters): Document
58518         M_PERTURB.
58520 2010-07-26  Roland McGrath  <roland@redhat.com>
58522         [BZ #11840]
58523         * configure.in (-fgnu89-inline check): Set and substitute
58524         gnu89_inline, not libc_cv_gnu89_inline.
58525         * configure: Regenerated.
58526         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58528 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58530         * string/test-strnlen.c: New file.
58531         * string/Makefile (strop-tests): Add strnlen.
58532         * string/tester.c (test_strnlen): Add a few more test cases.
58533         * string/tst-strlen.c: Better error reporting.
58535         * sysdeps/x86_64/strnlen.S: New file.
58537 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58539         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58540         lower-latency instructions.
58542 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58544         * string/test-strcasestr.c: New file.
58545         * string/test-strstr.c: New file.
58546         * string/Makefile (strop-tests): Add strstr and strcasestr.
58547         * string/str-two-way.h: Don't undefine MAX.
58548         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58550 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58552         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58553         strcasestr-nonascii.
58554         (CFLAGS-strcasestr-nonascii.c): Define.
58555         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58556         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58557         Remove unused attribute.
58559 2010-07-20  Roland McGrath  <roland@redhat.com>
58561         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58562         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58563         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58564         like LD_HWCAP_MASK can disable hwcaps.
58566 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58568         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58570 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58572         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58573         call in strcasestr.
58574         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58575         __strcasestr_sse42_nonascii.
58576         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58577         strcasestr-nonascii.c.
58578         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58580 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58582         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58583         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58584         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58585         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58587 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58589         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58590         fcntl.
58592 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58594         [BZ #11577]
58595         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58596         dl_signal_cerror.
58598 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58600         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58601         _PC_PIPE_BUF using F_GETPIPE_SZ.
58603 2010-07-05  Roland McGrath  <roland@redhat.com>
58605         * manual/arith.texi (Rounding Functions): Fix rint description
58606         implicit in round description.
58608 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58610         * elf/Makefile: Fix linking for a few tests to make recent linker
58611         happy.
58613 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58615         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58616         $(common-objpfx)libc_nonshared.a.
58618 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58620         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58621         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58622         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58623         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58624         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58625         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58626         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58627         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58642         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58643         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58644         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58645         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58646         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58647         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58648         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58649         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58650         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58651         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58652         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58653         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58669 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58671         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58672         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58673         * string/memmove.c (memmove): Renamed to ...
58674         (MEMMOVE): ...this.  Default to memmove.
58675         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58676         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58677         (END_CHK): Define.
58678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58679         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58680         mempcpy-ssse3-back memmove-ssse3-back.
58681         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58682         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58683         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58684         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58685         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58686         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58687         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58688         * sysdeps/x86_64/multiarch/memmove.c: New file.
58689         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58690         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58691         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58692         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58693         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58694         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58695         Define.
58696         (index_Fast_Copy_Backward): Define.
58697         (HAS_ARCH_FEATURE): Define.
58698         (HAS_FAST_REP_STRING): Define.
58699         (HAS_FAST_COPY_BACKWARD): Define.
58701 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58703         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58704         Restore proper fallback handling.
58706 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58708         [BZ #11701]
58709         * posix/group_member.c (__group_member): Correct checking loop.
58711         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58712         OOM in getpwuid_r correctly.  Return error number when the caller
58713         should return, otherwise -1.
58714         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58715         call returning > 0 value.
58716         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58718 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58720         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58721         libc_nonshared.a from targets in modules-names.
58723 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58725         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58726         requires it.
58728 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58730         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58731         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58732         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58733         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58735 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58737         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58739 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58741         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58742         and F_GETPIPE_SZ.
58743         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58744         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58745         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58746         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58747         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58748         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58750 2010-06-14  Roland McGrath  <roland@redhat.com>
58752         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58754 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58756         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58757         __REDIRECT followed by __THROW.
58758         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58759         * posix/getopt.h (getopt): Likewise.
58761 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58763         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58764         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58765         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58766         in AT_FLAGS.
58767         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58768         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58770 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58772         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58774 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58776         [BZ #11640]
58777         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58778         Properly check family and model.
58780 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58782         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58784 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58786         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58788 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58790         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58791         symbol reference.
58793 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58795         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58796         symbol reference.
58798 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58800         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58801         and internal_recvmmsg.
58802         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58803         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58804         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58805         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58807         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58808         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58809         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58811 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58813         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58815 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58817         POWER7 optimizations.
58818         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58819         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58821 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58823         * version.h: Update for 2.13 development version.
58825 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58827         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58828         exceptions.  Return 0.
58830 2010-05-07  Roland McGrath  <roland@redhat.com>
58832         * elf/ldconfig.c (main): Add a const.
58834 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58836         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58837         (args_options): Add no-idn option.
58838         (ahosts_keys_int): Add idn_flags to ai_flags.
58839         (parse_option): Handle 'i' option to clear idn_flags.
58841         * malloc/malloc.c (_int_free): Possible race in the most recently
58842         added check.  Only act on the data if no current modification
58843         happened.
58845 See ChangeLog.17 for earlier changes.